|
|
|
1 | 2024-10-30T00:32:16.247Z | job assigned to worker 01JBDDAWF64MD7ZF5EMBW6SVTC (queued for 1 m 2 s) |
|
2 | 2024-10-30T00:32:25.025Z | starting task 0: "setup" |
3 | 2024-10-30T00:32:25.035Z | ++ uname -s |
4 | 2024-10-30T00:32:25.038Z | + kern=SunOS |
5 | 2024-10-30T00:32:25.038Z | + case "$kern" in |
6 | 2024-10-30T00:32:25.038Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T00:32:25.038Z | + groupadd -g 12345 build |
8 | 2024-10-30T00:32:25.041Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T00:32:27.051Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T00:32:27.183Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T00:32:27.186Z | + home_fs=zfs |
12 | 2024-10-30T00:32:27.186Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T00:32:27.186Z | + mkdir -p /home/build |
14 | 2024-10-30T00:32:27.189Z | + chown build:build /home/build /work |
15 | 2024-10-30T00:32:29.189Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T00:32:29.192Z | process exited: duration 4167 ms, exit code 0 |
|
17 | 2024-10-30T00:32:29.197Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T00:32:29.202Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T00:32:29.202Z | ' 1.80.1 |
20 | 2024-10-30T00:32:29.202Z | * toolchain channel = "1.80.1" |
21 | 2024-10-30T00:32:29.202Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T00:32:29.202Z | ' default |
23 | 2024-10-30T00:32:29.202Z | * toolchain profile = "default" |
24 | 2024-10-30T00:32:29.205Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T00:32:29.205Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-30T00:32:29.320Z | info: downloading installer |
27 | 2024-10-30T00:32:31.027Z | info: profile set to 'default' |
28 | 2024-10-30T00:32:31.027Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T00:32:31.030Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-30T00:32:31.159Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-30T00:32:31.159Z | info: downloading component 'cargo' |
32 | 2024-10-30T00:32:31.855Z | info: downloading component 'clippy' |
33 | 2024-10-30T00:32:32.103Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T00:32:33.070Z | info: downloading component 'rust-std' |
35 | 2024-10-30T00:32:34.425Z | info: downloading component 'rustc' |
36 | 2024-10-30T00:32:38.154Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T00:32:38.356Z | info: installing component 'cargo' |
38 | 2024-10-30T00:32:39.195Z | info: installing component 'clippy' |
39 | 2024-10-30T00:32:39.578Z | info: installing component 'rust-docs' |
40 | 2024-10-30T00:32:41.188Z | info: installing component 'rust-std' |
41 | 2024-10-30T00:32:42.888Z | info: installing component 'rustc' |
42 | 2024-10-30T00:32:47.173Z | info: installing component 'rustfmt' |
43 | 2024-10-30T00:32:47.517Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-30T00:32:47.517Z | |
45 | 2024-10-30T00:32:47.767Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-30T00:32:47.767Z | |
47 | 2024-10-30T00:32:47.770Z | |
48 | 2024-10-30T00:32:47.770Z | Rust is installed now. Great! |
49 | 2024-10-30T00:32:47.770Z | |
50 | 2024-10-30T00:32:47.770Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T00:32:47.770Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T00:32:47.770Z | |
53 | 2024-10-30T00:32:47.770Z | To configure your current shell, you need to source |
54 | 2024-10-30T00:32:47.770Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T00:32:47.770Z | |
56 | 2024-10-30T00:32:47.770Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T00:32:47.770Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T00:32:47.770Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T00:32:47.818Z | + rustc --version |
60 | 2024-10-30T00:32:47.884Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-30T00:32:47.888Z | process exited: duration 18697 ms, exit code 0 |
|
62 | 2024-10-30T00:32:47.893Z | starting task 2: "authentication" |
63 | 2024-10-30T00:32:47.915Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T00:32:47.921Z | starting task 3: "clone repository" |
65 | 2024-10-30T00:32:47.926Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T00:32:47.929Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T00:32:49.620Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T00:32:56.572Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T00:32:56.572Z | + git fetch origin f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 |
70 | 2024-10-30T00:32:56.970Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T00:32:56.970Z | * branch f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 -> FETCH_HEAD |
72 | 2024-10-30T00:32:56.981Z | + [[ -n more-test-database ]] |
73 | 2024-10-30T00:32:56.983Z | ++ git branch --show-current |
74 | 2024-10-30T00:32:56.986Z | + current=main |
75 | 2024-10-30T00:32:56.986Z | + [[ main != more-test-database ]] |
76 | 2024-10-30T00:32:56.986Z | + git branch -f more-test-database f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 |
77 | 2024-10-30T00:32:56.989Z | + git checkout -f more-test-database |
78 | 2024-10-30T00:32:57.054Z | Switched to branch 'more-test-database' |
79 | 2024-10-30T00:32:57.057Z | + git reset --hard f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 |
80 | 2024-10-30T00:32:57.124Z | HEAD is now at f78d2bb4d fix cockroach-admin tests, private builder |
81 | 2024-10-30T00:32:57.126Z | process exited: duration 9206 ms, exit code 0 |
|
82 | 2024-10-30T00:32:57.134Z | starting task 4: "build" |
83 | 2024-10-30T00:32:57.137Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T00:32:57.141Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T00:32:57.141Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T00:32:57.141Z | + cargo --version |
87 | 2024-10-30T00:32:57.193Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-30T00:32:57.196Z | + rustc --version |
89 | 2024-10-30T00:32:57.252Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-30T00:32:57.254Z | + cargo tree --locked |
91 | 2024-10-30T00:32:57.495Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-10-30T00:32:57.764Z | Updating crates.io index |
93 | 2024-10-30T00:32:57.766Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-10-30T00:32:58.605Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-10-30T00:32:58.865Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-10-30T00:32:59.147Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-10-30T00:32:59.407Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-10-30T00:33:00.232Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-30T00:33:02.401Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-10-30T00:33:03.414Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-10-30T00:33:04.239Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-10-30T00:33:04.527Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-10-30T00:33:04.768Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-10-30T00:33:05.293Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-10-30T00:33:05.672Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-10-30T00:33:06.026Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-10-30T00:33:06.281Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-10-30T00:33:06.568Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-10-30T00:33:06.802Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-10-30T00:33:07.135Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-10-30T00:33:07.537Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-10-30T00:33:07.835Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-30T00:33:08.267Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-30T00:33:08.731Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-10-30T00:33:09.025Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-10-30T00:33:09.500Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-10-30T00:33:09.897Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-10-30T00:33:10.312Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-10-30T00:33:10.552Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-10-30T00:33:12.041Z | Downloading crates ... |
121 | 2024-10-30T00:33:12.149Z | Downloaded approx v0.5.1 |
122 | 2024-10-30T00:33:12.152Z | Downloaded anes v0.1.6 |
123 | 2024-10-30T00:33:12.155Z | Downloaded array-init v0.0.4 |
124 | 2024-10-30T00:33:12.157Z | Downloaded ahash v0.8.11 |
125 | 2024-10-30T00:33:12.160Z | Downloaded async-stream-impl v0.3.6 |
126 | 2024-10-30T00:33:12.172Z | Downloaded cfg_aliases v0.2.1 |
127 | 2024-10-30T00:33:12.175Z | Downloaded ciborium-ll v0.2.2 |
128 | 2024-10-30T00:33:12.177Z | Downloaded fastrand v2.1.1 |
129 | 2024-10-30T00:33:12.180Z | Downloaded aead v0.5.2 |
130 | 2024-10-30T00:33:12.180Z | Downloaded flagset v0.4.6 |
131 | 2024-10-30T00:33:12.184Z | Downloaded castaway v0.2.3 |
132 | 2024-10-30T00:33:12.187Z | Downloaded ff v0.13.0 |
133 | 2024-10-30T00:33:12.187Z | Downloaded cexpr v0.6.0 |
134 | 2024-10-30T00:33:12.189Z | Downloaded bitfield-struct v0.6.2 |
135 | 2024-10-30T00:33:12.189Z | Downloaded atomic-waker v1.1.2 |
136 | 2024-10-30T00:33:12.193Z | Downloaded async-channel v2.3.1 |
137 | 2024-10-30T00:33:12.196Z | Downloaded autocfg v1.4.0 |
138 | 2024-10-30T00:33:12.196Z | Downloaded headers-core v0.3.0 |
139 | 2024-10-30T00:33:12.196Z | Downloaded http-range v0.1.5 |
140 | 2024-10-30T00:33:12.198Z | Downloaded guppy-workspace-hack v0.1.0 |
141 | 2024-10-30T00:33:12.198Z | Downloaded chrono-tz-build v0.4.0 |
142 | 2024-10-30T00:33:12.200Z | Downloaded block-padding v0.3.3 |
143 | 2024-10-30T00:33:12.200Z | Downloaded byteorder v1.5.0 |
144 | 2024-10-30T00:33:12.203Z | Downloaded float-ord v0.3.2 |
145 | 2024-10-30T00:33:12.205Z | Downloaded camino-tempfile v1.1.1 |
146 | 2024-10-30T00:33:12.207Z | Downloaded base16ct v0.2.0 |
147 | 2024-10-30T00:33:12.207Z | Downloaded futures-sink v0.3.31 |
148 | 2024-10-30T00:33:12.210Z | Downloaded bzip2 v0.4.4 |
149 | 2024-10-30T00:33:12.212Z | Downloaded blake2b_simd v1.0.2 |
150 | 2024-10-30T00:33:12.213Z | Downloaded async-io v2.3.4 |
151 | 2024-10-30T00:33:12.216Z | Downloaded hubpack v0.1.2 |
152 | 2024-10-30T00:33:12.219Z | Downloaded http-body v0.4.6 |
153 | 2024-10-30T00:33:12.222Z | Downloaded hostname v0.4.0 |
154 | 2024-10-30T00:33:12.224Z | Downloaded opaque-debug v0.3.1 |
155 | 2024-10-30T00:33:12.224Z | Downloaded httpdate v1.0.3 |
156 | 2024-10-30T00:33:12.229Z | Downloaded foreign-types v0.3.2 |
157 | 2024-10-30T00:33:12.229Z | Downloaded fnv v1.0.7 |
158 | 2024-10-30T00:33:12.229Z | Downloaded chacha20poly1305 v0.10.1 |
159 | 2024-10-30T00:33:12.229Z | Downloaded base64 v0.21.7 |
160 | 2024-10-30T00:33:12.233Z | Downloaded hex v0.4.3 |
161 | 2024-10-30T00:33:12.235Z | Downloaded heck v0.3.3 |
162 | 2024-10-30T00:33:12.238Z | Downloaded filetime v0.2.25 |
163 | 2024-10-30T00:33:12.241Z | Downloaded fd-lock v4.0.2 |
164 | 2024-10-30T00:33:12.244Z | Downloaded assert-json-diff v2.0.2 |
165 | 2024-10-30T00:33:12.244Z | Downloaded ghash v0.5.1 |
166 | 2024-10-30T00:33:12.249Z | Downloaded futures-timer v3.0.3 |
167 | 2024-10-30T00:33:12.249Z | Downloaded addr2line v0.24.2 |
168 | 2024-10-30T00:33:12.252Z | Downloaded hickory-client v0.24.1 |
169 | 2024-10-30T00:33:12.254Z | Downloaded foreign-types-macros v0.2.3 |
170 | 2024-10-30T00:33:12.254Z | Downloaded hyper-rustls v0.27.3 |
171 | 2024-10-30T00:33:12.257Z | Downloaded generic-array v0.14.7 |
172 | 2024-10-30T00:33:12.259Z | Downloaded foreign-types v0.5.0 |
173 | 2024-10-30T00:33:12.262Z | Downloaded fixedbitset v0.4.2 |
174 | 2024-10-30T00:33:12.262Z | Downloaded hash32 v0.2.1 |
175 | 2024-10-30T00:33:12.265Z | Downloaded foldhash v0.1.3 |
176 | 2024-10-30T00:33:12.265Z | Downloaded assert_matches v1.5.0 |
177 | 2024-10-30T00:33:12.268Z | Downloaded hmac v0.12.1 |
178 | 2024-10-30T00:33:12.270Z | Downloaded cipher v0.4.4 |
179 | 2024-10-30T00:33:12.273Z | Downloaded glob v0.3.1 |
180 | 2024-10-30T00:33:12.273Z | Downloaded fatfs v0.3.6 |
181 | 2024-10-30T00:33:12.275Z | Downloaded atty v0.2.14 |
182 | 2024-10-30T00:33:12.278Z | Downloaded hyper-util v0.1.9 |
183 | 2024-10-30T00:33:12.282Z | Downloaded arrayref v0.3.9 |
184 | 2024-10-30T00:33:12.284Z | Downloaded hashbrown v0.15.0 |
185 | 2024-10-30T00:33:12.290Z | Downloaded ascii-canvas v3.0.0 |
186 | 2024-10-30T00:33:12.294Z | Downloaded foreign-types-shared v0.1.1 |
187 | 2024-10-30T00:33:12.294Z | Downloaded atomicwrites v0.4.4 |
188 | 2024-10-30T00:33:12.296Z | Downloaded anstream v0.6.15 |
189 | 2024-10-30T00:33:12.299Z | Downloaded pkcs8 v0.10.2 |
190 | 2024-10-30T00:33:12.301Z | Downloaded anstyle-query v1.1.1 |
191 | 2024-10-30T00:33:12.303Z | Downloaded anstyle v1.0.8 |
192 | 2024-10-30T00:33:12.308Z | Downloaded funty v2.0.0 |
193 | 2024-10-30T00:33:12.308Z | Downloaded async-object-pool v0.1.5 |
194 | 2024-10-30T00:33:12.308Z | Downloaded float-cmp v0.9.0 |
195 | 2024-10-30T00:33:12.314Z | Downloaded fallible-streaming-iterator v0.1.9 |
196 | 2024-10-30T00:33:12.314Z | Downloaded futures-macro v0.3.31 |
197 | 2024-10-30T00:33:12.314Z | Downloaded futures-io v0.3.31 |
198 | 2024-10-30T00:33:12.314Z | Downloaded futures-core v0.3.31 |
199 | 2024-10-30T00:33:12.314Z | Downloaded form_urlencoded v1.2.1 |
200 | 2024-10-30T00:33:12.316Z | Downloaded adler2 v2.0.0 |
201 | 2024-10-30T00:33:12.316Z | Downloaded async-channel v1.9.0 |
202 | 2024-10-30T00:33:12.319Z | Downloaded cfg_aliases v0.1.1 |
203 | 2024-10-30T00:33:12.319Z | Downloaded cfg-if v1.0.0 |
204 | 2024-10-30T00:33:12.322Z | Downloaded heck v0.4.1 |
205 | 2024-10-30T00:33:12.322Z | Downloaded fxhash v0.2.1 |
206 | 2024-10-30T00:33:12.324Z | Downloaded assert_cmd v2.0.16 |
207 | 2024-10-30T00:33:12.326Z | Downloaded async-process v2.3.0 |
208 | 2024-10-30T00:33:12.329Z | Downloaded foreign-types-shared v0.3.1 |
209 | 2024-10-30T00:33:12.329Z | Downloaded psl-types v2.0.11 |
210 | 2024-10-30T00:33:12.332Z | Downloaded http-body v1.0.1 |
211 | 2024-10-30T00:33:12.332Z | Downloaded ident_case v1.0.1 |
212 | 2024-10-30T00:33:12.332Z | Downloaded async-attributes v1.1.2 |
213 | 2024-10-30T00:33:12.334Z | Downloaded arrayvec v0.7.6 |
214 | 2024-10-30T00:33:12.337Z | Downloaded futures-executor v0.3.31 |
215 | 2024-10-30T00:33:12.339Z | Downloaded fs-err v2.11.0 |
216 | 2024-10-30T00:33:12.342Z | Downloaded fragile v2.0.0 |
217 | 2024-10-30T00:33:12.344Z | Downloaded futures-task v0.3.31 |
218 | 2024-10-30T00:33:12.344Z | Downloaded powerfmt v0.2.0 |
219 | 2024-10-30T00:33:12.347Z | Downloaded strum v0.26.3 |
220 | 2024-10-30T00:33:12.347Z | Downloaded pkcs1 v0.7.5 |
221 | 2024-10-30T00:33:12.349Z | Downloaded allocator-api2 v0.2.18 |
222 | 2024-10-30T00:33:12.353Z | Downloaded hubpack_derive v0.1.1 |
223 | 2024-10-30T00:33:12.355Z | Downloaded anyhow v1.0.89 |
224 | 2024-10-30T00:33:12.358Z | Downloaded async-signal v0.2.10 |
225 | 2024-10-30T00:33:12.361Z | Downloaded cassowary v0.3.0 |
226 | 2024-10-30T00:33:12.363Z | Downloaded serde-hex v0.1.0 |
227 | 2024-10-30T00:33:12.366Z | Downloaded blowfish v0.9.1 |
228 | 2024-10-30T00:33:12.366Z | Downloaded serde-big-array v0.5.1 |
229 | 2024-10-30T00:33:12.369Z | Downloaded bcrypt-pbkdf v0.10.0 |
230 | 2024-10-30T00:33:12.371Z | Downloaded cast v0.3.0 |
231 | 2024-10-30T00:33:12.371Z | Downloaded block-buffer v0.10.4 |
232 | 2024-10-30T00:33:12.371Z | Downloaded bitflags v1.3.2 |
233 | 2024-10-30T00:33:12.376Z | Downloaded bit-set v0.5.3 |
234 | 2024-10-30T00:33:12.379Z | Downloaded toolchain_find v0.4.0 |
235 | 2024-10-30T00:33:12.379Z | Downloaded hickory-server v0.24.1 |
236 | 2024-10-30T00:33:12.384Z | Downloaded hash32 v0.3.1 |
237 | 2024-10-30T00:33:12.388Z | Downloaded unicode-linebreak v0.1.5 |
238 | 2024-10-30T00:33:12.388Z | Downloaded http-body-util v0.1.2 |
239 | 2024-10-30T00:33:12.393Z | Downloaded pest_derive v2.7.14 |
240 | 2024-10-30T00:33:12.393Z | Downloaded hostname v0.3.1 |
241 | 2024-10-30T00:33:12.396Z | Downloaded bytecount v0.6.8 |
242 | 2024-10-30T00:33:12.396Z | Downloaded gethostname v0.5.0 |
243 | 2024-10-30T00:33:12.399Z | Downloaded olpc-cjson v0.1.4 |
244 | 2024-10-30T00:33:12.402Z | Downloaded sqlformat v0.2.6 |
245 | 2024-10-30T00:33:12.402Z | Downloaded hashbrown v0.12.3 |
246 | 2024-10-30T00:33:12.407Z | Downloaded slog-stdlog v4.1.1 |
247 | 2024-10-30T00:33:12.409Z | Downloaded hex-literal v0.4.1 |
248 | 2024-10-30T00:33:12.409Z | Downloaded hyper-tls v0.6.0 |
249 | 2024-10-30T00:33:12.412Z | Downloaded humantime v2.1.0 |
250 | 2024-10-30T00:33:12.414Z | Downloaded pbkdf2 v0.11.0 |
251 | 2024-10-30T00:33:12.418Z | Downloaded getrandom v0.2.15 |
252 | 2024-10-30T00:33:12.420Z | Downloaded proc-macro-crate v3.2.0 |
253 | 2024-10-30T00:33:12.421Z | Downloaded globset v0.4.15 |
254 | 2024-10-30T00:33:12.423Z | Downloaded smallvec v0.6.14 |
255 | 2024-10-30T00:33:12.425Z | Downloaded rand_chacha v0.3.1 |
256 | 2024-10-30T00:33:12.425Z | Downloaded pest_generator v2.7.14 |
257 | 2024-10-30T00:33:12.429Z | Downloaded thiserror-no-std v2.0.2 |
258 | 2024-10-30T00:33:12.432Z | Downloaded sha1 v0.10.6 |
259 | 2024-10-30T00:33:12.435Z | Downloaded futures-lite v2.3.0 |
260 | 2024-10-30T00:33:12.437Z | Downloaded async-lock v3.4.0 |
261 | 2024-10-30T00:33:12.439Z | Downloaded async-bb8-diesel v0.2.1 |
262 | 2024-10-30T00:33:12.450Z | Downloaded strum_macros v0.24.3 |
263 | 2024-10-30T00:33:12.450Z | Downloaded strum_macros v0.25.3 |
264 | 2024-10-30T00:33:12.450Z | Downloaded blocking v1.6.1 |
265 | 2024-10-30T00:33:12.450Z | Downloaded structmeta-derive v0.3.0 |
266 | 2024-10-30T00:33:12.453Z | Downloaded topological-sort v0.2.2 |
267 | 2024-10-30T00:33:12.453Z | Downloaded cbc v0.1.2 |
268 | 2024-10-30T00:33:12.453Z | Downloaded dtrace-parser v0.2.0 |
269 | 2024-10-30T00:33:12.456Z | Downloaded chacha20 v0.9.1 |
270 | 2024-10-30T00:33:12.458Z | Downloaded backoff v0.4.0 |
271 | 2024-10-30T00:33:12.461Z | Downloaded cancel-safe-futures v0.1.5 |
272 | 2024-10-30T00:33:12.466Z | Downloaded httptest v0.16.1 |
273 | 2024-10-30T00:33:12.473Z | Downloaded untrusted v0.7.1 |
274 | 2024-10-30T00:33:12.473Z | Downloaded highway v1.2.0 |
275 | 2024-10-30T00:33:12.473Z | Downloaded flume v0.11.0 |
276 | 2024-10-30T00:33:12.477Z | Downloaded proc-macro-crate v1.3.1 |
277 | 2024-10-30T00:33:12.477Z | Downloaded instant v0.1.13 |
278 | 2024-10-30T00:33:12.479Z | Downloaded postgres-types v0.2.8 |
279 | 2024-10-30T00:33:12.482Z | Downloaded postgres-protocol v0.6.7 |
280 | 2024-10-30T00:33:12.484Z | Downloaded wait-timeout v0.2.0 |
281 | 2024-10-30T00:33:12.484Z | Downloaded iana-time-zone v0.1.61 |
282 | 2024-10-30T00:33:12.487Z | Downloaded hyper-staticfile v0.10.1 |
283 | 2024-10-30T00:33:12.490Z | Downloaded num_threads v0.1.7 |
284 | 2024-10-30T00:33:12.492Z | Downloaded num-conv v0.1.0 |
285 | 2024-10-30T00:33:12.492Z | Downloaded half v2.4.1 |
286 | 2024-10-30T00:33:12.495Z | Downloaded rustls-pemfile v2.2.0 |
287 | 2024-10-30T00:33:12.498Z | Downloaded new_debug_unreachable v1.0.6 |
288 | 2024-10-30T00:33:12.501Z | Downloaded curve25519-dalek-derive v0.1.1 |
289 | 2024-10-30T00:33:12.508Z | Downloaded crc v3.2.1 |
290 | 2024-10-30T00:33:12.511Z | Downloaded slog-term v2.9.1 |
291 | 2024-10-30T00:33:12.511Z | Downloaded pin-project v1.1.6 |
292 | 2024-10-30T00:33:12.520Z | Downloaded phf_shared v0.10.0 |
293 | 2024-10-30T00:33:12.522Z | Downloaded num_enum_derive v0.5.11 |
294 | 2024-10-30T00:33:12.525Z | Downloaded either v1.13.0 |
295 | 2024-10-30T00:33:12.525Z | Downloaded tokio-stream v0.1.16 |
296 | 2024-10-30T00:33:12.529Z | Downloaded dof v0.3.0 |
297 | 2024-10-30T00:33:12.532Z | Downloaded env_filter v0.1.2 |
298 | 2024-10-30T00:33:12.534Z | Downloaded inout v0.1.3 |
299 | 2024-10-30T00:33:12.534Z | Downloaded enum-as-inner v0.5.1 |
300 | 2024-10-30T00:33:12.538Z | Downloaded tokio-rustls v0.26.0 |
301 | 2024-10-30T00:33:12.541Z | Downloaded russh-cryptovec v0.7.3 |
302 | 2024-10-30T00:33:12.541Z | Downloaded httparse v1.9.5 |
303 | 2024-10-30T00:33:12.543Z | Downloaded tinytemplate v1.2.1 |
304 | 2024-10-30T00:33:12.548Z | Downloaded clap_lex v0.7.2 |
305 | 2024-10-30T00:33:12.548Z | Downloaded whoami v1.5.2 |
306 | 2024-10-30T00:33:12.551Z | Downloaded instability v0.3.2 |
307 | 2024-10-30T00:33:12.551Z | Downloaded digest v0.10.7 |
308 | 2024-10-30T00:33:12.562Z | Downloaded uzers v0.12.1 |
309 | 2024-10-30T00:33:12.563Z | Downloaded take_mut v0.2.2 |
310 | 2024-10-30T00:33:12.563Z | Downloaded linear-map v1.2.0 |
311 | 2024-10-30T00:33:12.563Z | Downloaded pkcs5 v0.7.1 |
312 | 2024-10-30T00:33:12.747Z | Downloaded rustls-pki-types v1.9.0 |
313 | 2024-10-30T00:33:12.752Z | Downloaded phf_codegen v0.11.2 |
314 | 2024-10-30T00:33:12.752Z | Downloaded num_enum v0.5.11 |
315 | 2024-10-30T00:33:12.752Z | Downloaded managed v0.8.0 |
316 | 2024-10-30T00:33:12.752Z | Downloaded datatest-stable v0.2.9 |
317 | 2024-10-30T00:33:12.752Z | Downloaded serde_with_macros v3.11.0 |
318 | 2024-10-30T00:33:12.752Z | Downloaded tinyvec v1.8.0 |
319 | 2024-10-30T00:33:12.752Z | Downloaded const_format_proc_macros v0.2.33 |
320 | 2024-10-30T00:33:12.752Z | Downloaded base64 v0.13.1 |
321 | 2024-10-30T00:33:12.752Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2024-10-30T00:33:12.752Z | Downloaded ref-cast-impl v1.0.23 |
323 | 2024-10-30T00:33:12.752Z | Downloaded rand_core v0.6.4 |
324 | 2024-10-30T00:33:12.752Z | Downloaded primeorder v0.13.6 |
325 | 2024-10-30T00:33:12.752Z | Downloaded predicates-tree v1.0.11 |
326 | 2024-10-30T00:33:12.752Z | Downloaded phf_generator v0.11.2 |
327 | 2024-10-30T00:33:12.752Z | Downloaded lalrpop-util v0.19.12 |
328 | 2024-10-30T00:33:12.752Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-10-30T00:33:12.752Z | Downloaded darling_macro v0.20.10 |
330 | 2024-10-30T00:33:12.752Z | Downloaded quinn-udp v0.5.5 |
331 | 2024-10-30T00:33:12.752Z | Downloaded phf_shared v0.11.2 |
332 | 2024-10-30T00:33:12.752Z | Downloaded crunchy v0.2.2 |
333 | 2024-10-30T00:33:12.752Z | Downloaded uuid v1.10.0 |
334 | 2024-10-30T00:33:12.752Z | Downloaded jobserver v0.1.32 |
335 | 2024-10-30T00:33:12.752Z | Downloaded rusty-fork v0.3.0 |
336 | 2024-10-30T00:33:12.752Z | Downloaded relative-path v1.9.3 |
337 | 2024-10-30T00:33:12.752Z | Downloaded rstest_macros v0.23.0 |
338 | 2024-10-30T00:33:12.752Z | Downloaded bytes v1.7.2 |
339 | 2024-10-30T00:33:12.752Z | Downloaded rustversion v1.0.17 |
340 | 2024-10-30T00:33:12.752Z | Downloaded slog-bunyan v2.5.0 |
341 | 2024-10-30T00:33:12.752Z | Downloaded lazy_static v1.5.0 |
342 | 2024-10-30T00:33:12.752Z | Downloaded defmt-parser v0.3.4 |
343 | 2024-10-30T00:33:12.752Z | Downloaded tabwriter v1.4.0 |
344 | 2024-10-30T00:33:12.752Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-10-30T00:33:12.752Z | Downloaded tls_codec_derive v0.4.1 |
346 | 2024-10-30T00:33:12.753Z | Downloaded tls_codec v0.4.1 |
347 | 2024-10-30T00:33:12.753Z | Downloaded crossbeam-epoch v0.9.18 |
348 | 2024-10-30T00:33:12.753Z | Downloaded threadpool v1.8.1 |
349 | 2024-10-30T00:33:12.753Z | Downloaded parking_lot_core v0.9.10 |
350 | 2024-10-30T00:33:12.753Z | Downloaded ucd-trie v0.1.7 |
351 | 2024-10-30T00:33:12.753Z | Downloaded tungstenite v0.24.0 |
352 | 2024-10-30T00:33:12.753Z | Downloaded parking_lot_core v0.8.6 |
353 | 2024-10-30T00:33:12.753Z | Downloaded parse-size v1.0.0 |
354 | 2024-10-30T00:33:12.753Z | Downloaded unicase v2.7.0 |
355 | 2024-10-30T00:33:12.753Z | Downloaded strip-ansi-escapes v0.2.0 |
356 | 2024-10-30T00:33:12.753Z | Downloaded unarray v0.1.4 |
357 | 2024-10-30T00:33:12.753Z | Downloaded zeroize_derive v1.4.2 |
358 | 2024-10-30T00:33:12.753Z | Downloaded usdt-impl v0.5.0 |
359 | 2024-10-30T00:33:12.753Z | Downloaded usdt v0.5.0 |
360 | 2024-10-30T00:33:12.753Z | Downloaded hickory-resolver v0.24.1 |
361 | 2024-10-30T00:33:12.753Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-10-30T00:33:12.753Z | Downloaded progenitor-client v0.8.0 |
363 | 2024-10-30T00:33:12.753Z | Downloaded colored v2.1.0 |
364 | 2024-10-30T00:33:12.753Z | Downloaded colorchoice v1.0.2 |
365 | 2024-10-30T00:33:12.753Z | Downloaded deranged v0.3.11 |
366 | 2024-10-30T00:33:12.753Z | Downloaded debug-ignore v1.0.5 |
367 | 2024-10-30T00:33:12.753Z | Downloaded cc v1.1.30 |
368 | 2024-10-30T00:33:12.753Z | Downloaded heapless v0.7.17 |
369 | 2024-10-30T00:33:12.753Z | Downloaded serde_derive_internals v0.29.1 |
370 | 2024-10-30T00:33:12.753Z | Downloaded strsim v0.11.1 |
371 | 2024-10-30T00:33:12.753Z | Downloaded sync_wrapper v0.1.2 |
372 | 2024-10-30T00:33:12.753Z | Downloaded rpassword v7.3.1 |
373 | 2024-10-30T00:33:12.753Z | Downloaded defmt-macros v0.3.9 |
374 | 2024-10-30T00:33:12.753Z | Downloaded swrite v0.1.0 |
375 | 2024-10-30T00:33:12.753Z | Downloaded fallible-iterator v0.3.0 |
376 | 2024-10-30T00:33:12.753Z | Downloaded fallible-iterator v0.2.0 |
377 | 2024-10-30T00:33:12.753Z | Downloaded parking_lot v0.12.3 |
378 | 2024-10-30T00:33:12.753Z | Downloaded event-listener-strategy v0.5.2 |
379 | 2024-10-30T00:33:12.753Z | Downloaded num-traits v0.2.19 |
380 | 2024-10-30T00:33:12.753Z | Downloaded ssh-encoding v0.2.0 |
381 | 2024-10-30T00:33:12.753Z | Downloaded linked-hash-map v0.5.6 |
382 | 2024-10-30T00:33:12.753Z | Downloaded qorb v0.1.2 |
383 | 2024-10-30T00:33:12.754Z | Downloaded unsafe-libyaml v0.2.11 |
384 | 2024-10-30T00:33:12.754Z | Downloaded sync_wrapper v1.0.1 |
385 | 2024-10-30T00:33:12.754Z | Downloaded nanorand v0.7.0 |
386 | 2024-10-30T00:33:12.754Z | Downloaded serde v1.0.210 |
387 | 2024-10-30T00:33:12.754Z | Downloaded parse-display v0.10.0 |
388 | 2024-10-30T00:33:12.754Z | Downloaded multimap v0.10.0 |
389 | 2024-10-30T00:33:12.754Z | Downloaded http v0.2.12 |
390 | 2024-10-30T00:33:12.754Z | Downloaded tokio-tungstenite v0.24.0 |
391 | 2024-10-30T00:33:12.754Z | Downloaded peg v0.8.4 |
392 | 2024-10-30T00:33:12.754Z | Downloaded indexmap v1.9.3 |
393 | 2024-10-30T00:33:12.754Z | Downloaded clap_derive v4.5.18 |
394 | 2024-10-30T00:33:12.758Z | Downloaded escape8259 v0.5.3 |
395 | 2024-10-30T00:33:12.758Z | Downloaded progenitor v0.8.0 |
396 | 2024-10-30T00:33:12.758Z | Downloaded backtrace v0.3.74 |
397 | 2024-10-30T00:33:12.760Z | Downloaded openssl-sys v0.9.103 |
398 | 2024-10-30T00:33:12.766Z | Downloaded downcast v0.11.0 |
399 | 2024-10-30T00:33:12.771Z | Downloaded is_ci v1.2.0 |
400 | 2024-10-30T00:33:12.771Z | Downloaded der_derive v0.7.3 |
401 | 2024-10-30T00:33:12.773Z | Downloaded defmt v0.3.8 |
402 | 2024-10-30T00:33:12.777Z | Downloaded structmeta v0.3.0 |
403 | 2024-10-30T00:33:12.780Z | Downloaded openssl-macros v0.1.1 |
404 | 2024-10-30T00:33:12.780Z | Downloaded hashbrown v0.13.2 |
405 | 2024-10-30T00:33:12.783Z | Downloaded tokio-native-tls v0.3.1 |
406 | 2024-10-30T00:33:12.791Z | Downloaded lock_api v0.4.12 |
407 | 2024-10-30T00:33:12.791Z | Downloaded oso-derive v0.27.3 |
408 | 2024-10-30T00:33:12.795Z | Downloaded openssl-probe v0.1.5 |
409 | 2024-10-30T00:33:12.795Z | Downloaded mockall v0.13.0 |
410 | 2024-10-30T00:33:12.795Z | Downloaded env_logger v0.11.5 |
411 | 2024-10-30T00:33:12.798Z | Downloaded phf v0.11.2 |
412 | 2024-10-30T00:33:12.798Z | Downloaded der v0.7.9 |
413 | 2024-10-30T00:33:12.801Z | Downloaded xz2 v0.1.7 |
414 | 2024-10-30T00:33:12.805Z | Downloaded signal-hook-tokio v0.3.1 |
415 | 2024-10-30T00:33:12.808Z | Downloaded precomputed-hash v0.1.1 |
416 | 2024-10-30T00:33:12.808Z | Downloaded plotters-svg v0.3.7 |
417 | 2024-10-30T00:33:12.808Z | Downloaded russh v0.45.0 |
418 | 2024-10-30T00:33:12.821Z | Downloaded http v1.1.0 |
419 | 2024-10-30T00:33:12.826Z | Downloaded poly1305 v0.8.0 |
420 | 2024-10-30T00:33:12.826Z | Downloaded schemars v0.8.21 |
421 | 2024-10-30T00:33:12.839Z | Downloaded display-error-chain v0.2.1 |
422 | 2024-10-30T00:33:12.839Z | Downloaded usdt-macro v0.5.0 |
423 | 2024-10-30T00:33:12.839Z | Downloaded try-lock v0.2.5 |
424 | 2024-10-30T00:33:12.839Z | Downloaded is_terminal_polyfill v1.70.1 |
425 | 2024-10-30T00:33:12.839Z | Downloaded is-terminal v0.4.13 |
426 | 2024-10-30T00:33:12.849Z | Downloaded supports-color v3.0.1 |
427 | 2024-10-30T00:33:12.849Z | Downloaded num-derive v0.4.2 |
428 | 2024-10-30T00:33:12.870Z | Downloaded sqlparser_derive v0.2.2 |
429 | 2024-10-30T00:33:12.870Z | Downloaded tokio-rustls v0.24.1 |
430 | 2024-10-30T00:33:12.870Z | Downloaded rust-argon2 v2.1.0 |
431 | 2024-10-30T00:33:12.870Z | Downloaded native-tls v0.2.12 |
432 | 2024-10-30T00:33:12.870Z | Downloaded toml_edit v0.22.22 |
433 | 2024-10-30T00:33:12.876Z | Downloaded maplit v1.0.2 |
434 | 2024-10-30T00:33:12.881Z | Downloaded zone_cfg_derive v0.3.0 |
435 | 2024-10-30T00:33:12.882Z | Downloaded zone_cfg_derive v0.1.2 |
436 | 2024-10-30T00:33:12.882Z | Downloaded value-bag v1.9.0 |
437 | 2024-10-30T00:33:12.890Z | Downloaded multer v3.1.0 |
438 | 2024-10-30T00:33:12.890Z | Downloaded mockall_derive v0.13.0 |
439 | 2024-10-30T00:33:12.890Z | Downloaded miniz_oxide v0.8.0 |
440 | 2024-10-30T00:33:12.910Z | Downloaded endian-type v0.1.2 |
441 | 2024-10-30T00:33:12.910Z | Downloaded pin-utils v0.1.0 |
442 | 2024-10-30T00:33:12.910Z | Downloaded unicode-properties v0.1.3 |
443 | 2024-10-30T00:33:12.910Z | Downloaded zip v0.6.6 |
444 | 2024-10-30T00:33:12.910Z | Downloaded log v0.4.22 |
445 | 2024-10-30T00:33:12.910Z | Downloaded rustc-hash v1.1.0 |
446 | 2024-10-30T00:33:12.910Z | Downloaded criterion-plot v0.5.0 |
447 | 2024-10-30T00:33:12.910Z | Downloaded ref-cast v1.0.23 |
448 | 2024-10-30T00:33:12.930Z | Downloaded ppv-lite86 v0.2.20 |
449 | 2024-10-30T00:33:12.930Z | Downloaded peg-runtime v0.8.3 |
450 | 2024-10-30T00:33:12.930Z | Downloaded newtype_derive v0.1.6 |
451 | 2024-10-30T00:33:12.930Z | Downloaded which v4.4.2 |
452 | 2024-10-30T00:33:12.930Z | Downloaded compact_str v0.8.0 |
453 | 2024-10-30T00:33:12.930Z | Downloaded polyval v0.6.2 |
454 | 2024-10-30T00:33:12.930Z | Downloaded thread_local v1.1.8 |
455 | 2024-10-30T00:33:12.947Z | Downloaded subtle v2.6.1 |
456 | 2024-10-30T00:33:12.947Z | Downloaded slog-scope v4.4.0 |
457 | 2024-10-30T00:33:12.947Z | Downloaded signal-hook-registry v1.4.2 |
458 | 2024-10-30T00:33:12.947Z | Downloaded secrecy v0.8.0 |
459 | 2024-10-30T00:33:12.947Z | Downloaded untrusted v0.9.0 |
460 | 2024-10-30T00:33:12.948Z | Downloaded nu-ansi-term v0.50.1 |
461 | 2024-10-30T00:33:12.948Z | Downloaded mime_guess v2.0.5 |
462 | 2024-10-30T00:33:12.948Z | Downloaded russh-keys v0.45.0 |
463 | 2024-10-30T00:33:12.948Z | Downloaded ron v0.8.1 |
464 | 2024-10-30T00:33:12.980Z | Downloaded zone v0.1.8 |
465 | 2024-10-30T00:33:12.980Z | Downloaded universal-hash v0.5.1 |
466 | 2024-10-30T00:33:12.981Z | Downloaded socket2 v0.5.7 |
467 | 2024-10-30T00:33:12.981Z | Downloaded termtree v0.4.1 |
468 | 2024-10-30T00:33:12.981Z | Downloaded zone v0.3.0 |
469 | 2024-10-30T00:33:12.981Z | Downloaded pem-rfc7468 v0.7.0 |
470 | 2024-10-30T00:33:12.981Z | Downloaded rstest v0.23.0 |
471 | 2024-10-30T00:33:12.981Z | Downloaded memchr v2.7.4 |
472 | 2024-10-30T00:33:12.985Z | Downloaded difflib v0.4.0 |
473 | 2024-10-30T00:33:12.986Z | Downloaded postcard v1.0.10 |
474 | 2024-10-30T00:33:12.986Z | Downloaded p256 v0.13.2 |
475 | 2024-10-30T00:33:12.986Z | Downloaded guppy v0.17.8 |
476 | 2024-10-30T00:33:12.986Z | Downloaded salsa20 v0.10.2 |
477 | 2024-10-30T00:33:12.986Z | Downloaded kstat-rs v0.2.4 |
478 | 2024-10-30T00:33:12.986Z | Downloaded ena v0.14.3 |
479 | 2024-10-30T00:33:12.986Z | Downloaded sec1 v0.7.3 |
480 | 2024-10-30T00:33:12.986Z | Downloaded pem v3.0.4 |
481 | 2024-10-30T00:33:12.996Z | Downloaded libsw v3.3.1 |
482 | 2024-10-30T00:33:12.996Z | Downloaded normalize-line-endings v0.3.0 |
483 | 2024-10-30T00:33:12.996Z | Downloaded rayon-core v1.12.1 |
484 | 2024-10-30T00:33:12.996Z | Downloaded smallvec v1.13.2 |
485 | 2024-10-30T00:33:13.008Z | Downloaded r2d2 v0.8.10 |
486 | 2024-10-30T00:33:13.009Z | Downloaded nibble_vec v0.1.0 |
487 | 2024-10-30T00:33:13.009Z | Downloaded crc32fast v1.4.2 |
488 | 2024-10-30T00:33:13.009Z | Downloaded ron v0.7.1 |
489 | 2024-10-30T00:33:13.027Z | Downloaded rustc_version v0.4.1 |
490 | 2024-10-30T00:33:13.028Z | Downloaded same-file v1.0.6 |
491 | 2024-10-30T00:33:13.028Z | Downloaded rustfmt-wrapper v0.2.1 |
492 | 2024-10-30T00:33:13.028Z | Downloaded aho-corasick v1.1.3 |
493 | 2024-10-30T00:33:13.028Z | Downloaded siphasher v0.3.11 |
494 | 2024-10-30T00:33:13.028Z | Downloaded signal-hook-mio v0.2.4 |
495 | 2024-10-30T00:33:13.058Z | Downloaded derive_builder v0.20.2 |
496 | 2024-10-30T00:33:13.059Z | Downloaded vte v0.11.1 |
497 | 2024-10-30T00:33:13.059Z | Downloaded path-slash v0.1.5 |
498 | 2024-10-30T00:33:13.059Z | Downloaded sigpipe v0.1.3 |
499 | 2024-10-30T00:33:13.059Z | Downloaded plotters-backend v0.3.7 |
500 | 2024-10-30T00:33:13.059Z | Downloaded cstr-argument v0.1.2 |
501 | 2024-10-30T00:33:13.059Z | Downloaded thread-id v4.2.2 |
502 | 2024-10-30T00:33:13.059Z | Downloaded oso v0.27.3 |
503 | 2024-10-30T00:33:13.059Z | Downloaded stable_deref_trait v1.2.0 |
504 | 2024-10-30T00:33:13.060Z | Downloaded spin v0.5.2 |
505 | 2024-10-30T00:33:13.060Z | Downloaded concurrent-queue v2.5.0 |
506 | 2024-10-30T00:33:13.060Z | Downloaded zeroize v1.8.1 |
507 | 2024-10-30T00:33:13.060Z | Downloaded hyper v0.14.30 |
508 | 2024-10-30T00:33:13.079Z | Downloaded hashbrown v0.14.5 |
509 | 2024-10-30T00:33:13.080Z | Downloaded pin-project-internal v1.1.6 |
510 | 2024-10-30T00:33:13.082Z | Downloaded maybe-uninit v2.0.0 |
511 | 2024-10-30T00:33:13.082Z | Downloaded toml v0.7.8 |
512 | 2024-10-30T00:33:13.083Z | Downloaded unicode-normalization v0.1.24 |
513 | 2024-10-30T00:33:13.090Z | Downloaded peg-macros v0.8.4 |
514 | 2024-10-30T00:33:13.091Z | Downloaded internet-checksum v0.2.1 |
515 | 2024-10-30T00:33:13.091Z | Downloaded owo-colors v4.1.0 |
516 | 2024-10-30T00:33:13.091Z | Downloaded unicode-truncate v1.1.0 |
517 | 2024-10-30T00:33:13.091Z | Downloaded num-complex v0.4.6 |
518 | 2024-10-30T00:33:13.091Z | Downloaded indoc v2.0.5 |
519 | 2024-10-30T00:33:13.091Z | Downloaded num v0.4.3 |
520 | 2024-10-30T00:33:13.091Z | Downloaded lru v0.12.5 |
521 | 2024-10-30T00:33:13.092Z | Downloaded semver v1.0.23 |
522 | 2024-10-30T00:33:13.104Z | Downloaded constant_time_eq v0.3.1 |
523 | 2024-10-30T00:33:13.105Z | Downloaded packed_struct_codegen v0.10.1 |
524 | 2024-10-30T00:33:13.105Z | Downloaded trybuild v1.0.100 |
525 | 2024-10-30T00:33:13.111Z | Downloaded h2 v0.4.6 |
526 | 2024-10-30T00:33:13.111Z | Downloaded packed_struct v0.10.1 |
527 | 2024-10-30T00:33:13.111Z | Downloaded tower-service v0.3.3 |
528 | 2024-10-30T00:33:13.111Z | Downloaded spin v0.9.8 |
529 | 2024-10-30T00:33:13.119Z | Downloaded utf-8 v0.7.6 |
530 | 2024-10-30T00:33:13.119Z | Downloaded rustc_version v0.1.7 |
531 | 2024-10-30T00:33:13.119Z | Downloaded paste v1.0.15 |
532 | 2024-10-30T00:33:13.122Z | Downloaded clang-sys v1.8.1 |
533 | 2024-10-30T00:33:13.122Z | Downloaded ctr v0.9.2 |
534 | 2024-10-30T00:33:13.127Z | Downloaded futures-util v0.3.31 |
535 | 2024-10-30T00:33:13.136Z | Downloaded yasna v0.5.2 |
536 | 2024-10-30T00:33:13.145Z | Downloaded keccak v0.1.5 |
537 | 2024-10-30T00:33:13.145Z | Downloaded darling v0.20.10 |
538 | 2024-10-30T00:33:13.155Z | Downloaded lazycell v1.3.0 |
539 | 2024-10-30T00:33:13.155Z | Downloaded kv-log-macro v1.0.7 |
540 | 2024-10-30T00:33:13.155Z | Downloaded tokio-postgres v0.7.12 |
541 | 2024-10-30T00:33:13.160Z | Downloaded rsa v0.9.6 |
542 | 2024-10-30T00:33:13.160Z | Downloaded time-core v0.1.2 |
543 | 2024-10-30T00:33:13.165Z | Downloaded radium v0.7.0 |
544 | 2024-10-30T00:33:13.165Z | Downloaded num-iter v0.1.45 |
545 | 2024-10-30T00:33:13.165Z | Downloaded rustls-webpki v0.101.7 |
546 | 2024-10-30T00:33:13.194Z | Downloaded tar v0.4.42 |
547 | 2024-10-30T00:33:13.203Z | Downloaded diesel_table_macro_syntax v0.2.0 |
548 | 2024-10-30T00:33:13.204Z | Downloaded derive_builder_macro v0.20.2 |
549 | 2024-10-30T00:33:13.204Z | Downloaded want v0.3.1 |
550 | 2024-10-30T00:33:13.204Z | Downloaded waitgroup v0.1.2 |
551 | 2024-10-30T00:33:13.204Z | Downloaded semver v0.1.20 |
552 | 2024-10-30T00:33:13.204Z | Downloaded rustls-pemfile v1.0.4 |
553 | 2024-10-30T00:33:13.204Z | Downloaded rustc-demangle v0.1.24 |
554 | 2024-10-30T00:33:13.204Z | Downloaded matches v0.1.10 |
555 | 2024-10-30T00:33:13.204Z | Downloaded target-spec v3.2.2 |
556 | 2024-10-30T00:33:13.204Z | Downloaded structmeta-derive v0.2.0 |
557 | 2024-10-30T00:33:13.204Z | Downloaded hkdf v0.12.4 |
558 | 2024-10-30T00:33:13.211Z | Downloaded password-hash v0.4.2 |
559 | 2024-10-30T00:33:13.211Z | Downloaded clap v4.5.20 |
560 | 2024-10-30T00:33:13.245Z | Downloaded x509-cert v0.2.5 |
561 | 2024-10-30T00:33:13.274Z | Downloaded diesel-dtrace v0.3.0 |
562 | 2024-10-30T00:33:13.274Z | Downloaded zerocopy v0.7.35 |
563 | 2024-10-30T00:33:13.274Z | Downloaded vte_generate_state_changes v0.1.2 |
564 | 2024-10-30T00:33:13.274Z | Downloaded pathdiff v0.2.2 |
565 | 2024-10-30T00:33:13.274Z | Downloaded serde_repr v0.1.19 |
566 | 2024-10-30T00:33:13.275Z | Downloaded scroll v0.12.0 |
567 | 2024-10-30T00:33:13.275Z | Downloaded schemars_derive v0.8.21 |
568 | 2024-10-30T00:33:13.275Z | Downloaded const-oid v0.9.6 |
569 | 2024-10-30T00:33:13.275Z | Downloaded unicode_categories v0.1.1 |
570 | 2024-10-30T00:33:13.275Z | Downloaded papergrid v0.11.0 |
571 | 2024-10-30T00:33:13.281Z | Downloaded similar v2.6.0 |
572 | 2024-10-30T00:33:13.281Z | Downloaded reqwest v0.12.8 |
573 | 2024-10-30T00:33:13.281Z | Downloaded pretty-hex v0.4.1 |
574 | 2024-10-30T00:33:13.281Z | Downloaded mime v0.3.17 |
575 | 2024-10-30T00:33:13.281Z | Downloaded memoffset v0.9.1 |
576 | 2024-10-30T00:33:13.281Z | Downloaded tui-tree-widget v0.22.0 |
577 | 2024-10-30T00:33:13.282Z | Downloaded snafu-derive v0.8.5 |
578 | 2024-10-30T00:33:13.282Z | Downloaded typenum v1.17.0 |
579 | 2024-10-30T00:33:13.290Z | Downloaded number_prefix v0.4.0 |
580 | 2024-10-30T00:33:13.290Z | Downloaded predicates-core v1.0.8 |
581 | 2024-10-30T00:33:13.290Z | Downloaded predicates v3.1.2 |
582 | 2024-10-30T00:33:13.290Z | Downloaded des v0.8.1 |
583 | 2024-10-30T00:33:13.294Z | Downloaded tungstenite v0.21.0 |
584 | 2024-10-30T00:33:13.294Z | Downloaded equivalent v1.0.1 |
585 | 2024-10-30T00:33:13.294Z | Downloaded tinyvec_macros v0.1.1 |
586 | 2024-10-30T00:33:13.294Z | Downloaded serde_spanned v0.6.8 |
587 | 2024-10-30T00:33:13.295Z | Downloaded target-lexicon v0.12.16 |
588 | 2024-10-30T00:33:13.298Z | Downloaded zerocopy v0.6.6 |
589 | 2024-10-30T00:33:13.303Z | Downloaded serde_tokenstream v0.2.2 |
590 | 2024-10-30T00:33:13.324Z | Downloaded unicode-bidi v0.3.17 |
591 | 2024-10-30T00:33:13.324Z | Downloaded cookie v0.18.1 |
592 | 2024-10-30T00:33:13.333Z | Downloaded criterion v0.5.1 |
593 | 2024-10-30T00:33:13.334Z | Downloaded scheduled-thread-pool v0.2.7 |
594 | 2024-10-30T00:33:13.334Z | Downloaded libtest-mimic v0.7.3 |
595 | 2024-10-30T00:33:13.334Z | Downloaded unicode-segmentation v1.12.0 |
596 | 2024-10-30T00:33:13.334Z | Downloaded dirs-next v2.0.0 |
597 | 2024-10-30T00:33:13.334Z | Downloaded walkdir v2.5.0 |
598 | 2024-10-30T00:33:13.334Z | Downloaded minimal-lexical v0.2.1 |
599 | 2024-10-30T00:33:13.334Z | Downloaded scopeguard v1.2.0 |
600 | 2024-10-30T00:33:13.334Z | Downloaded newline-converter v0.3.0 |
601 | 2024-10-30T00:33:13.338Z | Downloaded crucible-workspace-hack v0.1.0 |
602 | 2024-10-30T00:33:13.338Z | Downloaded libxml v0.3.3 |
603 | 2024-10-30T00:33:13.341Z | Downloaded libefi-sys v0.1.0 |
604 | 2024-10-30T00:33:13.353Z | Downloaded quote v1.0.37 |
605 | 2024-10-30T00:33:13.353Z | Downloaded num-integer v0.1.46 |
606 | 2024-10-30T00:33:13.354Z | Downloaded console v0.15.8 |
607 | 2024-10-30T00:33:13.354Z | Downloaded match_cfg v0.1.0 |
608 | 2024-10-30T00:33:13.354Z | Downloaded resolv-conf v0.7.0 |
609 | 2024-10-30T00:33:13.358Z | Downloaded dirs-sys-next v0.1.2 |
610 | 2024-10-30T00:33:13.358Z | Downloaded rand_seeder v0.3.0 |
611 | 2024-10-30T00:33:13.358Z | Downloaded quick-error v1.2.3 |
612 | 2024-10-30T00:33:13.358Z | Downloaded cpufeatures v0.2.14 |
613 | 2024-10-30T00:33:13.369Z | Downloaded progenitor-macro v0.8.0 |
614 | 2024-10-30T00:33:13.369Z | Downloaded yansi v1.0.1 |
615 | 2024-10-30T00:33:13.369Z | Downloaded ipnetwork v0.20.0 |
616 | 2024-10-30T00:33:13.397Z | Downloaded unicode-ident v1.0.13 |
617 | 2024-10-30T00:33:13.397Z | Downloaded pretty-hex v0.2.1 |
618 | 2024-10-30T00:33:13.398Z | Downloaded embedded-io v0.4.0 |
619 | 2024-10-30T00:33:13.398Z | Downloaded version_check v0.9.5 |
620 | 2024-10-30T00:33:13.399Z | Downloaded tiny-keccak v2.0.2 |
621 | 2024-10-30T00:33:13.399Z | Downloaded lru-cache v0.1.2 |
622 | 2024-10-30T00:33:13.399Z | Downloaded itoa v1.0.11 |
623 | 2024-10-30T00:33:13.399Z | Downloaded termios v0.3.3 |
624 | 2024-10-30T00:33:13.400Z | Downloaded macaddr v1.0.1 |
625 | 2024-10-30T00:33:13.400Z | Downloaded chrono v0.4.38 |
626 | 2024-10-30T00:33:13.409Z | Downloaded thiserror v1.0.64 |
627 | 2024-10-30T00:33:13.409Z | Downloaded terminal_size v0.4.0 |
628 | 2024-10-30T00:33:13.409Z | Downloaded sqlparser v0.45.0 |
629 | 2024-10-30T00:33:13.409Z | Downloaded itertools v0.10.5 |
630 | 2024-10-30T00:33:13.452Z | Downloaded time-macros v0.2.18 |
631 | 2024-10-30T00:33:13.452Z | Downloaded toml_datetime v0.6.8 |
632 | 2024-10-30T00:33:13.452Z | Downloaded crypto-common v0.1.6 |
633 | 2024-10-30T00:33:13.452Z | Downloaded string_cache v0.8.7 |
634 | 2024-10-30T00:33:13.452Z | Downloaded utf8parse v0.2.2 |
635 | 2024-10-30T00:33:13.452Z | Downloaded ed25519 v2.2.3 |
636 | 2024-10-30T00:33:13.487Z | Downloaded rfc6979 v0.4.0 |
637 | 2024-10-30T00:33:13.487Z | Downloaded once_cell v1.20.2 |
638 | 2024-10-30T00:33:13.487Z | Downloaded stringmetrics v2.2.2 |
639 | 2024-10-30T00:33:13.487Z | Downloaded diesel_derives v2.2.3 |
640 | 2024-10-30T00:33:13.487Z | Downloaded cookie_store v0.21.0 |
641 | 2024-10-30T00:33:13.487Z | Downloaded crc-any v2.5.0 |
642 | 2024-10-30T00:33:13.488Z | Downloaded indoc v1.0.9 |
643 | 2024-10-30T00:33:13.488Z | Downloaded plain v0.2.3 |
644 | 2024-10-30T00:33:13.489Z | Downloaded pkg-config v0.3.31 |
645 | 2024-10-30T00:33:13.489Z | Downloaded oorandom v11.1.4 |
646 | 2024-10-30T00:33:13.489Z | Downloaded env_logger v0.10.2 |
647 | 2024-10-30T00:33:13.489Z | Downloaded test-strategy v0.3.1 |
648 | 2024-10-30T00:33:13.489Z | Downloaded derive_more v0.99.18 |
649 | 2024-10-30T00:33:13.489Z | Downloaded textwrap v0.16.1 |
650 | 2024-10-30T00:33:13.489Z | Downloaded pin-project-lite v0.2.14 |
651 | 2024-10-30T00:33:13.490Z | Downloaded twox-hash v1.6.3 |
652 | 2024-10-30T00:33:13.490Z | Downloaded git2 v0.19.0 |
653 | 2024-10-30T00:33:13.501Z | Downloaded dsl_auto_type v0.1.2 |
654 | 2024-10-30T00:33:13.501Z | Downloaded rustls-native-certs v0.7.3 |
655 | 2024-10-30T00:33:13.501Z | Downloaded parse-zoneinfo v0.3.1 |
656 | 2024-10-30T00:33:13.501Z | Downloaded piper v0.2.4 |
657 | 2024-10-30T00:33:13.501Z | Downloaded dyn-clone v1.0.17 |
658 | 2024-10-30T00:33:13.501Z | Downloaded newtype-uuid v1.1.2 |
659 | 2024-10-30T00:33:13.501Z | Downloaded ssh-key v0.6.6 |
660 | 2024-10-30T00:33:13.501Z | Downloaded itertools v0.12.1 |
661 | 2024-10-30T00:33:13.522Z | Downloaded path-tree v0.8.1 |
662 | 2024-10-30T00:33:13.522Z | Downloaded elliptic-curve v0.13.8 |
663 | 2024-10-30T00:33:13.522Z | Downloaded proc-macro2 v1.0.87 |
664 | 2024-10-30T00:33:13.522Z | Downloaded indent_write v2.2.0 |
665 | 2024-10-30T00:33:13.522Z | Downloaded num-bigint-dig v0.8.4 |
666 | 2024-10-30T00:33:13.536Z | Downloaded darling_core v0.20.10 |
667 | 2024-10-30T00:33:13.536Z | Downloaded indicatif v0.17.8 |
668 | 2024-10-30T00:33:13.537Z | Downloaded time v0.3.36 |
669 | 2024-10-30T00:33:13.537Z | Downloaded rand_distr v0.4.3 |
670 | 2024-10-30T00:33:13.537Z | Downloaded signal-hook v0.3.17 |
671 | 2024-10-30T00:33:13.552Z | Downloaded event-listener v5.3.1 |
672 | 2024-10-30T00:33:13.552Z | Downloaded ryu v1.0.18 |
673 | 2024-10-30T00:33:13.559Z | Downloaded crossbeam-utils v0.8.20 |
674 | 2024-10-30T00:33:13.560Z | Downloaded toml v0.8.19 |
675 | 2024-10-30T00:33:13.561Z | Downloaded p521 v0.13.3 |
676 | 2024-10-30T00:33:13.561Z | Downloaded tracing v0.1.40 |
677 | 2024-10-30T00:33:13.567Z | Downloaded libm v0.2.8 |
678 | 2024-10-30T00:33:13.573Z | Downloaded toml_edit v0.19.15 |
679 | 2024-10-30T00:33:13.590Z | Downloaded pest v2.7.14 |
680 | 2024-10-30T00:33:13.596Z | Downloaded tungstenite v0.23.0 |
681 | 2024-10-30T00:33:13.596Z | Downloaded gimli v0.31.1 |
682 | 2024-10-30T00:33:13.612Z | Downloaded num-rational v0.4.2 |
683 | 2024-10-30T00:33:13.618Z | Downloaded snafu v0.8.5 |
684 | 2024-10-30T00:33:13.619Z | Downloaded tough v0.17.1 |
685 | 2024-10-30T00:33:13.629Z | Downloaded salty v0.3.0 |
686 | 2024-10-30T00:33:13.641Z | Downloaded regex-syntax v0.6.29 |
687 | 2024-10-30T00:33:13.641Z | Downloaded samael v0.0.17 |
688 | 2024-10-30T00:33:13.652Z | Downloaded ed25519-dalek v2.1.1 |
689 | 2024-10-30T00:33:13.652Z | Downloaded pretty_assertions v1.4.1 |
690 | 2024-10-30T00:33:13.652Z | Downloaded indexmap v2.6.0 |
691 | 2024-10-30T00:33:13.666Z | Downloaded rustyline v14.0.0 |
692 | 2024-10-30T00:33:13.666Z | Downloaded tabled v0.15.0 |
693 | 2024-10-30T00:33:13.677Z | Downloaded nom v7.1.3 |
694 | 2024-10-30T00:33:13.694Z | Downloaded idna v0.3.0 |
695 | 2024-10-30T00:33:13.712Z | Downloaded lalrpop v0.19.12 |
696 | 2024-10-30T00:33:13.712Z | Downloaded reedline v0.35.0 |
697 | 2024-10-30T00:33:13.734Z | Downloaded typed-path v0.7.1 |
698 | 2024-10-30T00:33:13.734Z | Downloaded steno v0.4.1 |
699 | 2024-10-30T00:33:13.734Z | Downloaded syn v1.0.109 |
700 | 2024-10-30T00:33:13.747Z | Downloaded plotters v0.3.7 |
701 | 2024-10-30T00:33:13.747Z | Downloaded clap_builder v4.5.20 |
702 | 2024-10-30T00:33:13.747Z | Downloaded idna v0.4.0 |
703 | 2024-10-30T00:33:13.754Z | Downloaded syn v2.0.79 |
704 | 2024-10-30T00:33:13.759Z | Downloaded crossterm v0.28.1 |
705 | 2024-10-30T00:33:13.766Z | Downloaded openssl v0.10.66 |
706 | 2024-10-30T00:33:13.775Z | Downloaded idna v0.2.3 |
707 | 2024-10-30T00:33:13.787Z | Downloaded rustls v0.21.12 |
708 | 2024-10-30T00:33:13.794Z | Downloaded polar-core v0.27.3 |
709 | 2024-10-30T00:33:13.802Z | Downloaded portable-atomic v1.9.0 |
710 | 2024-10-30T00:33:13.809Z | Downloaded proptest v1.5.0 |
711 | 2024-10-30T00:33:13.821Z | Downloaded regex v1.11.0 |
712 | 2024-10-30T00:33:13.838Z | Downloaded itertools v0.13.0 |
713 | 2024-10-30T00:33:13.841Z | Downloaded quinn-proto v0.11.8 |
714 | 2024-10-30T00:33:13.850Z | Downloaded quick-xml v0.33.0 |
715 | 2024-10-30T00:33:13.854Z | Downloaded trust-dns-proto v0.22.0 |
716 | 2024-10-30T00:33:13.867Z | Downloaded chrono-tz v0.10.0 |
717 | 2024-10-30T00:33:13.874Z | Downloaded dropshot v0.12.0 |
718 | 2024-10-30T00:33:13.895Z | Downloaded regress v0.10.1 |
719 | 2024-10-30T00:33:13.903Z | Downloaded webpki-roots v0.26.6 |
720 | 2024-10-30T00:33:13.907Z | Downloaded radix_trie v0.2.1 |
721 | 2024-10-30T00:33:13.911Z | Downloaded rustls v0.23.14 |
722 | 2024-10-30T00:33:13.924Z | Downloaded object v0.36.5 |
723 | 2024-10-30T00:33:13.936Z | Downloaded diesel v2.2.4 |
724 | 2024-10-30T00:33:13.955Z | Downloaded unicode-width v0.1.14 |
725 | 2024-10-30T00:33:13.960Z | Downloaded nix v0.27.1 |
726 | 2024-10-30T00:33:13.972Z | Downloaded idna v0.5.0 |
727 | 2024-10-30T00:33:13.978Z | Downloaded object v0.30.4 |
728 | 2024-10-30T00:33:13.988Z | Downloaded smoltcp v0.11.0 |
729 | 2024-10-30T00:33:14.001Z | Downloaded vcpkg v0.2.15 |
730 | 2024-10-30T00:33:14.041Z | Downloaded curve25519-dalek v4.1.3 |
731 | 2024-10-30T00:33:14.048Z | Downloaded nix v0.28.0 |
732 | 2024-10-30T00:33:14.060Z | Downloaded rustix v0.38.37 |
733 | 2024-10-30T00:33:14.084Z | Downloaded nix v0.29.0 |
734 | 2024-10-30T00:33:14.096Z | Downloaded regress v0.9.1 |
735 | 2024-10-30T00:33:14.104Z | Downloaded openapiv3 v2.0.0 |
736 | 2024-10-30T00:33:14.121Z | Downloaded ratatui v0.28.1 |
737 | 2024-10-30T00:33:14.137Z | Downloaded smoltcp v0.9.1 |
738 | 2024-10-30T00:33:14.148Z | Downloaded rustls v0.22.4 |
739 | 2024-10-30T00:33:14.162Z | Downloaded petgraph v0.6.5 |
740 | 2024-10-30T00:33:14.183Z | Downloaded zerocopy-derive v0.6.6 |
741 | 2024-10-30T00:33:14.207Z | Downloaded typify-impl v0.2.0 |
742 | 2024-10-30T00:33:14.210Z | Downloaded regex-syntax v0.8.5 |
743 | 2024-10-30T00:33:14.215Z | Downloaded sha3 v0.10.8 |
744 | 2024-10-30T00:33:14.220Z | Downloaded regex-automata v0.4.8 |
745 | 2024-10-30T00:33:14.238Z | Downloaded sled v0.34.7 |
746 | 2024-10-30T00:33:14.251Z | Downloaded tokio v1.40.0 |
747 | 2024-10-30T00:33:14.288Z | Downloaded lzma-sys v0.1.20 |
748 | 2024-10-30T00:33:14.319Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
749 | 2024-10-30T00:33:14.332Z | Downloaded hickory-proto v0.24.1 |
750 | 2024-10-30T00:33:14.349Z | Downloaded tokio-util v0.7.12 |
751 | 2024-10-30T00:33:14.355Z | Downloaded httpmock v0.8.0-alpha.1 |
752 | 2024-10-30T00:33:14.379Z | Downloaded quinn v0.11.5 |
753 | 2024-10-30T00:33:14.385Z | Downloaded libz-sys v1.1.20 |
754 | 2024-10-30T00:33:14.401Z | Downloaded rcgen v0.12.1 |
755 | 2024-10-30T00:33:14.408Z | Downloaded num-bigint v0.4.6 |
756 | 2024-10-30T00:33:14.412Z | Downloaded serde_json v1.0.128 |
757 | 2024-10-30T00:33:14.418Z | Downloaded bstr v1.10.0 |
758 | 2024-10-30T00:33:14.434Z | Downloaded winnow v0.6.20 |
759 | 2024-10-30T00:33:14.450Z | Downloaded diff v0.1.13 |
760 | 2024-10-30T00:33:14.451Z | Downloaded libc v0.2.161 |
761 | 2024-10-30T00:33:14.471Z | Downloaded bitvec v1.0.1 |
762 | 2024-10-30T00:33:14.485Z | Downloaded signature v2.2.0 |
763 | 2024-10-30T00:33:14.488Z | Downloaded dropshot_endpoint v0.12.0 |
764 | 2024-10-30T00:33:14.498Z | Downloaded omicron-zone-package v0.11.1 |
765 | 2024-10-30T00:33:14.505Z | Downloaded csv v1.3.0 |
766 | 2024-10-30T00:33:14.516Z | Downloaded prettyplease v0.2.22 |
767 | 2024-10-30T00:33:14.533Z | Downloaded rustls-webpki v0.102.8 |
768 | 2024-10-30T00:33:14.553Z | Downloaded termcolor v1.4.1 |
769 | 2024-10-30T00:33:14.553Z | Downloaded stringprep v0.1.5 |
770 | 2024-10-30T00:33:14.553Z | Downloaded thiserror-impl v1.0.64 |
771 | 2024-10-30T00:33:14.554Z | Downloaded vsss-rs v3.3.4 |
772 | 2024-10-30T00:33:14.554Z | Downloaded const_format v0.2.33 |
773 | 2024-10-30T00:33:14.563Z | Downloaded vergen v8.3.2 |
774 | 2024-10-30T00:33:14.563Z | Downloaded subprocess v0.2.9 |
775 | 2024-10-30T00:33:14.563Z | Downloaded winnow v0.5.40 |
776 | 2024-10-30T00:33:14.567Z | Downloaded hyper v1.4.1 |
777 | 2024-10-30T00:33:14.570Z | Downloaded serde_with v3.11.0 |
778 | 2024-10-30T00:33:14.582Z | Downloaded partial-io v0.5.4 |
779 | 2024-10-30T00:33:14.587Z | Downloaded tokio-tungstenite v0.21.0 |
780 | 2024-10-30T00:33:14.588Z | Downloaded derive-where v1.2.7 |
781 | 2024-10-30T00:33:14.588Z | Downloaded mio v1.0.2 |
782 | 2024-10-30T00:33:14.604Z | Downloaded rusqlite v0.32.1 |
783 | 2024-10-30T00:33:14.608Z | Downloaded reqwest v0.11.27 |
784 | 2024-10-30T00:33:14.613Z | Downloaded rayon v1.10.0 |
785 | 2024-10-30T00:33:14.623Z | Downloaded blake3 v1.5.4 |
786 | 2024-10-30T00:33:14.633Z | Downloaded scroll_derive v0.12.0 |
787 | 2024-10-30T00:33:14.644Z | Downloaded encoding_rs v0.8.34 |
788 | 2024-10-30T00:33:14.668Z | Downloaded impl-trait-for-tuples v0.2.2 |
789 | 2024-10-30T00:33:14.672Z | Downloaded typify v0.2.0 |
790 | 2024-10-30T00:33:14.672Z | Downloaded memmap2 v0.9.5 |
791 | 2024-10-30T00:33:14.672Z | Downloaded pest_meta v2.7.14 |
792 | 2024-10-30T00:33:14.672Z | Downloaded unicode-xid v0.2.6 |
793 | 2024-10-30T00:33:14.672Z | Downloaded smawk v0.3.2 |
794 | 2024-10-30T00:33:14.672Z | Downloaded slog-json v2.6.1 |
795 | 2024-10-30T00:33:14.672Z | Downloaded slog-dtrace v0.3.0 |
796 | 2024-10-30T00:33:14.672Z | Downloaded similar-asserts v1.6.0 |
797 | 2024-10-30T00:33:14.672Z | Downloaded ipnet v2.10.1 |
798 | 2024-10-30T00:33:14.672Z | Downloaded ecdsa v0.16.9 |
799 | 2024-10-30T00:33:14.677Z | Downloaded p384 v0.13.0 |
800 | 2024-10-30T00:33:14.682Z | Downloaded expectorate v1.1.0 |
801 | 2024-10-30T00:33:14.685Z | Downloaded csv-core v0.1.11 |
802 | 2024-10-30T00:33:14.685Z | Downloaded dhcproto v0.12.0 |
803 | 2024-10-30T00:33:14.689Z | Downloaded crypto-bigint v0.5.5 |
804 | 2024-10-30T00:33:14.694Z | Downloaded crossbeam-channel v0.5.13 |
805 | 2024-10-30T00:33:14.699Z | Downloaded libsqlite3-sys v0.30.1 |
806 | 2024-10-30T00:33:14.777Z | Downloaded slab v0.4.9 |
807 | 2024-10-30T00:33:14.780Z | Downloaded url v2.5.2 |
808 | 2024-10-30T00:33:14.783Z | Downloaded polling v3.7.3 |
809 | 2024-10-30T00:33:14.786Z | Downloaded tokio-rustls v0.25.0 |
810 | 2024-10-30T00:33:14.787Z | Downloaded progenitor-impl v0.8.0 |
811 | 2024-10-30T00:33:14.790Z | Downloaded rand v0.8.5 |
812 | 2024-10-30T00:33:14.793Z | Downloaded tracing-core v0.1.32 |
813 | 2024-10-30T00:33:14.796Z | Downloaded event-listener v2.5.3 |
814 | 2024-10-30T00:33:14.800Z | Downloaded errno v0.3.9 |
815 | 2024-10-30T00:33:14.800Z | Downloaded crc-catalog v2.4.0 |
816 | 2024-10-30T00:33:14.800Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
817 | 2024-10-30T00:33:14.858Z | Downloaded convert_case v0.4.0 |
818 | 2024-10-30T00:33:14.861Z | Downloaded xattr v1.3.1 |
819 | 2024-10-30T00:33:14.862Z | Downloaded serde_plain v1.0.2 |
820 | 2024-10-30T00:33:14.862Z | Downloaded slog v2.7.0 |
821 | 2024-10-30T00:33:14.865Z | Downloaded crossbeam-deque v0.8.5 |
822 | 2024-10-30T00:33:14.867Z | Downloaded h2 v0.3.26 |
823 | 2024-10-30T00:33:14.873Z | Downloaded goblin v0.8.2 |
824 | 2024-10-30T00:33:14.879Z | Downloaded tracing-attributes v0.1.27 |
825 | 2024-10-30T00:33:14.881Z | Downloaded aes-gcm v0.10.3 |
826 | 2024-10-30T00:33:14.885Z | Downloaded tokio-macros v2.4.0 |
827 | 2024-10-30T00:33:14.888Z | Downloaded static_assertions v1.1.0 |
828 | 2024-10-30T00:33:14.888Z | Downloaded slog-envlogger v2.2.0 |
829 | 2024-10-30T00:33:14.890Z | Downloaded async-std v1.13.0 |
830 | 2024-10-30T00:33:14.909Z | Downloaded smf v0.2.3 |
831 | 2024-10-30T00:33:14.912Z | Downloaded serde_regex v1.1.0 |
832 | 2024-10-30T00:33:14.912Z | Downloaded serde_derive v1.0.210 |
833 | 2024-10-30T00:33:14.914Z | Downloaded doc-comment v0.3.3 |
834 | 2024-10-30T00:33:14.914Z | Downloaded serde_path_to_error v0.1.16 |
835 | 2024-10-30T00:33:14.917Z | Downloaded rand_xorshift v0.3.0 |
836 | 2024-10-30T00:33:14.917Z | Downloaded data-encoding v2.6.0 |
837 | 2024-10-30T00:33:14.919Z | Downloaded heapless v0.8.0 |
838 | 2024-10-30T00:33:14.922Z | Downloaded base64 v0.22.1 |
839 | 2024-10-30T00:33:14.926Z | Downloaded aes v0.8.4 |
840 | 2024-10-30T00:33:14.930Z | Downloaded publicsuffix v2.2.3 |
841 | 2024-10-30T00:33:14.933Z | Downloaded embedded-io v0.6.1 |
842 | 2024-10-30T00:33:14.935Z | Downloaded bindgen v0.69.5 |
843 | 2024-10-30T00:33:14.940Z | Downloaded slog-async v2.8.0 |
844 | 2024-10-30T00:33:14.943Z | Downloaded libloading v0.8.5 |
845 | 2024-10-30T00:33:14.946Z | Downloaded wyz v0.5.1 |
846 | 2024-10-30T00:33:14.946Z | Downloaded tokio-tungstenite v0.23.1 |
847 | 2024-10-30T00:33:14.949Z | Downloaded rustc-hash v2.0.0 |
848 | 2024-10-30T00:33:14.949Z | Downloaded typify-macro v0.2.0 |
849 | 2024-10-30T00:33:14.952Z | Downloaded tap v1.0.1 |
850 | 2024-10-30T00:33:14.952Z | Downloaded structmeta v0.2.0 |
851 | 2024-10-30T00:33:14.952Z | Downloaded ssh-cipher v0.2.0 |
852 | 2024-10-30T00:33:14.954Z | Downloaded zerocopy-derive v0.7.35 |
853 | 2024-10-30T00:33:14.957Z | Downloaded shlex v1.3.0 |
854 | 2024-10-30T00:33:14.959Z | Downloaded shell-words v1.1.0 |
855 | 2024-10-30T00:33:14.960Z | Downloaded serde_urlencoded v0.7.1 |
856 | 2024-10-30T00:33:14.962Z | Downloaded scrypt v0.11.0 |
857 | 2024-10-30T00:33:14.962Z | Downloaded derive_builder_core v0.20.2 |
858 | 2024-10-30T00:33:14.964Z | Downloaded headers v0.4.0 |
859 | 2024-10-30T00:33:14.969Z | Downloaded serde_yaml v0.9.34+deprecated |
860 | 2024-10-30T00:33:14.972Z | Downloaded percent-encoding v2.3.1 |
861 | 2024-10-30T00:33:14.974Z | Downloaded parking v2.2.1 |
862 | 2024-10-30T00:33:14.974Z | Downloaded num_cpus v1.16.0 |
863 | 2024-10-30T00:33:14.977Z | Downloaded nodrop v0.1.14 |
864 | 2024-10-30T00:33:14.979Z | Downloaded memmap v0.7.0 |
865 | 2024-10-30T00:33:14.979Z | Downloaded md-5 v0.10.6 |
866 | 2024-10-30T00:33:14.984Z | Downloaded arc-swap v1.7.1 |
867 | 2024-10-30T00:33:14.984Z | Downloaded blake2 v0.10.6 |
868 | 2024-10-30T00:33:14.986Z | Downloaded bitflags v2.6.0 |
869 | 2024-10-30T00:33:14.990Z | Downloaded async-task v4.7.1 |
870 | 2024-10-30T00:33:14.993Z | Downloaded term v0.7.0 |
871 | 2024-10-30T00:33:14.995Z | Downloaded tempfile v3.13.0 |
872 | 2024-10-30T00:33:14.998Z | Downloaded sha2 v0.10.8 |
873 | 2024-10-30T00:33:15.001Z | Downloaded cobs v0.2.3 |
874 | 2024-10-30T00:33:15.005Z | Downloaded strum_macros v0.26.4 |
875 | 2024-10-30T00:33:15.005Z | Downloaded sct v0.7.1 |
876 | 2024-10-30T00:33:15.008Z | Downloaded pbkdf2 v0.12.2 |
877 | 2024-10-30T00:33:15.016Z | Downloaded nested v0.1.1 |
878 | 2024-10-30T00:33:15.018Z | Downloaded md5 v0.7.0 |
879 | 2024-10-30T00:33:15.018Z | Downloaded hyper-rustls v0.26.0 |
880 | 2024-10-30T00:33:15.018Z | Downloaded futures v0.3.31 |
881 | 2024-10-30T00:33:15.018Z | Downloaded fancy-regex v0.13.0 |
882 | 2024-10-30T00:33:15.022Z | Downloaded password-hash v0.5.0 |
883 | 2024-10-30T00:33:15.025Z | Downloaded parking_lot v0.11.2 |
884 | 2024-10-30T00:33:15.027Z | Downloaded enum-as-inner v0.6.1 |
885 | 2024-10-30T00:33:15.027Z | Downloaded ciborium v0.2.2 |
886 | 2024-10-30T00:33:15.030Z | Downloaded flate2 v1.0.34 |
887 | 2024-10-30T00:33:15.034Z | Downloaded futures-channel v0.3.31 |
888 | 2024-10-30T00:33:15.037Z | Downloaded cfg-expr v0.17.0 |
889 | 2024-10-30T00:33:15.040Z | Downloaded camino v1.1.9 |
890 | 2024-10-30T00:33:15.042Z | Downloaded bcs v0.1.6 |
891 | 2024-10-30T00:33:15.046Z | Downloaded dhcproto-macros v0.1.0 |
892 | 2024-10-30T00:33:15.046Z | Downloaded base64ct v1.6.0 |
893 | 2024-10-30T00:33:15.049Z | Downloaded async-trait v0.1.83 |
894 | 2024-10-30T00:33:15.052Z | Downloaded async-executor v1.13.1 |
895 | 2024-10-30T00:33:15.052Z | Downloaded spki v0.7.3 |
896 | 2024-10-30T00:33:15.054Z | Downloaded argon2 v0.5.3 |
897 | 2024-10-30T00:33:15.057Z | Downloaded hashlink v0.9.1 |
898 | 2024-10-30T00:33:15.057Z | Downloaded group v0.13.0 |
899 | 2024-10-30T00:33:15.060Z | Downloaded thiserror-impl-no-std v2.0.2 |
900 | 2024-10-30T00:33:15.060Z | Downloaded rtoolbox v0.0.2 |
901 | 2024-10-30T00:33:15.063Z | Downloaded parse-display-derive v0.10.0 |
902 | 2024-10-30T00:33:15.063Z | Downloaded buf-list v1.0.3 |
903 | 2024-10-30T00:33:15.065Z | Downloaded ciborium-io v0.2.2 |
904 | 2024-10-30T00:33:15.068Z | Downloaded bitfield v0.14.0 |
905 | 2024-10-30T00:33:15.068Z | Downloaded home v0.5.9 |
906 | 2024-10-30T00:33:15.068Z | Downloaded heck v0.5.0 |
907 | 2024-10-30T00:33:15.071Z | Downloaded cargo-platform v0.1.8 |
908 | 2024-10-30T00:33:15.071Z | Downloaded async-recursion v1.1.1 |
909 | 2024-10-30T00:33:15.073Z | Downloaded async-global-executor v2.4.1 |
910 | 2024-10-30T00:33:15.075Z | Downloaded async-stream v0.3.6 |
911 | 2024-10-30T00:33:15.078Z | Downloaded bit-vec v0.6.3 |
912 | 2024-10-30T00:33:15.078Z | Downloaded bb8 v0.8.5 |
913 | 2024-10-30T00:33:15.086Z | Downloaded cargo_metadata v0.18.1 |
914 | 2024-10-30T00:33:15.086Z | Downloaded anstyle-parse v0.2.5 |
915 | 2024-10-30T00:33:15.208Z | Downloaded ring v0.17.8 |
916 | 2024-10-30T00:33:15.338Z | Downloaded ring v0.16.20 |
917 | 2024-10-30T00:33:15.696Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
918 | 2024-10-30T00:33:37.221Z | Startup: Refreshing catalog 'helios-dev' ... Done |
919 | 2024-10-30T00:33:40.644Z | Startup: Caching catalogs ... Done |
920 | 2024-10-30T00:33:47.579Z | Planning: Solver setup ... Done (6.171s) |
921 | 2024-10-30T00:33:47.668Z | Planning: Running solver ... Done (0.089s) |
922 | 2024-10-30T00:33:47.787Z | Planning: Finding local manifests ... Done (0.043s) |
923 | 2024-10-30T00:33:47.814Z | Planning: Fetching manifests: 0/5 0% complete |
924 | 2024-10-30T00:33:48.453Z | Planning: Fetching manifests: 5/5 100% complete |
925 | 2024-10-30T00:33:48.693Z | Planning: Package planning ... Done (0.238s) |
926 | 2024-10-30T00:33:48.749Z | Planning: Merging actions ... Done (0.055s) |
927 | 2024-10-30T00:33:49.607Z | Planning: Checking for conflicting actions ... Done (0.860s) |
928 | 2024-10-30T00:33:56.057Z | Planning: Consolidating action changes ... Done (6.454s) |
929 | 2024-10-30T00:33:56.469Z | Planning: Evaluating mediators ... Done (0.412s) |
930 | 2024-10-30T00:33:56.547Z | Planning: Planning completed in 15.82 seconds |
931 | 2024-10-30T00:33:56.706Z | Packages to install: 4 |
932 | 2024-10-30T00:33:56.706Z | Packages to update: 1 |
933 | 2024-10-30T00:33:56.709Z | Mediators to change: 2 |
934 | 2024-10-30T00:33:56.709Z | Services to change: 1 |
935 | 2024-10-30T00:33:56.709Z | Estimated space available: 155.48 GB |
936 | 2024-10-30T00:33:56.709Z | Estimated space to be consumed: 1.58 GB |
937 | 2024-10-30T00:33:56.709Z | Create boot environment: No |
938 | 2024-10-30T00:33:56.709Z | Create backup boot environment: Yes |
939 | 2024-10-30T00:33:56.709Z | Rebuild boot archive: No |
940 | 2024-10-30T00:33:56.709Z | |
941 | 2024-10-30T00:33:56.709Z | Changed mediators: |
942 | 2024-10-30T00:33:56.709Z | mediator clang: |
943 | 2024-10-30T00:33:56.709Z | version: None -> 15 (system default) |
944 | 2024-10-30T00:33:56.709Z | |
945 | 2024-10-30T00:33:56.709Z | mediator llvm: |
946 | 2024-10-30T00:33:56.709Z | version: 14 (system default) -> 15 (system default) |
947 | 2024-10-30T00:33:56.709Z | |
948 | 2024-10-30T00:33:56.709Z | Changed packages: |
949 | 2024-10-30T00:33:56.709Z | helios-dev |
950 | 2024-10-30T00:33:56.709Z | developer/build-essential |
951 | 2024-10-30T00:33:56.709Z | None -> 11-2.0 |
952 | 2024-10-30T00:33:56.710Z | library/libxmlsec1 |
953 | 2024-10-30T00:33:56.710Z | None -> 1.2.35-2.0 |
954 | 2024-10-30T00:33:56.710Z | ooce/developer/clang-15 |
955 | 2024-10-30T00:33:56.710Z | None -> 15.0.7-2.0 |
956 | 2024-10-30T00:33:56.710Z | ooce/developer/llvm-15 |
957 | 2024-10-30T00:33:56.710Z | None -> 15.0.7-2.0 |
958 | 2024-10-30T00:33:56.710Z | package/pkg |
959 | 2024-10-30T00:33:56.710Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
960 | 2024-10-30T00:33:56.710Z | |
961 | 2024-10-30T00:33:56.710Z | Services: |
962 | 2024-10-30T00:33:56.710Z | restart_fmri: |
963 | 2024-10-30T00:33:56.710Z | svc:/system/update-man-index:default |
964 | 2024-10-30T00:33:56.710Z | |
965 | 2024-10-30T00:33:56.710Z | Editable files to change: |
966 | 2024-10-30T00:33:56.710Z | Update: |
967 | 2024-10-30T00:33:56.710Z | usr/share/lib/pkg/web/config.shtml |
968 | 2024-10-30T00:33:57.047Z | |
969 | 2024-10-30T00:33:57.047Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
970 | 2024-10-30T00:34:02.046Z | Download: 1188/4281 items 70.3/220.6MB 31% complete (14.4M/s) |
971 | 2024-10-30T00:34:07.046Z | Download: 2509/4281 items 120.3/220.6MB 54% complete (12.1M/s) |
972 | 2024-10-30T00:34:12.047Z | Download: 3784/4281 items 217.1/220.6MB 98% complete (14.7M/s) |
973 | 2024-10-30T00:34:13.935Z | Download: Completed 220.60 MB in 16.89 seconds (13.1M/s) |
974 | 2024-10-30T00:34:16.533Z | Actions: 1/5063 actions (Removing old actions) |
975 | 2024-10-30T00:34:16.553Z | Actions: 194/5063 actions (Installing new actions) |
976 | 2024-10-30T00:34:21.579Z | Actions: 4090/5063 actions (Installing new actions) |
977 | 2024-10-30T00:34:21.939Z | Actions: 4226/5063 actions (Updating modified actions) |
978 | 2024-10-30T00:34:22.307Z | Actions: Completed 5063 actions in 5.78 seconds. |
979 | 2024-10-30T00:34:22.672Z | Done (0.358s) |
980 | 2024-10-30T00:34:22.675Z | Done (0.000s) |
981 | 2024-10-30T00:34:23.178Z | Done (0.503s) |
982 | 2024-10-30T00:34:29.468Z | Done (6.085s) |
983 | 2024-10-30T00:34:29.757Z | Done (0.220s) |
984 | 2024-10-30T00:34:29.760Z | Done (0.000s) |
985 | 2024-10-30T00:34:30.219Z | Done (0.000s) |
986 | 2024-10-30T00:34:30.871Z | Planning: Evaluating mediator changes ... Done |
987 | 2024-10-30T00:34:31.031Z | Planning: Checking for conflicting actions ... Done |
988 | 2024-10-30T00:34:31.034Z | Planning: Consolidating action changes ... Done |
989 | 2024-10-30T00:34:31.298Z | Planning: Evaluating mediators ... Done |
990 | 2024-10-30T00:34:31.301Z | Planning: Planning completed in 0.43 seconds |
991 | 2024-10-30T00:34:31.337Z | Mediators to change: 2 |
992 | 2024-10-30T00:34:31.337Z | Create boot environment: No |
993 | 2024-10-30T00:34:31.339Z | Create backup boot environment: No |
994 | 2024-10-30T00:34:31.468Z | Done |
995 | 2024-10-30T00:34:31.468Z | Done |
996 | 2024-10-30T00:34:31.786Z | Done |
997 | 2024-10-30T00:34:35.330Z | Done |
998 | 2024-10-30T00:34:35.418Z | Done |
999 | 2024-10-30T00:34:35.421Z | Done |
1000 | 2024-10-30T00:34:35.577Z | Done |
1001 | 2024-10-30T00:34:36.197Z | Planning: Evaluating mediator changes ... Done |
1002 | 2024-10-30T00:34:36.203Z | Planning: Merging actions ... Done |
1003 | 2024-10-30T00:34:36.386Z | Planning: Checking for conflicting actions ... Done |
1004 | 2024-10-30T00:34:36.389Z | Planning: Consolidating action changes ... Done |
1005 | 2024-10-30T00:34:36.656Z | Planning: Evaluating mediators ... Done |
1006 | 2024-10-30T00:34:36.712Z | Planning: Planning completed in 0.76 seconds |
1007 | 2024-10-30T00:34:36.752Z | Packages to change: 1 |
1008 | 2024-10-30T00:34:36.752Z | Mediators to change: 1 |
1009 | 2024-10-30T00:34:36.755Z | Services to change: 1 |
1010 | 2024-10-30T00:34:36.755Z | Create boot environment: No |
1011 | 2024-10-30T00:34:36.755Z | Create backup boot environment: Yes |
1012 | 2024-10-30T00:34:39.086Z | Actions: 1/6 actions (Updating modified actions) |
1013 | 2024-10-30T00:34:39.168Z | Actions: Completed 6 actions in 0.08 seconds. |
1014 | 2024-10-30T00:34:39.170Z | Done |
1015 | 2024-10-30T00:34:39.170Z | Done |
1016 | 2024-10-30T00:34:39.271Z | Done |
1017 | 2024-10-30T00:34:42.819Z | Done |
1018 | 2024-10-30T00:34:42.909Z | Done |
1019 | 2024-10-30T00:34:42.912Z | Done |
1020 | 2024-10-30T00:34:43.097Z | Done |
1021 | 2024-10-30T00:34:43.529Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1022 | 2024-10-30T00:34:43.529Z | clang system 15 system |
1023 | 2024-10-30T00:34:43.529Z | csh system system illumos |
1024 | 2024-10-30T00:34:43.529Z | ctags system system illumos |
1025 | 2024-10-30T00:34:43.529Z | gcc vendor 12 vendor |
1026 | 2024-10-30T00:34:43.529Z | gcc system 10 system |
1027 | 2024-10-30T00:34:43.529Z | gcc system 7 system |
1028 | 2024-10-30T00:34:43.529Z | go system 1.20 system |
1029 | 2024-10-30T00:34:43.530Z | go system 1.19 system |
1030 | 2024-10-30T00:34:43.530Z | llvm system 15 system |
1031 | 2024-10-30T00:34:43.530Z | llvm system 14 system |
1032 | 2024-10-30T00:34:43.530Z | mariadb system 10.6 system |
1033 | 2024-10-30T00:34:43.530Z | mta vendor vendor dma |
1034 | 2024-10-30T00:34:43.530Z | openjdk system 17 system |
1035 | 2024-10-30T00:34:43.530Z | openjdk system 11 system |
1036 | 2024-10-30T00:34:43.530Z | openjdk system 1.8 system |
1037 | 2024-10-30T00:34:43.530Z | openssl vendor 3 vendor |
1038 | 2024-10-30T00:34:43.530Z | perl system 5.36 system |
1039 | 2024-10-30T00:34:43.530Z | postgresql system 15 system |
1040 | 2024-10-30T00:34:43.530Z | postgresql system 13 system |
1041 | 2024-10-30T00:34:43.530Z | python vendor 3 vendor |
1042 | 2024-10-30T00:34:43.530Z | python system 2 system |
1043 | 2024-10-30T00:34:43.530Z | python3 system 3.11 system |
1044 | 2024-10-30T00:34:43.530Z | ruby system 3.0 system |
1045 | 2024-10-30T00:34:43.530Z | words vendor vendor american-english |
1046 | 2024-10-30T00:34:43.530Z | words system system australian-english |
1047 | 2024-10-30T00:34:43.530Z | words system system british-english |
1048 | 2024-10-30T00:34:43.530Z | words system system canadian-english |
1049 | 2024-10-30T00:34:43.530Z | words system system french |
1050 | 2024-10-30T00:34:43.530Z | words system system italian |
1051 | 2024-10-30T00:34:43.530Z | words system system ngerman |
1052 | 2024-10-30T00:34:43.530Z | words system system ogerman |
1053 | 2024-10-30T00:34:43.530Z | words system system spanish |
1054 | 2024-10-30T00:34:43.862Z | PUBLISHER TYPE STATUS P LOCATION |
1055 | 2024-10-30T00:34:43.862Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1056 | 2024-10-30T00:34:46.214Z | FMRI IFO |
1057 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1058 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1059 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1060 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1061 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1062 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1063 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1064 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1065 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1066 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1067 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1068 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1069 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1070 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1071 | 2024-10-30T00:34:46.214Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1072 | 2024-10-30T00:34:47.249Z | Downloading crates ... |
1073 | 2024-10-30T00:34:47.353Z | Downloaded cargo_toml v0.20.5 |
1074 | 2024-10-30T00:34:47.491Z | Compiling proc-macro2 v1.0.87 |
1075 | 2024-10-30T00:34:47.492Z | Compiling unicode-ident v1.0.13 |
1076 | 2024-10-30T00:34:47.495Z | Compiling serde v1.0.210 |
1077 | 2024-10-30T00:34:47.495Z | Compiling version_check v0.9.5 |
1078 | 2024-10-30T00:34:47.495Z | Compiling thiserror v1.0.64 |
1079 | 2024-10-30T00:34:47.495Z | Compiling memchr v2.7.4 |
1080 | 2024-10-30T00:34:47.495Z | Compiling libc v0.2.161 |
1081 | 2024-10-30T00:34:47.514Z | Compiling ryu v1.0.18 |
1082 | 2024-10-30T00:34:47.750Z | Compiling ucd-trie v0.1.7 |
1083 | 2024-10-30T00:34:47.888Z | Compiling itoa v1.0.11 |
1084 | 2024-10-30T00:34:48.086Z | Compiling once_cell v1.20.2 |
1085 | 2024-10-30T00:34:48.300Z | Compiling byteorder v1.5.0 |
1086 | 2024-10-30T00:34:48.408Z | Compiling rustix v0.38.37 |
1087 | 2024-10-30T00:34:48.628Z | Compiling serde_json v1.0.128 |
1088 | 2024-10-30T00:34:49.886Z | Compiling bitflags v2.6.0 |
1089 | 2024-10-30T00:34:49.934Z | Compiling proc-macro-error-attr v1.0.4 |
1090 | 2024-10-30T00:34:49.992Z | Compiling usdt-impl v0.5.0 |
1091 | 2024-10-30T00:34:50.013Z | Compiling syn v1.0.109 |
1092 | 2024-10-30T00:34:50.250Z | Compiling proc-macro-error v1.0.4 |
1093 | 2024-10-30T00:34:50.276Z | Compiling plain v0.2.3 |
1094 | 2024-10-30T00:34:50.287Z | Compiling hashbrown v0.15.0 |
1095 | 2024-10-30T00:34:50.420Z | Compiling equivalent v1.0.1 |
1096 | 2024-10-30T00:34:50.442Z | Compiling utf8parse v0.2.2 |
1097 | 2024-10-30T00:34:50.517Z | Compiling log v0.4.22 |
1098 | 2024-10-30T00:34:50.528Z | Compiling camino v1.1.9 |
1099 | 2024-10-30T00:34:50.577Z | Compiling thread-id v4.2.2 |
1100 | 2024-10-30T00:34:50.640Z | Compiling anstyle-parse v0.2.5 |
1101 | 2024-10-30T00:34:50.820Z | Compiling quote v1.0.37 |
1102 | 2024-10-30T00:34:50.900Z | Compiling semver v1.0.23 |
1103 | 2024-10-30T00:34:50.966Z | Compiling anstyle-query v1.1.1 |
1104 | 2024-10-30T00:34:51.038Z | Compiling autocfg v1.4.0 |
1105 | 2024-10-30T00:34:51.101Z | Compiling winnow v0.6.20 |
1106 | 2024-10-30T00:34:51.171Z | Compiling syn v2.0.79 |
1107 | 2024-10-30T00:34:51.406Z | Compiling errno v0.3.9 |
1108 | 2024-10-30T00:34:51.484Z | Compiling indexmap v2.6.0 |
1109 | 2024-10-30T00:34:51.609Z | Compiling unicode-width v0.1.14 |
1110 | 2024-10-30T00:34:52.103Z | Compiling colorchoice v1.0.2 |
1111 | 2024-10-30T00:34:52.179Z | Compiling is_terminal_polyfill v1.70.1 |
1112 | 2024-10-30T00:34:52.243Z | Compiling anstyle v1.0.8 |
1113 | 2024-10-30T00:34:52.283Z | Compiling pretty-hex v0.4.1 |
1114 | 2024-10-30T00:34:52.480Z | Compiling fs-err v2.11.0 |
1115 | 2024-10-30T00:34:52.654Z | Compiling anstream v0.6.15 |
1116 | 2024-10-30T00:34:52.884Z | Compiling cfg-if v1.0.0 |
1117 | 2024-10-30T00:34:53.013Z | Compiling heck v0.5.0 |
1118 | 2024-10-30T00:34:53.046Z | Compiling bytecount v0.6.8 |
1119 | 2024-10-30T00:34:53.243Z | Compiling fastrand v2.1.1 |
1120 | 2024-10-30T00:34:53.450Z | Compiling heck v0.4.1 |
1121 | 2024-10-30T00:34:53.452Z | Compiling strsim v0.11.1 |
1122 | 2024-10-30T00:34:53.537Z | Compiling clap_lex v0.7.2 |
1123 | 2024-10-30T00:34:53.779Z | Compiling terminal_size v0.4.0 |
1124 | 2024-10-30T00:34:53.918Z | Compiling fnv v1.0.7 |
1125 | 2024-10-30T00:34:53.968Z | Compiling anyhow v1.0.89 |
1126 | 2024-10-30T00:34:54.010Z | Compiling papergrid v0.11.0 |
1127 | 2024-10-30T00:34:54.037Z | Compiling clap_builder v4.5.20 |
1128 | 2024-10-30T00:34:54.473Z | Compiling tempfile v3.13.0 |
1129 | 2024-10-30T00:34:54.857Z | Compiling memmap v0.7.0 |
1130 | 2024-10-30T00:34:54.888Z | Compiling smawk v0.3.2 |
1131 | 2024-10-30T00:34:55.075Z | Compiling unicode-linebreak v0.1.5 |
1132 | 2024-10-30T00:34:55.326Z | Compiling swrite v0.1.0 |
1133 | 2024-10-30T00:34:55.441Z | Compiling textwrap v0.16.1 |
1134 | 2024-10-30T00:34:56.930Z | Compiling tabled_derive v0.7.0 |
1135 | 2024-10-30T00:34:58.542Z | Compiling tabled v0.15.0 |
1136 | 2024-10-30T00:34:59.829Z | Compiling serde_derive v1.0.210 |
1137 | 2024-10-30T00:34:59.829Z | Compiling thiserror-impl v1.0.64 |
1138 | 2024-10-30T00:34:59.832Z | Compiling zerocopy-derive v0.7.35 |
1139 | 2024-10-30T00:34:59.832Z | Compiling scroll_derive v0.12.0 |
1140 | 2024-10-30T00:34:59.832Z | Compiling clap_derive v4.5.18 |
1141 | 2024-10-30T00:35:01.016Z | Compiling scroll v0.12.0 |
1142 | 2024-10-30T00:35:01.450Z | Compiling zerocopy v0.7.35 |
1143 | 2024-10-30T00:35:01.506Z | Compiling goblin v0.8.2 |
1144 | 2024-10-30T00:35:02.385Z | Compiling pest v2.7.14 |
1145 | 2024-10-30T00:35:03.412Z | Compiling clap v4.5.20 |
1146 | 2024-10-30T00:35:04.675Z | Compiling pest_meta v2.7.14 |
1147 | 2024-10-30T00:35:05.490Z | Compiling pest_generator v2.7.14 |
1148 | 2024-10-30T00:35:07.353Z | Compiling pest_derive v2.7.14 |
1149 | 2024-10-30T00:35:08.026Z | Compiling dtrace-parser v0.2.0 |
1150 | 2024-10-30T00:35:09.792Z | Compiling serde_spanned v0.6.8 |
1151 | 2024-10-30T00:35:09.792Z | Compiling toml_datetime v0.6.8 |
1152 | 2024-10-30T00:35:09.794Z | Compiling cargo-platform v0.1.8 |
1153 | 2024-10-30T00:35:10.197Z | Compiling serde_tokenstream v0.2.2 |
1154 | 2024-10-30T00:35:10.272Z | Compiling toml_edit v0.22.22 |
1155 | 2024-10-30T00:35:10.358Z | Compiling macaddr v1.0.1 |
1156 | 2024-10-30T00:35:10.429Z | Compiling camino-tempfile v1.1.1 |
1157 | 2024-10-30T00:35:11.206Z | Compiling dof v0.3.0 |
1158 | 2024-10-30T00:35:11.206Z | Compiling cargo_metadata v0.18.1 |
1159 | 2024-10-30T00:35:13.061Z | Compiling toml v0.8.19 |
1160 | 2024-10-30T00:35:13.172Z | Compiling usdt-attr-macro v0.5.0 |
1161 | 2024-10-30T00:35:13.172Z | Compiling usdt-macro v0.5.0 |
1162 | 2024-10-30T00:35:13.847Z | Compiling cargo_toml v0.20.5 |
1163 | 2024-10-30T00:35:14.472Z | Compiling usdt v0.5.0 |
1164 | 2024-10-30T00:35:17.687Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1165 | 2024-10-30T00:35:21.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.96s |
1166 | 2024-10-30T00:35:21.700Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1167 | 2024-10-30T00:35:22.571Z | Compiling serde v1.0.210 |
1168 | 2024-10-30T00:35:22.573Z | Compiling typenum v1.17.0 |
1169 | 2024-10-30T00:35:22.573Z | Compiling lock_api v0.4.12 |
1170 | 2024-10-30T00:35:22.573Z | Compiling generic-array v0.14.7 |
1171 | 2024-10-30T00:35:22.573Z | Compiling scopeguard v1.2.0 |
1172 | 2024-10-30T00:35:22.573Z | Compiling subtle v2.6.1 |
1173 | 2024-10-30T00:35:22.691Z | Compiling syn v2.0.79 |
1174 | 2024-10-30T00:35:22.694Z | Compiling getrandom v0.2.15 |
1175 | 2024-10-30T00:35:22.848Z | Compiling value-bag v1.9.0 |
1176 | 2024-10-30T00:35:22.998Z | Compiling rand_core v0.6.4 |
1177 | 2024-10-30T00:35:23.077Z | Compiling const-oid v0.9.6 |
1178 | 2024-10-30T00:35:23.130Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-10-30T00:35:23.244Z | Compiling smallvec v1.13.2 |
1180 | 2024-10-30T00:35:23.284Z | Compiling jobserver v0.1.32 |
1181 | 2024-10-30T00:35:23.493Z | Compiling log v0.4.22 |
1182 | 2024-10-30T00:35:23.543Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-10-30T00:35:23.630Z | Compiling shlex v1.3.0 |
1184 | 2024-10-30T00:35:23.675Z | Compiling futures-core v0.3.31 |
1185 | 2024-10-30T00:35:23.909Z | Compiling cc v1.1.30 |
1186 | 2024-10-30T00:35:24.052Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-10-30T00:35:24.217Z | Compiling mio v1.0.2 |
1188 | 2024-10-30T00:35:24.390Z | Compiling parking_lot v0.12.3 |
1189 | 2024-10-30T00:35:24.669Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-10-30T00:35:24.768Z | Compiling futures-sink v0.3.31 |
1191 | 2024-10-30T00:35:24.845Z | Compiling spin v0.9.8 |
1192 | 2024-10-30T00:35:24.927Z | Compiling socket2 v0.5.7 |
1193 | 2024-10-30T00:35:25.047Z | Compiling slab v0.4.9 |
1194 | 2024-10-30T00:35:25.244Z | Compiling serde_json v1.0.128 |
1195 | 2024-10-30T00:35:25.312Z | Compiling futures-channel v0.3.31 |
1196 | 2024-10-30T00:35:25.393Z | Compiling allocator-api2 v0.2.18 |
1197 | 2024-10-30T00:35:25.458Z | Compiling futures-io v0.3.31 |
1198 | 2024-10-30T00:35:25.577Z | Compiling pin-utils v0.1.0 |
1199 | 2024-10-30T00:35:25.668Z | Compiling foldhash v0.1.3 |
1200 | 2024-10-30T00:35:25.716Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-10-30T00:35:25.763Z | Compiling futures-task v0.3.31 |
1202 | 2024-10-30T00:35:25.781Z | Compiling libm v0.2.8 |
1203 | 2024-10-30T00:35:25.807Z | Compiling tinyvec v1.8.0 |
1204 | 2024-10-30T00:35:25.883Z | Compiling num-traits v0.2.19 |
1205 | 2024-10-30T00:35:25.954Z | Compiling unicode-bidi v0.3.17 |
1206 | 2024-10-30T00:35:26.035Z | Compiling base64ct v1.6.0 |
1207 | 2024-10-30T00:35:26.116Z | Compiling hashbrown v0.15.0 |
1208 | 2024-10-30T00:35:26.410Z | Compiling httparse v1.9.5 |
1209 | 2024-10-30T00:35:26.646Z | Compiling pem-rfc7468 v0.7.0 |
1210 | 2024-10-30T00:35:27.217Z | Compiling unicode-normalization v0.1.24 |
1211 | 2024-10-30T00:35:27.389Z | Compiling flagset v0.4.6 |
1212 | 2024-10-30T00:35:27.417Z | Compiling tracing-core v0.1.32 |
1213 | 2024-10-30T00:35:27.463Z | Compiling percent-encoding v2.3.1 |
1214 | 2024-10-30T00:35:27.580Z | Compiling crossbeam-utils v0.8.20 |
1215 | 2024-10-30T00:35:27.638Z | Compiling rustls-pki-types v1.9.0 |
1216 | 2024-10-30T00:35:28.167Z | Compiling ring v0.17.8 |
1217 | 2024-10-30T00:35:28.326Z | Compiling num-conv v0.1.0 |
1218 | 2024-10-30T00:35:28.378Z | Compiling untrusted v0.9.0 |
1219 | 2024-10-30T00:35:28.558Z | Compiling pkg-config v0.3.31 |
1220 | 2024-10-30T00:35:28.575Z | Compiling time-core v0.1.2 |
1221 | 2024-10-30T00:35:28.622Z | Compiling powerfmt v0.2.0 |
1222 | 2024-10-30T00:35:28.730Z | Compiling vcpkg v0.2.15 |
1223 | 2024-10-30T00:35:28.748Z | Compiling time-macros v0.2.18 |
1224 | 2024-10-30T00:35:29.022Z | Compiling deranged v0.3.11 |
1225 | 2024-10-30T00:35:29.293Z | Compiling atomic-waker v1.1.2 |
1226 | 2024-10-30T00:35:29.478Z | Compiling num_threads v0.1.7 |
1227 | 2024-10-30T00:35:29.573Z | Compiling form_urlencoded v1.2.1 |
1228 | 2024-10-30T00:35:29.893Z | Compiling slog v2.7.0 |
1229 | 2024-10-30T00:35:30.021Z | Compiling try-lock v0.2.5 |
1230 | 2024-10-30T00:35:30.039Z | Compiling rustix v0.38.37 |
1231 | 2024-10-30T00:35:30.166Z | Compiling want v0.3.1 |
1232 | 2024-10-30T00:35:30.442Z | Compiling httpdate v1.0.3 |
1233 | 2024-10-30T00:35:30.749Z | Compiling openssl-sys v0.9.103 |
1234 | 2024-10-30T00:35:30.840Z | Compiling idna v0.5.0 |
1235 | 2024-10-30T00:35:30.867Z | Compiling openssl v0.10.66 |
1236 | 2024-10-30T00:35:30.887Z | Compiling rustversion v1.0.17 |
1237 | 2024-10-30T00:35:31.249Z | Compiling match_cfg v0.1.0 |
1238 | 2024-10-30T00:35:31.266Z | Compiling iana-time-zone v0.1.61 |
1239 | 2024-10-30T00:35:31.328Z | Compiling foreign-types-shared v0.1.1 |
1240 | 2024-10-30T00:35:31.428Z | Compiling base64 v0.22.1 |
1241 | 2024-10-30T00:35:31.564Z | Compiling tower-service v0.3.3 |
1242 | 2024-10-30T00:35:31.657Z | Compiling url v2.5.2 |
1243 | 2024-10-30T00:35:31.745Z | Compiling foreign-types v0.3.2 |
1244 | 2024-10-30T00:35:31.801Z | Compiling time v0.3.36 |
1245 | 2024-10-30T00:35:31.837Z | Compiling hostname v0.3.1 |
1246 | 2024-10-30T00:35:32.064Z | Compiling dirs-sys-next v0.1.2 |
1247 | 2024-10-30T00:35:32.135Z | Compiling aho-corasick v1.1.3 |
1248 | 2024-10-30T00:35:32.229Z | Compiling siphasher v0.3.11 |
1249 | 2024-10-30T00:35:32.550Z | Compiling rustls v0.22.4 |
1250 | 2024-10-30T00:35:32.733Z | Compiling regex-syntax v0.8.5 |
1251 | 2024-10-30T00:35:32.790Z | Compiling native-tls v0.2.12 |
1252 | 2024-10-30T00:35:33.117Z | Compiling data-encoding v2.6.0 |
1253 | 2024-10-30T00:35:33.164Z | Compiling adler2 v2.0.0 |
1254 | 2024-10-30T00:35:33.360Z | Compiling rustls v0.23.14 |
1255 | 2024-10-30T00:35:33.578Z | Compiling syn v1.0.109 |
1256 | 2024-10-30T00:35:34.239Z | Compiling miniz_oxide v0.8.0 |
1257 | 2024-10-30T00:35:35.233Z | Compiling dirs-next v2.0.0 |
1258 | 2024-10-30T00:35:35.429Z | Compiling serde_derive_internals v0.29.1 |
1259 | 2024-10-30T00:35:36.274Z | Compiling serde_derive v1.0.210 |
1260 | 2024-10-30T00:35:36.569Z | Compiling zeroize_derive v1.4.2 |
1261 | 2024-10-30T00:35:36.635Z | Compiling zerocopy-derive v0.7.35 |
1262 | 2024-10-30T00:35:36.827Z | Compiling tokio-macros v2.4.0 |
1263 | 2024-10-30T00:35:36.974Z | Compiling thiserror-impl v1.0.64 |
1264 | 2024-10-30T00:35:37.956Z | Compiling futures-macro v0.3.31 |
1265 | 2024-10-30T00:35:38.085Z | Compiling zeroize v1.8.1 |
1266 | 2024-10-30T00:35:38.454Z | Compiling der_derive v0.7.3 |
1267 | 2024-10-30T00:35:38.747Z | Compiling tracing-attributes v0.1.27 |
1268 | 2024-10-30T00:35:38.915Z | Compiling zerocopy v0.7.35 |
1269 | 2024-10-30T00:35:39.854Z | Compiling crypto-common v0.1.6 |
1270 | 2024-10-30T00:35:39.944Z | Compiling block-buffer v0.10.4 |
1271 | 2024-10-30T00:35:40.083Z | Compiling futures-util v0.3.31 |
1272 | 2024-10-30T00:35:40.204Z | Compiling digest v0.10.7 |
1273 | 2024-10-30T00:35:40.229Z | Compiling thiserror v1.0.64 |
1274 | 2024-10-30T00:35:40.354Z | Compiling block-padding v0.3.3 |
1275 | 2024-10-30T00:35:40.456Z | Compiling ppv-lite86 v0.2.20 |
1276 | 2024-10-30T00:35:40.582Z | Compiling hmac v0.12.1 |
1277 | 2024-10-30T00:35:40.625Z | Compiling inout v0.1.3 |
1278 | 2024-10-30T00:35:40.799Z | Compiling sha2 v0.10.8 |
1279 | 2024-10-30T00:35:40.823Z | Compiling cipher v0.4.4 |
1280 | 2024-10-30T00:35:40.868Z | Compiling der v0.7.9 |
1281 | 2024-10-30T00:35:41.209Z | Compiling rand_chacha v0.3.1 |
1282 | 2024-10-30T00:35:41.304Z | Compiling salsa20 v0.10.2 |
1283 | 2024-10-30T00:35:41.508Z | Compiling pbkdf2 v0.12.2 |
1284 | 2024-10-30T00:35:41.681Z | Compiling rand v0.8.5 |
1285 | 2024-10-30T00:35:42.387Z | Compiling tracing v0.1.40 |
1286 | 2024-10-30T00:35:42.934Z | Compiling spki v0.7.3 |
1287 | 2024-10-30T00:35:43.313Z | Compiling pest v2.7.14 |
1288 | 2024-10-30T00:35:43.378Z | Compiling scrypt v0.11.0 |
1289 | 2024-10-30T00:35:43.709Z | Compiling cbc v0.1.2 |
1290 | 2024-10-30T00:35:43.910Z | Compiling aes v0.8.4 |
1291 | 2024-10-30T00:35:43.943Z | Compiling scroll_derive v0.12.0 |
1292 | 2024-10-30T00:35:44.084Z | Compiling openssl-macros v0.1.1 |
1293 | 2024-10-30T00:35:44.241Z | Compiling async-trait v0.1.83 |
1294 | 2024-10-30T00:35:44.802Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-10-30T00:35:45.287Z | Compiling scroll v0.12.0 |
1296 | 2024-10-30T00:35:45.829Z | Compiling pest_meta v2.7.14 |
1297 | 2024-10-30T00:35:45.882Z | Compiling goblin v0.8.2 |
1298 | 2024-10-30T00:35:45.978Z | Compiling pkcs8 v0.10.2 |
1299 | 2024-10-30T00:35:46.219Z | Compiling signature v2.2.0 |
1300 | 2024-10-30T00:35:46.563Z | Compiling sha1 v0.10.6 |
1301 | 2024-10-30T00:35:46.595Z | Compiling regex-automata v0.4.8 |
1302 | 2024-10-30T00:35:46.699Z | Compiling crossbeam-epoch v0.9.18 |
1303 | 2024-10-30T00:35:46.957Z | Compiling lazy_static v1.5.0 |
1304 | 2024-10-30T00:35:46.975Z | Compiling thread_local v1.1.8 |
1305 | 2024-10-30T00:35:47.083Z | Compiling pest_generator v2.7.14 |
1306 | 2024-10-30T00:35:47.439Z | Compiling cookie v0.18.1 |
1307 | 2024-10-30T00:35:47.544Z | Compiling multer v3.1.0 |
1308 | 2024-10-30T00:35:47.747Z | Compiling encoding_rs v0.8.34 |
1309 | 2024-10-30T00:35:47.860Z | Compiling slog-async v2.8.0 |
1310 | 2024-10-30T00:35:48.441Z | Compiling paste v1.0.15 |
1311 | 2024-10-30T00:35:48.981Z | Compiling rustls-webpki v0.102.8 |
1312 | 2024-10-30T00:35:49.125Z | Compiling either v1.13.0 |
1313 | 2024-10-30T00:35:49.551Z | Compiling rayon-core v1.12.1 |
1314 | 2024-10-30T00:35:49.833Z | Compiling gimli v0.31.1 |
1315 | 2024-10-30T00:35:50.257Z | Compiling bytes v1.7.2 |
1316 | 2024-10-30T00:35:50.898Z | Compiling indexmap v2.6.0 |
1317 | 2024-10-30T00:35:51.067Z | Compiling bitflags v2.6.0 |
1318 | 2024-10-30T00:35:51.517Z | Compiling tokio v1.40.0 |
1319 | 2024-10-30T00:35:51.551Z | Compiling http v1.1.0 |
1320 | 2024-10-30T00:35:52.257Z | Compiling semver v1.0.23 |
1321 | 2024-10-30T00:35:52.400Z | Compiling pest_derive v2.7.14 |
1322 | 2024-10-30T00:35:53.009Z | Compiling rustc_version v0.4.1 |
1323 | 2024-10-30T00:35:53.229Z | Compiling http-body v1.0.1 |
1324 | 2024-10-30T00:35:53.473Z | Compiling dtrace-parser v0.2.0 |
1325 | 2024-10-30T00:35:53.505Z | Compiling dof v0.3.0 |
1326 | 2024-10-30T00:35:54.099Z | Compiling toml_datetime v0.6.8 |
1327 | 2024-10-30T00:35:54.602Z | Compiling serde_spanned v0.6.8 |
1328 | 2024-10-30T00:35:54.826Z | Compiling uuid v1.10.0 |
1329 | 2024-10-30T00:35:55.056Z | Compiling serde_tokenstream v0.2.2 |
1330 | 2024-10-30T00:35:55.638Z | Compiling usdt-impl v0.5.0 |
1331 | 2024-10-30T00:35:55.678Z | Compiling chrono v0.4.38 |
1332 | 2024-10-30T00:35:55.706Z | Compiling heapless v0.7.17 |
1333 | 2024-10-30T00:35:56.152Z | Compiling http-body-util v0.1.2 |
1334 | 2024-10-30T00:35:56.228Z | Compiling ipnet v2.10.1 |
1335 | 2024-10-30T00:35:56.659Z | Compiling signal-hook v0.3.17 |
1336 | 2024-10-30T00:35:56.954Z | Compiling unicode-properties v0.1.3 |
1337 | 2024-10-30T00:35:57.240Z | Compiling openssl-probe v0.1.5 |
1338 | 2024-10-30T00:35:57.363Z | Compiling mime v0.3.17 |
1339 | 2024-10-30T00:35:57.455Z | Compiling schemars v0.8.21 |
1340 | 2024-10-30T00:35:57.598Z | Compiling stringprep v0.1.5 |
1341 | 2024-10-30T00:35:57.846Z | Compiling usdt-macro v0.5.0 |
1342 | 2024-10-30T00:35:58.001Z | Compiling usdt-attr-macro v0.5.0 |
1343 | 2024-10-30T00:35:58.828Z | Compiling toml_edit v0.22.22 |
1344 | 2024-10-30T00:35:59.192Z | Compiling addr2line v0.24.2 |
1345 | 2024-10-30T00:35:59.377Z | Compiling curve25519-dalek v4.1.3 |
1346 | 2024-10-30T00:35:59.425Z | Compiling slog-json v2.6.1 |
1347 | 2024-10-30T00:35:59.577Z | Compiling tokio-util v0.7.12 |
1348 | 2024-10-30T00:35:59.691Z | Compiling serde_urlencoded v0.7.1 |
1349 | 2024-10-30T00:36:00.226Z | Compiling crossbeam-deque v0.8.5 |
1350 | 2024-10-30T00:36:00.245Z | Compiling futures-executor v0.3.31 |
1351 | 2024-10-30T00:36:00.561Z | Compiling h2 v0.4.6 |
1352 | 2024-10-30T00:36:00.812Z | Compiling md-5 v0.10.6 |
1353 | 2024-10-30T00:36:00.921Z | Compiling schemars_derive v0.8.21 |
1354 | 2024-10-30T00:36:01.061Z | Compiling enum-as-inner v0.6.1 |
1355 | 2024-10-30T00:36:02.132Z | Compiling async-stream-impl v0.3.6 |
1356 | 2024-10-30T00:36:04.248Z | Compiling term v0.7.0 |
1357 | 2024-10-30T00:36:05.086Z | Compiling crossbeam-channel v0.5.13 |
1358 | 2024-10-30T00:36:05.756Z | Compiling num-integer v0.1.46 |
1359 | 2024-10-30T00:36:06.217Z | Compiling rustls-pemfile v2.2.0 |
1360 | 2024-10-30T00:36:06.573Z | Compiling idna v0.3.0 |
1361 | 2024-10-30T00:36:06.592Z | Compiling idna v0.4.0 |
1362 | 2024-10-30T00:36:06.930Z | Compiling ff v0.13.0 |
1363 | 2024-10-30T00:36:07.154Z | Compiling hash32 v0.2.1 |
1364 | 2024-10-30T00:36:07.223Z | Compiling is-terminal v0.4.13 |
1365 | 2024-10-30T00:36:07.357Z | Compiling object v0.36.5 |
1366 | 2024-10-30T00:36:07.520Z | Compiling dropshot v0.12.0 |
1367 | 2024-10-30T00:36:07.843Z | Compiling hyper v1.4.1 |
1368 | 2024-10-30T00:36:08.222Z | Compiling fallible-iterator v0.2.0 |
1369 | 2024-10-30T00:36:08.300Z | Compiling utf-8 v0.7.6 |
1370 | 2024-10-30T00:36:08.644Z | Compiling num-bigint-dig v0.8.4 |
1371 | 2024-10-30T00:36:08.936Z | Compiling base16ct v0.2.0 |
1372 | 2024-10-30T00:36:08.954Z | Compiling stable_deref_trait v1.2.0 |
1373 | 2024-10-30T00:36:09.054Z | Compiling take_mut v0.2.2 |
1374 | 2024-10-30T00:36:09.214Z | Compiling quick-error v1.2.3 |
1375 | 2024-10-30T00:36:09.241Z | Compiling linked-hash-map v0.5.6 |
1376 | 2024-10-30T00:36:09.363Z | Compiling smoltcp v0.9.1 |
1377 | 2024-10-30T00:36:09.622Z | Compiling rustc-demangle v0.1.24 |
1378 | 2024-10-30T00:36:10.124Z | Compiling portable-atomic v1.9.0 |
1379 | 2024-10-30T00:36:10.225Z | Compiling psl-types v2.0.11 |
1380 | 2024-10-30T00:36:10.425Z | Compiling hyper-util v0.1.9 |
1381 | 2024-10-30T00:36:10.564Z | Compiling anyhow v1.0.89 |
1382 | 2024-10-30T00:36:11.201Z | Compiling dyn-clone v1.0.17 |
1383 | 2024-10-30T00:36:11.421Z | Compiling publicsuffix v2.2.3 |
1384 | 2024-10-30T00:36:11.510Z | Compiling lru-cache v0.1.2 |
1385 | 2024-10-30T00:36:11.681Z | Compiling resolv-conf v0.7.0 |
1386 | 2024-10-30T00:36:12.115Z | Compiling sec1 v0.7.3 |
1387 | 2024-10-30T00:36:12.748Z | Compiling postgres-protocol v0.6.7 |
1388 | 2024-10-30T00:36:12.918Z | Compiling tungstenite v0.24.0 |
1389 | 2024-10-30T00:36:13.660Z | Compiling hickory-proto v0.24.1 |
1390 | 2024-10-30T00:36:13.684Z | Compiling slog-term v2.9.1 |
1391 | 2024-10-30T00:36:14.064Z | Compiling usdt v0.5.0 |
1392 | 2024-10-30T00:36:14.121Z | Compiling group v0.13.0 |
1393 | 2024-10-30T00:36:14.439Z | Compiling backtrace v0.3.74 |
1394 | 2024-10-30T00:36:14.573Z | Compiling num-iter v0.1.45 |
1395 | 2024-10-30T00:36:14.774Z | Compiling tokio-rustls v0.26.0 |
1396 | 2024-10-30T00:36:14.921Z | Compiling tokio-rustls v0.25.0 |
1397 | 2024-10-30T00:36:15.103Z | Compiling tokio-native-tls v0.3.1 |
1398 | 2024-10-30T00:36:15.229Z | Compiling async-stream v0.3.6 |
1399 | 2024-10-30T00:36:15.247Z | Compiling toml v0.8.19 |
1400 | 2024-10-30T00:36:15.324Z | Compiling futures v0.3.31 |
1401 | 2024-10-30T00:36:15.520Z | Compiling camino v1.1.9 |
1402 | 2024-10-30T00:36:16.526Z | Compiling slog-bunyan v2.5.0 |
1403 | 2024-10-30T00:36:16.739Z | Compiling terminal_size v0.4.0 |
1404 | 2024-10-30T00:36:16.962Z | Compiling dropshot_endpoint v0.12.0 |
1405 | 2024-10-30T00:36:16.979Z | Compiling openapiv3 v2.0.0 |
1406 | 2024-10-30T00:36:17.100Z | Compiling serde_path_to_error v0.1.16 |
1407 | 2024-10-30T00:36:17.619Z | Compiling hkdf v0.12.4 |
1408 | 2024-10-30T00:36:17.710Z | Compiling crypto-bigint v0.5.5 |
1409 | 2024-10-30T00:36:17.859Z | Compiling curve25519-dalek-derive v0.1.1 |
1410 | 2024-10-30T00:36:17.994Z | Compiling zerocopy-derive v0.6.6 |
1411 | 2024-10-30T00:36:18.031Z | Compiling phf_shared v0.11.2 |
1412 | 2024-10-30T00:36:18.423Z | Compiling waitgroup v0.1.2 |
1413 | 2024-10-30T00:36:18.581Z | Compiling hubpack_derive v0.1.1 |
1414 | 2024-10-30T00:36:18.638Z | Compiling webpki-roots v0.26.6 |
1415 | 2024-10-30T00:36:18.864Z | Compiling hostname v0.4.0 |
1416 | 2024-10-30T00:36:19.141Z | Compiling fs-err v2.11.0 |
1417 | 2024-10-30T00:36:19.458Z | Compiling ahash v0.8.11 |
1418 | 2024-10-30T00:36:19.483Z | Compiling managed v0.8.0 |
1419 | 2024-10-30T00:36:19.499Z | Compiling debug-ignore v1.0.5 |
1420 | 2024-10-30T00:36:19.643Z | Compiling bitflags v1.3.2 |
1421 | 2024-10-30T00:36:19.751Z | Compiling winnow v0.5.40 |
1422 | 2024-10-30T00:36:19.946Z | Compiling clap_builder v4.5.20 |
1423 | 2024-10-30T00:36:20.198Z | Compiling zerocopy v0.6.6 |
1424 | 2024-10-30T00:36:21.040Z | Compiling elliptic-curve v0.13.8 |
1425 | 2024-10-30T00:36:21.419Z | Compiling console v0.15.8 |
1426 | 2024-10-30T00:36:21.876Z | Compiling hubpack v0.1.2 |
1427 | 2024-10-30T00:36:21.988Z | Compiling strum_macros v0.25.3 |
1428 | 2024-10-30T00:36:23.103Z | Compiling hickory-resolver v0.24.1 |
1429 | 2024-10-30T00:36:23.631Z | Compiling toml_edit v0.19.15 |
1430 | 2024-10-30T00:36:23.769Z | Compiling hyper-rustls v0.27.3 |
1431 | 2024-10-30T00:36:23.960Z | Compiling phf v0.11.2 |
1432 | 2024-10-30T00:36:24.264Z | Compiling signal-hook-mio v0.2.4 |
1433 | 2024-10-30T00:36:24.381Z | Compiling rayon v1.10.0 |
1434 | 2024-10-30T00:36:24.424Z | Compiling cookie_store v0.21.0 |
1435 | 2024-10-30T00:36:26.002Z | Compiling hyper-tls v0.6.0 |
1436 | 2024-10-30T00:36:27.168Z | Compiling tokio-tungstenite v0.24.0 |
1437 | 2024-10-30T00:36:27.704Z | Compiling postgres-types v0.2.8 |
1438 | 2024-10-30T00:36:29.207Z | Compiling tokio-stream v0.1.16 |
1439 | 2024-10-30T00:36:29.327Z | Compiling bstr v1.10.0 |
1440 | 2024-10-30T00:36:29.915Z | Compiling regex v1.11.0 |
1441 | 2024-10-30T00:36:30.308Z | Compiling serde-big-array v0.5.1 |
1442 | 2024-10-30T00:36:30.443Z | Compiling ed25519 v2.2.3 |
1443 | 2024-10-30T00:36:30.533Z | Compiling pkcs1 v0.7.5 |
1444 | 2024-10-30T00:36:30.551Z | Compiling rfc6979 v0.4.0 |
1445 | 2024-10-30T00:36:30.740Z | Compiling clap_derive v4.5.18 |
1446 | 2024-10-30T00:36:31.036Z | Compiling derive-where v1.2.7 |
1447 | 2024-10-30T00:36:31.115Z | Compiling serde_repr v0.1.19 |
1448 | 2024-10-30T00:36:31.144Z | Compiling phf_shared v0.10.0 |
1449 | 2024-10-30T00:36:31.483Z | Compiling float-cmp v0.9.0 |
1450 | 2024-10-30T00:36:31.560Z | Compiling sync_wrapper v1.0.1 |
1451 | 2024-10-30T00:36:31.563Z | Compiling crc32fast v1.4.2 |
1452 | 2024-10-30T00:36:31.705Z | Compiling whoami v1.5.2 |
1453 | 2024-10-30T00:36:31.723Z | Compiling difflib v0.4.0 |
1454 | 2024-10-30T00:36:31.916Z | Compiling minimal-lexical v0.2.1 |
1455 | 2024-10-30T00:36:32.310Z | Compiling unicode-segmentation v1.12.0 |
1456 | 2024-10-30T00:36:32.358Z | Compiling bit-vec v0.6.3 |
1457 | 2024-10-30T00:36:32.443Z | Compiling predicates-core v1.0.8 |
1458 | 2024-10-30T00:36:32.480Z | Compiling new_debug_unreachable v1.0.6 |
1459 | 2024-10-30T00:36:32.582Z | Compiling number_prefix v0.4.0 |
1460 | 2024-10-30T00:36:32.805Z | Compiling static_assertions v1.1.0 |
1461 | 2024-10-30T00:36:32.805Z | Compiling precomputed-hash v0.1.1 |
1462 | 2024-10-30T00:36:32.839Z | Compiling fixedbitset v0.4.2 |
1463 | 2024-10-30T00:36:32.921Z | Compiling normalize-line-endings v0.3.0 |
1464 | 2024-10-30T00:36:32.957Z | Compiling string_cache v0.8.7 |
1465 | 2024-10-30T00:36:33.065Z | Compiling predicates v3.1.2 |
1466 | 2024-10-30T00:36:33.232Z | Compiling petgraph v0.6.5 |
1467 | 2024-10-30T00:36:33.270Z | Compiling similar v2.6.0 |
1468 | 2024-10-30T00:36:33.317Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1469 | 2024-10-30T00:36:33.424Z | Compiling indicatif v0.17.8 |
1470 | 2024-10-30T00:36:34.623Z | Compiling qorb v0.1.2 |
1471 | 2024-10-30T00:36:34.805Z | Compiling bit-set v0.5.3 |
1472 | 2024-10-30T00:36:35.106Z | Compiling nom v7.1.3 |
1473 | 2024-10-30T00:36:35.652Z | Compiling tokio-postgres v0.7.12 |
1474 | 2024-10-30T00:36:35.769Z | Compiling flate2 v1.0.34 |
1475 | 2024-10-30T00:36:35.820Z | Compiling clap v4.5.20 |
1476 | 2024-10-30T00:36:35.951Z | Compiling reqwest v0.12.8 |
1477 | 2024-10-30T00:36:36.767Z | Compiling rsa v0.9.6 |
1478 | 2024-10-30T00:36:37.236Z | Compiling ecdsa v0.16.9 |
1479 | 2024-10-30T00:36:38.118Z | Compiling ed25519-dalek v2.1.1 |
1480 | 2024-10-30T00:36:38.772Z | Compiling toml v0.7.8 |
1481 | 2024-10-30T00:36:39.392Z | Compiling crossterm v0.28.1 |
1482 | 2024-10-30T00:36:41.140Z | Compiling hex v0.4.3 |
1483 | 2024-10-30T00:36:41.167Z | Compiling itertools v0.12.1 |
1484 | 2024-10-30T00:36:41.172Z | Compiling itertools v0.10.5 |
1485 | 2024-10-30T00:36:41.196Z | Compiling x509-cert v0.2.5 |
1486 | 2024-10-30T00:36:41.463Z | Compiling lalrpop-util v0.19.12 |
1487 | 2024-10-30T00:36:41.778Z | Compiling unicode-xid v0.2.6 |
1488 | 2024-10-30T00:36:41.866Z | Compiling peg-runtime v0.8.3 |
1489 | 2024-10-30T00:36:41.963Z | Compiling xattr v1.3.1 |
1490 | 2024-10-30T00:36:42.234Z | Compiling strum_macros v0.26.4 |
1491 | 2024-10-30T00:36:42.519Z | Compiling filetime v0.2.25 |
1492 | 2024-10-30T00:36:42.836Z | Compiling tar v0.4.42 |
1493 | 2024-10-30T00:36:45.780Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-10-30T00:36:45.962Z | Compiling strum v0.26.3 |
1495 | 2024-10-30T00:36:46.041Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1496 | 2024-10-30T00:36:51.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1497 | 2024-10-30T00:36:51.552Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1498 | 2024-10-30T00:36:51.593Z | Oct 30 00:36:51.168 INFO Starting download, target: Clickhouse |
1499 | 2024-10-30T00:36:51.593Z | Oct 30 00:36:51.168 INFO Starting download, target: Cockroach |
1500 | 2024-10-30T00:36:51.593Z | Oct 30 00:36:51.168 INFO Starting download, target: DendriteOpenapi |
1501 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.168 INFO Starting download, target: Console |
1502 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.168 INFO Starting download, target: DendriteStub |
1503 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.168 INFO Starting download, target: MaghemiteMgd |
1504 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.168 INFO Starting download, target: TransceiverControl |
1505 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.169 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1506 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.169 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1507 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.169 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1508 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.169 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1509 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.169 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1510 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.169 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1511 | 2024-10-30T00:36:51.596Z | Oct 30 00:36:51.169 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1512 | 2024-10-30T00:36:51.723Z | Oct 30 00:36:51.298 INFO Download complete, target: DendriteOpenapi |
1513 | 2024-10-30T00:36:51.933Z | Oct 30 00:36:51.489 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1514 | 2024-10-30T00:36:52.287Z | Oct 30 00:36:51.859 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1515 | 2024-10-30T00:36:52.666Z | Oct 30 00:36:52.231 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1516 | 2024-10-30T00:36:52.674Z | Oct 30 00:36:52.246 INFO Download complete, target: TransceiverControl |
1517 | 2024-10-30T00:36:52.682Z | Oct 30 00:36:52.248 INFO Download complete, target: Console |
1518 | 2024-10-30T00:36:52.706Z | Oct 30 00:36:52.280 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1519 | 2024-10-30T00:36:53.066Z | Oct 30 00:36:52.642 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1520 | 2024-10-30T00:36:53.066Z | Oct 30 00:36:52.642 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1521 | 2024-10-30T00:36:53.903Z | Oct 30 00:36:53.478 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1522 | 2024-10-30T00:36:55.870Z | Oct 30 00:36:55.447 INFO Download complete, target: DendriteStub |
1523 | 2024-10-30T00:36:56.094Z | Oct 30 00:36:55.667 INFO Download complete, target: MaghemiteMgd |
1524 | 2024-10-30T00:37:01.600Z | Oct 30 00:37:01.179 INFO Checking that binary works, target: Cockroach |
1525 | 2024-10-30T00:37:01.756Z | Oct 30 00:37:01.334 INFO Download complete, target: Cockroach |
1526 | 2024-10-30T00:37:08.233Z | Oct 30 00:37:07.811 INFO Checking that binary works, target: Clickhouse |
1527 | 2024-10-30T00:37:09.204Z | Oct 30 00:37:08.786 INFO Download complete, target: Clickhouse |
1528 | 2024-10-30T00:37:09.212Z | All prerequisites installed successfully |
1529 | 2024-10-30T00:37:09.215Z | |
1530 | 2024-10-30T00:37:09.215Z | real 3:53.593663724 |
1531 | 2024-10-30T00:37:09.215Z | user 12:40.485957796 |
1532 | 2024-10-30T00:37:09.215Z | sys 2:36.116004438 |
1533 | 2024-10-30T00:37:09.215Z | trap 0.409792827 |
1534 | 2024-10-30T00:37:09.215Z | tflt 10.183232312 |
1535 | 2024-10-30T00:37:09.215Z | dflt 7.187920875 |
1536 | 2024-10-30T00:37:09.215Z | kflt 0.462573609 |
1537 | 2024-10-30T00:37:09.215Z | lock 26:18.537985170 |
1538 | 2024-10-30T00:37:09.215Z | slp 50:47.470023824 |
1539 | 2024-10-30T00:37:09.215Z | lat 39.618634018 |
1540 | 2024-10-30T00:37:09.215Z | stop 1:48.479363169 |
1541 | 2024-10-30T00:37:09.215Z | + source ./tools/include/force-git-over-https.sh |
1542 | 2024-10-30T00:37:09.215Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1543 | 2024-10-30T00:37:09.215Z | ++ (( i = 0 )) |
1544 | 2024-10-30T00:37:09.215Z | ++ (( i < 5 )) |
1545 | 2024-10-30T00:37:09.215Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1546 | 2024-10-30T00:37:09.218Z | ++ (( i++ )) |
1547 | 2024-10-30T00:37:09.218Z | ++ (( i < 5 )) |
1548 | 2024-10-30T00:37:09.218Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1549 | 2024-10-30T00:37:09.221Z | ++ (( i++ )) |
1550 | 2024-10-30T00:37:09.221Z | ++ (( i < 5 )) |
1551 | 2024-10-30T00:37:09.221Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1552 | 2024-10-30T00:37:09.223Z | ++ (( i++ )) |
1553 | 2024-10-30T00:37:09.223Z | ++ (( i < 5 )) |
1554 | 2024-10-30T00:37:09.223Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1555 | 2024-10-30T00:37:09.225Z | ++ (( i++ )) |
1556 | 2024-10-30T00:37:09.225Z | ++ (( i < 5 )) |
1557 | 2024-10-30T00:37:09.225Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1558 | 2024-10-30T00:37:09.228Z | ++ (( i++ )) |
1559 | 2024-10-30T00:37:09.228Z | ++ (( i < 5 )) |
1560 | 2024-10-30T00:37:09.228Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1561 | 2024-10-30T00:37:09.228Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1562 | 2024-10-30T00:37:09.231Z | + rc=0 |
1563 | 2024-10-30T00:37:09.231Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1564 | 2024-10-30T00:37:35.034Z | + case $rc in |
1565 | 2024-10-30T00:37:35.034Z | + pfexec zfs create -p rpool/images/build/host |
1566 | 2024-10-30T00:37:35.263Z | + pfexec zfs create -p rpool/images/build/recovery |
1567 | 2024-10-30T00:37:35.341Z | + cargo xtask releng --output-dir /work |
1568 | 2024-10-30T00:37:35.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1569 | 2024-10-30T00:37:35.922Z | Running `target/debug/xtask releng --output-dir /work` |
1570 | 2024-10-30T00:37:36.853Z | Compiling proc-macro2 v1.0.87 |
1571 | 2024-10-30T00:37:36.853Z | Compiling unicode-ident v1.0.13 |
1572 | 2024-10-30T00:37:36.856Z | Compiling libc v0.2.161 |
1573 | 2024-10-30T00:37:36.856Z | Compiling serde v1.0.210 |
1574 | 2024-10-30T00:37:36.856Z | Compiling autocfg v1.4.0 |
1575 | 2024-10-30T00:37:36.856Z | Compiling version_check v0.9.5 |
1576 | 2024-10-30T00:37:36.856Z | Compiling cfg-if v1.0.0 |
1577 | 2024-10-30T00:37:37.136Z | Compiling typenum v1.17.0 |
1578 | 2024-10-30T00:37:37.136Z | Compiling shlex v1.3.0 |
1579 | 2024-10-30T00:37:37.201Z | Compiling memchr v2.7.4 |
1580 | 2024-10-30T00:37:37.714Z | Compiling parking_lot_core v0.9.10 |
1581 | 2024-10-30T00:37:37.737Z | Compiling generic-array v0.14.7 |
1582 | 2024-10-30T00:37:37.901Z | Compiling lock_api v0.4.12 |
1583 | 2024-10-30T00:37:38.119Z | Compiling serde_json v1.0.128 |
1584 | 2024-10-30T00:37:38.121Z | Compiling libm v0.2.8 |
1585 | 2024-10-30T00:37:38.218Z | Compiling value-bag v1.9.0 |
1586 | 2024-10-30T00:37:38.468Z | Compiling slab v0.4.9 |
1587 | 2024-10-30T00:37:38.527Z | Compiling quote v1.0.37 |
1588 | 2024-10-30T00:37:38.753Z | Compiling log v0.4.22 |
1589 | 2024-10-30T00:37:38.774Z | Compiling num-traits v0.2.19 |
1590 | 2024-10-30T00:37:38.794Z | Compiling once_cell v1.20.2 |
1591 | 2024-10-30T00:37:39.091Z | Compiling syn v2.0.79 |
1592 | 2024-10-30T00:37:39.153Z | Compiling getrandom v0.2.15 |
1593 | 2024-10-30T00:37:39.213Z | Compiling jobserver v0.1.32 |
1594 | 2024-10-30T00:37:39.245Z | Compiling itoa v1.0.11 |
1595 | 2024-10-30T00:37:39.496Z | Compiling thiserror v1.0.64 |
1596 | 2024-10-30T00:37:39.690Z | Compiling cc v1.1.30 |
1597 | 2024-10-30T00:37:39.692Z | Compiling scopeguard v1.2.0 |
1598 | 2024-10-30T00:37:39.771Z | Compiling rand_core v0.6.4 |
1599 | 2024-10-30T00:37:40.055Z | Compiling byteorder v1.5.0 |
1600 | 2024-10-30T00:37:40.621Z | Compiling subtle v2.6.1 |
1601 | 2024-10-30T00:37:41.182Z | Compiling semver v1.0.23 |
1602 | 2024-10-30T00:37:41.240Z | Compiling pin-project-lite v0.2.14 |
1603 | 2024-10-30T00:37:41.415Z | Compiling smallvec v1.13.2 |
1604 | 2024-10-30T00:37:41.631Z | Compiling httparse v1.9.5 |
1605 | 2024-10-30T00:37:41.677Z | Compiling ryu v1.0.18 |
1606 | 2024-10-30T00:37:41.733Z | Compiling heck v0.5.0 |
1607 | 2024-10-30T00:37:41.947Z | Compiling const-oid v0.9.6 |
1608 | 2024-10-30T00:37:42.000Z | Compiling pkg-config v0.3.31 |
1609 | 2024-10-30T00:37:42.134Z | Compiling allocator-api2 v0.2.18 |
1610 | 2024-10-30T00:37:42.163Z | Compiling futures-core v0.3.31 |
1611 | 2024-10-30T00:37:42.556Z | Compiling signal-hook-registry v1.4.2 |
1612 | 2024-10-30T00:37:42.950Z | Compiling parking_lot v0.12.3 |
1613 | 2024-10-30T00:37:43.165Z | Compiling mio v1.0.2 |
1614 | 2024-10-30T00:37:43.370Z | Compiling ring v0.17.8 |
1615 | 2024-10-30T00:37:44.217Z | Compiling socket2 v0.5.7 |
1616 | 2024-10-30T00:37:44.396Z | Compiling crossbeam-utils v0.8.20 |
1617 | 2024-10-30T00:37:44.710Z | Compiling vcpkg v0.2.15 |
1618 | 2024-10-30T00:37:44.734Z | Compiling futures-sink v0.3.31 |
1619 | 2024-10-30T00:37:44.886Z | Compiling time-core v0.1.2 |
1620 | 2024-10-30T00:37:44.905Z | Compiling num-conv v0.1.0 |
1621 | 2024-10-30T00:37:45.063Z | Compiling fnv v1.0.7 |
1622 | 2024-10-30T00:37:45.186Z | Compiling time-macros v0.2.18 |
1623 | 2024-10-30T00:37:45.678Z | Compiling ahash v0.8.11 |
1624 | 2024-10-30T00:37:45.759Z | Compiling schemars v0.8.21 |
1625 | 2024-10-30T00:37:46.187Z | Compiling spin v0.9.8 |
1626 | 2024-10-30T00:37:46.371Z | Compiling openssl-sys v0.9.103 |
1627 | 2024-10-30T00:37:47.018Z | Compiling serde_derive_internals v0.29.1 |
1628 | 2024-10-30T00:37:47.350Z | Compiling foldhash v0.1.3 |
1629 | 2024-10-30T00:37:47.372Z | Compiling rustix v0.38.37 |
1630 | 2024-10-30T00:37:47.442Z | Compiling cpufeatures v0.2.14 |
1631 | 2024-10-30T00:37:47.575Z | Compiling equivalent v1.0.1 |
1632 | 2024-10-30T00:37:47.982Z | Compiling hashbrown v0.15.0 |
1633 | 2024-10-30T00:37:48.811Z | Compiling futures-channel v0.3.31 |
1634 | 2024-10-30T00:37:49.368Z | Compiling futures-task v0.3.31 |
1635 | 2024-10-30T00:37:49.400Z | Compiling pin-utils v0.1.0 |
1636 | 2024-10-30T00:37:49.509Z | Compiling slog v2.7.0 |
1637 | 2024-10-30T00:37:49.581Z | Compiling futures-io v0.3.31 |
1638 | 2024-10-30T00:37:49.672Z | Compiling tinyvec_macros v0.1.1 |
1639 | 2024-10-30T00:37:49.801Z | Compiling tinyvec v1.8.0 |
1640 | 2024-10-30T00:37:49.977Z | Compiling ucd-trie v0.1.7 |
1641 | 2024-10-30T00:37:50.193Z | Compiling openssl v0.10.66 |
1642 | 2024-10-30T00:37:50.488Z | Compiling unicode-bidi v0.3.17 |
1643 | 2024-10-30T00:37:50.545Z | Compiling iana-time-zone v0.1.61 |
1644 | 2024-10-30T00:37:50.596Z | Compiling tracing-core v0.1.32 |
1645 | 2024-10-30T00:37:50.793Z | Compiling native-tls v0.2.12 |
1646 | 2024-10-30T00:37:50.796Z | Compiling rustls v0.23.14 |
1647 | 2024-10-30T00:37:51.343Z | Compiling base64ct v1.6.0 |
1648 | 2024-10-30T00:37:51.610Z | Compiling unicode-normalization v0.1.24 |
1649 | 2024-10-30T00:37:52.000Z | Compiling pem-rfc7468 v0.7.0 |
1650 | 2024-10-30T00:37:52.358Z | Compiling serde_derive v1.0.210 |
1651 | 2024-10-30T00:37:52.728Z | Compiling zeroize_derive v1.4.2 |
1652 | 2024-10-30T00:37:53.034Z | Compiling zerocopy-derive v0.7.35 |
1653 | 2024-10-30T00:37:53.061Z | Compiling tokio-macros v2.4.0 |
1654 | 2024-10-30T00:37:53.134Z | Compiling thiserror-impl v1.0.64 |
1655 | 2024-10-30T00:37:53.461Z | Compiling futures-macro v0.3.31 |
1656 | 2024-10-30T00:37:53.501Z | Compiling tracing-attributes v0.1.27 |
1657 | 2024-10-30T00:37:54.322Z | Compiling zeroize v1.8.1 |
1658 | 2024-10-30T00:37:55.142Z | Compiling zerocopy v0.7.35 |
1659 | 2024-10-30T00:37:56.387Z | Compiling crypto-common v0.1.6 |
1660 | 2024-10-30T00:37:56.559Z | Compiling block-buffer v0.10.4 |
1661 | 2024-10-30T00:37:56.613Z | Compiling der_derive v0.7.3 |
1662 | 2024-10-30T00:37:56.835Z | Compiling digest v0.10.7 |
1663 | 2024-10-30T00:37:56.978Z | Compiling schemars_derive v0.8.21 |
1664 | 2024-10-30T00:37:57.078Z | Compiling futures-util v0.3.31 |
1665 | 2024-10-30T00:37:57.111Z | Compiling scroll_derive v0.12.0 |
1666 | 2024-10-30T00:37:57.269Z | Compiling hmac v0.12.1 |
1667 | 2024-10-30T00:37:57.404Z | Compiling block-padding v0.3.3 |
1668 | 2024-10-30T00:37:57.495Z | Compiling pest v2.7.14 |
1669 | 2024-10-30T00:37:58.536Z | Compiling inout v0.1.3 |
1670 | 2024-10-30T00:37:58.806Z | Compiling openssl-macros v0.1.1 |
1671 | 2024-10-30T00:37:58.939Z | Compiling cipher v0.4.4 |
1672 | 2024-10-30T00:37:59.577Z | Compiling sha2 v0.10.8 |
1673 | 2024-10-30T00:37:59.675Z | Compiling tracing v0.1.40 |
1674 | 2024-10-30T00:38:00.006Z | Compiling ppv-lite86 v0.2.20 |
1675 | 2024-10-30T00:38:00.595Z | Compiling pest_meta v2.7.14 |
1676 | 2024-10-30T00:38:00.888Z | Compiling async-trait v0.1.83 |
1677 | 2024-10-30T00:38:03.447Z | Compiling pest_generator v2.7.14 |
1678 | 2024-10-30T00:38:04.242Z | Compiling usdt-impl v0.5.0 |
1679 | 2024-10-30T00:38:04.506Z | Compiling cookie v0.18.1 |
1680 | 2024-10-30T00:38:04.603Z | Compiling dyn-clone v1.0.17 |
1681 | 2024-10-30T00:38:04.800Z | Compiling syn v1.0.109 |
1682 | 2024-10-30T00:38:04.872Z | Compiling percent-encoding v2.3.1 |
1683 | 2024-10-30T00:38:04.891Z | Compiling flagset v0.4.6 |
1684 | 2024-10-30T00:38:05.237Z | Compiling pest_derive v2.7.14 |
1685 | 2024-10-30T00:38:05.339Z | Compiling der v0.7.9 |
1686 | 2024-10-30T00:38:05.537Z | Compiling rand_chacha v0.3.1 |
1687 | 2024-10-30T00:38:05.983Z | Compiling scroll v0.12.0 |
1688 | 2024-10-30T00:38:06.143Z | Compiling bytes v1.7.2 |
1689 | 2024-10-30T00:38:06.523Z | Compiling indexmap v2.6.0 |
1690 | 2024-10-30T00:38:07.202Z | Compiling bitflags v2.6.0 |
1691 | 2024-10-30T00:38:07.440Z | Compiling tokio v1.40.0 |
1692 | 2024-10-30T00:38:07.904Z | Compiling http v1.1.0 |
1693 | 2024-10-30T00:38:08.097Z | Compiling serde_tokenstream v0.2.2 |
1694 | 2024-10-30T00:38:09.018Z | Compiling rustc_version v0.4.1 |
1695 | 2024-10-30T00:38:09.116Z | Compiling uuid v1.10.0 |
1696 | 2024-10-30T00:38:09.191Z | Compiling chrono v0.4.38 |
1697 | 2024-10-30T00:38:10.499Z | Compiling aho-corasick v1.1.3 |
1698 | 2024-10-30T00:38:10.636Z | Compiling camino v1.1.9 |
1699 | 2024-10-30T00:38:11.339Z | Compiling rayon-core v1.12.1 |
1700 | 2024-10-30T00:38:11.676Z | Compiling regex-syntax v0.8.5 |
1701 | 2024-10-30T00:38:14.709Z | Compiling rustls-pki-types v1.9.0 |
1702 | 2024-10-30T00:38:15.182Z | Compiling plain v0.2.3 |
1703 | 2024-10-30T00:38:15.388Z | Compiling goblin v0.8.2 |
1704 | 2024-10-30T00:38:15.848Z | Compiling regex-automata v0.4.8 |
1705 | 2024-10-30T00:38:15.892Z | Compiling spki v0.7.3 |
1706 | 2024-10-30T00:38:16.334Z | Compiling tokio-util v0.7.12 |
1707 | 2024-10-30T00:38:18.757Z | Compiling rand v0.8.5 |
1708 | 2024-10-30T00:38:19.234Z | Compiling salsa20 v0.10.2 |
1709 | 2024-10-30T00:38:19.571Z | Compiling pbkdf2 v0.12.2 |
1710 | 2024-10-30T00:38:20.789Z | Compiling pretty-hex v0.4.1 |
1711 | 2024-10-30T00:38:21.076Z | Compiling untrusted v0.9.0 |
1712 | 2024-10-30T00:38:21.251Z | Compiling powerfmt v0.2.0 |
1713 | 2024-10-30T00:38:21.687Z | Compiling try-lock v0.2.5 |
1714 | 2024-10-30T00:38:21.886Z | Compiling rustls v0.22.4 |
1715 | 2024-10-30T00:38:23.195Z | Compiling want v0.3.1 |
1716 | 2024-10-30T00:38:23.320Z | Compiling dof v0.3.0 |
1717 | 2024-10-30T00:38:24.409Z | Compiling deranged v0.3.11 |
1718 | 2024-10-30T00:38:25.619Z | Compiling scrypt v0.11.0 |
1719 | 2024-10-30T00:38:26.188Z | Compiling dtrace-parser v0.2.0 |
1720 | 2024-10-30T00:38:26.674Z | Compiling form_urlencoded v1.2.1 |
1721 | 2024-10-30T00:38:27.051Z | Compiling aes v0.8.4 |
1722 | 2024-10-30T00:38:27.290Z | Compiling cbc v0.1.2 |
1723 | 2024-10-30T00:38:27.742Z | Compiling errno v0.3.9 |
1724 | 2024-10-30T00:38:28.058Z | Compiling thread-id v4.2.2 |
1725 | 2024-10-30T00:38:28.120Z | Compiling atomic-waker v1.1.2 |
1726 | 2024-10-30T00:38:28.189Z | Compiling httpdate v1.0.3 |
1727 | 2024-10-30T00:38:28.215Z | Compiling num_threads v0.1.7 |
1728 | 2024-10-30T00:38:28.590Z | Compiling time v0.3.36 |
1729 | 2024-10-30T00:38:29.059Z | Compiling pkcs5 v0.7.1 |
1730 | 2024-10-30T00:38:30.681Z | Compiling rustls-webpki v0.102.8 |
1731 | 2024-10-30T00:38:31.739Z | Compiling heapless v0.7.17 |
1732 | 2024-10-30T00:38:32.231Z | Compiling http-body v1.0.1 |
1733 | 2024-10-30T00:38:32.522Z | Compiling zerocopy-derive v0.6.6 |
1734 | 2024-10-30T00:38:32.830Z | Compiling multer v3.1.0 |
1735 | 2024-10-30T00:38:32.981Z | Compiling anyhow v1.0.89 |
1736 | 2024-10-30T00:38:33.239Z | Compiling tower-service v0.3.3 |
1737 | 2024-10-30T00:38:33.271Z | Compiling slog-async v2.8.0 |
1738 | 2024-10-30T00:38:33.598Z | Compiling num-bigint-dig v0.8.4 |
1739 | 2024-10-30T00:38:33.912Z | Compiling signal-hook v0.3.17 |
1740 | 2024-10-30T00:38:34.211Z | Compiling pkcs8 v0.10.2 |
1741 | 2024-10-30T00:38:34.479Z | Compiling h2 v0.4.6 |
1742 | 2024-10-30T00:38:34.812Z | Compiling regex v1.11.0 |
1743 | 2024-10-30T00:38:35.909Z | Compiling idna v0.5.0 |
1744 | 2024-10-30T00:38:36.494Z | Compiling strsim v0.11.1 |
1745 | 2024-10-30T00:38:37.303Z | Compiling paste v1.0.15 |
1746 | 2024-10-30T00:38:37.441Z | Compiling rustversion v1.0.17 |
1747 | 2024-10-30T00:38:37.989Z | Compiling base64 v0.22.1 |
1748 | 2024-10-30T00:38:39.193Z | Compiling url v2.5.2 |
1749 | 2024-10-30T00:38:41.055Z | Compiling usdt-attr-macro v0.5.0 |
1750 | 2024-10-30T00:38:41.250Z | Compiling usdt-macro v0.5.0 |
1751 | 2024-10-30T00:38:42.675Z | Compiling hyper v1.4.1 |
1752 | 2024-10-30T00:38:43.576Z | Compiling curve25519-dalek v4.1.3 |
1753 | 2024-10-30T00:38:44.049Z | Compiling openapiv3 v2.0.0 |
1754 | 2024-10-30T00:38:44.933Z | Compiling toml_datetime v0.6.8 |
1755 | 2024-10-30T00:38:45.191Z | Compiling serde_spanned v0.6.8 |
1756 | 2024-10-30T00:38:45.512Z | Compiling async-stream-impl v0.3.6 |
1757 | 2024-10-30T00:38:45.956Z | Compiling enum-as-inner v0.6.1 |
1758 | 2024-10-30T00:38:46.930Z | Compiling dropshot v0.12.0 |
1759 | 2024-10-30T00:38:47.132Z | Compiling smoltcp v0.9.1 |
1760 | 2024-10-30T00:38:47.329Z | Compiling foreign-types-shared v0.1.1 |
1761 | 2024-10-30T00:38:47.501Z | Compiling portable-atomic v1.9.0 |
1762 | 2024-10-30T00:38:47.930Z | Compiling match_cfg v0.1.0 |
1763 | 2024-10-30T00:38:48.018Z | Compiling hyper-util v0.1.9 |
1764 | 2024-10-30T00:38:48.082Z | Compiling hostname v0.3.1 |
1765 | 2024-10-30T00:38:48.397Z | Compiling foreign-types v0.3.2 |
1766 | 2024-10-30T00:38:52.544Z | Compiling clap_derive v4.5.18 |
1767 | 2024-10-30T00:38:53.535Z | Compiling dirs-sys-next v0.1.2 |
1768 | 2024-10-30T00:38:53.732Z | Compiling encoding_rs v0.8.34 |
1769 | 2024-10-30T00:38:54.052Z | Compiling mime v0.3.17 |
1770 | 2024-10-30T00:38:55.144Z | Compiling siphasher v0.3.11 |
1771 | 2024-10-30T00:38:55.672Z | Compiling ipnet v2.10.1 |
1772 | 2024-10-30T00:38:57.308Z | Compiling data-encoding v2.6.0 |
1773 | 2024-10-30T00:38:58.303Z | Compiling adler2 v2.0.0 |
1774 | 2024-10-30T00:38:58.508Z | Compiling miniz_oxide v0.8.0 |
1775 | 2024-10-30T00:38:59.248Z | Compiling dirs-next v2.0.0 |
1776 | 2024-10-30T00:39:05.045Z | Compiling hubpack_derive v0.1.1 |
1777 | 2024-10-30T00:39:05.173Z | Compiling http-body-util v0.1.2 |
1778 | 2024-10-30T00:39:05.195Z | Compiling serde_urlencoded v0.7.1 |
1779 | 2024-10-30T00:39:05.848Z | Compiling crossbeam-epoch v0.9.18 |
1780 | 2024-10-30T00:39:06.023Z | Compiling dropshot_endpoint v0.12.0 |
1781 | 2024-10-30T00:39:06.144Z | Compiling hashbrown v0.14.5 |
1782 | 2024-10-30T00:39:06.606Z | Compiling signature v2.2.0 |
1783 | 2024-10-30T00:39:06.745Z | Compiling sha1 v0.10.6 |
1784 | 2024-10-30T00:39:07.073Z | Compiling curve25519-dalek-derive v0.1.1 |
1785 | 2024-10-30T00:39:07.215Z | Compiling lazy_static v1.5.0 |
1786 | 2024-10-30T00:39:07.366Z | Compiling thread_local v1.1.8 |
1787 | 2024-10-30T00:39:07.626Z | Compiling fs-err v2.11.0 |
1788 | 2024-10-30T00:39:08.053Z | Compiling gimli v0.31.1 |
1789 | 2024-10-30T00:39:08.222Z | Compiling openssl-probe v0.1.5 |
1790 | 2024-10-30T00:39:08.691Z | Compiling winnow v0.6.20 |
1791 | 2024-10-30T00:39:08.899Z | Compiling unicode-properties v0.1.3 |
1792 | 2024-10-30T00:39:09.334Z | Compiling either v1.13.0 |
1793 | 2024-10-30T00:39:09.980Z | Compiling anstyle v1.0.8 |
1794 | 2024-10-30T00:39:10.337Z | Compiling utf8parse v0.2.2 |
1795 | 2024-10-30T00:39:10.597Z | Compiling anstyle-parse v0.2.5 |
1796 | 2024-10-30T00:39:10.986Z | Compiling stringprep v0.1.5 |
1797 | 2024-10-30T00:39:11.765Z | Compiling regress v0.10.1 |
1798 | 2024-10-30T00:39:12.094Z | Compiling crossbeam-deque v0.8.5 |
1799 | 2024-10-30T00:39:12.556Z | Compiling toml_edit v0.22.22 |
1800 | 2024-10-30T00:39:12.890Z | Compiling addr2line v0.24.2 |
1801 | 2024-10-30T00:39:14.142Z | Compiling term v0.7.0 |
1802 | 2024-10-30T00:39:15.847Z | Compiling slog-json v2.6.1 |
1803 | 2024-10-30T00:39:17.255Z | Compiling crossbeam-channel v0.5.13 |
1804 | 2024-10-30T00:39:17.752Z | Compiling rustls-pemfile v2.2.0 |
1805 | 2024-10-30T00:39:18.724Z | Compiling futures-executor v0.3.31 |
1806 | 2024-10-30T00:39:19.209Z | Compiling md-5 v0.10.6 |
1807 | 2024-10-30T00:39:19.247Z | Compiling idna v0.4.0 |
1808 | 2024-10-30T00:39:19.535Z | Compiling idna v0.3.0 |
1809 | 2024-10-30T00:39:20.745Z | Compiling num-integer v0.1.46 |
1810 | 2024-10-30T00:39:21.090Z | Compiling ff v0.13.0 |
1811 | 2024-10-30T00:39:21.142Z | Compiling hash32 v0.2.1 |
1812 | 2024-10-30T00:39:21.320Z | Compiling is-terminal v0.4.13 |
1813 | 2024-10-30T00:39:21.499Z | Compiling memmap v0.7.0 |
1814 | 2024-10-30T00:39:21.655Z | Compiling object v0.36.5 |
1815 | 2024-10-30T00:39:21.712Z | Compiling linked-hash-map v0.5.6 |
1816 | 2024-10-30T00:39:21.950Z | Compiling quick-error v1.2.3 |
1817 | 2024-10-30T00:39:22.116Z | Compiling utf-8 v0.7.6 |
1818 | 2024-10-30T00:39:22.151Z | Compiling fallible-iterator v0.2.0 |
1819 | 2024-10-30T00:39:22.984Z | Compiling rustc-demangle v0.1.24 |
1820 | 2024-10-30T00:39:23.140Z | Compiling anstyle-query v1.1.1 |
1821 | 2024-10-30T00:39:23.322Z | Compiling base16ct v0.2.0 |
1822 | 2024-10-30T00:39:23.405Z | Compiling stable_deref_trait v1.2.0 |
1823 | 2024-10-30T00:39:23.525Z | Compiling is_terminal_polyfill v1.70.1 |
1824 | 2024-10-30T00:39:23.620Z | Compiling psl-types v2.0.11 |
1825 | 2024-10-30T00:39:23.701Z | Compiling take_mut v0.2.2 |
1826 | 2024-10-30T00:39:23.866Z | Compiling heck v0.4.1 |
1827 | 2024-10-30T00:39:23.920Z | Compiling colorchoice v1.0.2 |
1828 | 2024-10-30T00:39:24.153Z | Compiling anstream v0.6.15 |
1829 | 2024-10-30T00:39:24.303Z | Compiling strum_macros v0.25.3 |
1830 | 2024-10-30T00:39:24.815Z | Compiling publicsuffix v2.2.3 |
1831 | 2024-10-30T00:39:25.078Z | Compiling sec1 v0.7.3 |
1832 | 2024-10-30T00:39:25.689Z | Compiling postgres-protocol v0.6.7 |
1833 | 2024-10-30T00:39:26.582Z | Compiling tungstenite v0.24.0 |
1834 | 2024-10-30T00:39:26.838Z | Compiling resolv-conf v0.7.0 |
1835 | 2024-10-30T00:39:27.419Z | Compiling lru-cache v0.1.2 |
1836 | 2024-10-30T00:39:27.506Z | Compiling usdt v0.5.0 |
1837 | 2024-10-30T00:39:27.623Z | Compiling slog-term v2.9.1 |
1838 | 2024-10-30T00:39:27.977Z | Compiling num-iter v0.1.45 |
1839 | 2024-10-30T00:39:27.998Z | Compiling group v0.13.0 |
1840 | 2024-10-30T00:39:28.293Z | Compiling hickory-proto v0.24.1 |
1841 | 2024-10-30T00:39:28.612Z | Compiling tokio-rustls v0.26.0 |
1842 | 2024-10-30T00:39:28.669Z | Compiling futures v0.3.31 |
1843 | 2024-10-30T00:39:28.795Z | Compiling backtrace v0.3.74 |
1844 | 2024-10-30T00:39:29.298Z | Compiling tokio-rustls v0.25.0 |
1845 | 2024-10-30T00:39:30.919Z | Compiling toml v0.8.19 |
1846 | 2024-10-30T00:39:31.266Z | Compiling slog-bunyan v2.5.0 |
1847 | 2024-10-30T00:39:31.365Z | Compiling typify-impl v0.2.0 |
1848 | 2024-10-30T00:39:31.478Z | Compiling tokio-native-tls v0.3.1 |
1849 | 2024-10-30T00:39:31.625Z | Compiling terminal_size v0.4.0 |
1850 | 2024-10-30T00:39:31.762Z | Compiling phf_shared v0.11.2 |
1851 | 2024-10-30T00:39:32.041Z | Compiling async-stream v0.3.6 |
1852 | 2024-10-30T00:39:32.321Z | Compiling waitgroup v0.1.2 |
1853 | 2024-10-30T00:39:32.503Z | Compiling webpki-roots v0.26.6 |
1854 | 2024-10-30T00:39:32.522Z | Compiling serde_path_to_error v0.1.16 |
1855 | 2024-10-30T00:39:32.804Z | Compiling hkdf v0.12.4 |
1856 | 2024-10-30T00:39:32.931Z | Compiling crypto-bigint v0.5.5 |
1857 | 2024-10-30T00:39:33.265Z | Compiling derive-where v1.2.7 |
1858 | 2024-10-30T00:39:36.323Z | Compiling serde_repr v0.1.19 |
1859 | 2024-10-30T00:39:36.409Z | Compiling hostname v0.4.0 |
1860 | 2024-10-30T00:39:36.761Z | Compiling managed v0.8.0 |
1861 | 2024-10-30T00:39:37.172Z | Compiling bitflags v1.3.2 |
1862 | 2024-10-30T00:39:37.221Z | Compiling clap_lex v0.7.2 |
1863 | 2024-10-30T00:39:37.279Z | Compiling debug-ignore v1.0.5 |
1864 | 2024-10-30T00:39:37.435Z | Compiling winnow v0.5.40 |
1865 | 2024-10-30T00:39:37.438Z | Compiling unicode-width v0.1.14 |
1866 | 2024-10-30T00:39:37.660Z | Compiling clap_builder v4.5.20 |
1867 | 2024-10-30T00:39:37.992Z | Compiling console v0.15.8 |
1868 | 2024-10-30T00:39:39.617Z | Compiling elliptic-curve v0.13.8 |
1869 | 2024-10-30T00:39:40.356Z | Compiling hickory-resolver v0.24.1 |
1870 | 2024-10-30T00:39:41.211Z | Compiling toml_edit v0.19.15 |
1871 | 2024-10-30T00:39:43.371Z | Compiling hyper-rustls v0.27.3 |
1872 | 2024-10-30T00:39:43.588Z | Compiling typify-macro v0.2.0 |
1873 | 2024-10-30T00:39:45.735Z | Compiling phf v0.11.2 |
1874 | 2024-10-30T00:39:46.055Z | Compiling hyper-tls v0.6.0 |
1875 | 2024-10-30T00:39:46.454Z | Compiling signal-hook-mio v0.2.4 |
1876 | 2024-10-30T00:39:46.631Z | Compiling rayon v1.10.0 |
1877 | 2024-10-30T00:39:47.316Z | Compiling cookie_store v0.21.0 |
1878 | 2024-10-30T00:39:47.456Z | Compiling tokio-tungstenite v0.24.0 |
1879 | 2024-10-30T00:39:47.847Z | Compiling postgres-types v0.2.8 |
1880 | 2024-10-30T00:39:47.982Z | Compiling ed25519 v2.2.3 |
1881 | 2024-10-30T00:39:48.053Z | Compiling hubpack v0.1.2 |
1882 | 2024-10-30T00:39:48.096Z | Compiling phf_shared v0.10.0 |
1883 | 2024-10-30T00:39:48.494Z | Compiling zerocopy v0.6.6 |
1884 | 2024-10-30T00:39:48.658Z | Compiling pkcs1 v0.7.5 |
1885 | 2024-10-30T00:39:49.256Z | Compiling bstr v1.10.0 |
1886 | 2024-10-30T00:39:49.547Z | Compiling tokio-stream v0.1.16 |
1887 | 2024-10-30T00:39:49.661Z | Compiling serde-big-array v0.5.1 |
1888 | 2024-10-30T00:39:49.901Z | Compiling rfc6979 v0.4.0 |
1889 | 2024-10-30T00:39:50.116Z | Compiling float-cmp v0.9.0 |
1890 | 2024-10-30T00:39:50.358Z | Compiling sync_wrapper v1.0.1 |
1891 | 2024-10-30T00:39:50.465Z | Compiling crc32fast v1.4.2 |
1892 | 2024-10-30T00:39:50.511Z | Compiling fixedbitset v0.4.2 |
1893 | 2024-10-30T00:39:50.531Z | Compiling bit-vec v0.6.3 |
1894 | 2024-10-30T00:39:50.724Z | Compiling difflib v0.4.0 |
1895 | 2024-10-30T00:39:50.782Z | Compiling minimal-lexical v0.2.1 |
1896 | 2024-10-30T00:39:50.913Z | Compiling normalize-line-endings v0.3.0 |
1897 | 2024-10-30T00:39:50.940Z | Compiling unicode-segmentation v1.12.0 |
1898 | 2024-10-30T00:39:50.963Z | Compiling new_debug_unreachable v1.0.6 |
1899 | 2024-10-30T00:39:51.267Z | Compiling whoami v1.5.2 |
1900 | 2024-10-30T00:39:51.350Z | Compiling predicates-core v1.0.8 |
1901 | 2024-10-30T00:39:51.665Z | Compiling static_assertions v1.1.0 |
1902 | 2024-10-30T00:39:51.792Z | Compiling number_prefix v0.4.0 |
1903 | 2024-10-30T00:39:51.797Z | Compiling precomputed-hash v0.1.1 |
1904 | 2024-10-30T00:39:51.932Z | Compiling string_cache v0.8.7 |
1905 | 2024-10-30T00:39:51.984Z | Compiling indicatif v0.17.8 |
1906 | 2024-10-30T00:39:52.004Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1907 | 2024-10-30T00:39:52.228Z | Compiling similar v2.6.0 |
1908 | 2024-10-30T00:39:52.346Z | Compiling tokio-postgres v0.7.12 |
1909 | 2024-10-30T00:39:52.936Z | Compiling predicates v3.1.2 |
1910 | 2024-10-30T00:39:54.229Z | Compiling nom v7.1.3 |
1911 | 2024-10-30T00:39:54.692Z | Compiling bit-set v0.5.3 |
1912 | 2024-10-30T00:39:54.984Z | Compiling petgraph v0.6.5 |
1913 | 2024-10-30T00:39:57.968Z | Compiling flate2 v1.0.34 |
1914 | 2024-10-30T00:39:58.230Z | Compiling reqwest v0.12.8 |
1915 | 2024-10-30T00:39:58.509Z | Compiling qorb v0.1.2 |
1916 | 2024-10-30T00:39:58.573Z | Compiling ecdsa v0.16.9 |
1917 | 2024-10-30T00:39:59.422Z | Compiling rsa v0.9.6 |
1918 | 2024-10-30T00:40:00.337Z | Compiling ed25519-dalek v2.1.1 |
1919 | 2024-10-30T00:40:00.871Z | Compiling crossterm v0.28.1 |
1920 | 2024-10-30T00:40:01.019Z | Compiling toml v0.7.8 |
1921 | 2024-10-30T00:40:01.380Z | Compiling clap v4.5.20 |
1922 | 2024-10-30T00:40:01.520Z | Compiling itertools v0.12.1 |
1923 | 2024-10-30T00:40:02.514Z | Compiling itertools v0.10.5 |
1924 | 2024-10-30T00:40:04.693Z | Compiling x509-cert v0.2.5 |
1925 | 2024-10-30T00:40:05.349Z | Compiling hex v0.4.3 |
1926 | 2024-10-30T00:40:07.734Z | Compiling radium v0.7.0 |
1927 | 2024-10-30T00:40:07.995Z | Compiling lalrpop-util v0.19.12 |
1928 | 2024-10-30T00:40:08.343Z | Compiling peg-runtime v0.8.3 |
1929 | 2024-10-30T00:40:09.167Z | Compiling unicode-xid v0.2.6 |
1930 | 2024-10-30T00:40:10.765Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1931 | 2024-10-30T00:40:17.555Z | Compiling maybe-uninit v2.0.0 |
1932 | 2024-10-30T00:40:17.690Z | Compiling ident_case v1.0.1 |
1933 | 2024-10-30T00:40:19.343Z | Compiling tap v1.0.1 |
1934 | 2024-10-30T00:40:24.062Z | Compiling wyz v0.5.1 |
1935 | 2024-10-30T00:40:24.245Z | Compiling darling_core v0.20.10 |
1936 | 2024-10-30T00:40:37.737Z | Compiling typify v0.2.0 |
1937 | 2024-10-30T00:40:42.219Z | Compiling http v0.2.12 |
1938 | 2024-10-30T00:40:43.348Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1939 | 2024-10-30T00:40:44.480Z | Compiling base64 v0.21.7 |
1940 | 2024-10-30T00:40:44.809Z | Compiling funty v2.0.0 |
1941 | 2024-10-30T00:40:45.627Z | Compiling packed_struct v0.10.1 |
1942 | 2024-10-30T00:40:46.094Z | Compiling unsafe-libyaml v0.2.11 |
1943 | 2024-10-30T00:40:47.323Z | Compiling bitvec v1.0.1 |
1944 | 2024-10-30T00:40:47.881Z | Compiling serde_yaml v0.9.34+deprecated |
1945 | 2024-10-30T00:40:54.794Z | Compiling progenitor-impl v0.8.0 |
1946 | 2024-10-30T00:40:55.863Z | Compiling darling_macro v0.20.10 |
1947 | 2024-10-30T00:40:58.844Z | Compiling packed_struct_codegen v0.10.1 |
1948 | 2024-10-30T00:41:01.385Z | Compiling structmeta-derive v0.3.0 |
1949 | 2024-10-30T00:41:01.725Z | Compiling indexmap v1.9.3 |
1950 | 2024-10-30T00:41:02.064Z | Compiling crc-catalog v2.4.0 |
1951 | 2024-10-30T00:41:02.192Z | Compiling newtype-uuid v1.1.2 |
1952 | 2024-10-30T00:41:02.378Z | Compiling nodrop v0.1.14 |
1953 | 2024-10-30T00:41:02.493Z | Compiling fastrand v2.1.1 |
1954 | 2024-10-30T00:41:03.131Z | Compiling tempfile v3.13.0 |
1955 | 2024-10-30T00:41:04.051Z | Compiling structmeta v0.3.0 |
1956 | 2024-10-30T00:41:04.872Z | Compiling array-init v0.0.4 |
1957 | 2024-10-30T00:41:06.057Z | Compiling crc v3.2.1 |
1958 | 2024-10-30T00:41:06.217Z | Compiling progenitor-macro v0.8.0 |
1959 | 2024-10-30T00:41:10.319Z | Compiling smallvec v0.6.14 |
1960 | 2024-10-30T00:41:10.858Z | Compiling darling v0.20.10 |
1961 | 2024-10-30T00:41:13.533Z | Compiling h2 v0.3.26 |
1962 | 2024-10-30T00:41:16.609Z | Compiling http-body v0.4.6 |
1963 | 2024-10-30T00:41:16.939Z | Compiling progenitor-client v0.8.0 |
1964 | 2024-10-30T00:41:21.736Z | Compiling pin-project-internal v1.1.6 |
1965 | 2024-10-30T00:41:22.245Z | Compiling same-file v1.0.6 |
1966 | 2024-10-30T00:41:22.801Z | Compiling hashbrown v0.12.3 |
1967 | 2024-10-30T00:41:25.112Z | Compiling termcolor v1.4.1 |
1968 | 2024-10-30T00:41:26.117Z | Compiling bitfield v0.14.0 |
1969 | 2024-10-30T00:41:26.445Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1970 | 2024-10-30T00:41:26.597Z | Compiling env_logger v0.10.2 |
1971 | 2024-10-30T00:41:33.698Z | Compiling pin-project v1.1.6 |
1972 | 2024-10-30T00:41:35.677Z | Compiling walkdir v2.5.0 |
1973 | 2024-10-30T00:41:37.224Z | Compiling hyper v0.14.30 |
1974 | 2024-10-30T00:41:37.566Z | Compiling progenitor v0.8.0 |
1975 | 2024-10-30T00:41:40.840Z | Compiling serde_with_macros v3.11.0 |
1976 | 2024-10-30T00:41:43.440Z | Compiling serde-hex v0.1.0 |
1977 | 2024-10-30T00:41:44.130Z | Compiling bzip2 v0.4.4 |
1978 | 2024-10-30T00:41:44.608Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1979 | 2024-10-30T00:41:45.301Z | Compiling parse-display-derive v0.10.0 |
1980 | 2024-10-30T00:41:47.244Z | Compiling ron v0.8.1 |
1981 | 2024-10-30T00:41:49.281Z | Compiling strum_macros v0.26.4 |
1982 | 2024-10-30T00:41:49.482Z | Compiling ipnetwork v0.20.0 |
1983 | 2024-10-30T00:41:51.758Z | Compiling hashbrown v0.13.2 |
1984 | 2024-10-30T00:41:51.807Z | Compiling xattr v1.3.1 |
1985 | 2024-10-30T00:41:52.123Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1986 | 2024-10-30T00:41:52.288Z | Compiling snafu-derive v0.8.5 |
1987 | 2024-10-30T00:41:52.893Z | Compiling ring v0.16.20 |
1988 | 2024-10-30T00:41:53.126Z | Compiling blake3 v1.5.4 |
1989 | 2024-10-30T00:41:53.195Z | Compiling filetime v0.2.25 |
1990 | 2024-10-30T00:41:53.198Z | Compiling instant v0.1.13 |
1991 | 2024-10-30T00:41:53.579Z | Compiling sync_wrapper v0.1.2 |
1992 | 2024-10-30T00:41:53.731Z | Compiling crc-any v2.5.0 |
1993 | 2024-10-30T00:41:53.773Z | Compiling buf-list v1.0.3 |
1994 | 2024-10-30T00:41:53.792Z | Compiling strum v0.26.3 |
1995 | 2024-10-30T00:41:54.402Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1996 | 2024-10-30T00:41:54.645Z | Compiling reqwest v0.11.27 |
1997 | 2024-10-30T00:41:54.761Z | Compiling tar v0.4.42 |
1998 | 2024-10-30T00:41:54.781Z | Compiling backoff v0.4.0 |
1999 | 2024-10-30T00:41:55.146Z | Compiling object v0.30.4 |
2000 | 2024-10-30T00:41:57.110Z | Compiling snafu v0.8.5 |
2001 | 2024-10-30T00:41:58.385Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2002 | 2024-10-30T00:41:58.602Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2003 | 2024-10-30T00:41:59.720Z | Compiling parse-display v0.10.0 |
2004 | 2024-10-30T00:42:00.124Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2005 | 2024-10-30T00:42:01.658Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2006 | 2024-10-30T00:42:01.852Z | Compiling zip v0.6.6 |
2007 | 2024-10-30T00:42:02.233Z | Compiling serde_with v3.11.0 |
2008 | 2024-10-30T00:42:02.252Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2009 | 2024-10-30T00:42:03.028Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2010 | 2024-10-30T00:42:04.573Z | Compiling camino-tempfile v1.1.1 |
2011 | 2024-10-30T00:42:05.371Z | Compiling globset v0.4.15 |
2012 | 2024-10-30T00:42:06.422Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2013 | 2024-10-30T00:42:06.621Z | Compiling regress v0.9.1 |
2014 | 2024-10-30T00:42:08.021Z | Compiling pem v3.0.4 |
2015 | 2024-10-30T00:42:09.120Z | Compiling olpc-cjson v0.1.4 |
2016 | 2024-10-30T00:42:09.459Z | Compiling serde_plain v1.0.2 |
2017 | 2024-10-30T00:42:09.528Z | Compiling macaddr v1.0.1 |
2018 | 2024-10-30T00:42:09.982Z | Compiling async-recursion v1.1.1 |
2019 | 2024-10-30T00:42:10.154Z | Compiling memmap2 v0.9.5 |
2020 | 2024-10-30T00:42:10.741Z | Compiling arrayref v0.3.9 |
2021 | 2024-10-30T00:42:10.861Z | Compiling arrayvec v0.7.6 |
2022 | 2024-10-30T00:42:11.316Z | Compiling typed-path v0.7.1 |
2023 | 2024-10-30T00:42:11.358Z | Compiling spin v0.5.2 |
2024 | 2024-10-30T00:42:11.458Z | Compiling path-slash v0.1.5 |
2025 | 2024-10-30T00:42:11.637Z | Compiling untrusted v0.7.1 |
2026 | 2024-10-30T00:42:11.694Z | Compiling constant_time_eq v0.3.1 |
2027 | 2024-10-30T00:42:11.723Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2028 | 2024-10-30T00:42:12.902Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2029 | 2024-10-30T00:42:14.460Z | Compiling tough v0.17.1 |
2030 | 2024-10-30T00:42:16.294Z | Compiling itertools v0.13.0 |
2031 | 2024-10-30T00:42:18.064Z | Compiling cargo-platform v0.1.8 |
2032 | 2024-10-30T00:42:19.150Z | Compiling parse-size v1.0.0 |
2033 | 2024-10-30T00:42:19.188Z | Compiling topological-sort v0.2.2 |
2034 | 2024-10-30T00:42:19.450Z | Compiling omicron-zone-package v0.11.1 |
2035 | 2024-10-30T00:42:19.470Z | Compiling cargo_metadata v0.18.1 |
2036 | 2024-10-30T00:42:20.042Z | Compiling shell-words v1.1.0 |
2037 | 2024-10-30T00:42:26.278Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2038 | 2024-10-30T00:42:39.913Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2039 | 2024-10-30T00:42:54.405Z | Finished `release` profile [optimized] target(s) in 5m 18s |
2040 | 2024-10-30T00:42:54.559Z | Running `target/release/omicron-releng --output-dir /work` |
2041 | 2024-10-30T00:42:54.603Z | Oct 30 00:42:54.304 DEBG changing working directory to /work/oxidecomputer/omicron |
2042 | 2024-10-30T00:42:54.698Z | Oct 30 00:42:54.401 DEBG running: git rev-parse HEAD |
2043 | 2024-10-30T00:42:54.705Z | Oct 30 00:42:54.408 DEBG process exited with exit status: 0 (6.341464ms) |
2044 | 2024-10-30T00:42:54.705Z | Oct 30 00:42:54.408 INFO version: 12.0.0-0.ci+gitf78d2bb4dca |
2045 | 2024-10-30T00:42:54.745Z | Oct 30 00:42:54.447 INFO cloning helios to /work/oxidecomputer/helios |
2046 | 2024-10-30T00:42:54.745Z | Oct 30 00:42:54.447 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2047 | 2024-10-30T00:42:54.750Z | Cloning into '/work/oxidecomputer/helios'... |
2048 | 2024-10-30T00:42:55.245Z | Oct 30 00:42:54.947 DEBG process exited with exit status: 0 (499.817552ms) |
2049 | 2024-10-30T00:42:55.245Z | Oct 30 00:42:54.947 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2050 | 2024-10-30T00:42:55.252Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2051 | 2024-10-30T00:42:55.252Z | # branch.head master |
2052 | 2024-10-30T00:42:55.252Z | # branch.upstream origin/master |
2053 | 2024-10-30T00:42:55.252Z | # branch.ab +0 -0 |
2054 | 2024-10-30T00:42:55.255Z | Oct 30 00:42:54.956 DEBG process exited with exit status: 0 (8.312905ms) |
2055 | 2024-10-30T00:42:55.255Z | Oct 30 00:42:54.956 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2056 | 2024-10-30T00:42:56.077Z | Oct 30 00:42:55.780 DEBG process exited with exit status: 0 (824.371759ms) |
2057 | 2024-10-30T00:42:56.078Z | Oct 30 00:42:55.780 DEBG running: zfs list rpool/images/build/host |
2058 | 2024-10-30T00:42:56.084Z | NAME USED AVAIL REFER MOUNTPOINT |
2059 | 2024-10-30T00:42:56.084Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2060 | 2024-10-30T00:42:56.088Z | Oct 30 00:42:55.788 DEBG process exited with exit status: 0 (7.297328ms) |
2061 | 2024-10-30T00:42:56.088Z | Oct 30 00:42:55.788 DEBG running: zfs list rpool/images/build/recovery |
2062 | 2024-10-30T00:42:56.090Z | NAME USED AVAIL REFER MOUNTPOINT |
2063 | 2024-10-30T00:42:56.090Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2064 | 2024-10-30T00:42:56.093Z | Oct 30 00:42:55.794 DEBG process exited with exit status: 0 (6.097496ms) |
2065 | 2024-10-30T00:42:56.094Z | Oct 30 00:42:55.795 INFO [hubris-production] running task |
2066 | 2024-10-30T00:42:56.094Z | Oct 30 00:42:55.795 INFO [hubris-staging] running task |
2067 | 2024-10-30T00:42:56.094Z | Oct 30 00:42:55.795 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2068 | 2024-10-30T00:42:56.097Z | Oct 30 00:42:55.798 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2069 | 2024-10-30T00:42:56.466Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2070 | 2024-10-30T00:42:56.707Z | [ omicron-package] Blocking waiting for file lock on package cache |
2071 | 2024-10-30T00:42:57.499Z | [ omicron-package] Blocking waiting for file lock on package cache |
2072 | 2024-10-30T00:42:57.743Z | Oct 30 00:42:57.447 INFO [hubris-production] task succeeded (1.651772085s) |
2073 | 2024-10-30T00:42:58.325Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2074 | 2024-10-30T00:42:58.336Z | [ omicron-package] Compiling heapless v0.8.0 |
2075 | 2024-10-30T00:42:58.336Z | [ omicron-package] Compiling hash32 v0.3.1 |
2076 | 2024-10-30T00:42:58.336Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2077 | 2024-10-30T00:42:58.336Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2078 | 2024-10-30T00:42:58.336Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2079 | 2024-10-30T00:42:58.336Z | [ omicron-package] Compiling cobs v0.2.3 |
2080 | 2024-10-30T00:42:58.337Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2024-10-30T00:42:59.121Z | [ omicron-package] Compiling postcard v1.0.10 |
2082 | 2024-10-30T00:42:59.468Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2083 | 2024-10-30T00:42:59.618Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2084 | 2024-10-30T00:42:59.621Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2085 | 2024-10-30T00:43:00.284Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2086 | 2024-10-30T00:43:00.344Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2087 | 2024-10-30T00:43:00.643Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2088 | 2024-10-30T00:43:01.438Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2089 | 2024-10-30T00:43:01.441Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2090 | 2024-10-30T00:43:01.795Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2091 | 2024-10-30T00:43:01.969Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2092 | 2024-10-30T00:43:02.395Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2093 | 2024-10-30T00:43:02.652Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2094 | 2024-10-30T00:43:03.058Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2095 | 2024-10-30T00:43:03.111Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2096 | 2024-10-30T00:43:03.384Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2097 | 2024-10-30T00:43:03.608Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2098 | 2024-10-30T00:43:03.677Z | [ omicron-package] Compiling num_enum v0.5.11 |
2099 | 2024-10-30T00:43:03.802Z | [ omicron-package] Compiling colored v2.1.0 |
2100 | 2024-10-30T00:43:03.881Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2101 | 2024-10-30T00:43:04.040Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2102 | 2024-10-30T00:43:04.351Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2103 | 2024-10-30T00:43:04.578Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2104 | 2024-10-30T00:43:04.949Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2105 | 2024-10-30T00:43:05.265Z | [ omicron-package] Compiling num-derive v0.4.2 |
2106 | 2024-10-30T00:43:05.286Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2107 | 2024-10-30T00:43:05.311Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2108 | 2024-10-30T00:43:05.635Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2109 | 2024-10-30T00:43:06.370Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2110 | 2024-10-30T00:43:06.555Z | [ omicron-package] Compiling smf v0.2.3 |
2111 | 2024-10-30T00:43:06.761Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2112 | 2024-10-30T00:43:07.638Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2113 | 2024-10-30T00:43:07.809Z | [ omicron-package] Compiling zone v0.3.0 |
2114 | 2024-10-30T00:43:09.110Z | Oct 30 00:43:08.818 INFO [hubris-staging] task succeeded (13.023169401s) |
2115 | 2024-10-30T00:43:09.411Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2116 | 2024-10-30T00:43:09.740Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2117 | 2024-10-30T00:43:10.521Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-10-30T00:43:11.308Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2119 | 2024-10-30T00:43:11.617Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2024-10-30T00:43:12.125Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2024-10-30T00:43:12.311Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2122 | 2024-10-30T00:43:12.364Z | [ omicron-package] Compiling gethostname v0.5.0 |
2123 | 2024-10-30T00:43:14.176Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2124 | 2024-10-30T00:43:16.423Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2125 | 2024-10-30T00:43:19.403Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2126 | 2024-10-30T00:43:19.865Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2127 | 2024-10-30T00:43:21.490Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2128 | 2024-10-30T00:43:36.479Z | [ helios-setup] Oct 30 00:43:36.196 INFO helios repository root is: /work/oxidecomputer/helios |
2129 | 2024-10-30T00:43:36.481Z | [ helios-setup] Oct 30 00:43:36.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 |
2130 | 2024-10-30T00:43:36.481Z | [ helios-setup] Oct 30 00:43:36.199 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2131 | 2024-10-30T00:43:36.486Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2132 | 2024-10-30T00:43:37.642Z | [ helios-setup] Oct 30 00:43:37.359 INFO clone ok!, project: image-builder |
2133 | 2024-10-30T00:43:37.645Z | [ helios-setup] Oct 30 00:43:37.359 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2134 | 2024-10-30T00:43:37.645Z | [ helios-setup] Oct 30 00:43:37.360 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 |
2135 | 2024-10-30T00:43:37.645Z | [ helios-setup] Oct 30 00:43:37.360 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2136 | 2024-10-30T00:43:37.647Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2137 | 2024-10-30T00:43:38.379Z | [ helios-setup] Oct 30 00:43:38.097 INFO clone ok!, project: phbl |
2138 | 2024-10-30T00:43:38.382Z | [ helios-setup] Oct 30 00:43:38.097 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2139 | 2024-10-30T00:43:38.382Z | [ helios-setup] Oct 30 00:43:38.097 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 |
2140 | 2024-10-30T00:43:38.382Z | [ helios-setup] Oct 30 00:43:38.097 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2141 | 2024-10-30T00:43:38.384Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2142 | 2024-10-30T00:43:39.374Z | [ helios-setup] Oct 30 00:43:39.092 INFO clone ok!, project: chelsio-t6-roms |
2143 | 2024-10-30T00:43:39.376Z | [ helios-setup] Oct 30 00:43:39.092 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 |
2144 | 2024-10-30T00:43:39.377Z | [ helios-setup] Oct 30 00:43:39.092 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 |
2145 | 2024-10-30T00:43:39.377Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2146 | 2024-10-30T00:43:40.230Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2147 | 2024-10-30T00:43:40.236Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2148 | 2024-10-30T00:43:41.065Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 44.98s |
2149 | 2024-10-30T00:43:41.289Z | [ omicron-package] |
2150 | 2024-10-30T00:43:41.289Z | [ omicron-package] real 45.170545518 |
2151 | 2024-10-30T00:43:41.289Z | [ omicron-package] user 2:38.040753043 |
2152 | 2024-10-30T00:43:41.292Z | [ omicron-package] sys 20.524938489 |
2153 | 2024-10-30T00:43:41.292Z | [ omicron-package] trap 0.160066037 |
2154 | 2024-10-30T00:43:41.292Z | [ omicron-package] tflt 0.663875462 |
2155 | 2024-10-30T00:43:41.292Z | [ omicron-package] dflt 0.505617563 |
2156 | 2024-10-30T00:43:41.292Z | [ omicron-package] kflt 0.000000000 |
2157 | 2024-10-30T00:43:41.292Z | [ omicron-package] lock 5:03.145572405 |
2158 | 2024-10-30T00:43:41.292Z | [ omicron-package] slp 8:17.640840010 |
2159 | 2024-10-30T00:43:41.292Z | [ omicron-package] lat 1:31.748441866 |
2160 | 2024-10-30T00:43:41.292Z | [ omicron-package] stop 52.904925124 |
2161 | 2024-10-30T00:43:41.292Z | Oct 30 00:43:41.008 INFO [omicron-package] process exited with exit status: 0 (45.21354791s) |
2162 | 2024-10-30T00:43:41.292Z | Oct 30 00:43:41.009 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 |
2163 | 2024-10-30T00:43:41.354Z | Oct 30 00:43:41.073 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2164 | 2024-10-30T00:43:41.365Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2165 | 2024-10-30T00:43:41.367Z | [ host-target] Created new build target 'host' and set it as active |
2166 | 2024-10-30T00:43:41.367Z | Oct 30 00:43:41.086 INFO [host-target] process exited with exit status: 0 (77.366289ms) |
2167 | 2024-10-30T00:43:41.369Z | Oct 30 00:43:41.086 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2168 | 2024-10-30T00:43:41.372Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2169 | 2024-10-30T00:43:41.372Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2170 | 2024-10-30T00:43:41.375Z | Oct 30 00:43:41.093 INFO [recovery-target] process exited with exit status: 0 (20.049104ms) |
2171 | 2024-10-30T00:43:41.381Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2172 | 2024-10-30T00:43:42.591Z | [ host-package] Compiling convert_case v0.4.0 |
2173 | 2024-10-30T00:43:42.591Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2174 | 2024-10-30T00:43:42.594Z | [ host-package] Compiling password-hash v0.5.0 |
2175 | 2024-10-30T00:43:42.594Z | [ host-package] Compiling blake2 v0.10.6 |
2176 | 2024-10-30T00:43:42.594Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2177 | 2024-10-30T00:43:42.594Z | [ host-package] Compiling newline-converter v0.3.0 |
2178 | 2024-10-30T00:43:42.594Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2179 | 2024-10-30T00:43:42.595Z | [ host-package] Compiling owo-colors v4.1.0 |
2180 | 2024-10-30T00:43:42.907Z | [ host-package] Compiling expectorate v1.1.0 |
2181 | 2024-10-30T00:43:42.945Z | [ host-package] Compiling libsw v3.3.1 |
2182 | 2024-10-30T00:43:43.157Z | [ host-package] Compiling indent_write v2.2.0 |
2183 | 2024-10-30T00:43:43.292Z | [ host-package] Compiling argon2 v0.5.3 |
2184 | 2024-10-30T00:43:43.413Z | [ host-package] Compiling linear-map v1.2.0 |
2185 | 2024-10-30T00:43:43.454Z | [ host-package] Compiling derive_more v0.99.18 |
2186 | 2024-10-30T00:43:43.859Z | [ host-package] Compiling swrite v0.1.0 |
2187 | 2024-10-30T00:43:43.906Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2188 | 2024-10-30T00:43:43.976Z | [ host-package] Compiling progenitor-client v0.8.0 |
2189 | 2024-10-30T00:43:44.009Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2190 | 2024-10-30T00:43:44.416Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2191 | 2024-10-30T00:43:44.574Z | [ host-package] Compiling progenitor v0.8.0 |
2192 | 2024-10-30T00:43:44.600Z | [ host-package] Compiling atomicwrites v0.4.4 |
2193 | 2024-10-30T00:43:44.811Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2194 | 2024-10-30T00:43:44.953Z | [ host-package] Compiling num-rational v0.4.2 |
2195 | 2024-10-30T00:43:45.139Z | [ host-package] Compiling num-complex v0.4.6 |
2196 | 2024-10-30T00:43:45.760Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2197 | 2024-10-30T00:43:46.009Z | [ host-package] Compiling float-ord v0.3.2 |
2198 | 2024-10-30T00:43:46.292Z | [ host-package] Compiling num v0.4.3 |
2199 | 2024-10-30T00:43:46.491Z | [ host-package] Compiling prettyplease v0.2.22 |
2200 | 2024-10-30T00:43:46.592Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2201 | 2024-10-30T00:43:46.709Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2202 | 2024-10-30T00:43:46.722Z | [ helios-setup] Oct 30 00:43:46.443 INFO clone ok!, project: amd-host-image-builder |
2203 | 2024-10-30T00:43:46.725Z | [ helios-setup] Oct 30 00:43:46.444 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 |
2204 | 2024-10-30T00:43:46.725Z | [ helios-setup] Oct 30 00:43:46.444 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2205 | 2024-10-30T00:43:46.728Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2206 | 2024-10-30T00:43:46.960Z | [ host-package] Compiling semver v0.1.20 |
2207 | 2024-10-30T00:43:47.563Z | [ host-package] Compiling rustc_version v0.1.7 |
2208 | 2024-10-30T00:43:47.624Z | [ host-package] Compiling humantime v2.1.0 |
2209 | 2024-10-30T00:43:47.841Z | [ helios-setup] Oct 30 00:43:47.562 INFO clone ok!, project: pilot |
2210 | 2024-10-30T00:43:47.845Z | [ helios-setup] Oct 30 00:43:47.563 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2211 | 2024-10-30T00:43:47.845Z | [ helios-setup] Oct 30 00:43:47.563 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 |
2212 | 2024-10-30T00:43:47.845Z | [ helios-setup] Oct 30 00:43:47.563 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2213 | 2024-10-30T00:43:47.847Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2214 | 2024-10-30T00:43:48.041Z | [ host-package] Compiling newtype_derive v0.1.6 |
2215 | 2024-10-30T00:43:48.511Z | [ host-package] Compiling highway v1.2.0 |
2216 | 2024-10-30T00:43:48.544Z | [ helios-setup] Oct 30 00:43:48.265 INFO clone ok!, project: bootserver |
2217 | 2024-10-30T00:43:48.546Z | [ helios-setup] Oct 30 00:43:48.265 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 |
2218 | 2024-10-30T00:43:48.546Z | [ helios-setup] Oct 30 00:43:48.265 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2219 | 2024-10-30T00:43:48.549Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2220 | 2024-10-30T00:43:48.729Z | [ host-package] Compiling home v0.5.9 |
2221 | 2024-10-30T00:43:48.978Z | [ host-package] Compiling steno v0.4.1 |
2222 | 2024-10-30T00:43:49.276Z | [ helios-setup] Oct 30 00:43:48.997 INFO clone ok!, project: pinprick |
2223 | 2024-10-30T00:43:49.279Z | [ helios-setup] Oct 30 00:43:48.997 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 |
2224 | 2024-10-30T00:43:49.279Z | [ helios-setup] Oct 30 00:43:48.998 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2225 | 2024-10-30T00:43:49.281Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2226 | 2024-10-30T00:43:50.432Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2227 | 2024-10-30T00:43:52.435Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2228 | 2024-10-30T00:43:53.033Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2229 | 2024-10-30T00:43:53.414Z | [ host-package] Compiling tungstenite v0.21.0 |
2230 | 2024-10-30T00:43:53.435Z | [ host-package] Compiling ipnetwork v0.20.0 |
2231 | 2024-10-30T00:43:54.287Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2232 | 2024-10-30T00:43:54.415Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2233 | 2024-10-30T00:43:54.639Z | [ host-package] Compiling instant v0.1.13 |
2234 | 2024-10-30T00:43:54.808Z | [ host-package] Compiling backoff v0.4.0 |
2235 | 2024-10-30T00:43:55.201Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2236 | 2024-10-30T00:43:55.989Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2237 | 2024-10-30T00:43:56.718Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2238 | 2024-10-30T00:43:57.103Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2239 | 2024-10-30T00:43:57.772Z | [ helios-setup] Oct 30 00:43:57.497 INFO clone ok!, project: amd-firmware |
2240 | 2024-10-30T00:43:57.775Z | [ helios-setup] Oct 30 00:43:57.497 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2241 | 2024-10-30T00:43:58.694Z | [ helios-setup] Oct 30 00:43:58.419 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2242 | 2024-10-30T00:43:58.787Z | [ host-package] Compiling parse-display v0.10.0 |
2243 | 2024-10-30T00:43:59.249Z | [ helios-setup] Oct 30 00:43:58.974 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2244 | 2024-10-30T00:43:59.249Z | [ helios-setup] Oct 30 00:43:58.974 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2245 | 2024-10-30T00:43:59.567Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2246 | 2024-10-30T00:43:59.809Z | [ host-package] Compiling serde_with v3.11.0 |
2247 | 2024-10-30T00:43:59.852Z | [ helios-setup] Oct 30 00:43:59.578 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2248 | 2024-10-30T00:44:00.059Z | [ host-package] Compiling strum v0.26.3 |
2249 | 2024-10-30T00:44:00.307Z | [ host-package] Compiling regress v0.9.1 |
2250 | 2024-10-30T00:44:00.469Z | [ helios-setup] Oct 30 00:44:00.195 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2251 | 2024-10-30T00:44:00.469Z | [ helios-setup] Oct 30 00:44:00.195 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2252 | 2024-10-30T00:44:01.022Z | [ helios-setup] Oct 30 00:44:00.747 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2253 | 2024-10-30T00:44:01.549Z | [ helios-setup] Oct 30 00:44:01.275 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2254 | 2024-10-30T00:44:01.549Z | [ helios-setup] Oct 30 00:44:01.275 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2255 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.275 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2256 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO ok! |
2257 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2258 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2259 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO ok! |
2260 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2261 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2262 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO ok! |
2263 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2264 | 2024-10-30T00:44:01.552Z | [ helios-setup] Oct 30 00:44:01.276 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2265 | 2024-10-30T00:44:01.922Z | [ helios-setup] Oct 30 00:44:01.648 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2266 | 2024-10-30T00:44:02.566Z | [ helios-setup] Oct 30 00:44:02.291 INFO E| From https://github.com/jclulow/rust-jmclib |
2267 | 2024-10-30T00:44:02.566Z | [ helios-setup] Oct 30 00:44:02.291 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2268 | 2024-10-30T00:44:02.586Z | [ helios-setup] Oct 30 00:44:02.312 INFO E| Updating crates.io index |
2269 | 2024-10-30T00:44:02.697Z | [ helios-setup] Oct 30 00:44:02.424 INFO E| Downloading crates ... |
2270 | 2024-10-30T00:44:02.710Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2271 | 2024-10-30T00:44:02.859Z | [ helios-setup] Oct 30 00:44:02.586 INFO E| Downloaded quote v1.0.31 |
2272 | 2024-10-30T00:44:02.881Z | [ helios-setup] Oct 30 00:44:02.590 INFO E| Downloaded proc-macro2 v1.0.66 |
2273 | 2024-10-30T00:44:02.881Z | [ helios-setup] Oct 30 00:44:02.594 INFO E| Downloaded opaque-debug v0.3.0 |
2274 | 2024-10-30T00:44:02.881Z | [ helios-setup] Oct 30 00:44:02.595 INFO E| Downloaded md-5 v0.9.1 |
2275 | 2024-10-30T00:44:02.881Z | [ helios-setup] Oct 30 00:44:02.597 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2276 | 2024-10-30T00:44:02.881Z | [ helios-setup] Oct 30 00:44:02.598 INFO E| Downloaded fastrand v2.0.0 |
2277 | 2024-10-30T00:44:02.881Z | [ helios-setup] Oct 30 00:44:02.600 INFO E| Downloaded rustix v0.38.4 |
2278 | 2024-10-30T00:44:02.912Z | [ helios-setup] Oct 30 00:44:02.633 INFO E| Downloaded errno v0.3.1 |
2279 | 2024-10-30T00:44:02.912Z | [ helios-setup] Oct 30 00:44:02.635 INFO E| Downloaded walkdir v2.3.3 |
2280 | 2024-10-30T00:44:02.915Z | [ helios-setup] Oct 30 00:44:02.637 INFO E| Downloaded sha-1 v0.9.8 |
2281 | 2024-10-30T00:44:02.915Z | [ helios-setup] Oct 30 00:44:02.640 INFO E| Downloaded serde_json v1.0.103 |
2282 | 2024-10-30T00:44:02.925Z | [ helios-setup] Oct 30 00:44:02.652 INFO E| Downloaded once_cell v1.18.0 |
2283 | 2024-10-30T00:44:02.930Z | [ helios-setup] Oct 30 00:44:02.657 INFO E| Downloaded tempfile v3.7.0 |
2284 | 2024-10-30T00:44:02.935Z | [ helios-setup] Oct 30 00:44:02.661 INFO E| Downloaded syn v2.0.32 |
2285 | 2024-10-30T00:44:02.954Z | [ helios-setup] Oct 30 00:44:02.680 INFO E| Downloaded uuid v0.8.2 |
2286 | 2024-10-30T00:44:02.960Z | [ helios-setup] Oct 30 00:44:02.687 INFO E| Downloaded ryu v1.0.15 |
2287 | 2024-10-30T00:44:02.966Z | [ helios-setup] Oct 30 00:44:02.693 INFO E| Downloaded unicode-width v0.1.10 |
2288 | 2024-10-30T00:44:02.969Z | [ helios-setup] Oct 30 00:44:02.695 INFO E| Downloaded getrandom v0.2.10 |
2289 | 2024-10-30T00:44:02.974Z | [ helios-setup] Oct 30 00:44:02.701 INFO E| Downloaded unicode-ident v1.0.11 |
2290 | 2024-10-30T00:44:02.979Z | [ helios-setup] Oct 30 00:44:02.706 INFO E| Downloaded toml v0.5.11 |
2291 | 2024-10-30T00:44:02.984Z | [ helios-setup] Oct 30 00:44:02.711 INFO E| Downloaded typenum v1.16.0 |
2292 | 2024-10-30T00:44:02.989Z | [ helios-setup] Oct 30 00:44:02.716 INFO E| Downloaded serde_derive v1.0.193 |
2293 | 2024-10-30T00:44:02.994Z | [ helios-setup] Oct 30 00:44:02.721 INFO E| Downloaded serde v1.0.193 |
2294 | 2024-10-30T00:44:03.000Z | [ helios-setup] Oct 30 00:44:02.727 INFO E| Downloaded cpufeatures v0.2.9 |
2295 | 2024-10-30T00:44:03.003Z | [ helios-setup] Oct 30 00:44:02.729 INFO E| Downloaded libc v0.2.147 |
2296 | 2024-10-30T00:44:03.066Z | [ helios-setup] Oct 30 00:44:02.793 INFO E| Downloaded block-buffer v0.9.0 |
2297 | 2024-10-30T00:44:03.069Z | [ helios-setup] Oct 30 00:44:02.794 INFO E| Downloaded bitflags v2.3.3 |
2298 | 2024-10-30T00:44:03.071Z | [ helios-setup] Oct 30 00:44:02.798 INFO E| Downloaded itoa v1.0.9 |
2299 | 2024-10-30T00:44:03.073Z | [ helios-setup] Oct 30 00:44:02.800 INFO E| Downloaded digest v0.9.0 |
2300 | 2024-10-30T00:44:03.081Z | [ helios-setup] Oct 30 00:44:02.808 INFO E| Downloaded anyhow v1.0.72 |
2301 | 2024-10-30T00:44:03.229Z | [ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling libc v0.2.147 |
2302 | 2024-10-30T00:44:03.229Z | [ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling proc-macro2 v1.0.66 |
2303 | 2024-10-30T00:44:03.229Z | [ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling cfg-if v1.0.0 |
2304 | 2024-10-30T00:44:03.232Z | [ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling unicode-ident v1.0.11 |
2305 | 2024-10-30T00:44:03.232Z | [ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling version_check v0.9.4 |
2306 | 2024-10-30T00:44:03.232Z | [ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling typenum v1.16.0 |
2307 | 2024-10-30T00:44:03.232Z | [ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling serde v1.0.193 |
2308 | 2024-10-30T00:44:03.232Z | [ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling slog v2.7.0 |
2309 | 2024-10-30T00:44:04.033Z | [ helios-setup] Oct 30 00:44:03.760 INFO E| Compiling powerfmt v0.2.0 |
2310 | 2024-10-30T00:44:04.217Z | [ helios-setup] Oct 30 00:44:03.944 INFO E| Compiling time-core v0.1.2 |
2311 | 2024-10-30T00:44:04.492Z | [ helios-setup] Oct 30 00:44:04.219 INFO E| Compiling num-conv v0.1.0 |
2312 | 2024-10-30T00:44:05.002Z | [ helios-setup] Oct 30 00:44:04.729 INFO E| Compiling itoa v1.0.9 |
2313 | 2024-10-30T00:44:05.120Z | [ helios-setup] Oct 30 00:44:04.847 INFO E| Compiling rustix v0.38.4 |
2314 | 2024-10-30T00:44:05.142Z | [ helios-setup] Oct 30 00:44:04.869 INFO E| Compiling time-macros v0.2.18 |
2315 | 2024-10-30T00:44:05.308Z | [ host-package] Compiling macaddr v1.0.1 |
2316 | 2024-10-30T00:44:05.422Z | [ helios-setup] Oct 30 00:44:05.150 INFO E| Compiling generic-array v0.14.7 |
2317 | 2024-10-30T00:44:05.426Z | [ helios-setup] Oct 30 00:44:05.150 INFO E| Compiling deranged v0.3.11 |
2318 | 2024-10-30T00:44:05.498Z | [ helios-setup] Oct 30 00:44:05.225 INFO E| Compiling bitflags v2.3.3 |
2319 | 2024-10-30T00:44:06.101Z | [ helios-setup] Oct 30 00:44:05.829 INFO E| Compiling quote v1.0.31 |
2320 | 2024-10-30T00:44:06.254Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2321 | 2024-10-30T00:44:06.352Z | [ helios-setup] Oct 30 00:44:06.080 INFO E| Compiling num_threads v0.1.6 |
2322 | 2024-10-30T00:44:06.533Z | [ helios-setup] Oct 30 00:44:06.261 INFO E| Compiling once_cell v1.18.0 |
2323 | 2024-10-30T00:44:07.358Z | [ helios-setup] Oct 30 00:44:07.086 INFO E| Compiling syn v2.0.32 |
2324 | 2024-10-30T00:44:07.426Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2325 | 2024-10-30T00:44:07.582Z | [ helios-setup] Oct 30 00:44:07.310 INFO E| Compiling thread_local v1.1.7 |
2326 | 2024-10-30T00:44:07.640Z | [ helios-setup] Oct 30 00:44:07.368 INFO E| Compiling serde_json v1.0.103 |
2327 | 2024-10-30T00:44:08.650Z | [ helios-setup] Oct 30 00:44:08.378 INFO E| Compiling dirs-sys-next v0.1.2 |
2328 | 2024-10-30T00:44:08.924Z | [ helios-setup] Oct 30 00:44:08.653 INFO E| Compiling errno v0.3.1 |
2329 | 2024-10-30T00:44:09.020Z | [ helios-setup] Oct 30 00:44:08.749 INFO E| Compiling dirs-next v2.0.0 |
2330 | 2024-10-30T00:44:09.197Z | [ helios-setup] Oct 30 00:44:08.926 INFO E| Compiling term v0.7.0 |
2331 | 2024-10-30T00:44:09.346Z | [ helios-setup] Oct 30 00:44:09.074 INFO E| Compiling atty v0.2.14 |
2332 | 2024-10-30T00:44:09.362Z | [ helios-setup] Oct 30 00:44:09.090 INFO E| Compiling fastrand v2.0.0 |
2333 | 2024-10-30T00:44:09.532Z | [ host-package] Compiling display-error-chain v0.2.1 |
2334 | 2024-10-30T00:44:09.705Z | [ helios-setup] Oct 30 00:44:09.434 INFO E| Compiling anyhow v1.0.72 |
2335 | 2024-10-30T00:44:10.102Z | [ helios-setup] Oct 30 00:44:09.777 INFO E| Compiling digest v0.9.0 |
2336 | 2024-10-30T00:44:10.106Z | [ host-package] Compiling arc-swap v1.7.1 |
2337 | 2024-10-30T00:44:10.289Z | [ helios-setup] Oct 30 00:44:10.018 INFO E| Compiling block-buffer v0.9.0 |
2338 | 2024-10-30T00:44:10.459Z | [ helios-setup] Oct 30 00:44:10.189 INFO E| Compiling opaque-debug v0.3.0 |
2339 | 2024-10-30T00:44:10.592Z | [ helios-setup] Oct 30 00:44:10.321 INFO E| Compiling getrandom v0.2.10 |
2340 | 2024-10-30T00:44:10.621Z | [ helios-setup] Oct 30 00:44:10.350 INFO E| Compiling cpufeatures v0.2.9 |
2341 | 2024-10-30T00:44:10.701Z | [ helios-setup] Oct 30 00:44:10.431 INFO E| Compiling same-file v1.0.6 |
2342 | 2024-10-30T00:44:10.709Z | [ helios-setup] Oct 30 00:44:10.438 INFO E| Compiling ryu v1.0.15 |
2343 | 2024-10-30T00:44:11.016Z | [ helios-setup] Oct 30 00:44:10.746 INFO E| Compiling time v0.3.36 |
2344 | 2024-10-30T00:44:11.222Z | [ helios-setup] Oct 30 00:44:10.951 INFO E| Compiling unicode-width v0.1.10 |
2345 | 2024-10-30T00:44:11.274Z | [ helios-setup] Oct 30 00:44:11.004 INFO E| Compiling walkdir v2.3.3 |
2346 | 2024-10-30T00:44:11.324Z | [ helios-setup] Oct 30 00:44:11.054 INFO E| Compiling sha-1 v0.9.8 |
2347 | 2024-10-30T00:44:11.583Z | [ helios-setup] Oct 30 00:44:11.312 INFO E| Compiling getopts v0.2.21 |
2348 | 2024-10-30T00:44:11.883Z | [ host-package] Compiling slog-scope v4.4.0 |
2349 | 2024-10-30T00:44:12.377Z | [ helios-setup] Oct 30 00:44:12.107 INFO E| Compiling tempfile v3.7.0 |
2350 | 2024-10-30T00:44:12.416Z | [ helios-setup] Oct 30 00:44:12.146 INFO E| Compiling md-5 v0.9.1 |
2351 | 2024-10-30T00:44:13.253Z | [ helios-setup] Oct 30 00:44:12.815 INFO E| Compiling libdevinfo-sys v1.0.0 |
2352 | 2024-10-30T00:44:13.307Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2353 | 2024-10-30T00:44:13.353Z | [ helios-setup] Oct 30 00:44:13.084 INFO E| Compiling glob v0.3.1 |
2354 | 2024-10-30T00:44:13.609Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2355 | 2024-10-30T00:44:14.705Z | [ helios-setup] Oct 30 00:44:14.436 INFO E| Compiling slog-term v2.9.0 |
2356 | 2024-10-30T00:44:15.137Z | [ host-package] Compiling half v2.4.1 |
2357 | 2024-10-30T00:44:16.365Z | [ host-package] Compiling ciborium-io v0.2.2 |
2358 | 2024-10-30T00:44:16.677Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2359 | 2024-10-30T00:44:16.713Z | [ helios-setup] Oct 30 00:44:16.444 INFO E| Compiling serde_derive v1.0.193 |
2360 | 2024-10-30T00:44:17.569Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2361 | 2024-10-30T00:44:18.309Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2362 | 2024-10-30T00:44:18.488Z | [ host-package] Compiling ciborium v0.2.2 |
2363 | 2024-10-30T00:44:19.974Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2364 | 2024-10-30T00:44:20.787Z | [ host-package] Compiling fastrand v2.1.1 |
2365 | 2024-10-30T00:44:21.075Z | [ host-package] Compiling same-file v1.0.6 |
2366 | 2024-10-30T00:44:21.384Z | [ host-package] Compiling walkdir v2.5.0 |
2367 | 2024-10-30T00:44:21.537Z | [ host-package] Compiling tempfile v3.13.0 |
2368 | 2024-10-30T00:44:22.155Z | [ host-package] Compiling blake3 v1.5.4 |
2369 | 2024-10-30T00:44:22.408Z | [ host-package] Compiling ring v0.16.20 |
2370 | 2024-10-30T00:44:23.076Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2371 | 2024-10-30T00:44:27.362Z | [ host-package] Compiling xattr v1.3.1 |
2372 | 2024-10-30T00:44:27.684Z | [ host-package] Compiling filetime v0.2.25 |
2373 | 2024-10-30T00:44:28.071Z | [ host-package] Compiling memmap2 v0.9.5 |
2374 | 2024-10-30T00:44:28.671Z | [ host-package] Compiling untrusted v0.7.1 |
2375 | 2024-10-30T00:44:28.942Z | [ host-package] Compiling arrayvec v0.7.6 |
2376 | 2024-10-30T00:44:29.403Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2377 | 2024-10-30T00:44:29.676Z | [ host-package] Compiling keccak v0.1.5 |
2378 | 2024-10-30T00:44:30.700Z | [ host-package] Compiling spin v0.5.2 |
2379 | 2024-10-30T00:44:30.795Z | [ host-package] Compiling arrayref v0.3.9 |
2380 | 2024-10-30T00:44:30.881Z | [ helios-setup] Oct 30 00:44:30.617 INFO E| Compiling toml v0.5.11 |
2381 | 2024-10-30T00:44:30.881Z | [ helios-setup] Oct 30 00:44:30.617 INFO E| Compiling uuid v0.8.2 |
2382 | 2024-10-30T00:44:31.280Z | [ host-package] Compiling sha3 v0.10.8 |
2383 | 2024-10-30T00:44:32.446Z | [ host-package] Compiling tar v0.4.42 |
2384 | 2024-10-30T00:44:32.735Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2385 | 2024-10-30T00:44:33.111Z | [ helios-setup] Oct 30 00:44:32.848 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2386 | 2024-10-30T00:44:33.420Z | [ host-package] Compiling toolchain_find v0.4.0 |
2387 | 2024-10-30T00:44:34.181Z | [ host-package] Compiling nibble_vec v0.1.0 |
2388 | 2024-10-30T00:44:34.497Z | [ host-package] Compiling endian-type v0.1.2 |
2389 | 2024-10-30T00:44:34.675Z | [ host-package] Compiling crunchy v0.2.2 |
2390 | 2024-10-30T00:44:34.861Z | [ host-package] Compiling glob v0.3.1 |
2391 | 2024-10-30T00:44:34.927Z | [ host-package] Compiling maplit v1.0.2 |
2392 | 2024-10-30T00:44:35.125Z | [ host-package] Compiling topological-sort v0.2.2 |
2393 | 2024-10-30T00:44:35.401Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2394 | 2024-10-30T00:44:35.521Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2395 | 2024-10-30T00:44:35.585Z | [ host-package] Compiling radix_trie v0.2.1 |
2396 | 2024-10-30T00:44:35.643Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2397 | 2024-10-30T00:44:35.879Z | [ host-package] Compiling clang-sys v1.8.1 |
2398 | 2024-10-30T00:44:36.146Z | [ helios-setup] Oct 30 00:44:35.883 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2399 | 2024-10-30T00:44:36.472Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2400 | 2024-10-30T00:44:36.795Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2401 | 2024-10-30T00:44:37.009Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2402 | 2024-10-30T00:44:37.044Z | [ host-package] Compiling secrecy v0.8.0 |
2403 | 2024-10-30T00:44:37.445Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2404 | 2024-10-30T00:44:37.840Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2405 | 2024-10-30T00:44:38.112Z | [ host-package] Compiling r2d2 v0.8.10 |
2406 | 2024-10-30T00:44:38.419Z | [ host-package] Compiling diesel_derives v2.2.3 |
2407 | 2024-10-30T00:44:38.568Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2408 | 2024-10-30T00:44:38.647Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2409 | 2024-10-30T00:44:38.726Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2410 | 2024-10-30T00:44:39.258Z | [ host-package] Compiling universal-hash v0.5.1 |
2411 | 2024-10-30T00:44:39.543Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2412 | 2024-10-30T00:44:40.327Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2413 | 2024-10-30T00:44:40.912Z | [ host-package] Compiling lzma-sys v0.1.20 |
2414 | 2024-10-30T00:44:41.344Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2415 | 2024-10-30T00:44:41.910Z | [ host-package] Compiling ena v0.14.3 |
2416 | 2024-10-30T00:44:42.432Z | [ host-package] Compiling libloading v0.8.5 |
2417 | 2024-10-30T00:44:42.628Z | [ host-package] Compiling regex-syntax v0.6.29 |
2418 | 2024-10-30T00:44:42.885Z | [ host-package] Compiling bindgen v0.69.5 |
2419 | 2024-10-30T00:44:43.545Z | [ host-package] Compiling opaque-debug v0.3.1 |
2420 | 2024-10-30T00:44:43.673Z | [ host-package] Compiling diff v0.1.13 |
2421 | 2024-10-30T00:44:44.319Z | [ host-package] Compiling poly1305 v0.8.0 |
2422 | 2024-10-30T00:44:49.042Z | [ helios-setup] Oct 30 00:44:48.785 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.41s |
2423 | 2024-10-30T00:44:49.076Z | [ helios-setup] Oct 30 00:44:48.819 INFO building project "image-builder" ok (47 seconds) |
2424 | 2024-10-30T00:44:49.079Z | [ helios-setup] Oct 30 00:44:48.819 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2425 | 2024-10-30T00:44:49.079Z | [ helios-setup] Oct 30 00:44:48.819 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2426 | 2024-10-30T00:44:49.087Z | [ helios-setup] Oct 30 00:44:48.829 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2427 | 2024-10-30T00:44:49.164Z | [ host-package] Compiling lalrpop v0.19.12 |
2428 | 2024-10-30T00:44:49.400Z | [ helios-setup] Oct 30 00:44:49.143 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2429 | 2024-10-30T00:44:49.400Z | [ helios-setup] Oct 30 00:44:49.143 INFO E| info: downloading component 'cargo' |
2430 | 2024-10-30T00:44:50.995Z | [ helios-setup] Oct 30 00:44:50.738 INFO E| info: downloading component 'clippy' |
2431 | 2024-10-30T00:44:51.332Z | [ helios-setup] Oct 30 00:44:51.075 INFO E| info: downloading component 'rust-docs' |
2432 | 2024-10-30T00:44:51.362Z | [ host-package] Compiling diesel v2.2.4 |
2433 | 2024-10-30T00:44:52.619Z | [ helios-setup] Oct 30 00:44:52.363 INFO E| info: downloading component 'rust-src' |
2434 | 2024-10-30T00:44:52.810Z | [ helios-setup] Oct 30 00:44:52.554 INFO E| info: downloading component 'rust-std' |
2435 | 2024-10-30T00:44:55.371Z | [ helios-setup] Oct 30 00:44:55.116 INFO E| info: downloading component 'rustc' |
2436 | 2024-10-30T00:44:57.546Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2437 | 2024-10-30T00:44:58.335Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2438 | 2024-10-30T00:44:59.551Z | [ host-package] Compiling which v4.4.2 |
2439 | 2024-10-30T00:44:59.764Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2440 | 2024-10-30T00:45:00.099Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2441 | 2024-10-30T00:45:00.102Z | [ host-package] Compiling chacha20 v0.9.1 |
2442 | 2024-10-30T00:45:00.422Z | [ host-package] Compiling heck v0.3.3 |
2443 | 2024-10-30T00:45:00.673Z | [ host-package] Compiling cexpr v0.6.0 |
2444 | 2024-10-30T00:45:00.740Z | [ helios-setup] Oct 30 00:45:00.487 INFO E| info: downloading component 'rustfmt' |
2445 | 2024-10-30T00:45:00.767Z | [ host-package] Compiling aead v0.5.2 |
2446 | 2024-10-30T00:45:01.139Z | [ host-package] Compiling lazycell v1.3.0 |
2447 | 2024-10-30T00:45:01.257Z | [ helios-setup] Oct 30 00:45:01.004 INFO E| info: installing component 'cargo' |
2448 | 2024-10-30T00:45:01.337Z | [ host-package] Compiling rustc-hash v1.1.0 |
2449 | 2024-10-30T00:45:01.673Z | [ host-package] Compiling ref-cast v1.0.23 |
2450 | 2024-10-30T00:45:02.138Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2451 | 2024-10-30T00:45:02.531Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2452 | 2024-10-30T00:45:02.677Z | [ helios-setup] Oct 30 00:45:02.425 INFO E| info: installing component 'clippy' |
2453 | 2024-10-30T00:45:02.813Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2454 | 2024-10-30T00:45:03.157Z | [ helios-setup] Oct 30 00:45:02.903 INFO E| info: installing component 'rust-docs' |
2455 | 2024-10-30T00:45:04.650Z | [ host-package] Compiling vsss-rs v3.3.4 |
2456 | 2024-10-30T00:45:08.866Z | [ helios-setup] Oct 30 00:45:08.615 INFO E| info: installing component 'rust-src' |
2457 | 2024-10-30T00:45:09.515Z | [ helios-setup] Oct 30 00:45:09.265 INFO E| info: installing component 'rust-std' |
2458 | 2024-10-30T00:45:10.484Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2459 | 2024-10-30T00:45:10.985Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2460 | 2024-10-30T00:45:11.714Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2461 | 2024-10-30T00:45:11.958Z | [ host-package] Compiling headers-core v0.3.0 |
2462 | 2024-10-30T00:45:12.159Z | [ helios-setup] Oct 30 00:45:11.910 INFO E| info: installing component 'rustc' |
2463 | 2024-10-30T00:45:12.208Z | [ host-package] Compiling fxhash v0.2.1 |
2464 | 2024-10-30T00:45:12.523Z | [ host-package] Compiling libxml v0.3.3 |
2465 | 2024-10-30T00:45:13.162Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2466 | 2024-10-30T00:45:14.286Z | [ host-package] Compiling base64 v0.13.1 |
2467 | 2024-10-30T00:45:14.944Z | [ host-package] Compiling ron v0.7.1 |
2468 | 2024-10-30T00:45:15.103Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2469 | 2024-10-30T00:45:16.353Z | [ host-package] Compiling headers v0.4.0 |
2470 | 2024-10-30T00:45:17.723Z | [ host-package] Compiling polar-core v0.27.3 |
2471 | 2024-10-30T00:45:18.601Z | [ helios-setup] Oct 30 00:45:18.354 INFO E| info: installing component 'rustfmt' |
2472 | 2024-10-30T00:45:18.882Z | [ host-package] Compiling samael v0.0.17 |
2473 | 2024-10-30T00:45:19.621Z | [ helios-setup] Oct 30 00:45:19.375 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2474 | 2024-10-30T00:45:20.522Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2475 | 2024-10-30T00:45:20.664Z | [ helios-setup] Oct 30 00:45:20.416 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2476 | 2024-10-30T00:45:20.664Z | [ helios-setup] Oct 30 00:45:20.416 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
2477 | 2024-10-30T00:45:20.664Z | [ helios-setup] Oct 30 00:45:20.417 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2478 | 2024-10-30T00:45:20.690Z | [ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2479 | 2024-10-30T00:45:20.690Z | [ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2480 | 2024-10-30T00:45:20.693Z | [ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2481 | 2024-10-30T00:45:20.693Z | [ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2482 | 2024-10-30T00:45:20.693Z | [ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2483 | 2024-10-30T00:45:20.693Z | [ helios-setup] Oct 30 00:45:20.445 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2484 | 2024-10-30T00:45:20.693Z | [ helios-setup] Oct 30 00:45:20.445 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2485 | 2024-10-30T00:45:20.693Z | [ helios-setup] Oct 30 00:45:20.445 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2486 | 2024-10-30T00:45:20.693Z | [ helios-setup] Oct 30 00:45:20.445 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2487 | 2024-10-30T00:45:20.729Z | [ helios-setup] Oct 30 00:45:20.483 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2488 | 2024-10-30T00:45:20.738Z | [ host-package] Compiling xz2 v0.1.7 |
2489 | 2024-10-30T00:45:21.215Z | [ host-package] Compiling zone v0.1.8 |
2490 | 2024-10-30T00:45:21.664Z | [ helios-setup] Oct 30 00:45:21.418 INFO E| From https://github.com/oxidecomputer/amd-efs |
2491 | 2024-10-30T00:45:21.664Z | [ helios-setup] Oct 30 00:45:21.418 INFO E| * [new branch] empty -> origin/empty |
2492 | 2024-10-30T00:45:21.666Z | [ helios-setup] Oct 30 00:45:21.418 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2493 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.419 INFO E| * [new branch] main -> origin/main |
2494 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.419 INFO E| * [new branch] review -> origin/review |
2495 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.419 INFO E| * [new ref] -> origin/HEAD |
2496 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.419 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2497 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.419 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2498 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.419 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2499 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2500 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2501 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2502 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2503 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2504 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2505 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2506 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2507 | 2024-10-30T00:45:21.667Z | [ helios-setup] Oct 30 00:45:21.421 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2508 | 2024-10-30T00:45:21.690Z | [ helios-setup] Oct 30 00:45:21.444 INFO E| Updating crates.io index |
2509 | 2024-10-30T00:45:22.107Z | [ helios-setup] Oct 30 00:45:21.862 INFO E| Downloading crates ... |
2510 | 2024-10-30T00:45:22.191Z | [ helios-setup] Oct 30 00:45:21.946 INFO E| Downloaded bytesize v1.3.0 |
2511 | 2024-10-30T00:45:22.195Z | [ helios-setup] Oct 30 00:45:21.950 INFO E| Downloaded scroll v0.10.2 |
2512 | 2024-10-30T00:45:22.199Z | [ helios-setup] Oct 30 00:45:21.954 INFO E| Downloaded fletcher v0.1.0 |
2513 | 2024-10-30T00:45:22.207Z | [ helios-setup] Oct 30 00:45:21.962 INFO E| Downloaded unic-common v0.9.0 |
2514 | 2024-10-30T00:45:22.210Z | [ helios-setup] Oct 30 00:45:21.963 INFO E| Downloaded strum_macros v0.23.1 |
2515 | 2024-10-30T00:45:22.212Z | [ helios-setup] Oct 30 00:45:21.966 INFO E| Downloaded pest_generator v2.7.13 |
2516 | 2024-10-30T00:45:22.214Z | [ helios-setup] Oct 30 00:45:21.967 INFO E| Downloaded proc-macro-crate v0.1.5 |
2517 | 2024-10-30T00:45:22.214Z | [ helios-setup] Oct 30 00:45:21.969 INFO E| Downloaded parse_int v0.6.0 |
2518 | 2024-10-30T00:45:22.217Z | [ helios-setup] Oct 30 00:45:21.970 INFO E| Downloaded pest_meta v2.7.13 |
2519 | 2024-10-30T00:45:22.219Z | [ helios-setup] Oct 30 00:45:21.973 INFO E| Downloaded vec_map v0.8.2 |
2520 | 2024-10-30T00:45:22.221Z | [ helios-setup] Oct 30 00:45:21.974 INFO E| Downloaded unic-char-property v0.9.0 |
2521 | 2024-10-30T00:45:22.221Z | [ helios-setup] Oct 30 00:45:21.976 INFO E| Downloaded modular-bitfield v0.11.2 |
2522 | 2024-10-30T00:45:22.248Z | [ helios-setup] Oct 30 00:45:22.002 INFO E| Downloaded structopt v0.3.26 |
2523 | 2024-10-30T00:45:22.260Z | [ helios-setup] Oct 30 00:45:22.015 INFO E| Downloaded semver-parser v0.7.0 |
2524 | 2024-10-30T00:45:22.262Z | [ helios-setup] Oct 30 00:45:22.016 INFO E| Downloaded ansi_term v0.12.1 |
2525 | 2024-10-30T00:45:22.295Z | [ helios-setup] Oct 30 00:45:22.050 INFO E| Downloaded memoffset v0.5.6 |
2526 | 2024-10-30T00:45:22.298Z | [ helios-setup] Oct 30 00:45:22.052 INFO E| Downloaded libc v0.2.159 |
2527 | 2024-10-30T00:45:22.341Z | [ helios-setup] Oct 30 00:45:22.095 INFO E| Downloaded unic-ucd-version v0.9.0 |
2528 | 2024-10-30T00:45:22.343Z | [ helios-setup] Oct 30 00:45:22.097 INFO E| Downloaded unic-char-range v0.9.0 |
2529 | 2024-10-30T00:45:22.346Z | [ helios-setup] Oct 30 00:45:22.099 INFO E| Downloaded strum v0.23.0 |
2530 | 2024-10-30T00:45:22.346Z | [ helios-setup] Oct 30 00:45:22.100 INFO E| Downloaded strsim v0.8.0 |
2531 | 2024-10-30T00:45:22.348Z | [ helios-setup] Oct 30 00:45:22.102 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2532 | 2024-10-30T00:45:22.350Z | [ helios-setup] Oct 30 00:45:22.105 INFO E| Downloaded textwrap v0.11.0 |
2533 | 2024-10-30T00:45:22.353Z | [ helios-setup] Oct 30 00:45:22.107 INFO E| Downloaded semver v0.9.0 |
2534 | 2024-10-30T00:45:22.355Z | [ helios-setup] Oct 30 00:45:22.109 INFO E| Downloaded pest_derive v2.7.13 |
2535 | 2024-10-30T00:45:22.358Z | [ helios-setup] Oct 30 00:45:22.113 INFO E| Downloaded proc-macro2 v1.0.86 |
2536 | 2024-10-30T00:45:22.363Z | [ helios-setup] Oct 30 00:45:22.117 INFO E| Downloaded goblin v0.4.3 |
2537 | 2024-10-30T00:45:22.370Z | [ helios-setup] Oct 30 00:45:22.125 INFO E| Downloaded pest v2.7.13 |
2538 | 2024-10-30T00:45:22.378Z | [ helios-setup] Oct 30 00:45:22.132 INFO E| Downloaded clap v2.34.0 |
2539 | 2024-10-30T00:45:22.388Z | [ helios-setup] Oct 30 00:45:22.142 INFO E| Downloaded once_cell v1.20.1 |
2540 | 2024-10-30T00:45:22.391Z | [ helios-setup] Oct 30 00:45:22.146 INFO E| Downloaded structopt-derive v0.4.18 |
2541 | 2024-10-30T00:45:22.394Z | [ helios-setup] Oct 30 00:45:22.148 INFO E| Downloaded pre-proc-macro v0.2.1 |
2542 | 2024-10-30T00:45:22.396Z | [ helios-setup] Oct 30 00:45:22.151 INFO E| Downloaded scroll_derive v0.10.5 |
2543 | 2024-10-30T00:45:22.398Z | [ helios-setup] Oct 30 00:45:22.152 INFO E| Downloaded rustc_version v0.2.3 |
2544 | 2024-10-30T00:45:22.401Z | [ helios-setup] Oct 30 00:45:22.154 INFO E| Downloaded pre v0.2.1 |
2545 | 2024-10-30T00:45:22.401Z | [ helios-setup] Oct 30 00:45:22.155 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2546 | 2024-10-30T00:45:22.403Z | [ helios-setup] Oct 30 00:45:22.157 INFO E| Downloaded four-cc v0.3.0 |
2547 | 2024-10-30T00:45:22.406Z | [ helios-setup] Oct 30 00:45:22.159 INFO E| Downloaded cfg-if v0.1.10 |
2548 | 2024-10-30T00:45:22.507Z | [ helios-setup] Oct 30 00:45:22.261 INFO E| Compiling proc-macro2 v1.0.86 |
2549 | 2024-10-30T00:45:22.510Z | [ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling unicode-ident v1.0.13 |
2550 | 2024-10-30T00:45:22.510Z | [ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling syn v1.0.109 |
2551 | 2024-10-30T00:45:22.510Z | [ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling version_check v0.9.5 |
2552 | 2024-10-30T00:45:22.510Z | [ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling memchr v2.7.4 |
2553 | 2024-10-30T00:45:22.510Z | [ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling thiserror v1.0.64 |
2554 | 2024-10-30T00:45:22.510Z | [ helios-setup] Oct 30 00:45:22.263 INFO E| Compiling semver-parser v0.7.0 |
2555 | 2024-10-30T00:45:22.510Z | [ helios-setup] Oct 30 00:45:22.263 INFO E| Compiling autocfg v1.4.0 |
2556 | 2024-10-30T00:45:23.384Z | [ helios-setup] Oct 30 00:45:23.139 INFO E| Compiling serde v1.0.210 |
2557 | 2024-10-30T00:45:23.930Z | [ helios-setup] Oct 30 00:45:23.685 INFO E| Compiling semver v0.9.0 |
2558 | 2024-10-30T00:45:24.451Z | [ helios-setup] Oct 30 00:45:24.206 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2559 | 2024-10-30T00:45:24.564Z | [ helios-setup] Oct 30 00:45:24.319 INFO E| Compiling rustc_version v0.2.3 |
2560 | 2024-10-30T00:45:24.773Z | [ helios-setup] Oct 30 00:45:24.529 INFO E| Compiling proc-macro-error v1.0.4 |
2561 | 2024-10-30T00:45:24.920Z | [ helios-setup] Oct 30 00:45:24.675 INFO E| Compiling serde_json v1.0.128 |
2562 | 2024-10-30T00:45:25.178Z | [ helios-setup] Oct 30 00:45:24.933 INFO E| Compiling num-traits v0.2.19 |
2563 | 2024-10-30T00:45:25.257Z | [ helios-setup] Oct 30 00:45:25.012 INFO E| Compiling schemars v0.8.21 |
2564 | 2024-10-30T00:45:25.300Z | [ helios-setup] Oct 30 00:45:25.056 INFO E| Compiling itoa v1.0.11 |
2565 | 2024-10-30T00:45:25.595Z | [ helios-setup] Oct 30 00:45:25.351 INFO E| Compiling quote v1.0.37 |
2566 | 2024-10-30T00:45:25.680Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2567 | 2024-10-30T00:45:25.891Z | [ helios-setup] Oct 30 00:45:25.647 INFO E| Compiling ryu v1.0.18 |
2568 | 2024-10-30T00:45:25.895Z | [ helios-setup] Oct 30 00:45:25.648 INFO E| Compiling unicode-segmentation v1.12.0 |
2569 | 2024-10-30T00:45:26.227Z | [ helios-setup] Oct 30 00:45:25.983 INFO E| Compiling pre-proc-macro v0.2.1 |
2570 | 2024-10-30T00:45:26.411Z | [ helios-setup] Oct 30 00:45:26.167 INFO E| Compiling syn v2.0.79 |
2571 | 2024-10-30T00:45:26.944Z | [ helios-setup] Oct 30 00:45:26.700 INFO E| Compiling memoffset v0.5.6 |
2572 | 2024-10-30T00:45:27.141Z | [ helios-setup] Oct 30 00:45:26.897 INFO E| Compiling dyn-clone v1.0.17 |
2573 | 2024-10-30T00:45:27.203Z | [ helios-setup] Oct 30 00:45:26.959 INFO E| Compiling ucd-trie v0.1.7 |
2574 | 2024-10-30T00:45:27.742Z | [ helios-setup] Oct 30 00:45:27.499 INFO E| Compiling heck v0.3.3 |
2575 | 2024-10-30T00:45:27.748Z | [ helios-setup] Oct 30 00:45:27.504 INFO E| Compiling rustversion v1.0.17 |
2576 | 2024-10-30T00:45:28.103Z | [ helios-setup] Oct 30 00:45:27.859 INFO E| Compiling lazy_static v1.5.0 |
2577 | 2024-10-30T00:45:28.385Z | [ helios-setup] Oct 30 00:45:28.142 INFO E| Compiling paste v1.0.15 |
2578 | 2024-10-30T00:45:28.495Z | [ helios-setup] Oct 30 00:45:28.251 INFO E| Compiling libc v0.2.159 |
2579 | 2024-10-30T00:45:29.178Z | [ helios-setup] Oct 30 00:45:28.935 INFO E| Compiling pre v0.2.1 |
2580 | 2024-10-30T00:45:29.312Z | [ helios-setup] Oct 30 00:45:29.068 INFO E| Compiling static_assertions v1.1.0 |
2581 | 2024-10-30T00:45:29.402Z | [ helios-setup] Oct 30 00:45:29.159 INFO E| Compiling cfg-if v0.1.10 |
2582 | 2024-10-30T00:45:29.407Z | [ helios-setup] Oct 30 00:45:29.164 INFO E| Compiling byteorder v1.5.0 |
2583 | 2024-10-30T00:45:29.490Z | [ helios-setup] Oct 30 00:45:29.247 INFO E| Compiling once_cell v1.20.1 |
2584 | 2024-10-30T00:45:30.550Z | [ helios-setup] Oct 30 00:45:30.308 INFO E| Compiling unicode-width v0.1.14 |
2585 | 2024-10-30T00:45:31.227Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2586 | 2024-10-30T00:45:31.699Z | [ helios-setup] Oct 30 00:45:31.456 INFO E| Compiling textwrap v0.11.0 |
2587 | 2024-10-30T00:45:31.781Z | [ helios-setup] Oct 30 00:45:31.539 INFO E| Compiling atty v0.2.14 |
2588 | 2024-10-30T00:45:32.076Z | [ helios-setup] Oct 30 00:45:31.834 INFO E| Compiling vec_map v0.8.2 |
2589 | 2024-10-30T00:45:32.640Z | [ helios-setup] Oct 30 00:45:32.398 INFO E| Compiling bitflags v1.3.2 |
2590 | 2024-10-30T00:45:32.723Z | [ helios-setup] Oct 30 00:45:32.481 INFO E| Compiling fletcher v0.1.0 |
2591 | 2024-10-30T00:45:32.786Z | [ helios-setup] Oct 30 00:45:32.544 INFO E| Compiling unic-common v0.9.0 |
2592 | 2024-10-30T00:45:32.923Z | [ helios-setup] Oct 30 00:45:32.681 INFO E| Compiling strum v0.23.0 |
2593 | 2024-10-30T00:45:33.077Z | [ helios-setup] Oct 30 00:45:32.836 INFO E| Compiling strsim v0.8.0 |
2594 | 2024-10-30T00:45:33.122Z | [ helios-setup] Oct 30 00:45:32.881 INFO E| Compiling unic-char-range v0.9.0 |
2595 | 2024-10-30T00:45:33.132Z | [ helios-setup] Oct 30 00:45:32.890 INFO E| Compiling ansi_term v0.12.1 |
2596 | 2024-10-30T00:45:33.135Z | [ helios-setup] Oct 30 00:45:32.891 INFO E| Compiling unic-ucd-version v0.9.0 |
2597 | 2024-10-30T00:45:33.232Z | [ helios-setup] Oct 30 00:45:32.991 INFO E| Compiling plain v0.2.3 |
2598 | 2024-10-30T00:45:33.412Z | [ helios-setup] Oct 30 00:45:33.171 INFO E| Compiling parse_int v0.6.0 |
2599 | 2024-10-30T00:45:33.589Z | [ helios-setup] Oct 30 00:45:33.347 INFO E| Compiling unic-char-property v0.9.0 |
2600 | 2024-10-30T00:45:33.647Z | [ helios-setup] Oct 30 00:45:33.406 INFO E| Compiling clap v2.34.0 |
2601 | 2024-10-30T00:45:34.073Z | [ helios-setup] Oct 30 00:45:33.831 INFO E| Compiling log v0.4.22 |
2602 | 2024-10-30T00:45:34.142Z | [ helios-setup] Oct 30 00:45:33.900 INFO E| Compiling unic-ucd-ident v0.9.0 |
2603 | 2024-10-30T00:45:34.174Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2604 | 2024-10-30T00:45:34.206Z | [ helios-setup] Oct 30 00:45:33.965 INFO E| Compiling bytesize v1.3.0 |
2605 | 2024-10-30T00:45:35.272Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2606 | 2024-10-30T00:45:35.469Z | [ helios-setup] Oct 30 00:45:35.228 INFO E| Compiling serde_derive_internals v0.29.1 |
2607 | 2024-10-30T00:45:37.715Z | [ helios-setup] Oct 30 00:45:37.475 INFO E| Compiling toml v0.5.11 |
2608 | 2024-10-30T00:45:38.641Z | [ host-package] Compiling yasna v0.5.2 |
2609 | 2024-10-30T00:45:39.222Z | [ host-package] Compiling phf_generator v0.11.2 |
2610 | 2024-10-30T00:45:39.702Z | [ host-package] Compiling strum_macros v0.24.3 |
2611 | 2024-10-30T00:45:40.887Z | [ helios-setup] Oct 30 00:45:40.648 INFO E| Compiling proc-macro-crate v0.1.5 |
2612 | 2024-10-30T00:45:41.616Z | [ helios-setup] Oct 30 00:45:41.377 INFO E| Compiling thiserror-impl v1.0.64 |
2613 | 2024-10-30T00:45:41.998Z | [ helios-setup] Oct 30 00:45:41.759 INFO E| Compiling serde_derive v1.0.210 |
2614 | 2024-10-30T00:45:43.140Z | [ helios-setup] Oct 30 00:45:42.902 INFO E| Compiling schemars_derive v0.8.21 |
2615 | 2024-10-30T00:45:43.170Z | [ host-package] Compiling kstat-rs v0.2.4 |
2616 | 2024-10-30T00:45:43.282Z | [ helios-setup] Oct 30 00:45:43.043 INFO E| Compiling zerocopy-derive v0.6.6 |
2617 | 2024-10-30T00:45:43.369Z | [ helios-setup] Oct 30 00:45:43.131 INFO E| Compiling num-derive v0.4.2 |
2618 | 2024-10-30T00:45:44.924Z | [ host-package] Compiling unicase v2.7.0 |
2619 | 2024-10-30T00:45:45.232Z | [ host-package] Compiling indoc v1.0.9 |
2620 | 2024-10-30T00:45:45.383Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2621 | 2024-10-30T00:45:45.518Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2622 | 2024-10-30T00:45:45.834Z | [ host-package] Compiling rcgen v0.12.1 |
2623 | 2024-10-30T00:45:46.786Z | [ helios-setup] Oct 30 00:45:46.549 INFO E| Compiling pest v2.7.13 |
2624 | 2024-10-30T00:45:46.875Z | [ helios-setup] Oct 30 00:45:46.638 INFO E| Compiling zerocopy v0.6.6 |
2625 | 2024-10-30T00:45:46.962Z | [ host-package] Compiling phf_codegen v0.11.2 |
2626 | 2024-10-30T00:45:47.781Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2627 | 2024-10-30T00:45:48.664Z | [ helios-setup] Oct 30 00:45:48.428 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2628 | 2024-10-30T00:45:48.732Z | [ helios-setup] Oct 30 00:45:48.495 INFO E| Compiling scroll_derive v0.10.5 |
2629 | 2024-10-30T00:45:49.128Z | [ helios-setup] Oct 30 00:45:48.892 INFO E| Compiling strum_macros v0.23.1 |
2630 | 2024-10-30T00:45:49.263Z | [ helios-setup] Oct 30 00:45:49.027 INFO E| Compiling structopt-derive v0.4.18 |
2631 | 2024-10-30T00:45:52.017Z | [ helios-setup] Oct 30 00:45:51.782 INFO E| Compiling scroll v0.10.2 |
2632 | 2024-10-30T00:45:53.208Z | [ helios-setup] Oct 30 00:45:52.974 INFO E| Compiling pest_meta v2.7.13 |
2633 | 2024-10-30T00:45:53.495Z | [ helios-setup] Oct 30 00:45:53.261 INFO E| Compiling goblin v0.4.3 |
2634 | 2024-10-30T00:45:54.564Z | [ helios-setup] Oct 30 00:45:54.330 INFO E| Compiling structopt v0.3.26 |
2635 | 2024-10-30T00:45:54.617Z | [ helios-setup] Oct 30 00:45:54.383 INFO E| Compiling modular-bitfield v0.11.2 |
2636 | 2024-10-30T00:45:55.765Z | [ helios-setup] Oct 30 00:45:55.531 INFO E| Compiling pest_generator v2.7.13 |
2637 | 2024-10-30T00:46:00.369Z | [ helios-setup] Oct 30 00:46:00.137 INFO E| Compiling pest_derive v2.7.13 |
2638 | 2024-10-30T00:46:03.771Z | [ host-package] Compiling derive_builder v0.20.2 |
2639 | 2024-10-30T00:46:04.104Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2640 | 2024-10-30T00:46:04.969Z | [ helios-setup] Oct 30 00:46:04.739 INFO E| Compiling json5 v0.4.1 |
2641 | 2024-10-30T00:46:10.012Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2642 | 2024-10-30T00:46:10.105Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2643 | 2024-10-30T00:46:10.573Z | [ host-package] Compiling oso-derive v0.27.3 |
2644 | 2024-10-30T00:46:10.936Z | [ helios-setup] Oct 30 00:46:10.708 INFO E| Compiling four-cc v0.3.0 |
2645 | 2024-10-30T00:46:10.936Z | [ helios-setup] Oct 30 00:46:10.708 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
2646 | 2024-10-30T00:46:11.162Z | [ helios-setup] Oct 30 00:46:10.934 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
2647 | 2024-10-30T00:46:11.938Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2648 | 2024-10-30T00:46:13.601Z | [ host-package] Compiling libz-sys v1.1.20 |
2649 | 2024-10-30T00:46:14.152Z | [ host-package] Compiling quick-xml v0.33.0 |
2650 | 2024-10-30T00:46:14.777Z | [ host-package] Compiling subprocess v0.2.9 |
2651 | 2024-10-30T00:46:17.907Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2652 | 2024-10-30T00:46:18.683Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2653 | 2024-10-30T00:46:19.110Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2654 | 2024-10-30T00:46:19.312Z | [ host-package] Compiling oso v0.27.3 |
2655 | 2024-10-30T00:46:19.336Z | [ host-package] Compiling nix v0.28.0 |
2656 | 2024-10-30T00:46:20.367Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2657 | 2024-10-30T00:46:21.048Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2658 | 2024-10-30T00:46:22.285Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2659 | 2024-10-30T00:46:24.058Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2660 | 2024-10-30T00:46:29.384Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2661 | 2024-10-30T00:46:30.161Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2662 | 2024-10-30T00:46:30.656Z | [ host-package] Compiling bb8 v0.8.5 |
2663 | 2024-10-30T00:46:31.399Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2664 | 2024-10-30T00:46:32.786Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2665 | 2024-10-30T00:46:33.532Z | [ host-package] Compiling vte v0.11.1 |
2666 | 2024-10-30T00:46:33.797Z | [ host-package] Compiling const_format v0.2.33 |
2667 | 2024-10-30T00:46:35.257Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2668 | 2024-10-30T00:46:35.362Z | [ host-package] Compiling chrono-tz v0.10.0 |
2669 | 2024-10-30T00:46:36.994Z | [ host-package] Compiling fd-lock v4.0.2 |
2670 | 2024-10-30T00:46:37.263Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2671 | 2024-10-30T00:46:37.307Z | [ host-package] Compiling atty v0.2.14 |
2672 | 2024-10-30T00:46:37.526Z | [ host-package] Compiling salty v0.3.0 |
2673 | 2024-10-30T00:46:38.090Z | [ host-package] Compiling bytecount v0.6.8 |
2674 | 2024-10-30T00:46:38.492Z | [ host-package] Compiling papergrid v0.11.0 |
2675 | 2024-10-30T00:46:39.835Z | [ host-package] Compiling parking_lot v0.11.2 |
2676 | 2024-10-30T00:46:49.630Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2677 | 2024-10-30T00:46:50.617Z | [ host-package] Compiling tabled_derive v0.7.0 |
2678 | 2024-10-30T00:46:51.914Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2679 | 2024-10-30T00:46:53.089Z | [ host-package] Compiling peg-macros v0.8.4 |
2680 | 2024-10-30T00:46:53.712Z | [ helios-setup] Oct 30 00:46:53.498 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2681 | 2024-10-30T00:46:56.986Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2682 | 2024-10-30T00:46:57.991Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2683 | 2024-10-30T00:46:58.363Z | [ host-package] Compiling unicode_categories v0.1.1 |
2684 | 2024-10-30T00:46:59.051Z | [ host-package] Compiling sqlformat v0.2.6 |
2685 | 2024-10-30T00:46:59.471Z | [ host-package] Compiling reedline v0.35.0 |
2686 | 2024-10-30T00:47:06.352Z | [ helios-setup] Oct 30 00:47:06.143 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2687 | 2024-10-30T00:47:07.610Z | [ host-package] Compiling sqlparser v0.45.0 |
2688 | 2024-10-30T00:47:11.968Z | [ host-package] Compiling rustyline v14.0.0 |
2689 | 2024-10-30T00:47:16.988Z | [ host-package] Compiling peg v0.8.4 |
2690 | 2024-10-30T00:47:17.083Z | [ host-package] Compiling tabled v0.15.0 |
2691 | 2024-10-30T00:47:21.560Z | [ host-package] Compiling sled v0.34.7 |
2692 | 2024-10-30T00:47:25.331Z | [ host-package] Compiling mime_guess v2.0.5 |
2693 | 2024-10-30T00:47:27.014Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2694 | 2024-10-30T00:47:28.898Z | [ host-package] Compiling hickory-client v0.24.1 |
2695 | 2024-10-30T00:47:29.843Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2696 | 2024-10-30T00:47:32.117Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2697 | 2024-10-30T00:47:36.164Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2698 | 2024-10-30T00:47:36.265Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2699 | 2024-10-30T00:47:39.575Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2700 | 2024-10-30T00:47:41.166Z | [ host-package] Compiling hickory-server v0.24.1 |
2701 | 2024-10-30T00:47:44.311Z | [ helios-setup] Oct 30 00:47:44.115 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s |
2702 | 2024-10-30T00:47:44.348Z | [ helios-setup] Oct 30 00:47:44.152 INFO building project "amd-host-image-builder" ok (175 seconds) |
2703 | 2024-10-30T00:47:44.348Z | [ helios-setup] Oct 30 00:47:44.152 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2704 | 2024-10-30T00:47:44.350Z | [ helios-setup] Oct 30 00:47:44.152 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2705 | 2024-10-30T00:47:44.380Z | [ host-package] Compiling primeorder v0.13.6 |
2706 | 2024-10-30T00:47:44.662Z | [ helios-setup] Oct 30 00:47:44.467 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2707 | 2024-10-30T00:47:45.047Z | [ host-package] Compiling vergen v8.3.2 |
2708 | 2024-10-30T00:47:45.449Z | [ host-package] Compiling bcs v0.1.6 |
2709 | 2024-10-30T00:47:45.880Z | [ helios-setup] Oct 30 00:47:45.685 INFO E| From https://github.com/oxidecomputer/progenitor |
2710 | 2024-10-30T00:47:45.880Z | [ helios-setup] Oct 30 00:47:45.685 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2711 | 2024-10-30T00:47:45.914Z | [ helios-setup] Oct 30 00:47:45.719 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2712 | 2024-10-30T00:47:45.915Z | [ helios-setup] Oct 30 00:47:45.719 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2713 | 2024-10-30T00:47:46.051Z | [ helios-setup] Oct 30 00:47:45.856 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2714 | 2024-10-30T00:47:46.536Z | [ host-package] Compiling env_filter v0.1.2 |
2715 | 2024-10-30T00:47:46.654Z | [ helios-setup] Oct 30 00:47:46.460 INFO E| From https://github.com/jclulow/hiercmd |
2716 | 2024-10-30T00:47:46.654Z | [ helios-setup] Oct 30 00:47:46.460 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2717 | 2024-10-30T00:47:46.677Z | [ helios-setup] Oct 30 00:47:46.482 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2718 | 2024-10-30T00:47:46.782Z | [ host-package] Compiling cargo-platform v0.1.8 |
2719 | 2024-10-30T00:47:47.157Z | [ helios-setup] Oct 30 00:47:46.962 INFO E| From https://github.com/jclulow/network-interface |
2720 | 2024-10-30T00:47:47.157Z | [ helios-setup] Oct 30 00:47:46.962 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2721 | 2024-10-30T00:47:47.178Z | [ helios-setup] Oct 30 00:47:46.983 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2722 | 2024-10-30T00:47:47.346Z | [ host-package] Compiling nanorand v0.7.0 |
2723 | 2024-10-30T00:47:47.741Z | [ helios-setup] Oct 30 00:47:47.547 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2724 | 2024-10-30T00:47:47.741Z | [ helios-setup] Oct 30 00:47:47.547 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2725 | 2024-10-30T00:47:47.781Z | [ helios-setup] Oct 30 00:47:47.587 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2726 | 2024-10-30T00:47:47.880Z | [ host-package] Compiling memoffset v0.9.1 |
2727 | 2024-10-30T00:47:48.101Z | [ host-package] Compiling flume v0.11.0 |
2728 | 2024-10-30T00:47:48.602Z | [ helios-setup] Oct 30 00:47:48.408 INFO E| From https://github.com/oxidecomputer/facade |
2729 | 2024-10-30T00:47:48.602Z | [ helios-setup] Oct 30 00:47:48.408 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2730 | 2024-10-30T00:47:48.658Z | [ helios-setup] Oct 30 00:47:48.463 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2731 | 2024-10-30T00:47:48.932Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2732 | 2024-10-30T00:47:49.386Z | [ helios-setup] Oct 30 00:47:49.192 INFO E| From https://github.com/oxidecomputer/dropshot |
2733 | 2024-10-30T00:47:49.386Z | [ helios-setup] Oct 30 00:47:49.192 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2734 | 2024-10-30T00:47:49.422Z | [ helios-setup] Oct 30 00:47:49.228 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2735 | 2024-10-30T00:47:49.422Z | [ helios-setup] Oct 30 00:47:49.228 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2736 | 2024-10-30T00:47:49.424Z | [ helios-setup] Oct 30 00:47:49.228 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2737 | 2024-10-30T00:47:49.424Z | [ helios-setup] Oct 30 00:47:49.228 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2738 | 2024-10-30T00:47:49.424Z | [ helios-setup] Oct 30 00:47:49.229 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2739 | 2024-10-30T00:47:49.424Z | [ helios-setup] Oct 30 00:47:49.229 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2740 | 2024-10-30T00:47:49.424Z | [ helios-setup] Oct 30 00:47:49.229 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2741 | 2024-10-30T00:47:49.424Z | [ helios-setup] Oct 30 00:47:49.229 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2742 | 2024-10-30T00:47:49.475Z | [ helios-setup] Oct 30 00:47:49.281 INFO E| Updating crates.io index |
2743 | 2024-10-30T00:47:49.689Z | [ helios-setup] Oct 30 00:47:49.495 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2744 | 2024-10-30T00:47:50.378Z | [ helios-setup] Oct 30 00:47:50.185 INFO E| From https://github.com/oxidecomputer/typify |
2745 | 2024-10-30T00:47:50.378Z | [ helios-setup] Oct 30 00:47:50.185 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2746 | 2024-10-30T00:47:50.411Z | [ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2747 | 2024-10-30T00:47:50.411Z | [ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2748 | 2024-10-30T00:47:50.411Z | [ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2749 | 2024-10-30T00:47:50.414Z | [ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2750 | 2024-10-30T00:47:50.414Z | [ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2751 | 2024-10-30T00:47:50.414Z | [ helios-setup] Oct 30 00:47:50.219 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2752 | 2024-10-30T00:47:50.414Z | [ helios-setup] Oct 30 00:47:50.219 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2753 | 2024-10-30T00:47:50.922Z | [ helios-setup] Oct 30 00:47:50.729 INFO E| Downloading crates ... |
2754 | 2024-10-30T00:47:51.073Z | [ helios-setup] Oct 30 00:47:50.880 INFO E| Downloaded async-stream v0.3.5 |
2755 | 2024-10-30T00:47:51.080Z | [ helios-setup] Oct 30 00:47:50.887 INFO E| Downloaded ahash v0.8.3 |
2756 | 2024-10-30T00:47:51.084Z | [ helios-setup] Oct 30 00:47:50.891 INFO E| Downloaded digest v0.10.6 |
2757 | 2024-10-30T00:47:51.088Z | [ helios-setup] Oct 30 00:47:50.895 INFO E| Downloaded const-random-macro v0.1.15 |
2758 | 2024-10-30T00:47:51.090Z | [ helios-setup] Oct 30 00:47:50.897 INFO E| Downloaded crossbeam-deque v0.8.2 |
2759 | 2024-10-30T00:47:51.093Z | [ helios-setup] Oct 30 00:47:50.899 INFO E| Downloaded built v0.6.0 |
2760 | 2024-10-30T00:47:51.095Z | [ helios-setup] Oct 30 00:47:50.901 INFO E| Downloaded futures-sink v0.3.28 |
2761 | 2024-10-30T00:47:51.098Z | [ helios-setup] Oct 30 00:47:50.903 INFO E| Downloaded project-root v0.2.2 |
2762 | 2024-10-30T00:47:51.102Z | [ helios-setup] Oct 30 00:47:50.910 INFO E| Downloaded serde_derive_internals v0.26.0 |
2763 | 2024-10-30T00:47:51.105Z | [ helios-setup] Oct 30 00:47:50.913 INFO E| Downloaded generic-array v0.14.6 |
2764 | 2024-10-30T00:47:51.152Z | [ helios-setup] Oct 30 00:47:50.959 INFO E| Downloaded anstyle v0.3.5 |
2765 | 2024-10-30T00:47:51.155Z | [ helios-setup] Oct 30 00:47:50.962 INFO E| Downloaded toolchain_find v0.2.0 |
2766 | 2024-10-30T00:47:51.157Z | [ helios-setup] Oct 30 00:47:50.965 INFO E| Downloaded semver v0.11.0 |
2767 | 2024-10-30T00:47:51.160Z | [ helios-setup] Oct 30 00:47:50.967 INFO E| Downloaded log v0.4.17 |
2768 | 2024-10-30T00:47:51.164Z | [ helios-setup] Oct 30 00:47:50.971 INFO E| Downloaded utf8parse v0.2.1 |
2769 | 2024-10-30T00:47:51.167Z | [ helios-setup] Oct 30 00:47:50.974 INFO E| Downloaded num-integer v0.1.45 |
2770 | 2024-10-30T00:47:51.169Z | [ helios-setup] Oct 30 00:47:50.977 INFO E| Downloaded try-lock v0.2.4 |
2771 | 2024-10-30T00:47:51.172Z | [ helios-setup] Oct 30 00:47:50.978 INFO E| Downloaded strsim v0.10.0 |
2772 | 2024-10-30T00:47:51.174Z | [ helios-setup] Oct 30 00:47:50.981 INFO E| Downloaded num-traits v0.2.15 |
2773 | 2024-10-30T00:47:51.178Z | [ helios-setup] Oct 30 00:47:50.985 INFO E| Downloaded smawk v0.3.1 |
2774 | 2024-10-30T00:47:51.181Z | [ helios-setup] Oct 30 00:47:50.988 INFO E| Downloaded parking_lot v0.12.1 |
2775 | 2024-10-30T00:47:51.185Z | [ helios-setup] Oct 30 00:47:50.992 INFO E| Downloaded futures v0.3.28 |
2776 | 2024-10-30T00:47:51.195Z | [ helios-setup] Oct 30 00:47:51.002 INFO E| Downloaded concolor-override v1.0.0 |
2777 | 2024-10-30T00:47:51.198Z | [ helios-setup] Oct 30 00:47:51.004 INFO E| Downloaded unicode-bidi v0.3.13 |
2778 | 2024-10-30T00:47:51.201Z | [ helios-setup] Oct 30 00:47:51.008 INFO E| Downloaded tokio-rustls v0.24.0 |
2779 | 2024-10-30T00:47:51.206Z | [ helios-setup] Oct 30 00:47:51.013 INFO E| Downloaded want v0.3.0 |
2780 | 2024-10-30T00:47:51.208Z | [ helios-setup] Oct 30 00:47:51.015 INFO E| Downloaded tower-service v0.3.2 |
2781 | 2024-10-30T00:47:51.211Z | [ helios-setup] Oct 30 00:47:51.017 INFO E| Downloaded tinyvec v1.6.0 |
2782 | 2024-10-30T00:47:51.214Z | [ helios-setup] Oct 30 00:47:51.021 INFO E| Downloaded thiserror v1.0.38 |
2783 | 2024-10-30T00:47:51.222Z | [ helios-setup] Oct 30 00:47:51.029 INFO E| Downloaded serde_yaml v0.9.21 |
2784 | 2024-10-30T00:47:51.227Z | [ helios-setup] Oct 30 00:47:51.034 INFO E| Downloaded toml v0.7.3 |
2785 | 2024-10-30T00:47:51.232Z | [ helios-setup] Oct 30 00:47:51.039 INFO E| Downloaded sha1 v0.10.5 |
2786 | 2024-10-30T00:47:51.234Z | [ helios-setup] Oct 30 00:47:51.042 INFO E| Downloaded terminal_size v0.2.6 |
2787 | 2024-10-30T00:47:51.237Z | [ helios-setup] Oct 30 00:47:51.044 INFO E| Downloaded slog-async v2.7.0 |
2788 | 2024-10-30T00:47:51.240Z | [ helios-setup] Oct 30 00:47:51.046 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2789 | 2024-10-30T00:47:51.243Z | [ helios-setup] Oct 30 00:47:51.048 INFO E| Downloaded rayon-core v1.10.2 |
2790 | 2024-10-30T00:47:51.249Z | [ helios-setup] Oct 30 00:47:51.056 INFO E| Downloaded thiserror-impl v1.0.38 |
2791 | 2024-10-30T00:47:51.251Z | [ helios-setup] Oct 30 00:47:51.059 INFO E| Downloaded toml_datetime v0.6.1 |
2792 | 2024-10-30T00:47:51.254Z | [ helios-setup] Oct 30 00:47:51.061 INFO E| Downloaded tracing-core v0.1.30 |
2793 | 2024-10-30T00:47:51.258Z | [ helios-setup] Oct 30 00:47:51.066 INFO E| Downloaded semver v1.0.17 |
2794 | 2024-10-30T00:47:51.262Z | [ helios-setup] Oct 30 00:47:51.070 INFO E| Downloaded tokio-macros v2.0.0 |
2795 | 2024-10-30T00:47:51.265Z | [ helios-setup] Oct 30 00:47:51.073 INFO E| Downloaded futures-io v0.3.28 |
2796 | 2024-10-30T00:47:51.273Z | [ helios-setup] Oct 30 00:47:51.081 INFO E| Downloaded form_urlencoded v1.1.0 |
2797 | 2024-10-30T00:47:51.273Z | [ helios-setup] Oct 30 00:47:51.081 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2798 | 2024-10-30T00:47:51.273Z | [ helios-setup] Oct 30 00:47:51.081 INFO E| Downloaded httpdate v1.0.2 |
2799 | 2024-10-30T00:47:51.276Z | [ helios-setup] Oct 30 00:47:51.081 INFO E| Downloaded proc-macro-crate v1.2.1 |
2800 | 2024-10-30T00:47:51.276Z | [ helios-setup] Oct 30 00:47:51.083 INFO E| Downloaded itoa v1.0.6 |
2801 | 2024-10-30T00:47:51.278Z | [ helios-setup] Oct 30 00:47:51.085 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2802 | 2024-10-30T00:47:51.281Z | [ helios-setup] Oct 30 00:47:51.089 INFO E| Downloaded home v0.5.4 |
2803 | 2024-10-30T00:47:51.284Z | [ helios-setup] Oct 30 00:47:51.090 INFO E| Downloaded tungstenite v0.18.0 |
2804 | 2024-10-30T00:47:51.288Z | [ helios-setup] Oct 30 00:47:51.096 INFO E| Downloaded toml_edit v0.19.8 |
2805 | 2024-10-30T00:47:51.318Z | [ helios-setup] Oct 30 00:47:51.125 INFO E| Downloaded unicode-ident v1.0.8 |
2806 | 2024-10-30T00:47:51.322Z | [ helios-setup] Oct 30 00:47:51.129 INFO E| Downloaded uuid v1.3.0 |
2807 | 2024-10-30T00:47:51.329Z | [ helios-setup] Oct 30 00:47:51.137 INFO E| Downloaded url v2.3.1 |
2808 | 2024-10-30T00:47:51.335Z | [ helios-setup] Oct 30 00:47:51.142 INFO E| Downloaded unicode-normalization v0.1.22 |
2809 | 2024-10-30T00:47:51.341Z | [ helios-setup] Oct 30 00:47:51.148 INFO E| Downloaded winnow v0.4.1 |
2810 | 2024-10-30T00:47:51.355Z | [ helios-setup] Oct 30 00:47:51.162 INFO E| Downloaded once_cell v1.17.0 |
2811 | 2024-10-30T00:47:51.359Z | [ helios-setup] Oct 30 00:47:51.166 INFO E| Downloaded rhai_codegen v1.5.0 |
2812 | 2024-10-30T00:47:51.374Z | [ helios-setup] Oct 30 00:47:51.181 INFO E| Downloaded rhai v1.14.0 |
2813 | 2024-10-30T00:47:51.394Z | [ helios-setup] Oct 30 00:47:51.201 INFO E| Downloaded clap_builder v4.2.1 |
2814 | 2024-10-30T00:47:51.405Z | [ helios-setup] Oct 30 00:47:51.212 INFO E| Downloaded rustls v0.21.0 |
2815 | 2024-10-30T00:47:51.423Z | [ helios-setup] Oct 30 00:47:51.230 INFO E| Downloaded syn v2.0.72 |
2816 | 2024-10-30T00:47:51.439Z | [ helios-setup] Oct 30 00:47:51.246 INFO E| Downloaded reqwest v0.11.16 |
2817 | 2024-10-30T00:47:51.451Z | [ helios-setup] Oct 30 00:47:51.258 INFO E| Downloaded tokio v1.27.0 |
2818 | 2024-10-30T00:47:51.502Z | [ helios-setup] Oct 30 00:47:51.309 INFO E| Downloaded mio v0.8.5 |
2819 | 2024-10-30T00:47:51.511Z | [ helios-setup] Oct 30 00:47:51.318 INFO E| Downloaded pest v2.5.7 |
2820 | 2024-10-30T00:47:51.519Z | [ helios-setup] Oct 30 00:47:51.326 INFO E| Downloaded h2 v0.3.16 |
2821 | 2024-10-30T00:47:51.529Z | [ helios-setup] Oct 30 00:47:51.336 INFO E| Downloaded hyper v0.14.25 |
2822 | 2024-10-30T00:47:51.559Z | [ helios-setup] Oct 30 00:47:51.366 INFO E| Downloaded futures-util v0.3.28 |
2823 | 2024-10-30T00:47:51.579Z | [ helios-setup] Oct 30 00:47:51.386 INFO E| Downloaded rayon v1.6.1 |
2824 | 2024-10-30T00:47:51.593Z | [ helios-setup] Oct 30 00:47:51.400 INFO E| Downloaded git2 v0.16.1 |
2825 | 2024-10-30T00:47:51.605Z | [ helios-setup] Oct 30 00:47:51.413 INFO E| Downloaded chrono v0.4.24 |
2826 | 2024-10-30T00:47:51.617Z | [ helios-setup] Oct 30 00:47:51.424 INFO E| Downloaded regress v0.5.0 |
2827 | 2024-10-30T00:47:51.627Z | [ helios-setup] Oct 30 00:47:51.434 INFO E| Downloaded regex v1.7.3 |
2828 | 2024-10-30T00:47:51.640Z | [ helios-setup] Oct 30 00:47:51.447 INFO E| Downloaded crossbeam-channel v0.5.6 |
2829 | 2024-10-30T00:47:51.647Z | [ helios-setup] Oct 30 00:47:51.454 INFO E| Downloaded aho-corasick v0.7.20 |
2830 | 2024-10-30T00:47:51.653Z | [ helios-setup] Oct 30 00:47:51.460 INFO E| Downloaded miniz_oxide v0.6.2 |
2831 | 2024-10-30T00:47:51.656Z | [ helios-setup] Oct 30 00:47:51.464 INFO E| Downloaded openapiv3 v1.0.2 |
2832 | 2024-10-30T00:47:51.674Z | [ helios-setup] Oct 30 00:47:51.481 INFO E| Downloaded memchr v2.5.0 |
2833 | 2024-10-30T00:47:51.680Z | [ helios-setup] Oct 30 00:47:51.487 INFO E| Downloaded rustix v0.37.3 |
2834 | 2024-10-30T00:47:51.711Z | [ helios-setup] Oct 30 00:47:51.518 INFO E| Downloaded syn v1.0.107 |
2835 | 2024-10-30T00:47:51.729Z | [ helios-setup] Oct 30 00:47:51.536 INFO E| Downloaded parking_lot_core v0.9.6 |
2836 | 2024-10-30T00:47:51.732Z | [ helios-setup] Oct 30 00:47:51.539 INFO E| Downloaded flate2 v1.0.25 |
2837 | 2024-10-30T00:47:51.740Z | [ helios-setup] Oct 30 00:47:51.547 INFO E| Downloaded bytes v1.4.0 |
2838 | 2024-10-30T00:47:51.746Z | [ helios-setup] Oct 30 00:47:51.553 INFO E| Downloaded quote v1.0.36 |
2839 | 2024-10-30T00:47:51.750Z | [ helios-setup] Oct 30 00:47:51.558 INFO E| Downloaded pin-project-lite v0.2.9 |
2840 | 2024-10-30T00:47:51.758Z | [ helios-setup] Oct 30 00:47:51.565 INFO E| Downloaded crossbeam-utils v0.8.14 |
2841 | 2024-10-30T00:47:51.763Z | [ helios-setup] Oct 30 00:47:51.570 INFO E| Downloaded libc v0.2.139 |
2842 | 2024-10-30T00:47:51.804Z | [ helios-setup] Oct 30 00:47:51.611 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2843 | 2024-10-30T00:47:51.808Z | [ helios-setup] Oct 30 00:47:51.616 INFO E| Downloaded clap v4.2.1 |
2844 | 2024-10-30T00:47:51.821Z | [ helios-setup] Oct 30 00:47:51.629 INFO E| Downloaded tokio-util v0.7.7 |
2845 | 2024-10-30T00:47:51.831Z | [ helios-setup] Oct 30 00:47:51.639 INFO E| Downloaded serde_json v1.0.95 |
2846 | 2024-10-30T00:47:51.843Z | [ helios-setup] Oct 30 00:47:51.650 INFO E| Downloaded io-lifetimes v1.0.10 |
2847 | 2024-10-30T00:47:51.846Z | [ helios-setup] Oct 30 00:47:51.654 INFO E| Downloaded unicode-linebreak v0.1.4 |
2848 | 2024-10-30T00:47:51.849Z | [ helios-setup] Oct 30 00:47:51.656 INFO E| Downloaded pkg-config v0.3.26 |
2849 | 2024-10-30T00:47:51.851Z | [ helios-setup] Oct 30 00:47:51.659 INFO E| Downloaded lock_api v0.4.9 |
2850 | 2024-10-30T00:47:51.853Z | [ helios-setup] Oct 30 00:47:51.661 INFO E| Downloaded http v0.2.9 |
2851 | 2024-10-30T00:47:51.860Z | [ helios-setup] Oct 30 00:47:51.667 INFO E| Downloaded getrandom v0.2.8 |
2852 | 2024-10-30T00:47:51.893Z | [ helios-setup] Oct 30 00:47:51.700 INFO E| Downloaded clap_derive v4.2.0 |
2853 | 2024-10-30T00:47:51.896Z | [ helios-setup] Oct 30 00:47:51.704 INFO E| Downloaded cargo-lock v8.0.3 |
2854 | 2024-10-30T00:47:51.901Z | [ helios-setup] Oct 30 00:47:51.709 INFO E| Downloaded async-trait v0.1.68 |
2855 | 2024-10-30T00:47:51.907Z | [ helios-setup] Oct 30 00:47:51.715 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2856 | 2024-10-30T00:47:51.914Z | [ helios-setup] Oct 30 00:47:51.721 INFO E| Downloaded tracing v0.1.37 |
2857 | 2024-10-30T00:47:51.922Z | [ helios-setup] Oct 30 00:47:51.729 INFO E| Downloaded textwrap v0.16.0 |
2858 | 2024-10-30T00:47:51.926Z | [ helios-setup] Oct 30 00:47:51.733 INFO E| Downloaded schemars v0.8.12 |
2859 | 2024-10-30T00:47:51.946Z | [ helios-setup] Oct 30 00:47:51.754 INFO E| Downloaded paste v1.0.12 |
2860 | 2024-10-30T00:47:51.951Z | [ helios-setup] Oct 30 00:47:51.759 INFO E| Downloaded encoding_rs v0.8.32 |
2861 | 2024-10-30T00:47:51.987Z | [ helios-setup] Oct 30 00:47:51.795 INFO E| Downloaded num_enum v0.5.7 |
2862 | 2024-10-30T00:47:51.993Z | [ helios-setup] Oct 30 00:47:51.800 INFO E| Downloaded num_cpus v1.15.0 |
2863 | 2024-10-30T00:47:51.999Z | [ helios-setup] Oct 30 00:47:51.807 INFO E| Downloaded futures-channel v0.3.28 |
2864 | 2024-10-30T00:47:52.003Z | [ helios-setup] Oct 30 00:47:51.810 INFO E| Downloaded bincode v1.3.3 |
2865 | 2024-10-30T00:47:52.008Z | [ helios-setup] Oct 30 00:47:51.815 INFO E| Downloaded ucd-trie v0.1.5 |
2866 | 2024-10-30T00:47:52.010Z | [ helios-setup] Oct 30 00:47:51.818 INFO E| Downloaded smallvec v1.10.0 |
2867 | 2024-10-30T00:47:52.014Z | [ helios-setup] Oct 30 00:47:51.822 INFO E| Downloaded serde_derive v1.0.204 |
2868 | 2024-10-30T00:47:52.019Z | [ helios-setup] Oct 30 00:47:51.827 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2869 | 2024-10-30T00:47:52.109Z | [ helios-setup] Oct 30 00:47:51.916 INFO E| Downloaded lazy_static v1.4.0 |
2870 | 2024-10-30T00:47:52.113Z | [ helios-setup] Oct 30 00:47:51.918 INFO E| Downloaded anyhow v1.0.68 |
2871 | 2024-10-30T00:47:52.118Z | [ helios-setup] Oct 30 00:47:51.925 INFO E| Downloaded socket2 v0.4.9 |
2872 | 2024-10-30T00:47:52.124Z | [ helios-setup] Oct 30 00:47:51.931 INFO E| Downloaded smartstring v1.0.1 |
2873 | 2024-10-30T00:47:52.128Z | [ helios-setup] Oct 30 00:47:51.935 INFO E| Downloaded ryu v1.0.13 |
2874 | 2024-10-30T00:47:52.133Z | [ helios-setup] Oct 30 00:47:51.941 INFO E| Downloaded http-body v0.4.5 |
2875 | 2024-10-30T00:47:52.136Z | [ helios-setup] Oct 30 00:47:51.944 INFO E| Downloaded is-terminal v0.4.7 |
2876 | 2024-10-30T00:47:52.139Z | [ helios-setup] Oct 30 00:47:51.946 INFO E| Downloaded iana-time-zone v0.1.56 |
2877 | 2024-10-30T00:47:52.143Z | [ helios-setup] Oct 30 00:47:51.950 INFO E| Downloaded futures-task v0.3.28 |
2878 | 2024-10-30T00:47:52.145Z | [ helios-setup] Oct 30 00:47:51.953 INFO E| Downloaded dyn-clone v1.0.11 |
2879 | 2024-10-30T00:47:52.148Z | [ helios-setup] Oct 30 00:47:51.955 INFO E| Downloaded concolor-query v0.3.3 |
2880 | 2024-10-30T00:47:52.150Z | [ helios-setup] Oct 30 00:47:51.957 INFO E| Downloaded slab v0.4.7 |
2881 | 2024-10-30T00:47:52.152Z | [ helios-setup] Oct 30 00:47:51.959 INFO E| Downloaded serde v1.0.204 |
2882 | 2024-10-30T00:47:52.156Z | [ helios-setup] Oct 30 00:47:51.964 INFO E| Downloaded libz-sys v1.1.8 |
2883 | 2024-10-30T00:47:52.241Z | [ helios-setup] Oct 30 00:47:52.048 INFO E| Downloaded either v1.8.0 |
2884 | 2024-10-30T00:47:52.243Z | [ helios-setup] Oct 30 00:47:52.050 INFO E| Downloaded cpufeatures v0.2.5 |
2885 | 2024-10-30T00:47:52.246Z | [ helios-setup] Oct 30 00:47:52.052 INFO E| Downloaded clap_lex v0.4.1 |
2886 | 2024-10-30T00:47:52.248Z | [ helios-setup] Oct 30 00:47:52.054 INFO E| Downloaded sct v0.7.0 |
2887 | 2024-10-30T00:47:52.252Z | [ helios-setup] Oct 30 00:47:52.059 INFO E| Downloaded futures-executor v0.3.28 |
2888 | 2024-10-30T00:47:52.254Z | [ helios-setup] Oct 30 00:47:52.062 INFO E| Downloaded autocfg v1.1.0 |
2889 | 2024-10-30T00:47:52.257Z | [ helios-setup] Oct 30 00:47:52.064 INFO E| Downloaded byteorder v1.4.3 |
2890 | 2024-10-30T00:47:52.260Z | [ helios-setup] Oct 30 00:47:52.067 INFO E| Downloaded block-buffer v0.10.3 |
2891 | 2024-10-30T00:47:52.262Z | [ helios-setup] Oct 30 00:47:52.069 INFO E| Downloaded time v0.1.45 |
2892 | 2024-10-30T00:47:52.264Z | [ helios-setup] Oct 30 00:47:52.071 INFO E| Downloaded rustls-webpki v0.100.1 |
2893 | 2024-10-30T00:47:52.272Z | [ helios-setup] Oct 30 00:47:52.080 INFO E| Downloaded camino v1.1.4 |
2894 | 2024-10-30T00:47:52.280Z | [ helios-setup] Oct 30 00:47:52.087 INFO E| Downloaded anstyle-parse v0.1.1 |
2895 | 2024-10-30T00:47:52.282Z | [ helios-setup] Oct 30 00:47:52.090 INFO E| Downloaded ahash v0.7.6 |
2896 | 2024-10-30T00:47:52.287Z | [ helios-setup] Oct 30 00:47:52.094 INFO E| Downloaded signal-hook-registry v1.4.0 |
2897 | 2024-10-30T00:47:52.289Z | [ helios-setup] Oct 30 00:47:52.096 INFO E| Downloaded sha2 v0.10.6 |
2898 | 2024-10-30T00:47:52.292Z | [ helios-setup] Oct 30 00:47:52.099 INFO E| Downloaded serde_path_to_error v0.1.11 |
2899 | 2024-10-30T00:47:52.295Z | [ helios-setup] Oct 30 00:47:52.102 INFO E| Downloaded serde_tokenstream v0.2.0 |
2900 | 2024-10-30T00:47:52.300Z | [ helios-setup] Oct 30 00:47:52.107 INFO E| Downloaded semver-parser v0.10.2 |
2901 | 2024-10-30T00:47:52.302Z | [ helios-setup] Oct 30 00:47:52.110 INFO E| Downloaded rustls-pemfile v1.0.2 |
2902 | 2024-10-30T00:47:52.305Z | [ helios-setup] Oct 30 00:47:52.113 INFO E| Downloaded scopeguard v1.1.0 |
2903 | 2024-10-30T00:47:52.308Z | [ helios-setup] Oct 30 00:47:52.115 INFO E| Downloaded const-random v0.1.15 |
2904 | 2024-10-30T00:47:52.310Z | [ helios-setup] Oct 30 00:47:52.116 INFO E| Downloaded async-stream-impl v0.3.5 |
2905 | 2024-10-30T00:47:52.310Z | [ helios-setup] Oct 30 00:47:52.118 INFO E| Downloaded tempfile v3.5.0 |
2906 | 2024-10-30T00:47:52.315Z | [ helios-setup] Oct 30 00:47:52.121 INFO E| Downloaded serde_spanned v0.6.1 |
2907 | 2024-10-30T00:47:52.317Z | [ helios-setup] Oct 30 00:47:52.123 INFO E| Downloaded base64 v0.21.0 |
2908 | 2024-10-30T00:47:52.321Z | [ helios-setup] Oct 30 00:47:52.128 INFO E| Downloaded anstream v0.2.6 |
2909 | 2024-10-30T00:47:52.338Z | [ helios-setup] Oct 30 00:47:52.145 INFO E| Downloaded cc v1.0.78 |
2910 | 2024-10-30T00:47:52.342Z | [ helios-setup] Oct 30 00:47:52.149 INFO E| Downloaded slog-bunyan v2.4.0 |
2911 | 2024-10-30T00:47:52.344Z | [ helios-setup] Oct 30 00:47:52.151 INFO E| Downloaded ipnet v2.7.2 |
2912 | 2024-10-30T00:47:52.346Z | [ helios-setup] Oct 30 00:47:52.154 INFO E| Downloaded httparse v1.8.0 |
2913 | 2024-10-30T00:47:52.349Z | [ helios-setup] Oct 30 00:47:52.157 INFO E| Downloaded schemars_derive v0.8.12 |
2914 | 2024-10-30T00:47:52.352Z | [ helios-setup] Oct 30 00:47:52.159 INFO E| Downloaded ppv-lite86 v0.2.17 |
2915 | 2024-10-30T00:47:52.354Z | [ helios-setup] Oct 30 00:47:52.161 INFO E| Downloaded percent-encoding v2.2.0 |
2916 | 2024-10-30T00:47:52.357Z | [ helios-setup] Oct 30 00:47:52.162 INFO E| Downloaded num_enum_derive v0.5.7 |
2917 | 2024-10-30T00:47:52.357Z | [ helios-setup] Oct 30 00:47:52.164 INFO E| Downloaded memoffset v0.7.1 |
2918 | 2024-10-30T00:47:52.359Z | [ helios-setup] Oct 30 00:47:52.166 INFO E| Downloaded jobserver v0.1.26 |
2919 | 2024-10-30T00:47:52.361Z | [ helios-setup] Oct 30 00:47:52.168 INFO E| Downloaded futures-macro v0.3.28 |
2920 | 2024-10-30T00:47:52.363Z | [ helios-setup] Oct 30 00:47:52.170 INFO E| Downloaded futures-core v0.3.28 |
2921 | 2024-10-30T00:47:52.365Z | [ helios-setup] Oct 30 00:47:52.172 INFO E| Downloaded fastrand v1.9.0 |
2922 | 2024-10-30T00:47:52.663Z | [ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling proc-macro2 v1.0.86 |
2923 | 2024-10-30T00:47:52.663Z | [ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling libc v0.2.139 |
2924 | 2024-10-30T00:47:52.663Z | [ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling unicode-ident v1.0.8 |
2925 | 2024-10-30T00:47:52.674Z | [ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling autocfg v1.1.0 |
2926 | 2024-10-30T00:47:52.674Z | [ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling cfg-if v1.0.0 |
2927 | 2024-10-30T00:47:52.674Z | [ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling version_check v0.9.4 |
2928 | 2024-10-30T00:47:52.674Z | [ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling serde v1.0.204 |
2929 | 2024-10-30T00:47:52.674Z | [ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling syn v1.0.107 |
2930 | 2024-10-30T00:47:52.720Z | [ host-package] Compiling env_logger v0.11.5 |
2931 | 2024-10-30T00:47:53.421Z | [ helios-setup] Oct 30 00:47:53.228 INFO E| Compiling memchr v2.5.0 |
2932 | 2024-10-30T00:47:54.542Z | [ helios-setup] Oct 30 00:47:54.350 INFO E| Compiling once_cell v1.17.0 |
2933 | 2024-10-30T00:47:54.601Z | [ helios-setup] Oct 30 00:47:54.409 INFO E| Compiling log v0.4.17 |
2934 | 2024-10-30T00:47:54.800Z | [ helios-setup] Oct 30 00:47:54.608 INFO E| Compiling thiserror v1.0.38 |
2935 | 2024-10-30T00:47:55.178Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2936 | 2024-10-30T00:47:55.370Z | [ host-package] Compiling p384 v0.13.0 |
2937 | 2024-10-30T00:47:55.492Z | [ helios-setup] Oct 30 00:47:55.300 INFO E| Compiling itoa v1.0.6 |
2938 | 2024-10-30T00:47:55.808Z | [ helios-setup] Oct 30 00:47:55.615 INFO E| Compiling serde_json v1.0.95 |
2939 | 2024-10-30T00:47:56.566Z | [ helios-setup] Oct 30 00:47:56.375 INFO E| Compiling jobserver v0.1.26 |
2940 | 2024-10-30T00:47:56.695Z | [ helios-setup] Oct 30 00:47:56.503 INFO E| Compiling quote v1.0.36 |
2941 | 2024-10-30T00:47:57.158Z | [ helios-setup] Oct 30 00:47:56.966 INFO E| Compiling getrandom v0.2.8 |
2942 | 2024-10-30T00:47:57.253Z | [ helios-setup] Oct 30 00:47:57.062 INFO E| Compiling indexmap v1.9.3 |
2943 | 2024-10-30T00:47:57.670Z | [ helios-setup] Oct 30 00:47:57.479 INFO E| Compiling syn v2.0.72 |
2944 | 2024-10-30T00:47:58.000Z | [ helios-setup] Oct 30 00:47:57.809 INFO E| Compiling cc v1.0.78 |
2945 | 2024-10-30T00:47:58.081Z | [ helios-setup] Oct 30 00:47:57.890 INFO E| Compiling scopeguard v1.1.0 |
2946 | 2024-10-30T00:47:58.153Z | [ helios-setup] Oct 30 00:47:57.963 INFO E| Compiling pin-project-lite v0.2.9 |
2947 | 2024-10-30T00:47:58.271Z | [ helios-setup] Oct 30 00:47:58.080 INFO E| Compiling num-integer v0.1.45 |
2948 | 2024-10-30T00:47:58.322Z | [ helios-setup] Oct 30 00:47:58.131 INFO E| Compiling futures-core v0.3.28 |
2949 | 2024-10-30T00:47:58.528Z | [ helios-setup] Oct 30 00:47:58.337 INFO E| Compiling bytes v1.4.0 |
2950 | 2024-10-30T00:47:59.130Z | [ helios-setup] Oct 30 00:47:58.940 INFO E| Compiling ryu v1.0.13 |
2951 | 2024-10-30T00:48:00.283Z | [ helios-setup] Oct 30 00:48:00.093 INFO E| Compiling lock_api v0.4.9 |
2952 | 2024-10-30T00:48:00.337Z | [ helios-setup] Oct 30 00:48:00.147 INFO E| Compiling typenum v1.16.0 |
2953 | 2024-10-30T00:48:00.488Z | [ helios-setup] Oct 30 00:48:00.298 INFO E| Compiling parking_lot_core v0.9.6 |
2954 | 2024-10-30T00:48:00.591Z | [ helios-setup] Oct 30 00:48:00.401 INFO E| Compiling bitflags v1.3.2 |
2955 | 2024-10-30T00:48:00.999Z | [ helios-setup] Oct 30 00:48:00.809 INFO E| Compiling num_cpus v1.15.0 |
2956 | 2024-10-30T00:48:01.223Z | [ helios-setup] Oct 30 00:48:01.032 INFO E| Compiling generic-array v0.14.6 |
2957 | 2024-10-30T00:48:01.821Z | [ helios-setup] Oct 30 00:48:01.632 INFO E| Compiling slab v0.4.7 |
2958 | 2024-10-30T00:48:01.996Z | [ helios-setup] Oct 30 00:48:01.806 INFO E| Compiling futures-channel v0.3.28 |
2959 | 2024-10-30T00:48:01.998Z | [ helios-setup] Oct 30 00:48:01.808 INFO E| Compiling futures-task v0.3.28 |
2960 | 2024-10-30T00:48:02.165Z | [ helios-setup] Oct 30 00:48:01.976 INFO E| Compiling futures-sink v0.3.28 |
2961 | 2024-10-30T00:48:02.600Z | [ helios-setup] Oct 30 00:48:02.411 INFO E| Compiling tokio v1.27.0 |
2962 | 2024-10-30T00:48:03.030Z | [ helios-setup] Oct 30 00:48:02.841 INFO E| Compiling futures-util v0.3.28 |
2963 | 2024-10-30T00:48:03.425Z | [ helios-setup] Oct 30 00:48:03.236 INFO E| Compiling schemars v0.8.12 |
2964 | 2024-10-30T00:48:04.224Z | [ helios-setup] Oct 30 00:48:04.034 INFO E| Compiling mio v0.8.5 |
2965 | 2024-10-30T00:48:04.314Z | [ helios-setup] Oct 30 00:48:04.124 INFO E| Compiling signal-hook-registry v1.4.0 |
2966 | 2024-10-30T00:48:04.595Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2967 | 2024-10-30T00:48:04.716Z | [ helios-setup] Oct 30 00:48:04.527 INFO E| Compiling socket2 v0.4.9 |
2968 | 2024-10-30T00:48:05.088Z | [ helios-setup] Oct 30 00:48:04.900 INFO E| Compiling ahash v0.7.6 |
2969 | 2024-10-30T00:48:05.091Z | [ helios-setup] Oct 30 00:48:04.901 INFO E| Compiling num-traits v0.2.15 |
2970 | 2024-10-30T00:48:05.294Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2971 | 2024-10-30T00:48:06.112Z | [ helios-setup] Oct 30 00:48:05.924 INFO E| Compiling pin-utils v0.1.0 |
2972 | 2024-10-30T00:48:06.401Z | [ helios-setup] Oct 30 00:48:06.214 INFO E| Compiling io-lifetimes v1.0.10 |
2973 | 2024-10-30T00:48:06.816Z | [ helios-setup] Oct 30 00:48:06.629 INFO E| Compiling futures-io v0.3.28 |
2974 | 2024-10-30T00:48:06.906Z | [ host-package] Compiling git2 v0.19.0 |
2975 | 2024-10-30T00:48:07.219Z | [ helios-setup] Oct 30 00:48:07.031 INFO E| Compiling crunchy v0.2.2 |
2976 | 2024-10-30T00:48:08.257Z | [ helios-setup] Oct 30 00:48:08.070 INFO E| Compiling ahash v0.8.3 |
2977 | 2024-10-30T00:48:08.496Z | [ helios-setup] Oct 30 00:48:08.308 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2978 | 2024-10-30T00:48:08.609Z | [ helios-setup] Oct 30 00:48:08.422 INFO E| Compiling tiny-keccak v2.0.2 |
2979 | 2024-10-30T00:48:09.115Z | [ helios-setup] Oct 30 00:48:08.929 INFO E| Compiling hashbrown v0.12.3 |
2980 | 2024-10-30T00:48:09.252Z | [ helios-setup] Oct 30 00:48:09.065 INFO E| Compiling rustix v0.37.3 |
2981 | 2024-10-30T00:48:09.901Z | [ helios-setup] Oct 30 00:48:09.714 INFO E| Compiling serde_derive_internals v0.26.0 |
2982 | 2024-10-30T00:48:10.077Z | [ helios-setup] Oct 30 00:48:09.890 INFO E| Compiling crypto-common v0.1.6 |
2983 | 2024-10-30T00:48:10.196Z | [ helios-setup] Oct 30 00:48:10.009 INFO E| Compiling block-buffer v0.10.3 |
2984 | 2024-10-30T00:48:11.864Z | [ helios-setup] Oct 30 00:48:11.622 INFO E| Compiling errno v0.3.1 |
2985 | 2024-10-30T00:48:12.175Z | [ helios-setup] Oct 30 00:48:11.917 INFO E| Compiling pkg-config v0.3.26 |
2986 | 2024-10-30T00:48:12.258Z | [ helios-setup] Oct 30 00:48:11.994 INFO E| Compiling slog v2.7.0 |
2987 | 2024-10-30T00:48:12.537Z | [ helios-setup] Oct 30 00:48:12.295 INFO E| Compiling fnv v1.0.7 |
2988 | 2024-10-30T00:48:12.854Z | [ helios-setup] Oct 30 00:48:12.634 INFO E| Compiling crossbeam-utils v0.8.14 |
2989 | 2024-10-30T00:48:13.995Z | [ helios-setup] Oct 30 00:48:13.807 INFO E| Compiling http v0.2.9 |
2990 | 2024-10-30T00:48:14.705Z | [ helios-setup] Oct 30 00:48:14.520 INFO E| Compiling digest v0.10.6 |
2991 | 2024-10-30T00:48:15.809Z | [ helios-setup] Oct 30 00:48:15.625 INFO E| Compiling aho-corasick v0.7.20 |
2992 | 2024-10-30T00:48:15.975Z | [ helios-setup] Oct 30 00:48:15.791 INFO E| Compiling tinyvec_macros v0.1.1 |
2993 | 2024-10-30T00:48:16.369Z | [ helios-setup] Oct 30 00:48:16.184 INFO E| Compiling anyhow v1.0.68 |
2994 | 2024-10-30T00:48:16.946Z | [ helios-setup] Oct 30 00:48:16.762 INFO E| Compiling regex-syntax v0.6.29 |
2995 | 2024-10-30T00:48:17.923Z | [ helios-setup] Oct 30 00:48:17.739 INFO E| Compiling httparse v1.8.0 |
2996 | 2024-10-30T00:48:18.913Z | [ helios-setup] Oct 30 00:48:18.730 INFO E| Compiling percent-encoding v2.2.0 |
2997 | 2024-10-30T00:48:19.208Z | [ helios-setup] Oct 30 00:48:19.024 INFO E| Compiling unicode-width v0.1.10 |
2998 | 2024-10-30T00:48:19.290Z | [ helios-setup] Oct 30 00:48:19.106 INFO E| Compiling cpufeatures v0.2.5 |
2999 | 2024-10-30T00:48:19.766Z | [ helios-setup] Oct 30 00:48:19.582 INFO E| Compiling heck v0.4.1 |
3000 | 2024-10-30T00:48:19.865Z | [ helios-setup] Oct 30 00:48:19.682 INFO E| Compiling form_urlencoded v1.1.0 |
3001 | 2024-10-30T00:48:19.970Z | [ helios-setup] Oct 30 00:48:19.787 INFO E| Compiling tinyvec v1.6.0 |
3002 | 2024-10-30T00:48:20.184Z | [ helios-setup] Oct 30 00:48:20.000 INFO E| Compiling thiserror-impl v1.0.38 |
3003 | 2024-10-30T00:48:20.279Z | [ helios-setup] Oct 30 00:48:20.096 INFO E| Compiling schemars_derive v0.8.12 |
3004 | 2024-10-30T00:48:20.793Z | [ helios-setup] Oct 30 00:48:20.610 INFO E| Compiling const-random-macro v0.1.15 |
3005 | 2024-10-30T00:48:21.166Z | [ helios-setup] Oct 30 00:48:20.983 INFO E| Compiling serde_derive v1.0.204 |
3006 | 2024-10-30T00:48:22.065Z | [ helios-setup] Oct 30 00:48:21.882 INFO E| Compiling futures-macro v0.3.28 |
3007 | 2024-10-30T00:48:22.913Z | [ helios-setup] Oct 30 00:48:22.730 INFO E| Compiling tokio-macros v2.0.0 |
3008 | 2024-10-30T00:48:23.511Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3009 | 2024-10-30T00:48:23.811Z | [ helios-setup] Oct 30 00:48:23.630 INFO E| Compiling hashbrown v0.13.2 |
3010 | 2024-10-30T00:48:25.699Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3011 | 2024-10-30T00:48:26.160Z | [ helios-setup] Oct 30 00:48:25.979 INFO E| Compiling regex v1.7.3 |
3012 | 2024-10-30T00:48:26.696Z | [ helios-setup] Oct 30 00:48:26.516 INFO E| Compiling libz-sys v1.1.8 |
3013 | 2024-10-30T00:48:26.897Z | [ helios-setup] Oct 30 00:48:26.717 INFO E| Compiling chrono v0.4.24 |
3014 | 2024-10-30T00:48:28.569Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3015 | 2024-10-30T00:48:29.264Z | [ helios-setup] Oct 30 00:48:29.082 INFO E| Compiling dyn-clone v1.0.11 |
3016 | 2024-10-30T00:48:29.468Z | [ helios-setup] Oct 30 00:48:29.288 INFO E| Compiling uuid v1.3.0 |
3017 | 2024-10-30T00:48:29.991Z | [ helios-setup] Oct 30 00:48:29.811 INFO E| Compiling unicode-normalization v0.1.22 |
3018 | 2024-10-30T00:48:30.160Z | [ helios-setup] Oct 30 00:48:29.979 INFO E| Compiling regress v0.5.0 |
3019 | 2024-10-30T00:48:31.003Z | [ helios-setup] Oct 30 00:48:30.823 INFO E| Compiling const-random v0.1.15 |
3020 | 2024-10-30T00:48:31.920Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3021 | 2024-10-30T00:48:32.333Z | [ helios-setup] Oct 30 00:48:32.152 INFO E| Compiling getopts v0.2.21 |
3022 | 2024-10-30T00:48:33.542Z | [ helios-setup] Oct 30 00:48:33.363 INFO E| Compiling tracing-core v0.1.30 |
3023 | 2024-10-30T00:48:34.212Z | [ helios-setup] Oct 30 00:48:34.034 INFO E| Compiling memoffset v0.7.1 |
3024 | 2024-10-30T00:48:34.241Z | [ helios-setup] Oct 30 00:48:34.063 INFO E| Compiling time-core v0.1.2 |
3025 | 2024-10-30T00:48:35.347Z | [ helios-setup] Oct 30 00:48:35.169 INFO E| Compiling unicode-bidi v0.3.13 |
3026 | 2024-10-30T00:48:36.518Z | [ helios-setup] Oct 30 00:48:36.340 INFO E| Compiling num-conv v0.1.0 |
3027 | 2024-10-30T00:48:36.704Z | [ helios-setup] Oct 30 00:48:36.527 INFO E| Compiling ucd-trie v0.1.5 |
3028 | 2024-10-30T00:48:37.737Z | [ helios-setup] Oct 30 00:48:37.560 INFO E| Compiling powerfmt v0.2.0 |
3029 | 2024-10-30T00:48:38.049Z | [ helios-setup] Oct 30 00:48:37.872 INFO E| Compiling pest v2.5.7 |
3030 | 2024-10-30T00:48:38.205Z | [ helios-setup] Oct 30 00:48:38.028 INFO E| Compiling idna v0.3.0 |
3031 | 2024-10-30T00:48:38.781Z | [ helios-setup] Oct 30 00:48:38.603 INFO E| Compiling deranged v0.3.11 |
3032 | 2024-10-30T00:48:39.070Z | [ helios-setup] Oct 30 00:48:38.893 INFO E| Compiling time-macros v0.2.18 |
3033 | 2024-10-30T00:48:39.506Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3034 | 2024-10-30T00:48:43.540Z | [ host-package] Compiling rand_seeder v0.3.0 |
3035 | 2024-10-30T00:48:43.768Z | [ helios-setup] Oct 30 00:48:43.593 INFO E| Compiling tracing v0.1.37 |
3036 | 2024-10-30T00:48:44.478Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3037 | 2024-10-30T00:48:45.228Z | [ helios-setup] Oct 30 00:48:45.052 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3038 | 2024-10-30T00:48:45.293Z | [ helios-setup] Oct 30 00:48:45.118 INFO E| Compiling time v0.1.45 |
3039 | 2024-10-30T00:48:45.349Z | [ host-package] Compiling rustls v0.21.12 |
3040 | 2024-10-30T00:48:45.423Z | [ helios-setup] Oct 30 00:48:45.248 INFO E| Compiling crossbeam-epoch v0.9.13 |
3041 | 2024-10-30T00:48:45.559Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3042 | 2024-10-30T00:48:45.771Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3043 | 2024-10-30T00:48:46.011Z | [ host-package] Compiling nix v0.29.0 |
3044 | 2024-10-30T00:48:46.339Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3045 | 2024-10-30T00:48:46.654Z | [ helios-setup] Oct 30 00:48:46.480 INFO E| Compiling iana-time-zone v0.1.56 |
3046 | 2024-10-30T00:48:46.858Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3047 | 2024-10-30T00:48:47.060Z | [ helios-setup] Oct 30 00:48:46.886 INFO E| Compiling semver v1.0.17 |
3048 | 2024-10-30T00:48:48.455Z | [ helios-setup] Oct 30 00:48:48.281 INFO E| Compiling num_threads v0.1.6 |
3049 | 2024-10-30T00:48:48.756Z | [ helios-setup] Oct 30 00:48:48.583 INFO E| Compiling smallvec v1.10.0 |
3050 | 2024-10-30T00:48:48.908Z | [ helios-setup] Oct 30 00:48:48.735 INFO E| Compiling toml v0.5.11 |
3051 | 2024-10-30T00:48:49.632Z | [ helios-setup] Oct 30 00:48:49.459 INFO E| Compiling serde_tokenstream v0.2.0 |
3052 | 2024-10-30T00:48:50.011Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3053 | 2024-10-30T00:48:51.212Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3054 | 2024-10-30T00:48:51.260Z | [ helios-setup] Oct 30 00:48:51.087 INFO E| Compiling parking_lot v0.12.1 |
3055 | 2024-10-30T00:48:51.956Z | [ helios-setup] Oct 30 00:48:51.784 INFO E| Compiling time v0.3.36 |
3056 | 2024-10-30T00:48:51.995Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3057 | 2024-10-30T00:48:53.048Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3058 | 2024-10-30T00:48:53.108Z | [ host-package] Compiling sct v0.7.1 |
3059 | 2024-10-30T00:48:54.069Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3060 | 2024-10-30T00:48:57.435Z | [ helios-setup] Oct 30 00:48:55.590 INFO E| Compiling url v2.3.1 |
3061 | 2024-10-30T00:48:57.703Z | [ host-package] Compiling castaway v0.2.3 |
3062 | 2024-10-30T00:48:58.259Z | [ host-package] Compiling csv-core v0.1.11 |
3063 | 2024-10-30T00:48:59.158Z | [ helios-setup] Oct 30 00:48:58.989 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3064 | 2024-10-30T00:49:00.006Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3065 | 2024-10-30T00:49:00.889Z | [ helios-setup] Oct 30 00:49:00.720 INFO E| Compiling semver-parser v0.10.2 |
3066 | 2024-10-30T00:49:00.994Z | [ host-package] Compiling http-range v0.1.5 |
3067 | 2024-10-30T00:49:01.872Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3068 | 2024-10-30T00:49:02.647Z | [ helios-setup] Oct 30 00:49:02.479 INFO E| Compiling crossbeam-channel v0.5.6 |
3069 | 2024-10-30T00:49:02.750Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3070 | 2024-10-30T00:49:04.799Z | [ host-package] Compiling csv v1.3.0 |
3071 | 2024-10-30T00:49:05.007Z | [ helios-setup] Oct 30 00:49:04.840 INFO E| Compiling dirs-sys-next v0.1.2 |
3072 | 2024-10-30T00:49:06.190Z | [ helios-setup] Oct 30 00:49:06.023 INFO E| Compiling crc32fast v1.3.2 |
3073 | 2024-10-30T00:49:06.196Z | [ host-package] Compiling compact_str v0.8.0 |
3074 | 2024-10-30T00:49:06.424Z | [ helios-setup] Oct 30 00:49:06.258 INFO E| Compiling try-lock v0.2.4 |
3075 | 2024-10-30T00:49:07.029Z | [ helios-setup] Oct 30 00:49:06.848 INFO E| Compiling same-file v1.0.6 |
3076 | 2024-10-30T00:49:07.964Z | [ helios-setup] Oct 30 00:49:07.796 INFO E| Compiling walkdir v2.3.3 |
3077 | 2024-10-30T00:49:08.184Z | [ helios-setup] Oct 30 00:49:08.018 INFO E| Compiling want v0.3.0 |
3078 | 2024-10-30T00:49:08.633Z | [ helios-setup] Oct 30 00:49:08.467 INFO E| Compiling dirs-next v2.0.0 |
3079 | 2024-10-30T00:49:09.377Z | [ helios-setup] Oct 30 00:49:09.211 INFO E| Compiling semver v0.11.0 |
3080 | 2024-10-30T00:49:09.620Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3081 | 2024-10-30T00:49:11.138Z | [ helios-setup] Oct 30 00:49:10.973 INFO E| Compiling tokio-util v0.7.7 |
3082 | 2024-10-30T00:49:11.515Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3083 | 2024-10-30T00:49:12.851Z | [ host-package] Compiling nix v0.27.1 |
3084 | 2024-10-30T00:49:13.686Z | [ helios-setup] Oct 30 00:49:13.522 INFO E| Compiling h2 v0.3.16 |
3085 | 2024-10-30T00:49:14.067Z | [ helios-setup] Oct 30 00:49:13.902 INFO E| Compiling proc-macro-crate v1.2.1 |
3086 | 2024-10-30T00:49:14.484Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3087 | 2024-10-30T00:49:15.596Z | [ helios-setup] Oct 30 00:49:15.433 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3088 | 2024-10-30T00:49:16.168Z | [ helios-setup] Oct 30 00:49:16.004 INFO E| Compiling futures-executor v0.3.28 |
3089 | 2024-10-30T00:49:18.360Z | [ helios-setup] Oct 30 00:49:18.193 INFO E| Compiling http-body v0.4.5 |
3090 | 2024-10-30T00:49:18.899Z | [ helios-setup] Oct 30 00:49:18.736 INFO E| Compiling ring v0.16.20 |
3091 | 2024-10-30T00:49:19.386Z | [ helios-setup] Oct 30 00:49:19.224 INFO E| Compiling rand_core v0.6.4 |
3092 | 2024-10-30T00:49:19.960Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3093 | 2024-10-30T00:49:20.642Z | [ helios-setup] Oct 30 00:49:20.480 INFO E| Compiling thread_local v1.1.7 |
3094 | 2024-10-30T00:49:21.217Z | [ helios-setup] Oct 30 00:49:21.055 INFO E| Compiling fastrand v1.9.0 |
3095 | 2024-10-30T00:49:22.419Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3096 | 2024-10-30T00:49:23.106Z | [ helios-setup] Oct 30 00:49:22.945 INFO E| Compiling httpdate v1.0.2 |
3097 | 2024-10-30T00:49:24.161Z | [ helios-setup] Oct 30 00:49:24.000 INFO E| Compiling base64 v0.21.0 |
3098 | 2024-10-30T00:49:24.460Z | [ helios-setup] Oct 30 00:49:24.300 INFO E| Compiling tower-service v0.3.2 |
3099 | 2024-10-30T00:49:25.008Z | [ helios-setup] Oct 30 00:49:24.848 INFO E| Compiling lazy_static v1.4.0 |
3100 | 2024-10-30T00:49:25.111Z | [ helios-setup] Oct 30 00:49:24.951 INFO E| Compiling home v0.5.4 |
3101 | 2024-10-30T00:49:25.588Z | [ helios-setup] Oct 30 00:49:25.428 INFO E| Compiling adler v1.0.2 |
3102 | 2024-10-30T00:49:25.770Z | [ helios-setup] Oct 30 00:49:25.611 INFO E| Compiling ppv-lite86 v0.2.17 |
3103 | 2024-10-30T00:49:26.240Z | [ helios-setup] Oct 30 00:49:26.080 INFO E| Compiling utf8parse v0.2.1 |
3104 | 2024-10-30T00:49:26.613Z | [ helios-setup] Oct 30 00:49:26.454 INFO E| Compiling rayon-core v1.10.2 |
3105 | 2024-10-30T00:49:27.183Z | [ helios-setup] Oct 30 00:49:27.024 INFO E| Compiling anstyle-parse v0.1.1 |
3106 | 2024-10-30T00:49:27.567Z | [ helios-setup] Oct 30 00:49:27.408 INFO E| Compiling miniz_oxide v0.6.2 |
3107 | 2024-10-30T00:49:27.960Z | [ helios-setup] Oct 30 00:49:27.801 INFO E| Compiling rand_chacha v0.3.1 |
3108 | 2024-10-30T00:49:28.083Z | [ helios-setup] Oct 30 00:49:27.924 INFO E| Compiling toolchain_find v0.2.0 |
3109 | 2024-10-30T00:49:29.139Z | [ helios-setup] Oct 30 00:49:28.980 INFO E| Compiling hyper v0.14.25 |
3110 | 2024-10-30T00:49:32.160Z | [ helios-setup] Oct 30 00:49:32.002 INFO E| Compiling tempfile v3.5.0 |
3111 | 2024-10-30T00:49:32.503Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3112 | 2024-10-30T00:49:36.650Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3113 | 2024-10-30T00:49:39.562Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3114 | 2024-10-30T00:49:40.618Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3115 | 2024-10-30T00:49:41.240Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3116 | 2024-10-30T00:49:42.019Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3117 | 2024-10-30T00:49:42.998Z | [ host-package] Compiling hashlink v0.9.1 |
3118 | 2024-10-30T00:49:43.640Z | [ helios-setup] Oct 30 00:49:43.486 INFO E| Compiling futures v0.3.28 |
3119 | 2024-10-30T00:49:43.866Z | [ helios-setup] Oct 30 00:49:43.712 INFO E| Compiling num_enum_derive v0.5.7 |
3120 | 2024-10-30T00:49:43.900Z | [ helios-setup] Oct 30 00:49:43.746 INFO E| Compiling cargo-lock v8.0.3 |
3121 | 2024-10-30T00:49:45.003Z | [ host-package] Compiling tungstenite v0.23.0 |
3122 | 2024-10-30T00:49:46.585Z | [ host-package] Compiling lru v0.12.5 |
3123 | 2024-10-30T00:49:47.654Z | [ host-package] Compiling instability v0.3.2 |
3124 | 2024-10-30T00:49:48.955Z | [ helios-setup] Oct 30 00:49:48.803 INFO E| Compiling crossbeam-deque v0.8.2 |
3125 | 2024-10-30T00:49:50.097Z | [ helios-setup] Oct 30 00:49:49.945 INFO E| Compiling term v0.7.0 |
3126 | 2024-10-30T00:49:50.173Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3127 | 2024-10-30T00:49:50.798Z | [ host-package] Compiling cassowary v0.3.0 |
3128 | 2024-10-30T00:49:51.327Z | [ helios-setup] Oct 30 00:49:51.175 INFO E| Compiling serde_urlencoded v0.7.1 |
3129 | 2024-10-30T00:49:51.825Z | [ helios-setup] Oct 30 00:49:51.674 INFO E| Compiling sha2 v0.10.6 |
3130 | 2024-10-30T00:49:52.401Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3131 | 2024-10-30T00:49:52.760Z | [ helios-setup] Oct 30 00:49:52.610 INFO E| Compiling sha1 v0.10.5 |
3132 | 2024-10-30T00:49:53.073Z | [ helios-setup] Oct 30 00:49:52.922 INFO E| Compiling is-terminal v0.4.7 |
3133 | 2024-10-30T00:49:53.343Z | [ helios-setup] Oct 30 00:49:53.193 INFO E| Compiling atty v0.2.14 |
3134 | 2024-10-30T00:49:53.827Z | [ helios-setup] Oct 30 00:49:53.677 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3135 | 2024-10-30T00:49:53.990Z | [ helios-setup] Oct 30 00:49:53.840 INFO E| Compiling concolor-override v1.0.0 |
3136 | 2024-10-30T00:49:54.571Z | [ host-package] Compiling rusqlite v0.32.1 |
3137 | 2024-10-30T00:49:54.595Z | [ helios-setup] Oct 30 00:49:54.445 INFO E| Compiling anstyle v0.3.5 |
3138 | 2024-10-30T00:49:55.721Z | [ host-package] Compiling ratatui v0.28.1 |
3139 | 2024-10-30T00:49:55.908Z | [ helios-setup] Oct 30 00:49:55.759 INFO E| Compiling concolor-query v0.3.3 |
3140 | 2024-10-30T00:49:56.447Z | [ helios-setup] Oct 30 00:49:56.298 INFO E| Compiling anstream v0.2.6 |
3141 | 2024-10-30T00:49:58.002Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3142 | 2024-10-30T00:49:58.537Z | [ helios-setup] Oct 30 00:49:58.389 INFO E| Compiling slog-term v2.9.0 |
3143 | 2024-10-30T00:49:59.264Z | [ helios-setup] Oct 30 00:49:59.116 INFO E| Compiling flate2 v1.0.25 |
3144 | 2024-10-30T00:50:02.010Z | [ helios-setup] Oct 30 00:50:01.863 INFO E| Compiling num_enum v0.5.7 |
3145 | 2024-10-30T00:50:02.343Z | [ helios-setup] Oct 30 00:50:02.196 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3146 | 2024-10-30T00:50:02.796Z | [ helios-setup] Oct 30 00:50:02.649 INFO E| Compiling rand v0.8.5 |
3147 | 2024-10-30T00:50:03.386Z | [ helios-setup] Oct 30 00:50:03.239 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3148 | 2024-10-30T00:50:03.415Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3149 | 2024-10-30T00:50:03.597Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3150 | 2024-10-30T00:50:03.822Z | [ helios-setup] Oct 30 00:50:03.676 INFO E| Compiling openapiv3 v1.0.2 |
3151 | 2024-10-30T00:50:03.969Z | [ helios-setup] Oct 30 00:50:03.822 INFO E| Compiling encoding_rs v0.8.32 |
3152 | 2024-10-30T00:50:06.483Z | [ helios-setup] Oct 30 00:50:06.337 INFO E| Compiling project-root v0.2.2 |
3153 | 2024-10-30T00:50:07.249Z | [ helios-setup] Oct 30 00:50:07.104 INFO E| Compiling byteorder v1.4.3 |
3154 | 2024-10-30T00:50:09.034Z | [ helios-setup] Oct 30 00:50:08.889 INFO E| Compiling clap_lex v0.4.1 |
3155 | 2024-10-30T00:50:10.050Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3156 | 2024-10-30T00:50:11.208Z | [ helios-setup] Oct 30 00:50:11.064 INFO E| Compiling untrusted v0.7.1 |
3157 | 2024-10-30T00:50:11.761Z | [ helios-setup] Oct 30 00:50:11.617 INFO E| Compiling unsafe-libyaml v0.2.8 |
3158 | 2024-10-30T00:50:12.230Z | [ helios-setup] Oct 30 00:50:12.087 INFO E| Compiling strsim v0.10.0 |
3159 | 2024-10-30T00:50:12.474Z | [ helios-setup] Oct 30 00:50:12.331 INFO E| Compiling spin v0.5.2 |
3160 | 2024-10-30T00:50:13.075Z | [ helios-setup] Oct 30 00:50:12.932 INFO E| Compiling mime v0.3.17 |
3161 | 2024-10-30T00:50:15.004Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3162 | 2024-10-30T00:50:15.227Z | [ helios-setup] Oct 30 00:50:15.084 INFO E| Compiling base64 v0.13.1 |
3163 | 2024-10-30T00:50:15.412Z | [ helios-setup] Oct 30 00:50:15.270 INFO E| Compiling ipnet v2.7.2 |
3164 | 2024-10-30T00:50:15.752Z | [ helios-setup] Oct 30 00:50:15.609 INFO E| Compiling utf-8 v0.7.6 |
3165 | 2024-10-30T00:50:16.896Z | [ helios-setup] Oct 30 00:50:16.754 INFO E| Compiling either v1.8.0 |
3166 | 2024-10-30T00:50:16.937Z | [ helios-setup] Oct 30 00:50:16.795 INFO E| Compiling reqwest v0.11.16 |
3167 | 2024-10-30T00:50:17.561Z | [ helios-setup] Oct 30 00:50:17.420 INFO E| Compiling rayon v1.6.1 |
3168 | 2024-10-30T00:50:17.674Z | [ helios-setup] Oct 30 00:50:17.533 INFO E| Compiling tungstenite v0.18.0 |
3169 | 2024-10-30T00:50:19.747Z | [ helios-setup] Oct 30 00:50:19.606 INFO E| Compiling serde_yaml v0.9.21 |
3170 | 2024-10-30T00:50:20.334Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3171 | 2024-10-30T00:50:20.551Z | [ helios-setup] Oct 30 00:50:20.410 INFO E| Compiling clap_builder v4.2.1 |
3172 | 2024-10-30T00:50:24.377Z | [ helios-setup] Oct 30 00:50:24.238 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3173 | 2024-10-30T00:50:27.810Z | [ helios-setup] Oct 30 00:50:27.672 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3174 | 2024-10-30T00:50:27.900Z | [ helios-setup] Oct 30 00:50:27.762 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3175 | 2024-10-30T00:50:30.475Z | [ helios-setup] Oct 30 00:50:30.338 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3176 | 2024-10-30T00:50:30.593Z | [ helios-setup] Oct 30 00:50:30.455 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3177 | 2024-10-30T00:50:32.749Z | [ helios-setup] Oct 30 00:50:32.610 INFO E| Compiling clap_derive v4.2.0 |
3178 | 2024-10-30T00:50:34.764Z | [ helios-setup] Oct 30 00:50:34.628 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3179 | 2024-10-30T00:50:35.420Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3180 | 2024-10-30T00:50:35.818Z | [ helios-setup] Oct 30 00:50:35.682 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3181 | 2024-10-30T00:50:37.539Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3182 | 2024-10-30T00:50:39.620Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3183 | 2024-10-30T00:50:40.452Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3184 | 2024-10-30T00:50:42.276Z | [ helios-setup] Oct 30 00:50:42.143 INFO E| Compiling clap v4.2.1 |
3185 | 2024-10-30T00:50:49.522Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3186 | 2024-10-30T00:50:50.003Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3187 | 2024-10-30T00:50:50.073Z | [ host-package] Compiling twox-hash v1.6.3 |
3188 | 2024-10-30T00:50:50.589Z | [ host-package] Compiling is_ci v1.2.0 |
3189 | 2024-10-30T00:50:51.257Z | [ host-package] Compiling smawk v0.3.2 |
3190 | 2024-10-30T00:50:52.100Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3191 | 2024-10-30T00:50:53.164Z | [ host-package] Compiling textwrap v0.16.1 |
3192 | 2024-10-30T00:50:53.970Z | [ host-package] Compiling supports-color v3.0.1 |
3193 | 2024-10-30T00:50:54.988Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3194 | 2024-10-30T00:50:59.506Z | [ helios-setup] Oct 30 00:50:59.379 INFO E| Compiling tokio-tungstenite v0.18.0 |
3195 | 2024-10-30T00:50:59.521Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3196 | 2024-10-30T00:51:00.955Z | [ helios-setup] Oct 30 00:51:00.828 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3197 | 2024-10-30T00:51:04.587Z | [ helios-setup] Oct 30 00:51:04.461 INFO E| Compiling smartstring v1.0.1 |
3198 | 2024-10-30T00:51:05.329Z | [ helios-setup] Oct 30 00:51:05.204 INFO E| Compiling rustls v0.21.0 |
3199 | 2024-10-30T00:51:07.465Z | [ helios-setup] Oct 30 00:51:07.340 INFO E| Compiling toml_datetime v0.6.1 |
3200 | 2024-10-30T00:51:08.854Z | [ helios-setup] Oct 30 00:51:08.731 INFO E| Compiling serde_spanned v0.6.1 |
3201 | 2024-10-30T00:51:09.404Z | [ helios-setup] Oct 30 00:51:09.280 INFO E| Compiling match_cfg v0.1.0 |
3202 | 2024-10-30T00:51:09.807Z | [ helios-setup] Oct 30 00:51:09.683 INFO E| Compiling slog-async v2.7.0 |
3203 | 2024-10-30T00:51:10.600Z | [ helios-setup] Oct 30 00:51:10.476 INFO E| Compiling camino v1.1.4 |
3204 | 2024-10-30T00:51:11.265Z | [ helios-setup] Oct 30 00:51:11.142 INFO E| Compiling winnow v0.4.1 |
3205 | 2024-10-30T00:51:11.870Z | [ helios-setup] Oct 30 00:51:11.748 INFO E| Compiling paste v1.0.12 |
3206 | 2024-10-30T00:51:12.826Z | [ helios-setup] Oct 30 00:51:12.704 INFO E| Compiling static_assertions v1.1.0 |
3207 | 2024-10-30T00:51:13.038Z | [ helios-setup] Oct 30 00:51:12.916 INFO E| Compiling async-trait v0.1.68 |
3208 | 2024-10-30T00:51:15.335Z | [ helios-setup] Oct 30 00:51:15.214 INFO E| Compiling hostname v0.3.1 |
3209 | 2024-10-30T00:51:15.390Z | [ helios-setup] Oct 30 00:51:15.269 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3210 | 2024-10-30T00:51:16.039Z | [ helios-setup] Oct 30 00:51:15.918 INFO E| Compiling slog-json v2.6.1 |
3211 | 2024-10-30T00:51:16.162Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3212 | 2024-10-30T00:51:17.202Z | [ helios-setup] Oct 30 00:51:17.081 INFO E| Compiling unicode-linebreak v0.1.4 |
3213 | 2024-10-30T00:51:19.436Z | [ helios-setup] Oct 30 00:51:19.316 INFO E| Compiling toml_edit v0.19.8 |
3214 | 2024-10-30T00:51:22.506Z | [ helios-setup] Oct 30 00:51:22.386 INFO E| Compiling async-stream-impl v0.3.5 |
3215 | 2024-10-30T00:51:23.083Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3216 | 2024-10-30T00:51:23.210Z | [ helios-setup] Oct 30 00:51:23.091 INFO E| Compiling rhai_codegen v1.5.0 |
3217 | 2024-10-30T00:51:25.580Z | [ helios-setup] Oct 30 00:51:25.462 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3218 | 2024-10-30T00:51:26.745Z | [ helios-setup] Oct 30 00:51:26.628 INFO E| Compiling take_mut v0.2.2 |
3219 | 2024-10-30T00:51:29.112Z | [ helios-setup] Oct 30 00:51:28.996 INFO E| Compiling rhai v1.14.0 |
3220 | 2024-10-30T00:51:32.031Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3221 | 2024-10-30T00:51:32.475Z | [ helios-setup] Oct 30 00:51:32.360 INFO E| Compiling toml v0.7.3 |
3222 | 2024-10-30T00:51:32.879Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3223 | 2024-10-30T00:51:33.113Z | [ helios-setup] Oct 30 00:51:32.997 INFO E| Compiling async-stream v0.3.5 |
3224 | 2024-10-30T00:51:34.033Z | [ helios-setup] Oct 30 00:51:33.918 INFO E| Compiling slog-bunyan v2.4.0 |
3225 | 2024-10-30T00:51:34.159Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3226 | 2024-10-30T00:51:40.128Z | [ helios-setup] Oct 30 00:51:40.015 INFO E| Compiling rustls-pemfile v1.0.2 |
3227 | 2024-10-30T00:51:40.196Z | [ helios-setup] Oct 30 00:51:40.083 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3228 | 2024-10-30T00:51:41.548Z | [ helios-setup] Oct 30 00:51:41.435 INFO E| Compiling serde_path_to_error v0.1.11 |
3229 | 2024-10-30T00:51:41.949Z | [ helios-setup] Oct 30 00:51:41.836 INFO E| Compiling bincode v1.3.3 |
3230 | 2024-10-30T00:51:43.533Z | [ helios-setup] Oct 30 00:51:43.422 INFO E| Compiling terminal_size v0.2.6 |
3231 | 2024-10-30T00:51:43.803Z | [ helios-setup] Oct 30 00:51:43.691 INFO E| Compiling smawk v0.3.1 |
3232 | 2024-10-30T00:51:44.650Z | [ helios-setup] Oct 30 00:51:44.539 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3233 | 2024-10-30T00:51:44.696Z | [ helios-setup] Oct 30 00:51:44.585 INFO E| Compiling textwrap v0.16.0 |
3234 | 2024-10-30T00:51:53.200Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3235 | 2024-10-30T00:51:56.340Z | [ helios-setup] Oct 30 00:51:56.233 INFO E| Compiling sct v0.7.0 |
3236 | 2024-10-30T00:51:56.437Z | [ helios-setup] Oct 30 00:51:56.330 INFO E| Compiling rustls-webpki v0.100.1 |
3237 | 2024-10-30T00:51:59.500Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3238 | 2024-10-30T00:52:00.206Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3239 | 2024-10-30T00:52:02.954Z | [ helios-setup] Oct 30 00:52:02.850 INFO E| Compiling git2 v0.16.1 |
3240 | 2024-10-30T00:52:04.720Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3241 | 2024-10-30T00:52:05.166Z | [ helios-setup] Oct 30 00:52:05.062 INFO E| Compiling tokio-rustls v0.24.0 |
3242 | 2024-10-30T00:52:09.996Z | [ helios-setup] Oct 30 00:52:09.894 INFO E| Compiling built v0.6.0 |
3243 | 2024-10-30T00:52:10.484Z | [ host-package] Compiling fatfs v0.3.6 |
3244 | 2024-10-30T00:52:11.309Z | [ host-package] Compiling rtoolbox v0.0.2 |
3245 | 2024-10-30T00:52:12.157Z | [ host-package] Compiling assert_matches v1.5.0 |
3246 | 2024-10-30T00:52:12.436Z | [ host-package] Compiling rpassword v7.3.1 |
3247 | 2024-10-30T00:52:15.464Z | [ helios-setup] Oct 30 00:52:15.364 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3248 | 2024-10-30T00:52:15.816Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3249 | 2024-10-30T00:52:18.389Z | [ helios-setup] Oct 30 00:52:18.290 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3250 | 2024-10-30T00:52:19.411Z | [ helios-setup] Oct 30 00:52:19.312 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3251 | 2024-10-30T00:52:20.908Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3252 | 2024-10-30T00:52:24.352Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3253 | 2024-10-30T00:52:36.068Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3254 | 2024-10-30T00:52:37.328Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3255 | 2024-10-30T00:52:46.848Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3256 | 2024-10-30T00:52:47.297Z | [ helios-setup] Oct 30 00:52:47.208 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3257 | 2024-10-30T00:52:49.610Z | [ helios-setup] Oct 30 00:52:49.522 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3258 | 2024-10-30T00:52:58.743Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3259 | 2024-10-30T00:52:59.716Z | [ host-package] Compiling uzers v0.12.1 |
3260 | 2024-10-30T00:53:05.548Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3261 | 2024-10-30T00:53:08.301Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3262 | 2024-10-30T00:53:10.893Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3263 | 2024-10-30T00:53:33.901Z | [ helios-setup] Oct 30 00:53:33.828 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3264 | 2024-10-30T00:53:50.197Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3265 | 2024-10-30T00:53:57.571Z | [ host-package] Compiling multimap v0.10.0 |
3266 | 2024-10-30T00:54:39.472Z | [ helios-setup] Oct 30 00:54:39.422 INFO E| Finished `release` profile [optimized] target(s) in 6m 55s |
3267 | 2024-10-30T00:54:39.629Z | [ helios-setup] Oct 30 00:54:39.579 INFO building project "pilot" ok (415 seconds) |
3268 | 2024-10-30T00:54:39.629Z | [ helios-setup] Oct 30 00:54:39.579 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3269 | 2024-10-30T00:54:39.629Z | [ helios-setup] Oct 30 00:54:39.579 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3270 | 2024-10-30T00:54:39.942Z | [ helios-setup] Oct 30 00:54:39.892 INFO E| Downloading crates ... |
3271 | 2024-10-30T00:54:40.041Z | [ helios-setup] Oct 30 00:54:39.992 INFO E| Downloaded digest v0.10.3 |
3272 | 2024-10-30T00:54:40.049Z | [ helios-setup] Oct 30 00:54:40.000 INFO E| Downloaded bytes v1.2.1 |
3273 | 2024-10-30T00:54:40.062Z | [ helios-setup] Oct 30 00:54:40.013 INFO E| Downloaded typenum v1.15.0 |
3274 | 2024-10-30T00:54:40.066Z | [ helios-setup] Oct 30 00:54:40.016 INFO E| Downloaded sha2 v0.10.5 |
3275 | 2024-10-30T00:54:40.069Z | [ helios-setup] Oct 30 00:54:40.020 INFO E| Downloaded anyhow v1.0.62 |
3276 | 2024-10-30T00:54:40.240Z | [ helios-setup] Oct 30 00:54:40.191 INFO E| Compiling version_check v0.9.4 |
3277 | 2024-10-30T00:54:40.243Z | [ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling typenum v1.15.0 |
3278 | 2024-10-30T00:54:40.243Z | [ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling cfg-if v1.0.0 |
3279 | 2024-10-30T00:54:40.243Z | [ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling crc32fast v1.3.2 |
3280 | 2024-10-30T00:54:40.243Z | [ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling anyhow v1.0.62 |
3281 | 2024-10-30T00:54:40.246Z | [ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling adler v1.0.2 |
3282 | 2024-10-30T00:54:40.246Z | [ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling cpufeatures v0.2.5 |
3283 | 2024-10-30T00:54:40.246Z | [ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling unicode-width v0.1.10 |
3284 | 2024-10-30T00:54:40.951Z | [ helios-setup] Oct 30 00:54:40.902 INFO E| Compiling getopts v0.2.21 |
3285 | 2024-10-30T00:54:41.011Z | [ helios-setup] Oct 30 00:54:40.962 INFO E| Compiling bitflags v1.3.2 |
3286 | 2024-10-30T00:54:41.201Z | [ helios-setup] Oct 30 00:54:41.151 INFO E| Compiling miniz_oxide v0.6.2 |
3287 | 2024-10-30T00:54:41.362Z | [ helios-setup] Oct 30 00:54:41.313 INFO E| Compiling bytes v1.2.1 |
3288 | 2024-10-30T00:54:42.129Z | [ helios-setup] Oct 30 00:54:42.080 INFO E| Compiling generic-array v0.14.6 |
3289 | 2024-10-30T00:54:43.023Z | [ helios-setup] Oct 30 00:54:42.975 INFO E| Compiling flate2 v1.0.25 |
3290 | 2024-10-30T00:54:46.481Z | [ helios-setup] Oct 30 00:54:46.434 INFO E| Compiling crypto-common v0.1.6 |
3291 | 2024-10-30T00:54:46.484Z | [ helios-setup] Oct 30 00:54:46.434 INFO E| Compiling block-buffer v0.10.3 |
3292 | 2024-10-30T00:54:46.710Z | [ helios-setup] Oct 30 00:54:46.663 INFO E| Compiling digest v0.10.3 |
3293 | 2024-10-30T00:54:47.080Z | [ helios-setup] Oct 30 00:54:47.033 INFO E| Compiling sha2 v0.10.5 |
3294 | 2024-10-30T00:54:47.597Z | [ helios-setup] Oct 30 00:54:47.550 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3295 | 2024-10-30T00:54:54.112Z | [ helios-setup] Oct 30 00:54:54.067 INFO E| Finished `release` profile [optimized] target(s) in 14.38s |
3296 | 2024-10-30T00:54:54.128Z | [ helios-setup] Oct 30 00:54:54.084 INFO building project "bootserver" ok (14 seconds) |
3297 | 2024-10-30T00:54:54.128Z | [ helios-setup] Oct 30 00:54:54.084 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3298 | 2024-10-30T00:54:54.128Z | [ helios-setup] Oct 30 00:54:54.084 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3299 | 2024-10-30T00:54:54.451Z | [ helios-setup] Oct 30 00:54:54.407 INFO E| Downloading crates ... |
3300 | 2024-10-30T00:54:54.541Z | [ helios-setup] Oct 30 00:54:54.497 INFO E| Downloaded miniz_oxide v0.7.2 |
3301 | 2024-10-30T00:54:54.745Z | [ helios-setup] Oct 30 00:54:54.700 INFO E| Compiling adler v1.0.2 |
3302 | 2024-10-30T00:54:54.897Z | [ helios-setup] Oct 30 00:54:54.852 INFO E| Compiling miniz_oxide v0.7.2 |
3303 | 2024-10-30T00:54:57.920Z | [ helios-setup] Oct 30 00:54:57.876 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3304 | 2024-10-30T00:54:58.922Z | [ helios-setup] Oct 30 00:54:58.879 INFO E| Finished `release` profile [optimized] target(s) in 4.68s |
3305 | 2024-10-30T00:54:58.934Z | [ helios-setup] Oct 30 00:54:58.891 INFO building project "pinprick" ok (4 seconds) |
3306 | 2024-10-30T00:54:58.936Z | [ helios-setup] rm -f helios-build |
3307 | 2024-10-30T00:54:58.939Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3308 | 2024-10-30T00:54:58.943Z | [ helios-setup] |
3309 | 2024-10-30T00:54:58.945Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3310 | 2024-10-30T00:54:58.948Z | [ helios-setup] |
3311 | 2024-10-30T00:54:58.948Z | [ helios-setup] |
3312 | 2024-10-30T00:54:58.948Z | [ helios-setup] real 12:03.100303549 |
3313 | 2024-10-30T00:54:58.948Z | [ helios-setup] user 29:06.075479641 |
3314 | 2024-10-30T00:54:58.948Z | [ helios-setup] sys 3:35.187968189 |
3315 | 2024-10-30T00:54:58.948Z | [ helios-setup] trap 1.706912581 |
3316 | 2024-10-30T00:54:58.948Z | [ helios-setup] tflt 7.728289243 |
3317 | 2024-10-30T00:54:58.948Z | [ helios-setup] dflt 29.497859365 |
3318 | 2024-10-30T00:54:58.948Z | [ helios-setup] kflt 0.018771974 |
3319 | 2024-10-30T00:54:58.948Z | [ helios-setup] lock 2:05:32.386660450 |
3320 | 2024-10-30T00:54:58.948Z | [ helios-setup] slp 3:46:19.536858835 |
3321 | 2024-10-30T00:54:58.948Z | [ helios-setup] lat 33:05.321661536 |
3322 | 2024-10-30T00:54:58.948Z | [ helios-setup] stop 4:53.410383694 |
3323 | 2024-10-30T00:54:58.950Z | Oct 30 00:54:58.906 INFO [helios-setup] process exited with exit status: 0 (723.107706359s) |
3324 | 2024-10-30T00:54:58.950Z | Oct 30 00:54:58.906 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3325 | 2024-10-30T00:54:58.975Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3326 | 2024-10-30T00:54:59.267Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3327 | 2024-10-30T00:54:59.267Z | [ phbl-toolchain] info: downloading component 'cargo' |
3328 | 2024-10-30T00:55:00.661Z | [ phbl-toolchain] info: downloading component 'clippy' |
3329 | 2024-10-30T00:55:01.037Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3330 | 2024-10-30T00:55:05.198Z | [ phbl-toolchain] info: downloading component 'miri' |
3331 | 2024-10-30T00:55:05.942Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3332 | 2024-10-30T00:55:07.278Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3333 | 2024-10-30T00:55:07.980Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3334 | 2024-10-30T00:55:10.284Z | [ phbl-toolchain] info: downloading component 'rustc' |
3335 | 2024-10-30T00:55:19.102Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3336 | 2024-10-30T00:55:20.058Z | [ phbl-toolchain] info: installing component 'cargo' |
3337 | 2024-10-30T00:55:21.330Z | [ phbl-toolchain] info: installing component 'clippy' |
3338 | 2024-10-30T00:55:21.887Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3339 | 2024-10-30T00:55:28.203Z | [ phbl-toolchain] info: installing component 'miri' |
3340 | 2024-10-30T00:55:28.589Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3341 | 2024-10-30T00:55:36.527Z | [ phbl-toolchain] info: installing component 'rust-src' |
3342 | 2024-10-30T00:55:37.476Z | [ phbl-toolchain] info: installing component 'rust-std' |
3343 | 2024-10-30T00:55:40.300Z | [ phbl-toolchain] info: installing component 'rustc' |
3344 | 2024-10-30T00:55:50.162Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3345 | 2024-10-30T00:55:51.075Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3346 | 2024-10-30T00:55:51.078Z | Oct 30 00:55:51.054 INFO [phbl-toolchain] process exited with exit status: 0 (52.148056992s) |
3347 | 2024-10-30T00:56:35.640Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3348 | 2024-10-30T00:56:47.026Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3349 | 2024-10-30T01:03:44.852Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 03s |
3350 | 2024-10-30T01:04:47.965Z | Oct 30 01:04:48.129 INFO [host-package] process exited with exit status: 0 (1267.042637263s) |
3351 | 2024-10-30T01:04:47.967Z | Oct 30 01:04:48.129 INFO [host-stamp] running task |
3352 | 2024-10-30T01:04:47.967Z | Oct 30 01:04:48.130 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3353 | 2024-10-30T01:04:47.967Z | Oct 30 01:04:48.130 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+gitf78d2bb4dca |
3354 | 2024-10-30T01:04:47.982Z | Oct 30 01:04:48.147 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+gitf78d2bb4dca |
3355 | 2024-10-30T01:04:47.990Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3356 | 2024-10-30T01:04:47.994Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3357 | 2024-10-30T01:04:47.996Z | Oct 30 01:04:48.159 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+gitf78d2bb4dca |
3358 | 2024-10-30T01:04:48.006Z | Oct 30 01:04:48.170 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+gitf78d2bb4dca |
3359 | 2024-10-30T01:04:48.014Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3360 | 2024-10-30T01:04:48.019Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3361 | 2024-10-30T01:04:48.022Z | Oct 30 01:04:48.184 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+gitf78d2bb4dca |
3362 | 2024-10-30T01:04:48.032Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3363 | 2024-10-30T01:04:48.034Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3364 | 2024-10-30T01:04:48.034Z | Oct 30 01:04:48.199 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+gitf78d2bb4dca |
3365 | 2024-10-30T01:04:48.048Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3366 | 2024-10-30T01:04:48.050Z | Oct 30 01:04:48.212 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+gitf78d2bb4dca |
3367 | 2024-10-30T01:04:48.060Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3368 | 2024-10-30T01:04:48.063Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3369 | 2024-10-30T01:04:48.066Z | Oct 30 01:04:48.228 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+gitf78d2bb4dca |
3370 | 2024-10-30T01:04:48.081Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3371 | 2024-10-30T01:04:48.081Z | Oct 30 01:04:48.245 INFO [stamp-overlay] process exited with exit status: 0 (75.055291ms) |
3372 | 2024-10-30T01:04:48.081Z | Oct 30 01:04:48.245 INFO [stamp-oxlog] process exited with exit status: 0 (60.94317ms) |
3373 | 2024-10-30T01:04:48.091Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3374 | 2024-10-30T01:04:48.093Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3375 | 2024-10-30T01:04:48.097Z | Oct 30 01:04:48.262 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (33.915536ms) |
3376 | 2024-10-30T01:04:48.171Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3377 | 2024-10-30T01:04:48.174Z | Oct 30 01:04:48.339 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.734585ms) |
3378 | 2024-10-30T01:04:48.264Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3379 | 2024-10-30T01:04:48.267Z | Oct 30 01:04:48.431 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (284.619497ms) |
3380 | 2024-10-30T01:04:48.357Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3381 | 2024-10-30T01:04:48.360Z | Oct 30 01:04:48.525 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (394.518467ms) |
3382 | 2024-10-30T01:04:49.226Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3383 | 2024-10-30T01:04:49.230Z | Oct 30 01:04:49.395 INFO [stamp-propolis-server] process exited with exit status: 0 (1.236019599s) |
3384 | 2024-10-30T01:04:49.442Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3385 | 2024-10-30T01:04:51.749Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3386 | 2024-10-30T01:04:58.496Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3387 | 2024-10-30T01:04:58.529Z | Oct 30 01:04:58.650 INFO [stamp-switch-asic] process exited with exit status: 0 (10.451426763s) |
3388 | 2024-10-30T01:04:58.530Z | Oct 30 01:04:58.650 INFO [host-stamp] task succeeded (10.521282347s) |
3389 | 2024-10-30T01:04:58.530Z | Oct 30 01:04:58.651 INFO [host-proto] running task |
3390 | 2024-10-30T01:04:58.916Z | Oct 30 01:04:59.084 INFO [host-proto] task succeeded (433.75745ms) |
3391 | 2024-10-30T01:04:58.916Z | Oct 30 01:04:59.084 INFO [host-profile] running task |
3392 | 2024-10-30T01:04:58.919Z | Oct 30 01:04:59.085 INFO [host-profile] task succeeded (280.642µs) |
3393 | 2024-10-30T01:04:58.919Z | Oct 30 01:04:59.085 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/.tmpaVpy3U/proto/host/root -N 'ci f78d2bb/${os_short_commit} 2024-10-30 00:42' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3394 | 2024-10-30T01:04:58.935Z | [ host-image] Oct 30 01:04:59.104 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3395 | 2024-10-30T01:04:58.938Z | [ host-image] Oct 30 01:04:59.104 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3396 | 2024-10-30T01:04:58.952Z | [ host-image] Oct 30 01:04:59.121 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaVpy3U/proto/host/root" |
3397 | 2024-10-30T01:04:58.952Z | [ host-image] Oct 30 01:04:59.121 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3398 | 2024-10-30T01:04:58.955Z | [ host-image] Oct 30 01:04:59.121 INFO image builder template: ramdisk-01-os... |
3399 | 2024-10-30T01:04:58.955Z | [ host-image] Oct 30 01:04:59.121 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/.tmpaVpy3U/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 |
3400 | 2024-10-30T01:04:58.973Z | [ host-image] Oct 30 01:04:59.141 INFO O| Oct 30 01:04:59.141 INFO CREATE DATASET: rpool/images/build/host/output |
3401 | 2024-10-30T01:04:59.284Z | [ host-image] Oct 30 01:04:59.452 INFO O| Oct 30 01:04:59.452 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3402 | 2024-10-30T01:04:59.288Z | [ host-image] Oct 30 01:04:59.457 INFO O| Oct 30 01:04:59.457 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3403 | 2024-10-30T01:04:59.494Z | [ host-image] Oct 30 01:04:59.662 INFO O| Oct 30 01:04:59.662 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3404 | 2024-10-30T01:04:59.562Z | [ host-image] Oct 30 01:04:59.730 INFO O| Oct 30 01:04:59.730 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3405 | 2024-10-30T01:04:59.562Z | [ host-image] Oct 30 01:04:59.730 INFO O| Oct 30 01:04:59.730 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3406 | 2024-10-30T01:04:59.564Z | [ host-image] Oct 30 01:04:59.730 INFO O| Oct 30 01:04:59.730 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3407 | 2024-10-30T01:04:59.564Z | [ host-image] Oct 30 01:04:59.731 INFO O| Oct 30 01:04:59.730 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3408 | 2024-10-30T01:04:59.570Z | [ host-image] Oct 30 01:04:59.739 INFO O| Oct 30 01:04:59.739 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3409 | 2024-10-30T01:04:59.795Z | [ host-image] Oct 30 01:04:59.964 INFO O| Oct 30 01:04:59.963 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3410 | 2024-10-30T01:04:59.807Z | [ host-image] Oct 30 01:04:59.976 INFO O| Oct 30 01:04:59.976 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3411 | 2024-10-30T01:05:00.274Z | [ host-image] Oct 30 01:05:00.442 INFO O| Oct 30 01:05:00.442 INFO O| Caching catalogs ... Done |
3412 | 2024-10-30T01:05:00.393Z | [ host-image] Oct 30 01:05:00.560 INFO O| Oct 30 01:05:00.560 INFO STEP 0 (pkg_image_create) COMPLETE |
3413 | 2024-10-30T01:05:00.393Z | [ host-image] Oct 30 01:05:00.561 INFO O| Oct 30 01:05:00.560 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3414 | 2024-10-30T01:05:00.395Z | [ host-image] Oct 30 01:05:00.561 INFO O| Oct 30 01:05:00.560 INFO skip step because feature "repo_redist" is not enabled |
3415 | 2024-10-30T01:05:00.395Z | [ host-image] Oct 30 01:05:00.561 INFO O| Oct 30 01:05:00.560 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3416 | 2024-10-30T01:05:00.404Z | [ host-image] Oct 30 01:05:00.573 INFO O| Oct 30 01:05:00.573 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"] |
3417 | 2024-10-30T01:05:00.938Z | [ host-image] Oct 30 01:05:01.107 INFO O| Oct 30 01:05:01.107 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3418 | 2024-10-30T01:05:00.938Z | [ host-image] Oct 30 01:05:01.107 INFO O| Oct 30 01:05:01.107 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3419 | 2024-10-30T01:05:00.955Z | [ host-image] Oct 30 01:05:01.123 INFO O| Oct 30 01:05:01.123 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"] |
3420 | 2024-10-30T01:05:01.523Z | [ host-image] Oct 30 01:05:01.692 INFO O| Oct 30 01:05:01.692 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3421 | 2024-10-30T01:05:01.523Z | [ host-image] Oct 30 01:05:01.692 INFO O| Oct 30 01:05:01.692 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3422 | 2024-10-30T01:05:01.527Z | [ host-image] Oct 30 01:05:01.692 INFO O| Oct 30 01:05:01.692 INFO skip step because feature "repo_redist" is not enabled |
3423 | 2024-10-30T01:05:01.527Z | [ host-image] Oct 30 01:05:01.692 INFO O| Oct 30 01:05:01.692 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3424 | 2024-10-30T01:05:01.994Z | [ host-image] Oct 30 01:05:02.163 INFO O| Oct 30 01:05:02.163 INFO variant opensolaris.zone is already global |
3425 | 2024-10-30T01:05:01.994Z | [ host-image] Oct 30 01:05:02.163 INFO O| Oct 30 01:05:02.163 INFO STEP 5 (pkg_change_variant) COMPLETE |
3426 | 2024-10-30T01:05:01.996Z | [ host-image] Oct 30 01:05:02.163 INFO O| Oct 30 01:05:02.163 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3427 | 2024-10-30T01:05:02.553Z | [ host-image] Oct 30 01:05:02.722 INFO O| Oct 30 01:05:02.722 INFO variant opensolaris.imagetype is full; changing to partial |
3428 | 2024-10-30T01:05:02.553Z | [ host-image] Oct 30 01:05:02.722 INFO O| Oct 30 01:05:02.722 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3429 | 2024-10-30T01:05:09.367Z | [ host-image] Oct 30 01:05:09.539 INFO O| Oct 30 01:05:09.539 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3430 | 2024-10-30T01:05:11.116Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.88s |
3431 | 2024-10-30T01:05:12.738Z | [ host-image] Oct 30 01:05:12.911 INFO O| Oct 30 01:05:12.911 INFO O| Startup: Caching catalogs ... Done |
3432 | 2024-10-30T01:05:12.803Z | [ host-image] Oct 30 01:05:12.976 INFO O| Oct 30 01:05:12.976 INFO O| Planning: Planning completed in 0.00 seconds |
3433 | 2024-10-30T01:05:12.805Z | [ host-image] Oct 30 01:05:12.976 INFO O| Oct 30 01:05:12.976 INFO O| Planning: Consolidating action changes ... Done |
3434 | 2024-10-30T01:05:12.805Z | [ host-image] Oct 30 01:05:12.976 INFO O| Oct 30 01:05:12.976 INFO O| Planning: Evaluating mediators ... Done |
3435 | 2024-10-30T01:05:12.805Z | [ host-image] Oct 30 01:05:12.977 INFO O| Oct 30 01:05:12.977 INFO O| Planning: Planning completed in 0.00 seconds |
3436 | 2024-10-30T01:05:12.805Z | [ host-image] Oct 30 01:05:12.977 INFO O| Oct 30 01:05:12.977 INFO O| Variants/Facets to change: 1 |
3437 | 2024-10-30T01:05:12.822Z | [ host-image] Oct 30 01:05:12.994 INFO O| Oct 30 01:05:12.994 INFO O| Done |
3438 | 2024-10-30T01:05:12.826Z | [ host-image] Oct 30 01:05:12.994 INFO O| Oct 30 01:05:12.994 INFO O| Done |
3439 | 2024-10-30T01:05:12.877Z | Oct 30 01:05:13.050 INFO [recovery-package] process exited with exit status: 0 (24.920018893s) |
3440 | 2024-10-30T01:05:12.877Z | Oct 30 01:05:13.050 INFO [recovery-stamp] running task |
3441 | 2024-10-30T01:05:12.879Z | Oct 30 01:05:13.050 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3442 | 2024-10-30T01:05:12.879Z | Oct 30 01:05:13.050 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitf78d2bb4dca |
3443 | 2024-10-30T01:05:12.896Z | Oct 30 01:05:13.069 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+gitf78d2bb4dca |
3444 | 2024-10-30T01:05:12.907Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3445 | 2024-10-30T01:05:12.914Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3446 | 2024-10-30T01:05:12.998Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3447 | 2024-10-30T01:05:13.002Z | Oct 30 01:05:13.175 INFO [stamp-installinator] process exited with exit status: 0 (124.316585ms) |
3448 | 2024-10-30T01:05:13.045Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3449 | 2024-10-30T01:05:13.053Z | Oct 30 01:05:13.221 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.457925ms) |
3450 | 2024-10-30T01:05:13.053Z | Oct 30 01:05:13.222 INFO [recovery-stamp] task succeeded (171.577646ms) |
3451 | 2024-10-30T01:05:13.053Z | Oct 30 01:05:13.222 INFO [recovery-proto] running task |
3452 | 2024-10-30T01:05:13.053Z | Oct 30 01:05:13.222 INFO [tuf-stamp] running task |
3453 | 2024-10-30T01:05:13.053Z | Oct 30 01:05:13.223 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+gitf78d2bb4dca |
3454 | 2024-10-30T01:05:13.068Z | Oct 30 01:05:13.241 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+gitf78d2bb4dca |
3455 | 2024-10-30T01:05:13.083Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3456 | 2024-10-30T01:05:13.086Z | Oct 30 01:05:13.257 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+gitf78d2bb4dca |
3457 | 2024-10-30T01:05:13.098Z | Oct 30 01:05:13.271 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+gitf78d2bb4dca |
3458 | 2024-10-30T01:05:13.107Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3459 | 2024-10-30T01:05:13.110Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3460 | 2024-10-30T01:05:13.113Z | Oct 30 01:05:13.286 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+gitf78d2bb4dca |
3461 | 2024-10-30T01:05:13.130Z | Oct 30 01:05:13.303 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+gitf78d2bb4dca |
3462 | 2024-10-30T01:05:13.151Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3463 | 2024-10-30T01:05:13.154Z | Oct 30 01:05:13.326 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+gitf78d2bb4dca |
3464 | 2024-10-30T01:05:13.184Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3465 | 2024-10-30T01:05:13.184Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3466 | 2024-10-30T01:05:13.187Z | Oct 30 01:05:13.360 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+gitf78d2bb4dca |
3467 | 2024-10-30T01:05:13.256Z | Oct 30 01:05:13.430 INFO [recovery-proto] task succeeded (207.935442ms) |
3468 | 2024-10-30T01:05:13.259Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3469 | 2024-10-30T01:05:13.259Z | Oct 30 01:05:13.432 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+gitf78d2bb4dca |
3470 | 2024-10-30T01:05:13.285Z | Oct 30 01:05:13.458 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/.tmpaVpy3U/proto/recovery/root -N 'recovery f78d2bb/${os_short_commit} 2024-10-30 00:42' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3471 | 2024-10-30T01:05:13.322Z | Oct 30 01:05:13.495 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+gitf78d2bb4dca |
3472 | 2024-10-30T01:05:13.325Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3473 | 2024-10-30T01:05:13.710Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3474 | 2024-10-30T01:05:13.713Z | [ host-image] Oct 30 01:05:13.560 INFO O| Oct 30 01:05:13.560 INFO O| Done |
3475 | 2024-10-30T01:05:13.713Z | [ host-image] Oct 30 01:05:13.625 INFO O| Oct 30 01:05:13.625 INFO O| Done |
3476 | 2024-10-30T01:05:13.713Z | [ recovery-image] Oct 30 01:05:13.579 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3477 | 2024-10-30T01:05:13.713Z | [ host-image] Oct 30 01:05:13.711 INFO O| Oct 30 01:05:13.711 INFO O| Done |
3478 | 2024-10-30T01:05:13.713Z | [ host-image] Oct 30 01:05:13.711 INFO O| Oct 30 01:05:13.711 INFO O| Done |
3479 | 2024-10-30T01:05:13.713Z | [ recovery-image] Oct 30 01:05:13.579 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3480 | 2024-10-30T01:05:13.713Z | [ host-image] Oct 30 01:05:13.713 INFO O| Oct 30 01:05:13.713 INFO O| Done |
3481 | 2024-10-30T01:05:13.713Z | [ recovery-image] Oct 30 01:05:13.595 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaVpy3U/proto/recovery/root" |
3482 | 2024-10-30T01:05:13.713Z | [ recovery-image] Oct 30 01:05:13.596 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3483 | 2024-10-30T01:05:13.713Z | [ recovery-image] Oct 30 01:05:13.596 INFO image builder template: ramdisk-01-os... |
3484 | 2024-10-30T01:05:13.713Z | [ recovery-image] Oct 30 01:05:13.596 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/.tmpaVpy3U/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 |
3485 | 2024-10-30T01:05:13.713Z | [ recovery-image] Oct 30 01:05:13.693 INFO O| Oct 30 01:05:13.624 INFO CREATE DATASET: rpool/images/build/recovery/output |
3486 | 2024-10-30T01:05:13.716Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3487 | 2024-10-30T01:05:13.716Z | Oct 30 01:05:13.890 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+gitf78d2bb4dca |
3488 | 2024-10-30T01:05:13.734Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3489 | 2024-10-30T01:05:13.736Z | Oct 30 01:05:13.908 INFO [stamp-probe] process exited with exit status: 0 (475.848286ms) |
3490 | 2024-10-30T01:05:13.746Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3491 | 2024-10-30T01:05:14.045Z | [ recovery-image] Oct 30 01:05:14.218 INFO O| Oct 30 01:05:14.218 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3492 | 2024-10-30T01:05:14.051Z | [ recovery-image] Oct 30 01:05:14.224 INFO O| Oct 30 01:05:14.224 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3493 | 2024-10-30T01:05:14.255Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3494 | 2024-10-30T01:05:14.319Z | Oct 30 01:05:14.492 INFO [stamp-ntp] process exited with exit status: 0 (602.782721ms) |
3495 | 2024-10-30T01:05:14.395Z | [ host-image] Oct 30 01:05:14.569 INFO O| Oct 30 01:05:14.569 INFO STEP 6 (pkg_change_variant) COMPLETE |
3496 | 2024-10-30T01:05:14.398Z | [ host-image] Oct 30 01:05:14.569 INFO O| Oct 30 01:05:14.569 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3497 | 2024-10-30T01:05:14.398Z | [ host-image] Oct 30 01:05:14.569 INFO O| Oct 30 01:05:14.569 INFO skip step because feature "debug_variant" is not enabled |
3498 | 2024-10-30T01:05:14.398Z | [ host-image] Oct 30 01:05:14.569 INFO O| Oct 30 01:05:14.569 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3499 | 2024-10-30T01:05:14.498Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3500 | 2024-10-30T01:05:14.558Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3501 | 2024-10-30T01:05:14.565Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3502 | 2024-10-30T01:05:14.620Z | Oct 30 01:05:14.794 INFO [stamp-internal-dns] process exited with exit status: 0 (1.570825821s) |
3503 | 2024-10-30T01:05:14.637Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3504 | 2024-10-30T01:05:14.641Z | Oct 30 01:05:14.815 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.511543128s) |
3505 | 2024-10-30T01:05:14.703Z | [ recovery-image] Oct 30 01:05:14.877 INFO O| Oct 30 01:05:14.876 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3506 | 2024-10-30T01:05:14.780Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3507 | 2024-10-30T01:05:14.843Z | Oct 30 01:05:15.016 INFO [stamp-external-dns] process exited with exit status: 0 (1.775219962s) |
3508 | 2024-10-30T01:05:14.850Z | [ recovery-image] Oct 30 01:05:15.024 INFO O| Oct 30 01:05:15.024 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3509 | 2024-10-30T01:05:14.852Z | [ recovery-image] Oct 30 01:05:15.024 INFO O| Oct 30 01:05:15.024 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3510 | 2024-10-30T01:05:14.852Z | [ recovery-image] Oct 30 01:05:15.024 INFO O| Oct 30 01:05:15.024 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3511 | 2024-10-30T01:05:14.853Z | [ recovery-image] Oct 30 01:05:15.024 INFO O| Oct 30 01:05:15.024 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3512 | 2024-10-30T01:05:14.861Z | [ recovery-image] Oct 30 01:05:15.035 INFO O| Oct 30 01:05:15.035 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3513 | 2024-10-30T01:05:14.916Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3514 | 2024-10-30T01:05:14.921Z | Oct 30 01:05:15.095 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.824020781s) |
3515 | 2024-10-30T01:05:14.966Z | [ host-image] Oct 30 01:05:15.140 INFO O| Oct 30 01:05:15.140 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3516 | 2024-10-30T01:05:15.328Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3517 | 2024-10-30T01:05:15.331Z | Oct 30 01:05:15.505 INFO [stamp-oximeter] process exited with exit status: 0 (2.219154164s) |
3518 | 2024-10-30T01:05:15.483Z | [ recovery-image] Oct 30 01:05:15.657 INFO O| Oct 30 01:05:15.657 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3519 | 2024-10-30T01:05:15.497Z | [ recovery-image] Oct 30 01:05:15.671 INFO O| Oct 30 01:05:15.671 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3520 | 2024-10-30T01:05:15.706Z | [ host-image] Oct 30 01:05:15.880 INFO O| Oct 30 01:05:15.880 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3521 | 2024-10-30T01:05:15.708Z | [ host-image] Oct 30 01:05:15.881 INFO O| Oct 30 01:05:15.881 INFO O| Planning: Planning completed in 0.00 seconds |
3522 | 2024-10-30T01:05:15.708Z | [ host-image] Oct 30 01:05:15.882 INFO O| Oct 30 01:05:15.882 INFO O| Planning: Consolidating action changes ... Done |
3523 | 2024-10-30T01:05:15.708Z | [ host-image] Oct 30 01:05:15.882 INFO O| Oct 30 01:05:15.882 INFO O| Planning: Evaluating mediators ... Done |
3524 | 2024-10-30T01:05:15.708Z | [ host-image] Oct 30 01:05:15.883 INFO O| Oct 30 01:05:15.883 INFO O| Planning: Planning completed in 0.00 seconds |
3525 | 2024-10-30T01:05:15.711Z | [ host-image] Oct 30 01:05:15.883 INFO O| Oct 30 01:05:15.883 INFO O| Variants/Facets to change: 1 |
3526 | 2024-10-30T01:05:15.732Z | [ host-image] Oct 30 01:05:15.907 INFO O| Oct 30 01:05:15.906 INFO O| Done |
3527 | 2024-10-30T01:05:15.733Z | [ host-image] Oct 30 01:05:15.907 INFO O| Oct 30 01:05:15.907 INFO O| Done |
3528 | 2024-10-30T01:05:15.944Z | [ recovery-image] Oct 30 01:05:16.118 INFO O| Oct 30 01:05:16.118 INFO O| Caching catalogs ... Done |
3529 | 2024-10-30T01:05:16.058Z | [ recovery-image] Oct 30 01:05:16.232 INFO O| Oct 30 01:05:16.232 INFO STEP 0 (pkg_image_create) COMPLETE |
3530 | 2024-10-30T01:05:16.058Z | [ recovery-image] Oct 30 01:05:16.232 INFO O| Oct 30 01:05:16.232 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3531 | 2024-10-30T01:05:16.058Z | [ recovery-image] Oct 30 01:05:16.232 INFO O| Oct 30 01:05:16.232 INFO skip step because feature "repo_redist" is not enabled |
3532 | 2024-10-30T01:05:16.061Z | [ recovery-image] Oct 30 01:05:16.232 INFO O| Oct 30 01:05:16.232 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3533 | 2024-10-30T01:05:16.074Z | [ recovery-image] Oct 30 01:05:16.249 INFO O| Oct 30 01:05:16.248 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"] |
3534 | 2024-10-30T01:05:16.235Z | [ host-image] Oct 30 01:05:16.408 INFO O| Oct 30 01:05:16.408 INFO O| Done |
3535 | 2024-10-30T01:05:16.297Z | [ host-image] Oct 30 01:05:16.471 INFO O| Oct 30 01:05:16.471 INFO O| Done |
3536 | 2024-10-30T01:05:16.300Z | [ host-image] Oct 30 01:05:16.472 INFO O| Oct 30 01:05:16.472 INFO O| Done |
3537 | 2024-10-30T01:05:16.300Z | [ host-image] Oct 30 01:05:16.472 INFO O| Oct 30 01:05:16.472 INFO O| Done |
3538 | 2024-10-30T01:05:16.300Z | [ host-image] Oct 30 01:05:16.474 INFO O| Oct 30 01:05:16.474 INFO O| Done |
3539 | 2024-10-30T01:05:16.374Z | [ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO STEP 8 (pkg_change_facet) COMPLETE |
3540 | 2024-10-30T01:05:16.374Z | [ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3541 | 2024-10-30T01:05:16.377Z | [ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO skip step because feature "recovery" is not enabled |
3542 | 2024-10-30T01:05:16.377Z | [ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3543 | 2024-10-30T01:05:16.378Z | [ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO skip step because feature "recovery" is not enabled |
3544 | 2024-10-30T01:05:16.378Z | [ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3545 | 2024-10-30T01:05:16.389Z | [ host-image] Oct 30 01:05:16.563 INFO O| Oct 30 01:05:16.563 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"] |
3546 | 2024-10-30T01:05:16.532Z | [ recovery-image] Oct 30 01:05:16.706 INFO O| Oct 30 01:05:16.706 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3547 | 2024-10-30T01:05:16.532Z | [ recovery-image] Oct 30 01:05:16.706 INFO O| Oct 30 01:05:16.706 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-10-30T01:05:16.547Z | [ recovery-image] Oct 30 01:05:16.721 INFO O| Oct 30 01:05:16.721 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"] |
3549 | 2024-10-30T01:05:16.973Z | [ recovery-image] Oct 30 01:05:17.147 INFO O| Oct 30 01:05:17.147 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3550 | 2024-10-30T01:05:16.973Z | [ recovery-image] Oct 30 01:05:17.147 INFO O| Oct 30 01:05:17.147 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-10-30T01:05:16.973Z | [ recovery-image] Oct 30 01:05:17.147 INFO O| Oct 30 01:05:17.147 INFO skip step because feature "repo_redist" is not enabled |
3552 | 2024-10-30T01:05:16.973Z | [ recovery-image] Oct 30 01:05:17.147 INFO O| Oct 30 01:05:17.147 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-10-30T01:05:17.025Z | [ host-image] Oct 30 01:05:17.200 INFO O| Oct 30 01:05:17.200 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3554 | 2024-10-30T01:05:17.396Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3555 | 2024-10-30T01:05:17.399Z | Oct 30 01:05:17.574 INFO [stamp-nexus] process exited with exit status: 0 (4.07853632s) |
3556 | 2024-10-30T01:05:17.401Z | [ recovery-image] Oct 30 01:05:17.576 INFO O| Oct 30 01:05:17.576 INFO variant opensolaris.zone is already global |
3557 | 2024-10-30T01:05:17.401Z | [ recovery-image] Oct 30 01:05:17.576 INFO O| Oct 30 01:05:17.576 INFO STEP 5 (pkg_change_variant) COMPLETE |
3558 | 2024-10-30T01:05:17.402Z | [ recovery-image] Oct 30 01:05:17.576 INFO O| Oct 30 01:05:17.576 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-10-30T01:05:17.808Z | [ recovery-image] Oct 30 01:05:17.983 INFO O| Oct 30 01:05:17.982 INFO variant opensolaris.imagetype is full; changing to partial |
3560 | 2024-10-30T01:05:17.808Z | [ recovery-image] Oct 30 01:05:17.983 INFO O| Oct 30 01:05:17.983 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3561 | 2024-10-30T01:05:18.261Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3562 | 2024-10-30T01:05:18.410Z | [verify-libraries] Compiling polyval v0.6.2 |
3563 | 2024-10-30T01:05:18.428Z | [verify-libraries] Compiling ctr v0.9.2 |
3564 | 2024-10-30T01:05:18.431Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3565 | 2024-10-30T01:05:18.431Z | [verify-libraries] Compiling blowfish v0.9.1 |
3566 | 2024-10-30T01:05:18.434Z | [verify-libraries] Compiling password-hash v0.4.2 |
3567 | 2024-10-30T01:05:18.434Z | [verify-libraries] Compiling matches v0.1.10 |
3568 | 2024-10-30T01:05:18.434Z | [verify-libraries] Compiling p256 v0.13.2 |
3569 | 2024-10-30T01:05:18.532Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3570 | 2024-10-30T01:05:18.538Z | Oct 30 01:05:18.714 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.388226176s) |
3571 | 2024-10-30T01:05:18.838Z | [verify-libraries] Compiling ghash v0.5.1 |
3572 | 2024-10-30T01:05:18.960Z | [verify-libraries] Compiling idna v0.2.3 |
3573 | 2024-10-30T01:05:19.068Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3574 | 2024-10-30T01:05:19.314Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3575 | 2024-10-30T01:05:19.408Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3576 | 2024-10-30T01:05:19.670Z | [verify-libraries] Compiling p521 v0.13.3 |
3577 | 2024-10-30T01:05:19.843Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3578 | 2024-10-30T01:05:20.135Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3579 | 2024-10-30T01:05:20.679Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3580 | 2024-10-30T01:05:20.837Z | [verify-libraries] Compiling md5 v0.7.0 |
3581 | 2024-10-30T01:05:21.405Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3582 | 2024-10-30T01:05:21.468Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3583 | 2024-10-30T01:05:21.878Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3584 | 2024-10-30T01:05:21.968Z | [verify-libraries] Compiling des v0.8.1 |
3585 | 2024-10-30T01:05:22.832Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3586 | 2024-10-30T01:05:23.358Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3587 | 2024-10-30T01:05:23.625Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3588 | 2024-10-30T01:05:24.087Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3589 | 2024-10-30T01:05:24.149Z | Oct 30 01:05:24.326 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.069304799s) |
3590 | 2024-10-30T01:05:24.703Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3591 | 2024-10-30T01:05:24.938Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3592 | 2024-10-30T01:05:25.007Z | Oct 30 01:05:25.185 INFO [stamp-clickhouse] process exited with exit status: 0 (11.825006129s) |
3593 | 2024-10-30T01:05:25.007Z | Oct 30 01:05:25.185 INFO [tuf-stamp] task succeeded (11.963130913s) |
3594 | 2024-10-30T01:05:25.734Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3595 | 2024-10-30T01:05:26.624Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3596 | 2024-10-30T01:05:27.120Z | [verify-libraries] Compiling heck v0.4.1 |
3597 | 2024-10-30T01:05:28.705Z | [ recovery-image] Oct 30 01:05:28.883 INFO O| Oct 30 01:05:28.883 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3598 | 2024-10-30T01:05:28.709Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3599 | 2024-10-30T01:05:32.614Z | [verify-libraries] Compiling russh v0.45.0 |
3600 | 2024-10-30T01:05:32.757Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3601 | 2024-10-30T01:05:35.949Z | [ recovery-image] Oct 30 01:05:36.130 INFO O| Oct 30 01:05:36.130 INFO O| Startup: Caching catalogs ... Done |
3602 | 2024-10-30T01:05:36.061Z | [ recovery-image] Oct 30 01:05:36.242 INFO O| Oct 30 01:05:36.242 INFO O| Planning: Planning completed in 0.00 seconds |
3603 | 2024-10-30T01:05:36.064Z | [ recovery-image] Oct 30 01:05:36.243 INFO O| Oct 30 01:05:36.243 INFO O| Planning: Consolidating action changes ... Done |
3604 | 2024-10-30T01:05:36.064Z | [ recovery-image] Oct 30 01:05:36.243 INFO O| Oct 30 01:05:36.243 INFO O| Planning: Evaluating mediators ... Done |
3605 | 2024-10-30T01:05:36.064Z | [ recovery-image] Oct 30 01:05:36.243 INFO O| Oct 30 01:05:36.243 INFO O| Planning: Planning completed in 0.00 seconds |
3606 | 2024-10-30T01:05:36.064Z | [ recovery-image] Oct 30 01:05:36.245 INFO O| Oct 30 01:05:36.245 INFO O| Variants/Facets to change: 1 |
3607 | 2024-10-30T01:05:36.153Z | [ recovery-image] Oct 30 01:05:36.334 INFO O| Oct 30 01:05:36.334 INFO O| Done |
3608 | 2024-10-30T01:05:36.153Z | [ recovery-image] Oct 30 01:05:36.334 INFO O| Oct 30 01:05:36.334 INFO O| Done |
3609 | 2024-10-30T01:05:36.969Z | [ recovery-image] Oct 30 01:05:37.151 INFO O| Oct 30 01:05:37.151 INFO O| Done |
3610 | 2024-10-30T01:05:37.033Z | [ recovery-image] Oct 30 01:05:37.215 INFO O| Oct 30 01:05:37.215 INFO O| Done |
3611 | 2024-10-30T01:05:37.036Z | [ recovery-image] Oct 30 01:05:37.217 INFO O| Oct 30 01:05:37.217 INFO O| Done |
3612 | 2024-10-30T01:05:37.036Z | [ recovery-image] Oct 30 01:05:37.217 INFO O| Oct 30 01:05:37.217 INFO O| Done |
3613 | 2024-10-30T01:05:37.039Z | [ recovery-image] Oct 30 01:05:37.219 INFO O| Oct 30 01:05:37.219 INFO O| Done |
3614 | 2024-10-30T01:05:37.710Z | [ recovery-image] Oct 30 01:05:37.892 INFO O| Oct 30 01:05:37.892 INFO STEP 6 (pkg_change_variant) COMPLETE |
3615 | 2024-10-30T01:05:37.711Z | [ recovery-image] Oct 30 01:05:37.892 INFO O| Oct 30 01:05:37.892 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3616 | 2024-10-30T01:05:37.714Z | [ recovery-image] Oct 30 01:05:37.892 INFO O| Oct 30 01:05:37.892 INFO skip step because feature "debug_variant" is not enabled |
3617 | 2024-10-30T01:05:37.714Z | [ recovery-image] Oct 30 01:05:37.892 INFO O| Oct 30 01:05:37.892 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3618 | 2024-10-30T01:05:38.496Z | [ recovery-image] Oct 30 01:05:38.678 INFO O| Oct 30 01:05:38.678 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3619 | 2024-10-30T01:05:39.617Z | [ recovery-image] Oct 30 01:05:39.800 INFO O| Oct 30 01:05:39.800 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3620 | 2024-10-30T01:05:39.620Z | [ recovery-image] Oct 30 01:05:39.802 INFO O| Oct 30 01:05:39.802 INFO O| Planning: Planning completed in 0.00 seconds |
3621 | 2024-10-30T01:05:39.623Z | [ recovery-image] Oct 30 01:05:39.803 INFO O| Oct 30 01:05:39.803 INFO O| Planning: Consolidating action changes ... Done |
3622 | 2024-10-30T01:05:39.623Z | [ recovery-image] Oct 30 01:05:39.803 INFO O| Oct 30 01:05:39.803 INFO O| Planning: Evaluating mediators ... Done |
3623 | 2024-10-30T01:05:39.623Z | [ recovery-image] Oct 30 01:05:39.804 INFO O| Oct 30 01:05:39.804 INFO O| Planning: Planning completed in 0.00 seconds |
3624 | 2024-10-30T01:05:39.623Z | [ recovery-image] Oct 30 01:05:39.805 INFO O| Oct 30 01:05:39.804 INFO O| Variants/Facets to change: 1 |
3625 | 2024-10-30T01:05:39.666Z | [ recovery-image] Oct 30 01:05:39.849 INFO O| Oct 30 01:05:39.849 INFO O| Done |
3626 | 2024-10-30T01:05:39.666Z | [ recovery-image] Oct 30 01:05:39.849 INFO O| Oct 30 01:05:39.849 INFO O| Done |
3627 | 2024-10-30T01:05:40.198Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3628 | 2024-10-30T01:05:40.425Z | [ recovery-image] Oct 30 01:05:40.608 INFO O| Oct 30 01:05:40.608 INFO O| Done |
3629 | 2024-10-30T01:05:40.533Z | [ recovery-image] Oct 30 01:05:40.716 INFO O| Oct 30 01:05:40.715 INFO O| Done |
3630 | 2024-10-30T01:05:40.536Z | [ recovery-image] Oct 30 01:05:40.717 INFO O| Oct 30 01:05:40.716 INFO O| Done |
3631 | 2024-10-30T01:05:40.536Z | [ recovery-image] Oct 30 01:05:40.717 INFO O| Oct 30 01:05:40.717 INFO O| Done |
3632 | 2024-10-30T01:05:40.536Z | [ recovery-image] Oct 30 01:05:40.718 INFO O| Oct 30 01:05:40.718 INFO O| Done |
3633 | 2024-10-30T01:05:40.652Z | [ recovery-image] Oct 30 01:05:40.835 INFO O| Oct 30 01:05:40.834 INFO STEP 8 (pkg_change_facet) COMPLETE |
3634 | 2024-10-30T01:05:40.652Z | [ recovery-image] Oct 30 01:05:40.835 INFO O| Oct 30 01:05:40.835 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3635 | 2024-10-30T01:05:41.428Z | [ recovery-image] Oct 30 01:05:41.611 INFO O| Oct 30 01:05:41.611 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3636 | 2024-10-30T01:05:41.749Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3637 | 2024-10-30T01:05:42.347Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3638 | 2024-10-30T01:05:42.638Z | [ recovery-image] Oct 30 01:05:42.822 INFO O| Oct 30 01:05:42.821 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3639 | 2024-10-30T01:05:42.641Z | [ recovery-image] Oct 30 01:05:42.824 INFO O| Oct 30 01:05:42.824 INFO O| Planning: Planning completed in 0.00 seconds |
3640 | 2024-10-30T01:05:42.641Z | [ recovery-image] Oct 30 01:05:42.824 INFO O| Oct 30 01:05:42.824 INFO O| Planning: Consolidating action changes ... Done |
3641 | 2024-10-30T01:05:42.641Z | [ recovery-image] Oct 30 01:05:42.825 INFO O| Oct 30 01:05:42.825 INFO O| Planning: Evaluating mediators ... Done |
3642 | 2024-10-30T01:05:42.644Z | [ recovery-image] Oct 30 01:05:42.825 INFO O| Oct 30 01:05:42.825 INFO O| Planning: Planning completed in 0.00 seconds |
3643 | 2024-10-30T01:05:42.644Z | [ recovery-image] Oct 30 01:05:42.825 INFO O| Oct 30 01:05:42.825 INFO O| Variants/Facets to change: 1 |
3644 | 2024-10-30T01:05:42.692Z | [ recovery-image] Oct 30 01:05:42.875 INFO O| Oct 30 01:05:42.875 INFO O| Done |
3645 | 2024-10-30T01:05:42.694Z | [ recovery-image] Oct 30 01:05:42.875 INFO O| Oct 30 01:05:42.875 INFO O| Done |
3646 | 2024-10-30T01:05:42.797Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3647 | 2024-10-30T01:05:43.290Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3648 | 2024-10-30T01:05:43.380Z | [ recovery-image] Oct 30 01:05:43.563 INFO O| Oct 30 01:05:43.563 INFO O| Done |
3649 | 2024-10-30T01:05:43.452Z | [ recovery-image] Oct 30 01:05:43.635 INFO O| Oct 30 01:05:43.635 INFO O| Done |
3650 | 2024-10-30T01:05:43.454Z | [ recovery-image] Oct 30 01:05:43.635 INFO O| Oct 30 01:05:43.635 INFO O| Done |
3651 | 2024-10-30T01:05:43.454Z | [ recovery-image] Oct 30 01:05:43.636 INFO O| Oct 30 01:05:43.636 INFO O| Done |
3652 | 2024-10-30T01:05:43.454Z | [ recovery-image] Oct 30 01:05:43.637 INFO O| Oct 30 01:05:43.637 INFO O| Done |
3653 | 2024-10-30T01:05:43.544Z | [ recovery-image] Oct 30 01:05:43.728 INFO O| Oct 30 01:05:43.728 INFO STEP 9 (pkg_change_facet) COMPLETE |
3654 | 2024-10-30T01:05:43.544Z | [ recovery-image] Oct 30 01:05:43.728 INFO O| Oct 30 01:05:43.728 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3655 | 2024-10-30T01:05:44.037Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3656 | 2024-10-30T01:05:44.088Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3657 | 2024-10-30T01:05:44.162Z | [ recovery-image] Oct 30 01:05:44.346 INFO O| Oct 30 01:05:44.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3658 | 2024-10-30T01:05:45.208Z | [ recovery-image] Oct 30 01:05:45.392 INFO O| Oct 30 01:05:45.392 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3659 | 2024-10-30T01:05:45.210Z | [ recovery-image] Oct 30 01:05:45.395 INFO O| Oct 30 01:05:45.394 INFO O| Planning: Planning completed in 0.00 seconds |
3660 | 2024-10-30T01:05:45.213Z | [ recovery-image] Oct 30 01:05:45.396 INFO O| Oct 30 01:05:45.396 INFO O| Planning: Consolidating action changes ... Done |
3661 | 2024-10-30T01:05:45.214Z | [ recovery-image] Oct 30 01:05:45.396 INFO O| Oct 30 01:05:45.396 INFO O| Planning: Evaluating mediators ... Done |
3662 | 2024-10-30T01:05:45.214Z | [ recovery-image] Oct 30 01:05:45.397 INFO O| Oct 30 01:05:45.397 INFO O| Planning: Planning completed in 0.00 seconds |
3663 | 2024-10-30T01:05:45.214Z | [ recovery-image] Oct 30 01:05:45.397 INFO O| Oct 30 01:05:45.397 INFO O| Variants/Facets to change: 1 |
3664 | 2024-10-30T01:05:45.300Z | [ recovery-image] Oct 30 01:05:45.485 INFO O| Oct 30 01:05:45.485 INFO O| Done |
3665 | 2024-10-30T01:05:45.301Z | [ recovery-image] Oct 30 01:05:45.485 INFO O| Oct 30 01:05:45.485 INFO O| Done |
3666 | 2024-10-30T01:05:45.782Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3667 | 2024-10-30T01:05:45.940Z | [ recovery-image] Oct 30 01:05:46.125 INFO O| Oct 30 01:05:46.124 INFO O| Done |
3668 | 2024-10-30T01:05:46.036Z | [ recovery-image] Oct 30 01:05:46.221 INFO O| Oct 30 01:05:46.220 INFO O| Done |
3669 | 2024-10-30T01:05:46.039Z | [ recovery-image] Oct 30 01:05:46.221 INFO O| Oct 30 01:05:46.221 INFO O| Done |
3670 | 2024-10-30T01:05:46.039Z | [ recovery-image] Oct 30 01:05:46.222 INFO O| Oct 30 01:05:46.222 INFO O| Done |
3671 | 2024-10-30T01:05:46.039Z | [ recovery-image] Oct 30 01:05:46.224 INFO O| Oct 30 01:05:46.224 INFO O| Done |
3672 | 2024-10-30T01:05:46.139Z | [ recovery-image] Oct 30 01:05:46.324 INFO O| Oct 30 01:05:46.324 INFO STEP 10 (pkg_change_facet) COMPLETE |
3673 | 2024-10-30T01:05:46.139Z | [ recovery-image] Oct 30 01:05:46.324 INFO O| Oct 30 01:05:46.324 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3674 | 2024-10-30T01:05:46.159Z | [ recovery-image] Oct 30 01:05:46.343 INFO O| Oct 30 01:05:46.343 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"] |
3675 | 2024-10-30T01:05:47.123Z | [ recovery-image] Oct 30 01:05:47.307 INFO O| Oct 30 01:05:47.307 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3676 | 2024-10-30T01:05:50.409Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3677 | 2024-10-30T01:05:54.615Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3678 | 2024-10-30T01:05:57.320Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3679 | 2024-10-30T01:06:01.991Z | [verify-libraries] Compiling termios v0.3.3 |
3680 | 2024-10-30T01:06:02.412Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3681 | 2024-10-30T01:06:08.777Z | [ host-image] Oct 30 01:06:08.970 INFO O| Oct 30 01:06:08.970 INFO O| Planning: Solver setup ... Done |
3682 | 2024-10-30T01:06:22.747Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3683 | 2024-10-30T01:06:37.310Z | [ recovery-image] Oct 30 01:06:37.513 INFO O| Oct 30 01:06:37.513 INFO O| Planning: Solver setup ... Done |
3684 | 2024-10-30T01:07:05.022Z | [ host-image] Oct 30 01:07:05.235 INFO O| Oct 30 01:07:05.235 INFO O| Planning: Running solver ... Done |
3685 | 2024-10-30T01:07:05.554Z | [ host-image] Oct 30 01:07:05.751 INFO O| Oct 30 01:07:05.751 INFO O| Planning: Finding local manifests ... Done |
3686 | 2024-10-30T01:07:05.567Z | [ host-image] Oct 30 01:07:05.764 INFO O| Oct 30 01:07:05.764 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3687 | 2024-10-30T01:07:10.307Z | [ host-image] Oct 30 01:07:10.521 INFO O| Oct 30 01:07:10.521 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3688 | 2024-10-30T01:07:11.394Z | [ host-image] Oct 30 01:07:11.608 INFO O| Oct 30 01:07:11.608 INFO O| Planning: Package planning ... Done |
3689 | 2024-10-30T01:07:12.948Z | [ host-image] Oct 30 01:07:13.160 INFO O| Oct 30 01:07:13.160 INFO O| Planning: Merging actions ... Done |
3690 | 2024-10-30T01:07:13.227Z | [ host-image] Oct 30 01:07:13.443 INFO O| Oct 30 01:07:13.443 INFO O| Planning: Checking for conflicting actions ... Done |
3691 | 2024-10-30T01:07:13.555Z | [ host-image] Oct 30 01:07:13.771 INFO O| Oct 30 01:07:13.770 INFO O| Planning: Consolidating action changes ... Done |
3692 | 2024-10-30T01:07:14.323Z | [ host-image] Oct 30 01:07:14.539 INFO O| Oct 30 01:07:14.539 INFO O| Planning: Evaluating mediators ... Done |
3693 | 2024-10-30T01:07:15.812Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3694 | 2024-10-30T01:07:20.835Z | [ host-image] Oct 30 01:07:21.053 INFO O| Oct 30 01:07:21.053 INFO O| Planning: Planning completed in 123.85 seconds |
3695 | 2024-10-30T01:07:20.842Z | [ host-image] Oct 30 01:07:21.060 INFO O| Oct 30 01:07:21.060 INFO O| Packages to install: 124 |
3696 | 2024-10-30T01:07:20.842Z | [ host-image] Oct 30 01:07:21.060 INFO O| Oct 30 01:07:21.060 INFO O| Mediators to change: 4 |
3697 | 2024-10-30T01:07:20.845Z | [ host-image] Oct 30 01:07:21.060 INFO O| Oct 30 01:07:21.060 INFO O| Services to change: 6 |
3698 | 2024-10-30T01:07:20.964Z | [ host-image] Oct 30 01:07:21.182 INFO O| Oct 30 01:07:21.182 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete |
3699 | 2024-10-30T01:07:25.972Z | [ host-image] Oct 30 01:07:26.192 INFO O| Oct 30 01:07:26.191 INFO O| Download: 516/22744 items 3.3/199.4MB 1% complete (706k/s) |
3700 | 2024-10-30T01:07:27.544Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3701 | 2024-10-30T01:07:27.658Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3702 | 2024-10-30T01:07:31.497Z | [ recovery-image] Oct 30 01:07:31.719 INFO O| Oct 30 01:07:31.719 INFO O| Planning: Running solver ... Done |
3703 | 2024-10-30T01:07:31.944Z | [ recovery-image] Oct 30 01:07:32.166 INFO O| Oct 30 01:07:32.166 INFO O| Planning: Finding local manifests ... Done |
3704 | 2024-10-30T01:07:31.961Z | [ recovery-image] Oct 30 01:07:32.183 INFO O| Oct 30 01:07:32.183 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3705 | 2024-10-30T01:07:33.090Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3706 | 2024-10-30T01:07:33.545Z | [ host-image] Oct 30 01:07:33.764 INFO O| Oct 30 01:07:33.764 INFO O| Download: 1020/22744 items 6.1/199.4MB 3% complete (728k/s) |
3707 | 2024-10-30T01:07:37.203Z | [ recovery-image] Oct 30 01:07:37.427 INFO O| Oct 30 01:07:37.427 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3708 | 2024-10-30T01:07:38.207Z | [ recovery-image] Oct 30 01:07:38.431 INFO O| Oct 30 01:07:38.431 INFO O| Planning: Package planning ... Done |
3709 | 2024-10-30T01:07:38.958Z | [ recovery-image] Oct 30 01:07:39.182 INFO O| Oct 30 01:07:39.182 INFO O| Planning: Merging actions ... Done |
3710 | 2024-10-30T01:07:39.146Z | [ recovery-image] Oct 30 01:07:39.370 INFO O| Oct 30 01:07:39.370 INFO O| Planning: Checking for conflicting actions ... Done |
3711 | 2024-10-30T01:07:39.290Z | [ recovery-image] Oct 30 01:07:39.514 INFO O| Oct 30 01:07:39.514 INFO O| Planning: Consolidating action changes ... Done |
3712 | 2024-10-30T01:07:39.644Z | [ recovery-image] Oct 30 01:07:39.868 INFO O| Oct 30 01:07:39.868 INFO O| Planning: Evaluating mediators ... Done |
3713 | 2024-10-30T01:07:39.723Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3714 | 2024-10-30T01:07:45.551Z | [ recovery-image] Oct 30 01:07:45.777 INFO O| Oct 30 01:07:45.777 INFO O| Planning: Planning completed in 118.47 seconds |
3715 | 2024-10-30T01:07:45.557Z | [ recovery-image] Oct 30 01:07:45.784 INFO O| Oct 30 01:07:45.784 INFO O| Packages to install: 124 |
3716 | 2024-10-30T01:07:45.557Z | [ recovery-image] Oct 30 01:07:45.784 INFO O| Oct 30 01:07:45.784 INFO O| Mediators to change: 4 |
3717 | 2024-10-30T01:07:45.560Z | [ recovery-image] Oct 30 01:07:45.784 INFO O| Oct 30 01:07:45.784 INFO O| Services to change: 5 |
3718 | 2024-10-30T01:07:45.635Z | [ recovery-image] Oct 30 01:07:45.861 INFO O| Oct 30 01:07:45.861 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete |
3719 | 2024-10-30T01:07:46.336Z | [ host-image] Oct 30 01:07:46.563 INFO O| Oct 30 01:07:46.563 INFO O| Download: 1021/22744 items 6.1/199.4MB 3% complete |
3720 | 2024-10-30T01:07:50.835Z | [ recovery-image] Oct 30 01:07:51.047 INFO O| Oct 30 01:07:51.047 INFO O| Download: 1002/15846 items 7.8/176.2MB 4% complete (1.6M/s) |
3721 | 2024-10-30T01:07:51.334Z | [ host-image] Oct 30 01:07:51.563 INFO O| Oct 30 01:07:51.563 INFO O| Download: 1598/22744 items 9.6/199.4MB 4% complete (719k/s) |
3722 | 2024-10-30T01:07:56.506Z | [ host-image] Oct 30 01:07:56.736 INFO O| Oct 30 01:07:56.736 INFO O| Download: 1793/22744 items 13.2/199.4MB 6% complete (675k/s) |
3723 | 2024-10-30T01:07:59.745Z | [ recovery-image] Oct 30 01:07:59.977 INFO O| Oct 30 01:07:59.977 INFO O| Download: 1109/15846 items 9.5/176.2MB 5% complete (1.2M/s) |
3724 | 2024-10-30T01:08:01.532Z | [ host-image] Oct 30 01:08:01.764 INFO O| Oct 30 01:08:01.764 INFO O| Download: 2111/22744 items 23.5/199.4MB 11% complete (1.4M/s) |
3725 | 2024-10-30T01:08:02.122Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3726 | 2024-10-30T01:08:04.746Z | [ recovery-image] Oct 30 01:08:04.979 INFO O| Oct 30 01:08:04.979 INFO O| Download: 1430/15846 items 21.4/176.2MB 12% complete (1.2M/s) |
3727 | 2024-10-30T01:08:06.754Z | [ host-image] Oct 30 01:08:06.987 INFO O| Oct 30 01:08:06.987 INFO O| Download: 2288/22744 items 26.4/199.4MB 13% complete (1.4M/s) |
3728 | 2024-10-30T01:08:07.582Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3729 | 2024-10-30T01:08:10.469Z | [ recovery-image] Oct 30 01:08:10.704 INFO O| Oct 30 01:08:10.704 INFO O| Download: 1564/15846 items 23.1/176.2MB 13% complete (1.4M/s) |
3730 | 2024-10-30T01:08:13.495Z | [ host-image] Oct 30 01:08:13.732 INFO O| Oct 30 01:08:13.732 INFO O| Download: 2455/22744 items 28.2/199.4MB 14% complete (904k/s) |
3731 | 2024-10-30T01:08:15.468Z | [ recovery-image] Oct 30 01:08:15.704 INFO O| Oct 30 01:08:15.704 INFO O| Download: 2187/15846 items 31.2/176.2MB 17% complete (1002k/s) |
3732 | 2024-10-30T01:08:18.493Z | [ host-image] Oct 30 01:08:18.732 INFO O| Oct 30 01:08:18.732 INFO O| Download: 3334/22744 items 34.2/199.4MB 17% complete (628k/s) |
3733 | 2024-10-30T01:08:20.468Z | [ recovery-image] Oct 30 01:08:20.707 INFO O| Oct 30 01:08:20.707 INFO O| Download: 3188/15846 items 37.5/176.2MB 21% complete (1.5M/s) |
3734 | 2024-10-30T01:08:23.492Z | [ host-image] Oct 30 01:08:23.732 INFO O| Oct 30 01:08:23.732 INFO O| Download: 4020/22744 items 40.2/199.4MB 20% complete (1.2M/s) |
3735 | 2024-10-30T01:08:25.475Z | [ recovery-image] Oct 30 01:08:25.716 INFO O| Oct 30 01:08:25.716 INFO O| Download: 3681/15846 items 40.1/176.2MB 22% complete (1.1M/s) |
3736 | 2024-10-30T01:08:29.188Z | [ host-image] Oct 30 01:08:29.430 INFO O| Oct 30 01:08:29.430 INFO O| Download: 4658/22744 items 43.2/199.4MB 21% complete (914k/s) |
3737 | 2024-10-30T01:08:30.475Z | [ recovery-image] Oct 30 01:08:30.716 INFO O| Oct 30 01:08:30.716 INFO O| Download: 4784/15846 items 43.0/176.2MB 24% complete (566k/s) |
3738 | 2024-10-30T01:08:34.203Z | [ host-image] Oct 30 01:08:34.446 INFO O| Oct 30 01:08:34.446 INFO O| Download: 5469/22744 items 46.1/199.4MB 23% complete (551k/s) |
3739 | 2024-10-30T01:08:35.569Z | [ recovery-image] Oct 30 01:08:35.813 INFO O| Oct 30 01:08:35.813 INFO O| Download: 5664/15846 items 44.5/176.2MB 25% complete (425k/s) |
3740 | 2024-10-30T01:08:39.203Z | [ host-image] Oct 30 01:08:39.449 INFO O| Oct 30 01:08:39.449 INFO O| Download: 6248/22744 items 46.6/199.4MB 23% complete (339k/s) |
3741 | 2024-10-30T01:08:41.366Z | [ recovery-image] Oct 30 01:08:41.612 INFO O| Oct 30 01:08:41.612 INFO O| Download: 5948/15846 items 53.6/176.2MB 30% complete (1.0M/s) |
3742 | 2024-10-30T01:08:44.203Z | [ host-image] Oct 30 01:08:44.451 INFO O| Oct 30 01:08:44.451 INFO O| Download: 7394/22744 items 55.3/199.4MB 27% complete (934k/s) |
3743 | 2024-10-30T01:08:46.366Z | [ recovery-image] Oct 30 01:08:46.614 INFO O| Oct 30 01:08:46.614 INFO O| Download: 6230/15846 items 62.3/176.2MB 35% complete (1.6M/s) |
3744 | 2024-10-30T01:08:49.202Z | [ host-image] Oct 30 01:08:49.451 INFO O| Oct 30 01:08:49.451 INFO O| Download: 8098/22744 items 60.7/199.4MB 30% complete (1.4M/s) |
3745 | 2024-10-30T01:08:51.518Z | [ recovery-image] Oct 30 01:08:51.766 INFO O| Oct 30 01:08:51.766 INFO O| Download: 7625/15846 items 73.7/176.2MB 41% complete (2.0M/s) |
3746 | 2024-10-30T01:08:54.221Z | [ host-image] Oct 30 01:08:54.471 INFO O| Oct 30 01:08:54.471 INFO O| Download: 8613/22744 items 70.4/199.4MB 35% complete (1.5M/s) |
3747 | 2024-10-30T01:08:56.660Z | [ recovery-image] Oct 30 01:08:56.912 INFO O| Oct 30 01:08:56.912 INFO O| Download: 7961/15846 items 78.7/176.2MB 44% complete (1.6M/s) |
3748 | 2024-10-30T01:08:59.240Z | [ host-image] Oct 30 01:08:59.493 INFO O| Oct 30 01:08:59.493 INFO O| Download: 9641/22744 items 83.4/199.4MB 41% complete (2.3M/s) |
3749 | 2024-10-30T01:09:02.105Z | [ recovery-image] Oct 30 01:09:02.358 INFO O| Oct 30 01:09:02.358 INFO O| Download: 8661/15846 items 81.5/176.2MB 46% complete (764k/s) |
3750 | 2024-10-30T01:09:04.273Z | [ host-image] Oct 30 01:09:04.527 INFO O| Oct 30 01:09:04.527 INFO O| Download: 10847/22744 items 90.0/199.4MB 45% complete (2.0M/s) |
3751 | 2024-10-30T01:09:07.103Z | [ recovery-image] Oct 30 01:09:07.358 INFO O| Oct 30 01:09:07.358 INFO O| Download: 8829/15846 items 91.8/176.2MB 52% complete (1.3M/s) |
3752 | 2024-10-30T01:09:09.520Z | [ host-image] Oct 30 01:09:09.775 INFO O| Oct 30 01:09:09.775 INFO O| Download: 11240/22744 items 94.2/199.4MB 47% complete (1.1M/s) |
3753 | 2024-10-30T01:09:12.112Z | [ recovery-image] Oct 30 01:09:12.369 INFO O| Oct 30 01:09:12.369 INFO O| Download: 9299/15846 items 92.8/176.2MB 52% complete (1.1M/s) |
3754 | 2024-10-30T01:09:15.212Z | [ host-image] Oct 30 01:09:15.470 INFO O| Oct 30 01:09:15.470 INFO O| Download: 11979/22744 items 98.2/199.4MB 49% complete (781k/s) |
3755 | 2024-10-30T01:09:17.282Z | [ recovery-image] Oct 30 01:09:17.541 INFO O| Oct 30 01:09:17.540 INFO O| Download: 10538/15846 items 93.4/176.2MB 53% complete (196k/s) |
3756 | 2024-10-30T01:09:20.403Z | [ host-image] Oct 30 01:09:20.663 INFO O| Oct 30 01:09:20.663 INFO O| Download: 12171/22744 items 108.1/199.4MB 54% complete (1.3M/s) |
3757 | 2024-10-30T01:09:23.087Z | [ recovery-image] Oct 30 01:09:23.348 INFO O| Oct 30 01:09:23.348 INFO O| Download: 11095/15846 items 99.6/176.2MB 56% complete (661k/s) |
3758 | 2024-10-30T01:09:25.412Z | [ host-image] Oct 30 01:09:25.674 INFO O| Oct 30 01:09:25.674 INFO O| Download: 13363/22744 items 110.0/199.4MB 55% complete (1.2M/s) |
3759 | 2024-10-30T01:09:28.112Z | [ recovery-image] Oct 30 01:09:28.374 INFO O| Oct 30 01:09:28.374 INFO O| Download: 11494/15846 items 109.5/176.2MB 62% complete (1.5M/s) |
3760 | 2024-10-30T01:09:34.463Z | [ host-image] Oct 30 01:09:30.701 INFO O| Oct 30 01:09:30.701 INFO O| Download: 14269/22744 items 110.7/199.4MB 55% complete (360k/s) |
3761 | 2024-10-30T01:09:34.540Z | [ recovery-image] Oct 30 01:09:33.530 INFO O| Oct 30 01:09:33.530 INFO O| Download: 11995/15846 items 139.9/176.2MB 79% complete (4.4M/s) |
3762 | 2024-10-30T01:09:35.441Z | [ host-image] Oct 30 01:09:35.706 INFO O| Oct 30 01:09:35.706 INFO O| Download: 14815/22744 items 120.3/199.4MB 60% complete (1.0M/s) |
3763 | 2024-10-30T01:09:38.268Z | [ recovery-image] Oct 30 01:09:38.534 INFO O| Oct 30 01:09:38.534 INFO O| Download: 12821/15846 items 142.9/176.2MB 81% complete (3.3M/s) |
3764 | 2024-10-30T01:09:40.443Z | [ host-image] Oct 30 01:09:40.710 INFO O| Oct 30 01:09:40.710 INFO O| Download: 15602/22744 items 125.8/199.4MB 63% complete (1.5M/s) |
3765 | 2024-10-30T01:09:43.419Z | [ recovery-image] Oct 30 01:09:43.687 INFO O| Oct 30 01:09:43.687 INFO O| Download: 13749/15846 items 146.2/176.2MB 82% complete (670k/s) |
3766 | 2024-10-30T01:09:45.462Z | [ host-image] Oct 30 01:09:45.731 INFO O| Oct 30 01:09:45.731 INFO O| Download: 16230/22744 items 134.1/199.4MB 67% complete (1.4M/s) |
3767 | 2024-10-30T01:09:48.511Z | [ recovery-image] Oct 30 01:09:48.780 INFO O| Oct 30 01:09:48.780 INFO O| Download: 14661/15846 items 150.5/176.2MB 85% complete (744k/s) |
3768 | 2024-10-30T01:09:50.476Z | [ host-image] Oct 30 01:09:50.746 INFO O| Oct 30 01:09:50.746 INFO O| Download: 17227/22744 items 145.1/199.4MB 72% complete (1.9M/s) |
3769 | 2024-10-30T01:09:53.527Z | [ recovery-image] Oct 30 01:09:53.799 INFO O| Oct 30 01:09:53.799 INFO O| Download: 14909/15846 items 157.2/176.2MB 89% complete (1.1M/s) |
3770 | 2024-10-30T01:09:55.511Z | [ host-image] Oct 30 01:09:55.783 INFO O| Oct 30 01:09:55.783 INFO O| Download: 17923/22744 items 161.1/199.4MB 80% complete (2.6M/s) |
3771 | 2024-10-30T01:09:58.553Z | [ recovery-image] Oct 30 01:09:58.826 INFO O| Oct 30 01:09:58.826 INFO O| Download: 15560/15846 items 169.1/176.2MB 95% complete (1.9M/s) |
3772 | 2024-10-30T01:10:00.509Z | [ host-image] Oct 30 01:10:00.783 INFO O| Oct 30 01:10:00.783 INFO O| Download: 18960/22744 items 165.5/199.4MB 82% complete (2.0M/s) |
3773 | 2024-10-30T01:10:03.656Z | [ recovery-image] Oct 30 01:10:03.932 INFO O| Oct 30 01:10:03.931 INFO O| Download: 15844/15846 items 175.8/176.2MB 99% complete (1.9M/s) |
3774 | 2024-10-30T01:10:03.673Z | [ recovery-image] Oct 30 01:10:03.948 INFO O| Oct 30 01:10:03.948 INFO O| Download: Completed 176.18 MB in 138.09 seconds (1.3M/s) |
3775 | 2024-10-30T01:10:04.655Z | [ recovery-image] Oct 30 01:10:04.931 INFO O| Oct 30 01:10:04.931 INFO O| Actions: 1/25012 actions (Installing new actions) |
3776 | 2024-10-30T01:10:05.508Z | [ host-image] Oct 30 01:10:05.784 INFO O| Oct 30 01:10:05.783 INFO O| Download: 19984/22744 items 168.9/199.4MB 84% complete (815k/s) |
3777 | 2024-10-30T01:10:09.654Z | [ recovery-image] Oct 30 01:10:09.932 INFO O| Oct 30 01:10:09.932 INFO O| Actions: 8944/25012 actions (Installing new actions) |
3778 | 2024-10-30T01:10:10.527Z | [ host-image] Oct 30 01:10:10.803 INFO O| Oct 30 01:10:10.803 INFO O| Download: 20821/22744 items 178.1/199.4MB 89% complete (1.2M/s) |
3779 | 2024-10-30T01:10:14.687Z | [ recovery-image] Oct 30 01:10:14.935 INFO O| Oct 30 01:10:14.935 INFO O| Actions: 14748/25012 actions (Installing new actions) |
3780 | 2024-10-30T01:10:15.901Z | [ host-image] Oct 30 01:10:16.180 INFO O| Oct 30 01:10:16.180 INFO O| Download: 21562/22744 items 183.4/199.4MB 91% complete (1.4M/s) |
3781 | 2024-10-30T01:10:19.655Z | [ recovery-image] Oct 30 01:10:19.935 INFO O| Oct 30 01:10:19.935 INFO O| Actions: 24532/25012 actions (Installing new actions) |
3782 | 2024-10-30T01:10:21.071Z | [ host-image] Oct 30 01:10:21.352 INFO O| Oct 30 01:10:21.352 INFO O| Download: 22218/22744 items 197.6/199.4MB 99% complete (2.0M/s) |
3783 | 2024-10-30T01:10:21.983Z | [ recovery-image] Oct 30 01:10:22.264 INFO O| Oct 30 01:10:22.264 INFO O| Actions: Completed 25012 actions in 17.33 seconds. |
3784 | 2024-10-30T01:10:22.757Z | [ recovery-image] Oct 30 01:10:23.039 INFO O| Oct 30 01:10:23.039 INFO O| Done |
3785 | 2024-10-30T01:10:22.757Z | [ recovery-image] Oct 30 01:10:23.039 INFO O| Oct 30 01:10:23.039 INFO O| Done |
3786 | 2024-10-30T01:10:23.429Z | [ host-image] Oct 30 01:10:23.703 INFO O| Oct 30 01:10:23.703 INFO O| Download: Completed 199.42 MB in 182.52 seconds (1.1M/s) |
3787 | 2024-10-30T01:10:24.181Z | [ recovery-image] Oct 30 01:10:24.450 INFO O| Oct 30 01:10:24.450 INFO O| Done |
3788 | 2024-10-30T01:10:24.923Z | [ host-image] Oct 30 01:10:25.203 INFO O| Oct 30 01:10:25.203 INFO O| Actions: 1/49311 actions (Installing new actions) |
3789 | 2024-10-30T01:10:25.959Z | [ recovery-image] Oct 30 01:10:26.242 INFO O| Oct 30 01:10:26.242 INFO O| Done |
3790 | 2024-10-30T01:10:25.980Z | [ recovery-image] Oct 30 01:10:26.263 INFO O| Oct 30 01:10:26.263 INFO O| Done |
3791 | 2024-10-30T01:10:29.920Z | [ host-image] Oct 30 01:10:30.205 INFO O| Oct 30 01:10:30.204 INFO O| Actions: 9296/49311 actions (Installing new actions) |
3792 | 2024-10-30T01:10:31.371Z | [ recovery-image] Oct 30 01:10:31.655 INFO O| Oct 30 01:10:31.655 INFO O| Done |
3793 | 2024-10-30T01:10:32.175Z | [ recovery-image] Oct 30 01:10:32.456 INFO O| Oct 30 01:10:32.456 INFO O| Done |
3794 | 2024-10-30T01:10:32.627Z | [ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO STEP 11 (pkg_install) COMPLETE |
3795 | 2024-10-30T01:10:32.635Z | [ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3796 | 2024-10-30T01:10:32.635Z | [ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO skip step because feature "recovery" is enabled |
3797 | 2024-10-30T01:10:32.636Z | [ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3798 | 2024-10-30T01:10:32.636Z | [ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO skip step because feature "omicron1" is not enabled |
3799 | 2024-10-30T01:10:32.636Z | [ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3800 | 2024-10-30T01:10:32.669Z | [ recovery-image] Oct 30 01:10:32.950 INFO O| Oct 30 01:10:32.950 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3801 | 2024-10-30T01:10:34.240Z | [ recovery-image] Oct 30 01:10:34.526 INFO O| Oct 30 01:10:34.526 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3802 | 2024-10-30T01:10:34.919Z | [ host-image] Oct 30 01:10:35.205 INFO O| Oct 30 01:10:35.205 INFO O| Actions: 15764/49311 actions (Installing new actions) |
3803 | 2024-10-30T01:10:38.223Z | [ recovery-image] Oct 30 01:10:38.511 INFO O| Oct 30 01:10:38.511 INFO O| Planning: Solver setup ... Done |
3804 | 2024-10-30T01:10:38.230Z | [ recovery-image] Oct 30 01:10:38.517 INFO O| Oct 30 01:10:38.517 INFO O| Planning: Running solver ... Done |
3805 | 2024-10-30T01:10:38.350Z | [ recovery-image] Oct 30 01:10:38.637 INFO O| Oct 30 01:10:38.637 INFO O| Planning: Finding local manifests ... Done |
3806 | 2024-10-30T01:10:38.353Z | [ recovery-image] Oct 30 01:10:38.639 INFO O| Oct 30 01:10:38.639 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3807 | 2024-10-30T01:10:38.519Z | [ recovery-image] Oct 30 01:10:38.807 INFO O| Oct 30 01:10:38.807 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3808 | 2024-10-30T01:10:38.550Z | [ recovery-image] Oct 30 01:10:38.837 INFO O| Oct 30 01:10:38.837 INFO O| Planning: Package planning ... Done |
3809 | 2024-10-30T01:10:38.553Z | [ recovery-image] Oct 30 01:10:38.838 INFO O| Oct 30 01:10:38.838 INFO O| Planning: Merging actions ... Done |
3810 | 2024-10-30T01:10:38.624Z | [ recovery-image] Oct 30 01:10:38.912 INFO O| Oct 30 01:10:38.912 INFO O| Planning: Checking for conflicting actions ... Done |
3811 | 2024-10-30T01:10:38.627Z | [ recovery-image] Oct 30 01:10:38.912 INFO O| Oct 30 01:10:38.912 INFO O| Planning: Consolidating action changes ... Done |
3812 | 2024-10-30T01:10:38.941Z | [ recovery-image] Oct 30 01:10:39.228 INFO O| Oct 30 01:10:39.228 INFO O| Planning: Evaluating mediators ... Done |
3813 | 2024-10-30T01:10:38.943Z | [ recovery-image] Oct 30 01:10:39.229 INFO O| Oct 30 01:10:39.229 INFO O| Planning: Planning completed in 4.70 seconds |
3814 | 2024-10-30T01:10:38.945Z | [ recovery-image] Oct 30 01:10:39.232 INFO O| Oct 30 01:10:39.232 INFO O| Packages to install: 1 |
3815 | 2024-10-30T01:10:38.965Z | [ recovery-image] Oct 30 01:10:39.252 INFO O| Oct 30 01:10:39.252 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3816 | 2024-10-30T01:10:39.917Z | [ host-image] Oct 30 01:10:40.205 INFO O| Oct 30 01:10:40.205 INFO O| Actions: 23745/49311 actions (Installing new actions) |
3817 | 2024-10-30T01:10:40.634Z | [ recovery-image] Oct 30 01:10:40.922 INFO O| Oct 30 01:10:40.921 INFO O| Download: Completed 20.80 MB in 1.67 seconds (12.5M/s) |
3818 | 2024-10-30T01:10:40.766Z | [ recovery-image] Oct 30 01:10:41.054 INFO O| Oct 30 01:10:41.054 INFO O| Actions: 1/22 actions (Installing new actions) |
3819 | 2024-10-30T01:10:41.857Z | [ recovery-image] Oct 30 01:10:42.145 INFO O| Oct 30 01:10:42.145 INFO O| Actions: Completed 22 actions in 1.09 seconds. |
3820 | 2024-10-30T01:10:42.443Z | [ recovery-image] Oct 30 01:10:42.732 INFO O| Oct 30 01:10:42.732 INFO O| Done |
3821 | 2024-10-30T01:10:42.443Z | [ recovery-image] Oct 30 01:10:42.732 INFO O| Oct 30 01:10:42.732 INFO O| Done |
3822 | 2024-10-30T01:10:43.783Z | [ recovery-image] Oct 30 01:10:44.072 INFO O| Oct 30 01:10:44.072 INFO O| Done |
3823 | 2024-10-30T01:10:44.917Z | [ host-image] Oct 30 01:10:45.206 INFO O| Oct 30 01:10:45.206 INFO O| Actions: 48791/49311 actions (Installing new actions) |
3824 | 2024-10-30T01:10:45.619Z | [ recovery-image] Oct 30 01:10:45.909 INFO O| Oct 30 01:10:45.909 INFO O| Done |
3825 | 2024-10-30T01:10:45.643Z | [ recovery-image] Oct 30 01:10:45.933 INFO O| Oct 30 01:10:45.933 INFO O| Done |
3826 | 2024-10-30T01:10:45.643Z | [ recovery-image] Oct 30 01:10:45.933 INFO O| Oct 30 01:10:45.933 INFO O| Done |
3827 | 2024-10-30T01:10:45.660Z | [ recovery-image] Oct 30 01:10:45.949 INFO O| Oct 30 01:10:45.949 INFO O| Done |
3828 | 2024-10-30T01:10:45.872Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 14 (pkg_install) COMPLETE |
3829 | 2024-10-30T01:10:45.872Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3830 | 2024-10-30T01:10:45.872Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO skip step because feature "mfg" is not enabled |
3831 | 2024-10-30T01:10:45.875Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3832 | 2024-10-30T01:10:45.876Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO skip step because feature "compliance" is not enabled |
3833 | 2024-10-30T01:10:45.876Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3834 | 2024-10-30T01:10:45.876Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO skip step because feature "stress" is not enabled |
3835 | 2024-10-30T01:10:45.876Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3836 | 2024-10-30T01:10:45.876Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO skip step because feature "nfs" is not enabled |
3837 | 2024-10-30T01:10:45.876Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3838 | 2024-10-30T01:10:45.876Z | [ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3839 | 2024-10-30T01:10:46.178Z | [ recovery-image] Oct 30 01:10:46.468 INFO O| Oct 30 01:10:46.468 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3840 | 2024-10-30T01:10:46.369Z | [ recovery-image] Oct 30 01:10:46.659 INFO O| Oct 30 01:10:46.659 INFO completed processing gimlet/ramdisk-01-os |
3841 | 2024-10-30T01:10:46.372Z | [ recovery-image] Oct 30 01:10:46.662 INFO image builder template: ramdisk-02-trim... |
3842 | 2024-10-30T01:10:46.372Z | [ recovery-image] Oct 30 01:10:46.663 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/.tmpaVpy3U/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 |
3843 | 2024-10-30T01:10:46.411Z | [ recovery-image] Oct 30 01:10:46.700 INFO O| Oct 30 01:10:46.700 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3844 | 2024-10-30T01:10:46.439Z | [ recovery-image] Oct 30 01:10:46.729 INFO O| Oct 30 01:10:46.729 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3845 | 2024-10-30T01:10:46.527Z | [ recovery-image] Oct 30 01:10:46.817 INFO O| Oct 30 01:10:46.816 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3846 | 2024-10-30T01:10:46.732Z | [ recovery-image] Oct 30 01:10:47.022 INFO O| Oct 30 01:10:47.022 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3847 | 2024-10-30T01:10:46.732Z | [ recovery-image] Oct 30 01:10:47.022 INFO O| Oct 30 01:10:47.022 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3848 | 2024-10-30T01:10:46.741Z | [ recovery-image] Oct 30 01:10:47.031 INFO O| Oct 30 01:10:47.031 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3849 | 2024-10-30T01:10:46.748Z | [ recovery-image] Oct 30 01:10:47.039 INFO O| Oct 30 01:10:47.038 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3850 | 2024-10-30T01:10:46.770Z | [ recovery-image] Oct 30 01:10:47.060 INFO O| Oct 30 01:10:47.060 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3851 | 2024-10-30T01:10:47.522Z | [ recovery-image] Oct 30 01:10:47.807 INFO O| Oct 30 01:10:47.807 INFO rolled back to input snapshot; work may begin |
3852 | 2024-10-30T01:10:47.523Z | [ recovery-image] Oct 30 01:10:47.807 INFO O| Oct 30 01:10:47.807 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3853 | 2024-10-30T01:10:47.550Z | [ recovery-image] Oct 30 01:10:47.833 INFO O| Oct 30 01:10:47.833 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3854 | 2024-10-30T01:10:47.567Z | [ recovery-image] Oct 30 01:10:47.851 INFO O| Oct 30 01:10:47.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3855 | 2024-10-30T01:10:47.714Z | [ recovery-image] Oct 30 01:10:47.972 INFO O| Oct 30 01:10:47.972 INFO STEP 0 (remove_files) COMPLETE |
3856 | 2024-10-30T01:10:47.719Z | [ recovery-image] Oct 30 01:10:47.972 INFO O| Oct 30 01:10:47.972 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3857 | 2024-10-30T01:10:47.763Z | [ recovery-image] Oct 30 01:10:48.050 INFO O| Oct 30 01:10:48.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3858 | 2024-10-30T01:10:47.777Z | [ recovery-image] Oct 30 01:10:48.053 INFO O| Oct 30 01:10:48.053 INFO STEP 1 (remove_files) COMPLETE |
3859 | 2024-10-30T01:10:47.777Z | [ recovery-image] Oct 30 01:10:48.053 INFO O| Oct 30 01:10:48.053 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3860 | 2024-10-30T01:10:47.844Z | [ recovery-image] Oct 30 01:10:48.129 INFO O| Oct 30 01:10:48.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3861 | 2024-10-30T01:10:47.897Z | [ recovery-image] Oct 30 01:10:48.175 INFO O| Oct 30 01:10:48.175 INFO STEP 2 (remove_files) COMPLETE |
3862 | 2024-10-30T01:10:47.898Z | [ recovery-image] Oct 30 01:10:48.176 INFO O| Oct 30 01:10:48.175 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3863 | 2024-10-30T01:10:47.939Z | [ recovery-image] Oct 30 01:10:48.207 INFO O| Oct 30 01:10:48.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3864 | 2024-10-30T01:10:47.948Z | [ recovery-image] Oct 30 01:10:48.211 INFO O| Oct 30 01:10:48.210 INFO STEP 3 (remove_files) COMPLETE |
3865 | 2024-10-30T01:10:47.948Z | [ recovery-image] Oct 30 01:10:48.211 INFO O| Oct 30 01:10:48.211 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3866 | 2024-10-30T01:10:47.983Z | [ recovery-image] Oct 30 01:10:48.270 INFO O| Oct 30 01:10:48.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3867 | 2024-10-30T01:10:47.998Z | [ recovery-image] Oct 30 01:10:48.277 INFO O| Oct 30 01:10:48.277 INFO STEP 4 (remove_files) COMPLETE |
3868 | 2024-10-30T01:10:47.998Z | [ recovery-image] Oct 30 01:10:48.277 INFO O| Oct 30 01:10:48.277 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3869 | 2024-10-30T01:10:48.016Z | [ recovery-image] Oct 30 01:10:48.296 INFO O| Oct 30 01:10:48.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3870 | 2024-10-30T01:10:48.021Z | [ recovery-image] Oct 30 01:10:48.297 INFO O| Oct 30 01:10:48.297 INFO STEP 5 (remove_files) COMPLETE |
3871 | 2024-10-30T01:10:48.021Z | [ recovery-image] Oct 30 01:10:48.297 INFO O| Oct 30 01:10:48.297 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3872 | 2024-10-30T01:10:48.025Z | [ recovery-image] Oct 30 01:10:48.314 INFO O| Oct 30 01:10:48.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3873 | 2024-10-30T01:10:48.045Z | [ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 6 (remove_files) COMPLETE |
3874 | 2024-10-30T01:10:48.045Z | [ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3875 | 2024-10-30T01:10:48.052Z | [ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO skip step because feature "recovery" is enabled |
3876 | 2024-10-30T01:10:48.052Z | [ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3877 | 2024-10-30T01:10:48.052Z | [ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO skip step because feature "recovery" is enabled |
3878 | 2024-10-30T01:10:48.052Z | [ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3879 | 2024-10-30T01:10:48.052Z | [ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO skip step because feature "recovery" is enabled |
3880 | 2024-10-30T01:10:48.052Z | [ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3881 | 2024-10-30T01:10:48.064Z | [ recovery-image] Oct 30 01:10:48.354 INFO O| Oct 30 01:10:48.354 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3882 | 2024-10-30T01:10:48.075Z | [ recovery-image] Oct 30 01:10:48.361 INFO O| Oct 30 01:10:48.361 INFO STEP 10 (remove_files) COMPLETE |
3883 | 2024-10-30T01:10:48.079Z | [ recovery-image] Oct 30 01:10:48.361 INFO O| Oct 30 01:10:48.361 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3884 | 2024-10-30T01:10:48.092Z | [ recovery-image] Oct 30 01:10:48.380 INFO O| Oct 30 01:10:48.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3885 | 2024-10-30T01:10:48.096Z | [ recovery-image] Oct 30 01:10:48.381 INFO O| Oct 30 01:10:48.381 INFO STEP 11 (remove_files) COMPLETE |
3886 | 2024-10-30T01:10:48.097Z | [ recovery-image] Oct 30 01:10:48.381 INFO O| Oct 30 01:10:48.381 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3887 | 2024-10-30T01:10:48.111Z | [ recovery-image] Oct 30 01:10:48.398 INFO O| Oct 30 01:10:48.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3888 | 2024-10-30T01:10:48.117Z | [ recovery-image] Oct 30 01:10:48.401 INFO O| Oct 30 01:10:48.401 INFO STEP 12 (remove_files) COMPLETE |
3889 | 2024-10-30T01:10:48.117Z | [ recovery-image] Oct 30 01:10:48.401 INFO O| Oct 30 01:10:48.401 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3890 | 2024-10-30T01:10:48.356Z | [ recovery-image] Oct 30 01:10:48.640 INFO O| Oct 30 01:10:48.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3891 | 2024-10-30T01:10:48.426Z | [ recovery-image] Oct 30 01:10:48.716 INFO O| Oct 30 01:10:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3892 | 2024-10-30T01:10:48.429Z | [ recovery-image] Oct 30 01:10:48.719 INFO O| Oct 30 01:10:48.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3893 | 2024-10-30T01:10:48.479Z | [ recovery-image] Oct 30 01:10:48.727 INFO O| Oct 30 01:10:48.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3894 | 2024-10-30T01:10:48.528Z | [ recovery-image] Oct 30 01:10:48.819 INFO O| Oct 30 01:10:48.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3895 | 2024-10-30T01:10:48.550Z | [ recovery-image] Oct 30 01:10:48.841 INFO O| Oct 30 01:10:48.840 INFO STEP 13 (remove_files) COMPLETE |
3896 | 2024-10-30T01:10:48.550Z | [ recovery-image] Oct 30 01:10:48.841 INFO O| Oct 30 01:10:48.841 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3897 | 2024-10-30T01:10:48.568Z | [ recovery-image] Oct 30 01:10:48.859 INFO O| Oct 30 01:10:48.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3898 | 2024-10-30T01:10:48.570Z | [ recovery-image] Oct 30 01:10:48.862 INFO O| Oct 30 01:10:48.862 INFO STEP 14 (remove_files) COMPLETE |
3899 | 2024-10-30T01:10:48.573Z | [ recovery-image] Oct 30 01:10:48.862 INFO O| Oct 30 01:10:48.862 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3900 | 2024-10-30T01:10:48.599Z | [ recovery-image] Oct 30 01:10:48.890 INFO O| Oct 30 01:10:48.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3901 | 2024-10-30T01:10:48.610Z | [ recovery-image] Oct 30 01:10:48.901 INFO O| Oct 30 01:10:48.901 INFO STEP 15 (remove_files) COMPLETE |
3902 | 2024-10-30T01:10:48.612Z | [ recovery-image] Oct 30 01:10:48.901 INFO O| Oct 30 01:10:48.901 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3903 | 2024-10-30T01:10:48.715Z | [ recovery-image] Oct 30 01:10:48.997 INFO O| Oct 30 01:10:48.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3904 | 2024-10-30T01:10:48.715Z | [ recovery-image] Oct 30 01:10:48.998 INFO O| Oct 30 01:10:48.998 INFO STEP 16 (remove_files) COMPLETE |
3905 | 2024-10-30T01:10:48.715Z | [ recovery-image] Oct 30 01:10:48.998 INFO O| Oct 30 01:10:48.998 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3906 | 2024-10-30T01:10:48.724Z | [ recovery-image] Oct 30 01:10:49.015 INFO O| Oct 30 01:10:49.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3907 | 2024-10-30T01:10:48.726Z | [ recovery-image] Oct 30 01:10:49.017 INFO O| Oct 30 01:10:49.017 INFO STEP 17 (remove_files) COMPLETE |
3908 | 2024-10-30T01:10:48.726Z | [ recovery-image] Oct 30 01:10:49.017 INFO O| Oct 30 01:10:49.017 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3909 | 2024-10-30T01:10:48.752Z | [ recovery-image] Oct 30 01:10:49.034 INFO O| Oct 30 01:10:49.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3910 | 2024-10-30T01:10:48.752Z | [ recovery-image] Oct 30 01:10:49.034 INFO O| Oct 30 01:10:49.034 INFO STEP 18 (remove_files) COMPLETE |
3911 | 2024-10-30T01:10:48.752Z | [ recovery-image] Oct 30 01:10:49.034 INFO O| Oct 30 01:10:49.034 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3912 | 2024-10-30T01:10:48.765Z | [ recovery-image] Oct 30 01:10:49.052 INFO O| Oct 30 01:10:49.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3913 | 2024-10-30T01:10:48.765Z | [ recovery-image] Oct 30 01:10:49.052 INFO O| Oct 30 01:10:49.052 INFO STEP 19 (remove_files) COMPLETE |
3914 | 2024-10-30T01:10:48.765Z | [ recovery-image] Oct 30 01:10:49.052 INFO O| Oct 30 01:10:49.052 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3915 | 2024-10-30T01:10:48.779Z | [ recovery-image] Oct 30 01:10:49.070 INFO O| Oct 30 01:10:49.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3916 | 2024-10-30T01:10:48.782Z | [ recovery-image] Oct 30 01:10:49.070 INFO O| Oct 30 01:10:49.070 INFO STEP 20 (remove_files) COMPLETE |
3917 | 2024-10-30T01:10:48.782Z | [ recovery-image] Oct 30 01:10:49.070 INFO O| Oct 30 01:10:49.070 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3918 | 2024-10-30T01:10:48.810Z | [ recovery-image] Oct 30 01:10:49.088 INFO O| Oct 30 01:10:49.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3919 | 2024-10-30T01:10:48.810Z | [ recovery-image] Oct 30 01:10:49.089 INFO O| Oct 30 01:10:49.089 INFO STEP 21 (remove_files) COMPLETE |
3920 | 2024-10-30T01:10:48.812Z | [ recovery-image] Oct 30 01:10:49.089 INFO O| Oct 30 01:10:49.089 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3921 | 2024-10-30T01:10:48.816Z | [ recovery-image] Oct 30 01:10:49.107 INFO O| Oct 30 01:10:49.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3922 | 2024-10-30T01:10:48.818Z | [ recovery-image] Oct 30 01:10:49.107 INFO O| Oct 30 01:10:49.107 INFO STEP 22 (remove_files) COMPLETE |
3923 | 2024-10-30T01:10:48.818Z | [ recovery-image] Oct 30 01:10:49.107 INFO O| Oct 30 01:10:49.107 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3924 | 2024-10-30T01:10:48.835Z | [ recovery-image] Oct 30 01:10:49.126 INFO O| Oct 30 01:10:49.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3925 | 2024-10-30T01:10:48.838Z | [ recovery-image] Oct 30 01:10:49.127 INFO O| Oct 30 01:10:49.127 INFO STEP 23 (remove_files) COMPLETE |
3926 | 2024-10-30T01:10:48.838Z | [ recovery-image] Oct 30 01:10:49.127 INFO O| Oct 30 01:10:49.127 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3927 | 2024-10-30T01:10:48.887Z | [ recovery-image] Oct 30 01:10:49.178 INFO O| Oct 30 01:10:49.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3928 | 2024-10-30T01:10:48.889Z | [ recovery-image] Oct 30 01:10:49.178 INFO O| Oct 30 01:10:49.178 INFO STEP 24 (remove_files) COMPLETE |
3929 | 2024-10-30T01:10:48.889Z | [ recovery-image] Oct 30 01:10:49.178 INFO O| Oct 30 01:10:49.178 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3930 | 2024-10-30T01:10:48.907Z | [ recovery-image] Oct 30 01:10:49.198 INFO O| Oct 30 01:10:49.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3931 | 2024-10-30T01:10:48.910Z | [ recovery-image] Oct 30 01:10:49.198 INFO O| Oct 30 01:10:49.198 INFO STEP 25 (remove_files) COMPLETE |
3932 | 2024-10-30T01:10:48.910Z | [ recovery-image] Oct 30 01:10:49.198 INFO O| Oct 30 01:10:49.198 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3933 | 2024-10-30T01:10:48.927Z | [ recovery-image] Oct 30 01:10:49.219 INFO O| Oct 30 01:10:49.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3934 | 2024-10-30T01:10:48.930Z | [ recovery-image] Oct 30 01:10:49.219 INFO O| Oct 30 01:10:49.219 INFO STEP 26 (remove_files) COMPLETE |
3935 | 2024-10-30T01:10:48.930Z | [ recovery-image] Oct 30 01:10:49.219 INFO O| Oct 30 01:10:49.219 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3936 | 2024-10-30T01:10:48.948Z | [ recovery-image] Oct 30 01:10:49.239 INFO O| Oct 30 01:10:49.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3937 | 2024-10-30T01:10:48.950Z | [ recovery-image] Oct 30 01:10:49.239 INFO O| Oct 30 01:10:49.239 INFO STEP 27 (remove_files) COMPLETE |
3938 | 2024-10-30T01:10:48.950Z | [ recovery-image] Oct 30 01:10:49.239 INFO O| Oct 30 01:10:49.239 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3939 | 2024-10-30T01:10:48.968Z | [ recovery-image] Oct 30 01:10:49.259 INFO O| Oct 30 01:10:49.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3940 | 2024-10-30T01:10:48.971Z | [ recovery-image] Oct 30 01:10:49.260 INFO O| Oct 30 01:10:49.260 INFO STEP 28 (remove_files) COMPLETE |
3941 | 2024-10-30T01:10:48.971Z | [ recovery-image] Oct 30 01:10:49.260 INFO O| Oct 30 01:10:49.260 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3942 | 2024-10-30T01:10:48.989Z | [ recovery-image] Oct 30 01:10:49.280 INFO O| Oct 30 01:10:49.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3943 | 2024-10-30T01:10:48.991Z | [ recovery-image] Oct 30 01:10:49.280 INFO O| Oct 30 01:10:49.280 INFO STEP 29 (remove_files) COMPLETE |
3944 | 2024-10-30T01:10:48.991Z | [ recovery-image] Oct 30 01:10:49.280 INFO O| Oct 30 01:10:49.280 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3945 | 2024-10-30T01:10:49.010Z | [ recovery-image] Oct 30 01:10:49.301 INFO O| Oct 30 01:10:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3946 | 2024-10-30T01:10:49.013Z | [ recovery-image] Oct 30 01:10:49.301 INFO O| Oct 30 01:10:49.301 INFO STEP 30 (remove_files) COMPLETE |
3947 | 2024-10-30T01:10:49.013Z | [ recovery-image] Oct 30 01:10:49.301 INFO O| Oct 30 01:10:49.301 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3948 | 2024-10-30T01:10:49.031Z | [ recovery-image] Oct 30 01:10:49.322 INFO O| Oct 30 01:10:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3949 | 2024-10-30T01:10:49.033Z | [ recovery-image] Oct 30 01:10:49.322 INFO O| Oct 30 01:10:49.322 INFO STEP 31 (remove_files) COMPLETE |
3950 | 2024-10-30T01:10:49.034Z | [ recovery-image] Oct 30 01:10:49.322 INFO O| Oct 30 01:10:49.322 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3951 | 2024-10-30T01:10:49.050Z | [ recovery-image] Oct 30 01:10:49.341 INFO O| Oct 30 01:10:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3952 | 2024-10-30T01:10:49.053Z | [ recovery-image] Oct 30 01:10:49.342 INFO O| Oct 30 01:10:49.342 INFO STEP 32 (remove_files) COMPLETE |
3953 | 2024-10-30T01:10:49.053Z | [ recovery-image] Oct 30 01:10:49.342 INFO O| Oct 30 01:10:49.342 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3954 | 2024-10-30T01:10:49.068Z | [ recovery-image] Oct 30 01:10:49.359 INFO O| Oct 30 01:10:49.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3955 | 2024-10-30T01:10:49.070Z | [ recovery-image] Oct 30 01:10:49.359 INFO O| Oct 30 01:10:49.359 INFO STEP 33 (remove_files) COMPLETE |
3956 | 2024-10-30T01:10:49.070Z | [ recovery-image] Oct 30 01:10:49.359 INFO O| Oct 30 01:10:49.359 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3957 | 2024-10-30T01:10:49.085Z | [ recovery-image] Oct 30 01:10:49.376 INFO O| Oct 30 01:10:49.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3958 | 2024-10-30T01:10:49.088Z | [ recovery-image] Oct 30 01:10:49.376 INFO O| Oct 30 01:10:49.376 INFO STEP 34 (remove_files) COMPLETE |
3959 | 2024-10-30T01:10:49.088Z | [ recovery-image] Oct 30 01:10:49.377 INFO O| Oct 30 01:10:49.377 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3960 | 2024-10-30T01:10:49.103Z | [ recovery-image] Oct 30 01:10:49.394 INFO O| Oct 30 01:10:49.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3961 | 2024-10-30T01:10:49.105Z | [ recovery-image] Oct 30 01:10:49.394 INFO O| Oct 30 01:10:49.394 INFO STEP 35 (remove_files) COMPLETE |
3962 | 2024-10-30T01:10:49.105Z | [ recovery-image] Oct 30 01:10:49.394 INFO O| Oct 30 01:10:49.394 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3963 | 2024-10-30T01:10:49.137Z | [ recovery-image] Oct 30 01:10:49.428 INFO O| Oct 30 01:10:49.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3964 | 2024-10-30T01:10:49.141Z | [ recovery-image] Oct 30 01:10:49.429 INFO O| Oct 30 01:10:49.428 INFO STEP 36 (remove_files) COMPLETE |
3965 | 2024-10-30T01:10:49.141Z | [ recovery-image] Oct 30 01:10:49.429 INFO O| Oct 30 01:10:49.429 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3966 | 2024-10-30T01:10:49.220Z | [ recovery-image] Oct 30 01:10:49.488 INFO O| Oct 30 01:10:49.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3967 | 2024-10-30T01:10:49.220Z | [ recovery-image] Oct 30 01:10:49.488 INFO O| Oct 30 01:10:49.488 INFO STEP 37 (remove_files) COMPLETE |
3968 | 2024-10-30T01:10:49.221Z | [ recovery-image] Oct 30 01:10:49.488 INFO O| Oct 30 01:10:49.488 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3969 | 2024-10-30T01:10:49.221Z | [ host-image] Oct 30 01:10:49.505 INFO O| Oct 30 01:10:49.505 INFO O| Actions: Completed 49311 actions in 24.30 seconds. |
3970 | 2024-10-30T01:10:49.221Z | [ recovery-image] Oct 30 01:10:49.507 INFO O| Oct 30 01:10:49.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3971 | 2024-10-30T01:10:49.221Z | [ recovery-image] Oct 30 01:10:49.507 INFO O| Oct 30 01:10:49.507 INFO STEP 38 (remove_files) COMPLETE |
3972 | 2024-10-30T01:10:49.221Z | [ recovery-image] Oct 30 01:10:49.507 INFO O| Oct 30 01:10:49.507 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3973 | 2024-10-30T01:10:49.234Z | [ recovery-image] Oct 30 01:10:49.525 INFO O| Oct 30 01:10:49.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3974 | 2024-10-30T01:10:49.237Z | [ recovery-image] Oct 30 01:10:49.525 INFO O| Oct 30 01:10:49.525 INFO STEP 39 (remove_files) COMPLETE |
3975 | 2024-10-30T01:10:49.237Z | [ recovery-image] Oct 30 01:10:49.525 INFO O| Oct 30 01:10:49.525 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3976 | 2024-10-30T01:10:49.271Z | [ recovery-image] Oct 30 01:10:49.561 INFO O| Oct 30 01:10:49.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3977 | 2024-10-30T01:10:49.271Z | [ recovery-image] Oct 30 01:10:49.561 INFO O| Oct 30 01:10:49.561 INFO STEP 40 (remove_files) COMPLETE |
3978 | 2024-10-30T01:10:49.271Z | [ recovery-image] Oct 30 01:10:49.561 INFO O| Oct 30 01:10:49.561 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3979 | 2024-10-30T01:10:49.287Z | [ recovery-image] Oct 30 01:10:49.579 INFO O| Oct 30 01:10:49.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3980 | 2024-10-30T01:10:49.288Z | [ recovery-image] Oct 30 01:10:49.579 INFO O| Oct 30 01:10:49.579 INFO STEP 41 (remove_files) COMPLETE |
3981 | 2024-10-30T01:10:49.290Z | [ recovery-image] Oct 30 01:10:49.579 INFO O| Oct 30 01:10:49.579 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3982 | 2024-10-30T01:10:49.327Z | [ recovery-image] Oct 30 01:10:49.618 INFO O| Oct 30 01:10:49.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3983 | 2024-10-30T01:10:49.327Z | [ recovery-image] Oct 30 01:10:49.618 INFO O| Oct 30 01:10:49.618 INFO STEP 42 (remove_files) COMPLETE |
3984 | 2024-10-30T01:10:49.329Z | [ recovery-image] Oct 30 01:10:49.618 INFO O| Oct 30 01:10:49.618 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3985 | 2024-10-30T01:10:49.343Z | [ recovery-image] Oct 30 01:10:49.635 INFO O| Oct 30 01:10:49.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3986 | 2024-10-30T01:10:49.343Z | [ recovery-image] Oct 30 01:10:49.635 INFO O| Oct 30 01:10:49.635 INFO STEP 43 (remove_files) COMPLETE |
3987 | 2024-10-30T01:10:49.346Z | [ recovery-image] Oct 30 01:10:49.635 INFO O| Oct 30 01:10:49.635 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3988 | 2024-10-30T01:10:49.364Z | [ recovery-image] Oct 30 01:10:49.654 INFO O| Oct 30 01:10:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3989 | 2024-10-30T01:10:49.364Z | [ recovery-image] Oct 30 01:10:49.654 INFO O| Oct 30 01:10:49.654 INFO STEP 44 (remove_files) COMPLETE |
3990 | 2024-10-30T01:10:49.364Z | [ recovery-image] Oct 30 01:10:49.654 INFO O| Oct 30 01:10:49.654 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3991 | 2024-10-30T01:10:49.379Z | [ recovery-image] Oct 30 01:10:49.670 INFO O| Oct 30 01:10:49.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3992 | 2024-10-30T01:10:49.379Z | [ recovery-image] Oct 30 01:10:49.670 INFO O| Oct 30 01:10:49.670 INFO STEP 45 (remove_files) COMPLETE |
3993 | 2024-10-30T01:10:49.379Z | [ recovery-image] Oct 30 01:10:49.670 INFO O| Oct 30 01:10:49.670 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3994 | 2024-10-30T01:10:49.395Z | [ recovery-image] Oct 30 01:10:49.686 INFO O| Oct 30 01:10:49.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3995 | 2024-10-30T01:10:49.395Z | [ recovery-image] Oct 30 01:10:49.686 INFO O| Oct 30 01:10:49.686 INFO STEP 46 (remove_files) COMPLETE |
3996 | 2024-10-30T01:10:49.397Z | [ recovery-image] Oct 30 01:10:49.686 INFO O| Oct 30 01:10:49.686 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3997 | 2024-10-30T01:10:49.429Z | [ recovery-image] Oct 30 01:10:49.720 INFO O| Oct 30 01:10:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3998 | 2024-10-30T01:10:49.432Z | [ recovery-image] Oct 30 01:10:49.720 INFO O| Oct 30 01:10:49.720 INFO STEP 47 (remove_files) COMPLETE |
3999 | 2024-10-30T01:10:49.432Z | [ recovery-image] Oct 30 01:10:49.720 INFO O| Oct 30 01:10:49.720 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4000 | 2024-10-30T01:10:49.446Z | [ recovery-image] Oct 30 01:10:49.738 INFO O| Oct 30 01:10:49.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4001 | 2024-10-30T01:10:49.449Z | [ recovery-image] Oct 30 01:10:49.738 INFO O| Oct 30 01:10:49.738 INFO STEP 48 (remove_files) COMPLETE |
4002 | 2024-10-30T01:10:49.455Z | [ recovery-image] Oct 30 01:10:49.738 INFO O| Oct 30 01:10:49.738 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4003 | 2024-10-30T01:10:49.466Z | [ recovery-image] Oct 30 01:10:49.757 INFO O| Oct 30 01:10:49.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4004 | 2024-10-30T01:10:49.468Z | [ recovery-image] Oct 30 01:10:49.757 INFO O| Oct 30 01:10:49.757 INFO STEP 49 (remove_files) COMPLETE |
4005 | 2024-10-30T01:10:49.468Z | [ recovery-image] Oct 30 01:10:49.757 INFO O| Oct 30 01:10:49.757 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4006 | 2024-10-30T01:10:49.485Z | [ recovery-image] Oct 30 01:10:49.777 INFO O| Oct 30 01:10:49.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4007 | 2024-10-30T01:10:49.488Z | [ recovery-image] Oct 30 01:10:49.777 INFO O| Oct 30 01:10:49.777 INFO STEP 50 (remove_files) COMPLETE |
4008 | 2024-10-30T01:10:49.488Z | [ recovery-image] Oct 30 01:10:49.777 INFO O| Oct 30 01:10:49.777 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4009 | 2024-10-30T01:10:49.506Z | [ recovery-image] Oct 30 01:10:49.797 INFO O| Oct 30 01:10:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4010 | 2024-10-30T01:10:49.506Z | [ recovery-image] Oct 30 01:10:49.797 INFO O| Oct 30 01:10:49.797 INFO STEP 51 (remove_files) COMPLETE |
4011 | 2024-10-30T01:10:49.506Z | [ recovery-image] Oct 30 01:10:49.797 INFO O| Oct 30 01:10:49.797 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4012 | 2024-10-30T01:10:49.548Z | [ recovery-image] Oct 30 01:10:49.838 INFO O| Oct 30 01:10:49.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4013 | 2024-10-30T01:10:49.548Z | [ recovery-image] Oct 30 01:10:49.838 INFO O| Oct 30 01:10:49.838 INFO STEP 52 (remove_files) COMPLETE |
4014 | 2024-10-30T01:10:49.548Z | [ recovery-image] Oct 30 01:10:49.838 INFO O| Oct 30 01:10:49.838 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4015 | 2024-10-30T01:10:49.564Z | [ recovery-image] Oct 30 01:10:49.856 INFO O| Oct 30 01:10:49.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4016 | 2024-10-30T01:10:49.565Z | [ recovery-image] Oct 30 01:10:49.856 INFO O| Oct 30 01:10:49.856 INFO STEP 53 (remove_files) COMPLETE |
4017 | 2024-10-30T01:10:49.568Z | [ recovery-image] Oct 30 01:10:49.856 INFO O| Oct 30 01:10:49.856 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4018 | 2024-10-30T01:10:49.603Z | [ recovery-image] Oct 30 01:10:49.894 INFO O| Oct 30 01:10:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4019 | 2024-10-30T01:10:49.605Z | [ recovery-image] Oct 30 01:10:49.894 INFO O| Oct 30 01:10:49.894 INFO STEP 54 (remove_files) COMPLETE |
4020 | 2024-10-30T01:10:49.605Z | [ recovery-image] Oct 30 01:10:49.894 INFO O| Oct 30 01:10:49.894 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4021 | 2024-10-30T01:10:49.624Z | [ recovery-image] Oct 30 01:10:49.916 INFO O| Oct 30 01:10:49.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4022 | 2024-10-30T01:10:49.624Z | [ recovery-image] Oct 30 01:10:49.916 INFO O| Oct 30 01:10:49.916 INFO STEP 55 (remove_files) COMPLETE |
4023 | 2024-10-30T01:10:49.627Z | [ recovery-image] Oct 30 01:10:49.916 INFO O| Oct 30 01:10:49.916 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4024 | 2024-10-30T01:10:49.656Z | [ recovery-image] Oct 30 01:10:49.948 INFO O| Oct 30 01:10:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4025 | 2024-10-30T01:10:49.657Z | [ recovery-image] Oct 30 01:10:49.948 INFO O| Oct 30 01:10:49.948 INFO STEP 56 (remove_files) COMPLETE |
4026 | 2024-10-30T01:10:49.659Z | [ recovery-image] Oct 30 01:10:49.948 INFO O| Oct 30 01:10:49.948 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4027 | 2024-10-30T01:10:49.687Z | [ recovery-image] Oct 30 01:10:49.978 INFO O| Oct 30 01:10:49.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4028 | 2024-10-30T01:10:49.687Z | [ recovery-image] Oct 30 01:10:49.978 INFO O| Oct 30 01:10:49.978 INFO STEP 57 (remove_files) COMPLETE |
4029 | 2024-10-30T01:10:49.687Z | [ recovery-image] Oct 30 01:10:49.978 INFO O| Oct 30 01:10:49.978 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4030 | 2024-10-30T01:10:49.728Z | [ recovery-image] Oct 30 01:10:50.019 INFO O| Oct 30 01:10:50.019 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4031 | 2024-10-30T01:10:49.728Z | [ recovery-image] Oct 30 01:10:50.019 INFO O| Oct 30 01:10:50.019 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4032 | 2024-10-30T01:10:49.730Z | [ recovery-image] Oct 30 01:10:50.019 INFO O| Oct 30 01:10:50.019 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4033 | 2024-10-30T01:10:49.730Z | [ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4034 | 2024-10-30T01:10:49.730Z | [ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4035 | 2024-10-30T01:10:49.730Z | [ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4036 | 2024-10-30T01:10:49.730Z | [ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO ok! |
4037 | 2024-10-30T01:10:49.730Z | [ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO STEP 58 (ensure_file) COMPLETE |
4038 | 2024-10-30T01:10:49.730Z | [ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4039 | 2024-10-30T01:10:49.760Z | [ recovery-image] Oct 30 01:10:50.051 INFO O| Oct 30 01:10:50.051 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4040 | 2024-10-30T01:10:49.760Z | [ recovery-image] Oct 30 01:10:50.051 INFO O| Oct 30 01:10:50.051 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4041 | 2024-10-30T01:10:49.763Z | [ recovery-image] Oct 30 01:10:50.051 INFO O| Oct 30 01:10:50.051 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4042 | 2024-10-30T01:10:49.763Z | [ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4043 | 2024-10-30T01:10:49.763Z | [ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4044 | 2024-10-30T01:10:49.763Z | [ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4045 | 2024-10-30T01:10:49.763Z | [ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO ok! |
4046 | 2024-10-30T01:10:49.763Z | [ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO STEP 59 (ensure_file) COMPLETE |
4047 | 2024-10-30T01:10:49.763Z | [ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4048 | 2024-10-30T01:10:49.777Z | [ recovery-image] Oct 30 01:10:50.068 INFO O| Oct 30 01:10:50.068 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4049 | 2024-10-30T01:10:49.781Z | [ recovery-image] Oct 30 01:10:50.068 INFO O| Oct 30 01:10:50.068 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4050 | 2024-10-30T01:10:49.781Z | [ recovery-image] Oct 30 01:10:50.069 INFO O| Oct 30 01:10:50.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4051 | 2024-10-30T01:10:49.781Z | [ recovery-image] Oct 30 01:10:50.069 INFO O| Oct 30 01:10:50.069 INFO ok! |
4052 | 2024-10-30T01:10:49.781Z | [ recovery-image] Oct 30 01:10:50.069 INFO O| Oct 30 01:10:50.069 INFO STEP 60 (ensure_file) COMPLETE |
4053 | 2024-10-30T01:10:49.781Z | [ recovery-image] Oct 30 01:10:50.069 INFO O| Oct 30 01:10:50.069 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4054 | 2024-10-30T01:10:49.798Z | [ recovery-image] Oct 30 01:10:50.089 INFO O| Oct 30 01:10:50.089 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4055 | 2024-10-30T01:10:49.800Z | [ recovery-image] Oct 30 01:10:50.089 INFO O| Oct 30 01:10:50.089 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4056 | 2024-10-30T01:10:49.800Z | [ recovery-image] Oct 30 01:10:50.090 INFO O| Oct 30 01:10:50.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4057 | 2024-10-30T01:10:49.801Z | [ recovery-image] Oct 30 01:10:50.090 INFO O| Oct 30 01:10:50.090 INFO ok! |
4058 | 2024-10-30T01:10:49.801Z | [ recovery-image] Oct 30 01:10:50.090 INFO O| Oct 30 01:10:50.090 INFO STEP 61 (ensure_file) COMPLETE |
4059 | 2024-10-30T01:10:49.801Z | [ recovery-image] Oct 30 01:10:50.090 INFO O| Oct 30 01:10:50.090 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4060 | 2024-10-30T01:10:49.838Z | [ host-image] Oct 30 01:10:50.129 INFO O| Oct 30 01:10:50.129 INFO O| Done |
4061 | 2024-10-30T01:10:49.841Z | [ host-image] Oct 30 01:10:50.129 INFO O| Oct 30 01:10:50.129 INFO O| Done |
4062 | 2024-10-30T01:10:49.856Z | [ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4063 | 2024-10-30T01:10:49.856Z | [ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4064 | 2024-10-30T01:10:49.856Z | [ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4065 | 2024-10-30T01:10:49.859Z | [ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4066 | 2024-10-30T01:10:49.863Z | [ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO ok! |
4067 | 2024-10-30T01:10:49.863Z | [ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO STEP 62 (ensure_file) COMPLETE |
4068 | 2024-10-30T01:10:49.863Z | [ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4069 | 2024-10-30T01:10:49.889Z | [ recovery-image] Oct 30 01:10:50.170 INFO O| Oct 30 01:10:50.170 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4070 | 2024-10-30T01:10:49.889Z | [ recovery-image] Oct 30 01:10:50.170 INFO O| Oct 30 01:10:50.170 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4071 | 2024-10-30T01:10:49.889Z | [ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4072 | 2024-10-30T01:10:49.889Z | [ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4073 | 2024-10-30T01:10:49.889Z | [ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO ok! |
4074 | 2024-10-30T01:10:49.889Z | [ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO STEP 63 (ensure_file) COMPLETE |
4075 | 2024-10-30T01:10:49.889Z | [ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-10-30T01:10:49.899Z | [ recovery-image] Oct 30 01:10:50.191 INFO O| Oct 30 01:10:50.191 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4077 | 2024-10-30T01:10:49.899Z | [ recovery-image] Oct 30 01:10:50.191 INFO O| Oct 30 01:10:50.191 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4078 | 2024-10-30T01:10:49.902Z | [ recovery-image] Oct 30 01:10:50.191 INFO O| Oct 30 01:10:50.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4079 | 2024-10-30T01:10:49.902Z | [ recovery-image] Oct 30 01:10:50.191 INFO O| Oct 30 01:10:50.191 INFO ok! |
4080 | 2024-10-30T01:10:49.902Z | [ recovery-image] Oct 30 01:10:50.192 INFO O| Oct 30 01:10:50.191 INFO STEP 64 (assemble_files) COMPLETE |
4081 | 2024-10-30T01:10:49.902Z | [ recovery-image] Oct 30 01:10:50.192 INFO O| Oct 30 01:10:50.192 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4082 | 2024-10-30T01:10:49.920Z | [ recovery-image] Oct 30 01:10:50.211 INFO O| Oct 30 01:10:50.211 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4083 | 2024-10-30T01:10:49.922Z | [ recovery-image] Oct 30 01:10:50.211 INFO O| Oct 30 01:10:50.211 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4084 | 2024-10-30T01:10:49.922Z | [ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4085 | 2024-10-30T01:10:49.922Z | [ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4086 | 2024-10-30T01:10:49.922Z | [ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO ok! |
4087 | 2024-10-30T01:10:49.922Z | [ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO STEP 65 (ensure_file) COMPLETE |
4088 | 2024-10-30T01:10:49.922Z | [ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-10-30T01:10:49.922Z | [ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO skip step because feature "omicron1" is not enabled |
4090 | 2024-10-30T01:10:49.922Z | [ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-10-30T01:10:49.923Z | [ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO skip step because feature "omicron1" is not enabled |
4092 | 2024-10-30T01:10:49.923Z | [ recovery-image] Oct 30 01:10:50.213 INFO O| Oct 30 01:10:50.213 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-10-30T01:10:49.923Z | [ recovery-image] Oct 30 01:10:50.213 INFO O| Oct 30 01:10:50.213 INFO skip step because feature "omicron1" is not enabled |
4094 | 2024-10-30T01:10:49.923Z | [ recovery-image] Oct 30 01:10:50.213 INFO O| Oct 30 01:10:50.213 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4095 | 2024-10-30T01:10:49.949Z | [ recovery-image] Oct 30 01:10:50.241 INFO O| Oct 30 01:10:50.240 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4096 | 2024-10-30T01:10:49.952Z | [ recovery-image] Oct 30 01:10:50.241 INFO O| Oct 30 01:10:50.241 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4097 | 2024-10-30T01:10:51.294Z | [ host-image] Oct 30 01:10:51.585 INFO O| Oct 30 01:10:51.585 INFO O| Done |
4098 | 2024-10-30T01:10:52.550Z | [ recovery-image] Oct 30 01:10:52.843 INFO O| Oct 30 01:10:52.842 INFO STEP 69 (pack_tar) COMPLETE |
4099 | 2024-10-30T01:10:52.550Z | [ recovery-image] Oct 30 01:10:52.843 INFO O| Oct 30 01:10:52.842 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4100 | 2024-10-30T01:10:52.553Z | [ recovery-image] Oct 30 01:10:52.843 INFO O| Oct 30 01:10:52.842 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4101 | 2024-10-30T01:10:52.944Z | [ recovery-image] Oct 30 01:10:53.237 INFO O| Oct 30 01:10:53.237 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4102 | 2024-10-30T01:10:53.041Z | [ recovery-image] Oct 30 01:10:53.334 INFO O| Oct 30 01:10:53.334 INFO completed processing gimlet/ramdisk-02-trim |
4103 | 2024-10-30T01:10:53.045Z | [ recovery-image] Oct 30 01:10:53.336 INFO image builder template: ramdisk-03-recovery-trim... |
4104 | 2024-10-30T01:10:53.045Z | [ recovery-image] Oct 30 01:10:53.336 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/.tmpaVpy3U/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 |
4105 | 2024-10-30T01:10:53.157Z | [ recovery-image] Oct 30 01:10:53.449 INFO O| Oct 30 01:10:53.449 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4106 | 2024-10-30T01:10:53.161Z | [ recovery-image] Oct 30 01:10:53.454 INFO O| Oct 30 01:10:53.454 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4107 | 2024-10-30T01:10:53.255Z | [ host-image] Oct 30 01:10:53.547 INFO O| Oct 30 01:10:53.547 INFO O| Done |
4108 | 2024-10-30T01:10:53.276Z | [ host-image] Oct 30 01:10:53.569 INFO O| Oct 30 01:10:53.569 INFO O| Done |
4109 | 2024-10-30T01:10:53.300Z | [ recovery-image] Oct 30 01:10:53.593 INFO O| Oct 30 01:10:53.593 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4110 | 2024-10-30T01:10:53.381Z | [ recovery-image] Oct 30 01:10:53.674 INFO O| Oct 30 01:10:53.674 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4111 | 2024-10-30T01:10:53.384Z | [ recovery-image] Oct 30 01:10:53.674 INFO O| Oct 30 01:10:53.674 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4112 | 2024-10-30T01:10:53.392Z | [ recovery-image] Oct 30 01:10:53.685 INFO O| Oct 30 01:10:53.685 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4113 | 2024-10-30T01:10:53.397Z | [ recovery-image] Oct 30 01:10:53.690 INFO O| Oct 30 01:10:53.690 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4114 | 2024-10-30T01:10:53.402Z | [ recovery-image] Oct 30 01:10:53.695 INFO O| Oct 30 01:10:53.695 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4115 | 2024-10-30T01:10:53.714Z | [ recovery-image] Oct 30 01:10:54.005 INFO O| Oct 30 01:10:54.005 INFO rolled back to input snapshot; work may begin |
4116 | 2024-10-30T01:10:53.714Z | [ recovery-image] Oct 30 01:10:54.005 INFO O| Oct 30 01:10:54.005 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4117 | 2024-10-30T01:10:53.718Z | [ recovery-image] Oct 30 01:10:54.011 INFO O| Oct 30 01:10:54.011 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-10-30T01:10:53.730Z | [ recovery-image] Oct 30 01:10:54.022 INFO O| Oct 30 01:10:54.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4119 | 2024-10-30T01:10:53.733Z | [ recovery-image] Oct 30 01:10:54.026 INFO O| Oct 30 01:10:54.026 INFO STEP 0 (remove_files) COMPLETE |
4120 | 2024-10-30T01:10:53.733Z | [ recovery-image] Oct 30 01:10:54.026 INFO O| Oct 30 01:10:54.026 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-10-30T01:10:53.746Z | [ recovery-image] Oct 30 01:10:54.039 INFO O| Oct 30 01:10:54.039 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4122 | 2024-10-30T01:10:53.806Z | [ recovery-image] Oct 30 01:10:54.099 INFO O| Oct 30 01:10:54.099 INFO STEP 1 (remove_files) COMPLETE |
4123 | 2024-10-30T01:10:53.806Z | [ recovery-image] Oct 30 01:10:54.099 INFO O| Oct 30 01:10:54.099 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-10-30T01:10:53.818Z | [ recovery-image] Oct 30 01:10:54.111 INFO O| Oct 30 01:10:54.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4125 | 2024-10-30T01:10:53.821Z | [ recovery-image] Oct 30 01:10:54.113 INFO O| Oct 30 01:10:54.113 INFO STEP 2 (remove_files) COMPLETE |
4126 | 2024-10-30T01:10:53.821Z | [ recovery-image] Oct 30 01:10:54.113 INFO O| Oct 30 01:10:54.113 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-10-30T01:10:53.833Z | [ recovery-image] Oct 30 01:10:54.126 INFO O| Oct 30 01:10:54.126 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4128 | 2024-10-30T01:10:53.886Z | [ recovery-image] Oct 30 01:10:54.178 INFO O| Oct 30 01:10:54.178 INFO STEP 3 (remove_files) COMPLETE |
4129 | 2024-10-30T01:10:53.886Z | [ recovery-image] Oct 30 01:10:54.178 INFO O| Oct 30 01:10:54.178 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-10-30T01:10:53.897Z | [ recovery-image] Oct 30 01:10:54.190 INFO O| Oct 30 01:10:54.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4131 | 2024-10-30T01:10:53.914Z | [ recovery-image] Oct 30 01:10:54.207 INFO O| Oct 30 01:10:54.207 INFO STEP 4 (remove_files) COMPLETE |
4132 | 2024-10-30T01:10:53.914Z | [ recovery-image] Oct 30 01:10:54.207 INFO O| Oct 30 01:10:54.207 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-10-30T01:10:53.930Z | [ recovery-image] Oct 30 01:10:54.223 INFO O| Oct 30 01:10:54.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4134 | 2024-10-30T01:10:53.934Z | [ recovery-image] Oct 30 01:10:54.228 INFO O| Oct 30 01:10:54.227 INFO STEP 5 (remove_files) COMPLETE |
4135 | 2024-10-30T01:10:53.934Z | [ recovery-image] Oct 30 01:10:54.228 INFO O| Oct 30 01:10:54.228 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-10-30T01:10:53.946Z | [ recovery-image] Oct 30 01:10:54.239 INFO O| Oct 30 01:10:54.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4137 | 2024-10-30T01:10:53.948Z | [ recovery-image] Oct 30 01:10:54.240 INFO O| Oct 30 01:10:54.240 INFO STEP 6 (remove_files) COMPLETE |
4138 | 2024-10-30T01:10:53.948Z | [ recovery-image] Oct 30 01:10:54.240 INFO O| Oct 30 01:10:54.240 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-10-30T01:10:53.959Z | [ recovery-image] Oct 30 01:10:54.252 INFO O| Oct 30 01:10:54.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4140 | 2024-10-30T01:10:53.962Z | [ recovery-image] Oct 30 01:10:54.254 INFO O| Oct 30 01:10:54.254 INFO STEP 7 (remove_files) COMPLETE |
4141 | 2024-10-30T01:10:53.962Z | [ recovery-image] Oct 30 01:10:54.254 INFO O| Oct 30 01:10:54.254 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-10-30T01:10:53.973Z | [ recovery-image] Oct 30 01:10:54.266 INFO O| Oct 30 01:10:54.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4143 | 2024-10-30T01:10:53.978Z | [ recovery-image] Oct 30 01:10:54.271 INFO O| Oct 30 01:10:54.271 INFO STEP 8 (remove_files) COMPLETE |
4144 | 2024-10-30T01:10:53.980Z | [ recovery-image] Oct 30 01:10:54.271 INFO O| Oct 30 01:10:54.271 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-10-30T01:10:53.989Z | [ recovery-image] Oct 30 01:10:54.283 INFO O| Oct 30 01:10:54.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4146 | 2024-10-30T01:10:53.992Z | [ recovery-image] Oct 30 01:10:54.283 INFO O| Oct 30 01:10:54.283 INFO STEP 9 (remove_files) COMPLETE |
4147 | 2024-10-30T01:10:53.992Z | [ recovery-image] Oct 30 01:10:54.283 INFO O| Oct 30 01:10:54.283 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-10-30T01:10:54.003Z | [ recovery-image] Oct 30 01:10:54.296 INFO O| Oct 30 01:10:54.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4149 | 2024-10-30T01:10:54.005Z | [ recovery-image] Oct 30 01:10:54.297 INFO O| Oct 30 01:10:54.297 INFO STEP 10 (remove_files) COMPLETE |
4150 | 2024-10-30T01:10:54.005Z | [ recovery-image] Oct 30 01:10:54.297 INFO O| Oct 30 01:10:54.297 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-10-30T01:10:54.017Z | [ recovery-image] Oct 30 01:10:54.310 INFO O| Oct 30 01:10:54.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4152 | 2024-10-30T01:10:54.073Z | [ recovery-image] Oct 30 01:10:54.366 INFO O| Oct 30 01:10:54.365 INFO STEP 11 (remove_files) COMPLETE |
4153 | 2024-10-30T01:10:54.073Z | [ recovery-image] Oct 30 01:10:54.366 INFO O| Oct 30 01:10:54.366 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-10-30T01:10:54.084Z | [ recovery-image] Oct 30 01:10:54.377 INFO O| Oct 30 01:10:54.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4155 | 2024-10-30T01:10:54.087Z | [ recovery-image] Oct 30 01:10:54.380 INFO O| Oct 30 01:10:54.380 INFO STEP 12 (remove_files) COMPLETE |
4156 | 2024-10-30T01:10:54.087Z | [ recovery-image] Oct 30 01:10:54.380 INFO O| Oct 30 01:10:54.380 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-10-30T01:10:54.097Z | [ recovery-image] Oct 30 01:10:54.390 INFO O| Oct 30 01:10:54.390 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4158 | 2024-10-30T01:10:54.100Z | [ recovery-image] Oct 30 01:10:54.393 INFO O| Oct 30 01:10:54.393 INFO STEP 13 (remove_files) COMPLETE |
4159 | 2024-10-30T01:10:54.100Z | [ recovery-image] Oct 30 01:10:54.393 INFO O| Oct 30 01:10:54.393 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-10-30T01:10:54.110Z | [ recovery-image] Oct 30 01:10:54.403 INFO O| Oct 30 01:10:54.403 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4161 | 2024-10-30T01:10:54.113Z | [ recovery-image] Oct 30 01:10:54.404 INFO O| Oct 30 01:10:54.404 INFO STEP 14 (remove_files) COMPLETE |
4162 | 2024-10-30T01:10:54.113Z | [ recovery-image] Oct 30 01:10:54.404 INFO O| Oct 30 01:10:54.404 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-10-30T01:10:54.123Z | [ recovery-image] Oct 30 01:10:54.416 INFO O| Oct 30 01:10:54.416 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4164 | 2024-10-30T01:10:54.125Z | [ recovery-image] Oct 30 01:10:54.417 INFO O| Oct 30 01:10:54.417 INFO STEP 15 (remove_files) COMPLETE |
4165 | 2024-10-30T01:10:54.125Z | [ recovery-image] Oct 30 01:10:54.417 INFO O| Oct 30 01:10:54.417 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-10-30T01:10:54.135Z | [ recovery-image] Oct 30 01:10:54.429 INFO O| Oct 30 01:10:54.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4167 | 2024-10-30T01:10:54.145Z | [ recovery-image] Oct 30 01:10:54.438 INFO O| Oct 30 01:10:54.438 INFO STEP 16 (remove_files) COMPLETE |
4168 | 2024-10-30T01:10:54.145Z | [ recovery-image] Oct 30 01:10:54.438 INFO O| Oct 30 01:10:54.438 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-10-30T01:10:54.157Z | [ recovery-image] Oct 30 01:10:54.450 INFO O| Oct 30 01:10:54.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4170 | 2024-10-30T01:10:54.157Z | [ recovery-image] Oct 30 01:10:54.450 INFO O| Oct 30 01:10:54.450 INFO STEP 17 (remove_files) COMPLETE |
4171 | 2024-10-30T01:10:54.160Z | [ recovery-image] Oct 30 01:10:54.450 INFO O| Oct 30 01:10:54.450 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-10-30T01:10:54.167Z | [ recovery-image] Oct 30 01:10:54.460 INFO O| Oct 30 01:10:54.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4173 | 2024-10-30T01:10:54.170Z | [ recovery-image] Oct 30 01:10:54.461 INFO O| Oct 30 01:10:54.461 INFO STEP 18 (remove_files) COMPLETE |
4174 | 2024-10-30T01:10:54.170Z | [ recovery-image] Oct 30 01:10:54.461 INFO O| Oct 30 01:10:54.461 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-10-30T01:10:54.180Z | [ recovery-image] Oct 30 01:10:54.473 INFO O| Oct 30 01:10:54.473 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4176 | 2024-10-30T01:10:54.223Z | [ recovery-image] Oct 30 01:10:54.517 INFO O| Oct 30 01:10:54.516 INFO STEP 19 (remove_files) COMPLETE |
4177 | 2024-10-30T01:10:54.224Z | [ recovery-image] Oct 30 01:10:54.517 INFO O| Oct 30 01:10:54.517 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-10-30T01:10:54.237Z | [ recovery-image] Oct 30 01:10:54.530 INFO O| Oct 30 01:10:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4179 | 2024-10-30T01:10:54.239Z | [ recovery-image] Oct 30 01:10:54.531 INFO O| Oct 30 01:10:54.531 INFO STEP 20 (remove_files) COMPLETE |
4180 | 2024-10-30T01:10:54.239Z | [ recovery-image] Oct 30 01:10:54.531 INFO O| Oct 30 01:10:54.531 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-10-30T01:10:54.248Z | [ recovery-image] Oct 30 01:10:54.541 INFO O| Oct 30 01:10:54.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4182 | 2024-10-30T01:10:54.250Z | [ recovery-image] Oct 30 01:10:54.541 INFO O| Oct 30 01:10:54.541 INFO STEP 21 (remove_files) COMPLETE |
4183 | 2024-10-30T01:10:54.250Z | [ recovery-image] Oct 30 01:10:54.541 INFO O| Oct 30 01:10:54.541 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-10-30T01:10:54.258Z | [ recovery-image] Oct 30 01:10:54.551 INFO O| Oct 30 01:10:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4185 | 2024-10-30T01:10:54.261Z | [ recovery-image] Oct 30 01:10:54.552 INFO O| Oct 30 01:10:54.552 INFO STEP 22 (remove_files) COMPLETE |
4186 | 2024-10-30T01:10:54.261Z | [ recovery-image] Oct 30 01:10:54.552 INFO O| Oct 30 01:10:54.552 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-10-30T01:10:54.269Z | [ recovery-image] Oct 30 01:10:54.562 INFO O| Oct 30 01:10:54.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4188 | 2024-10-30T01:10:54.271Z | [ recovery-image] Oct 30 01:10:54.563 INFO O| Oct 30 01:10:54.562 INFO STEP 23 (remove_files) COMPLETE |
4189 | 2024-10-30T01:10:54.271Z | [ recovery-image] Oct 30 01:10:54.563 INFO O| Oct 30 01:10:54.563 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-10-30T01:10:54.279Z | [ recovery-image] Oct 30 01:10:54.573 INFO O| Oct 30 01:10:54.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4191 | 2024-10-30T01:10:54.282Z | [ recovery-image] Oct 30 01:10:54.573 INFO O| Oct 30 01:10:54.573 INFO STEP 24 (remove_files) COMPLETE |
4192 | 2024-10-30T01:10:54.282Z | [ recovery-image] Oct 30 01:10:54.573 INFO O| Oct 30 01:10:54.573 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-10-30T01:10:54.290Z | [ recovery-image] Oct 30 01:10:54.583 INFO O| Oct 30 01:10:54.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4194 | 2024-10-30T01:10:54.290Z | [ recovery-image] Oct 30 01:10:54.584 INFO O| Oct 30 01:10:54.583 INFO STEP 25 (remove_files) COMPLETE |
4195 | 2024-10-30T01:10:54.290Z | [ recovery-image] Oct 30 01:10:54.584 INFO O| Oct 30 01:10:54.584 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-10-30T01:10:54.301Z | [ recovery-image] Oct 30 01:10:54.594 INFO O| Oct 30 01:10:54.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4197 | 2024-10-30T01:10:54.304Z | [ recovery-image] Oct 30 01:10:54.594 INFO O| Oct 30 01:10:54.594 INFO STEP 26 (remove_files) COMPLETE |
4198 | 2024-10-30T01:10:54.304Z | [ recovery-image] Oct 30 01:10:54.594 INFO O| Oct 30 01:10:54.594 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-10-30T01:10:54.311Z | [ recovery-image] Oct 30 01:10:54.604 INFO O| Oct 30 01:10:54.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4200 | 2024-10-30T01:10:54.315Z | [ recovery-image] Oct 30 01:10:54.605 INFO O| Oct 30 01:10:54.605 INFO STEP 27 (remove_files) COMPLETE |
4201 | 2024-10-30T01:10:54.315Z | [ recovery-image] Oct 30 01:10:54.605 INFO O| Oct 30 01:10:54.605 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-10-30T01:10:54.321Z | [ recovery-image] Oct 30 01:10:54.615 INFO O| Oct 30 01:10:54.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4203 | 2024-10-30T01:10:54.324Z | [ recovery-image] Oct 30 01:10:54.616 INFO O| Oct 30 01:10:54.616 INFO STEP 28 (remove_files) COMPLETE |
4204 | 2024-10-30T01:10:54.324Z | [ recovery-image] Oct 30 01:10:54.616 INFO O| Oct 30 01:10:54.616 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-10-30T01:10:54.333Z | [ recovery-image] Oct 30 01:10:54.626 INFO O| Oct 30 01:10:54.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4206 | 2024-10-30T01:10:54.335Z | [ recovery-image] Oct 30 01:10:54.626 INFO O| Oct 30 01:10:54.626 INFO STEP 29 (remove_files) COMPLETE |
4207 | 2024-10-30T01:10:54.335Z | [ recovery-image] Oct 30 01:10:54.626 INFO O| Oct 30 01:10:54.626 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-10-30T01:10:54.343Z | [ recovery-image] Oct 30 01:10:54.636 INFO O| Oct 30 01:10:54.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4209 | 2024-10-30T01:10:54.343Z | [ recovery-image] Oct 30 01:10:54.636 INFO O| Oct 30 01:10:54.636 INFO STEP 30 (remove_files) COMPLETE |
4210 | 2024-10-30T01:10:54.346Z | [ recovery-image] Oct 30 01:10:54.636 INFO O| Oct 30 01:10:54.636 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-10-30T01:10:54.353Z | [ recovery-image] Oct 30 01:10:54.646 INFO O| Oct 30 01:10:54.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4212 | 2024-10-30T01:10:54.353Z | [ recovery-image] Oct 30 01:10:54.646 INFO O| Oct 30 01:10:54.646 INFO STEP 31 (remove_files) COMPLETE |
4213 | 2024-10-30T01:10:54.356Z | [ recovery-image] Oct 30 01:10:54.647 INFO O| Oct 30 01:10:54.646 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-10-30T01:10:54.364Z | [ recovery-image] Oct 30 01:10:54.657 INFO O| Oct 30 01:10:54.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4215 | 2024-10-30T01:10:54.364Z | [ recovery-image] Oct 30 01:10:54.657 INFO O| Oct 30 01:10:54.657 INFO STEP 32 (remove_files) COMPLETE |
4216 | 2024-10-30T01:10:54.364Z | [ recovery-image] Oct 30 01:10:54.657 INFO O| Oct 30 01:10:54.657 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-10-30T01:10:54.377Z | [ recovery-image] Oct 30 01:10:54.668 INFO O| Oct 30 01:10:54.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4218 | 2024-10-30T01:10:54.377Z | [ recovery-image] Oct 30 01:10:54.668 INFO O| Oct 30 01:10:54.668 INFO STEP 33 (remove_files) COMPLETE |
4219 | 2024-10-30T01:10:54.379Z | [ recovery-image] Oct 30 01:10:54.668 INFO O| Oct 30 01:10:54.668 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-10-30T01:10:54.386Z | [ recovery-image] Oct 30 01:10:54.679 INFO O| Oct 30 01:10:54.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4221 | 2024-10-30T01:10:54.388Z | [ recovery-image] Oct 30 01:10:54.680 INFO O| Oct 30 01:10:54.680 INFO STEP 34 (remove_files) COMPLETE |
4222 | 2024-10-30T01:10:54.388Z | [ recovery-image] Oct 30 01:10:54.680 INFO O| Oct 30 01:10:54.680 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-10-30T01:10:54.397Z | [ recovery-image] Oct 30 01:10:54.690 INFO O| Oct 30 01:10:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4224 | 2024-10-30T01:10:54.397Z | [ recovery-image] Oct 30 01:10:54.691 INFO O| Oct 30 01:10:54.691 INFO STEP 35 (remove_files) COMPLETE |
4225 | 2024-10-30T01:10:54.400Z | [ recovery-image] Oct 30 01:10:54.691 INFO O| Oct 30 01:10:54.691 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-10-30T01:10:54.408Z | [ recovery-image] Oct 30 01:10:54.701 INFO O| Oct 30 01:10:54.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4227 | 2024-10-30T01:10:54.410Z | [ recovery-image] Oct 30 01:10:54.702 INFO O| Oct 30 01:10:54.702 INFO STEP 36 (remove_files) COMPLETE |
4228 | 2024-10-30T01:10:54.410Z | [ recovery-image] Oct 30 01:10:54.702 INFO O| Oct 30 01:10:54.702 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-10-30T01:10:54.419Z | [ recovery-image] Oct 30 01:10:54.712 INFO O| Oct 30 01:10:54.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4230 | 2024-10-30T01:10:54.419Z | [ recovery-image] Oct 30 01:10:54.712 INFO O| Oct 30 01:10:54.712 INFO STEP 37 (remove_files) COMPLETE |
4231 | 2024-10-30T01:10:54.422Z | [ recovery-image] Oct 30 01:10:54.712 INFO O| Oct 30 01:10:54.712 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-10-30T01:10:54.429Z | [ recovery-image] Oct 30 01:10:54.722 INFO O| Oct 30 01:10:54.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4233 | 2024-10-30T01:10:54.429Z | [ recovery-image] Oct 30 01:10:54.722 INFO O| Oct 30 01:10:54.722 INFO STEP 38 (remove_files) COMPLETE |
4234 | 2024-10-30T01:10:54.432Z | [ recovery-image] Oct 30 01:10:54.722 INFO O| Oct 30 01:10:54.722 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-10-30T01:10:54.439Z | [ recovery-image] Oct 30 01:10:54.732 INFO O| Oct 30 01:10:54.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4236 | 2024-10-30T01:10:54.439Z | [ recovery-image] Oct 30 01:10:54.732 INFO O| Oct 30 01:10:54.732 INFO STEP 39 (remove_files) COMPLETE |
4237 | 2024-10-30T01:10:54.441Z | [ recovery-image] Oct 30 01:10:54.732 INFO O| Oct 30 01:10:54.732 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-10-30T01:10:54.449Z | [ recovery-image] Oct 30 01:10:54.742 INFO O| Oct 30 01:10:54.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4239 | 2024-10-30T01:10:54.449Z | [ recovery-image] Oct 30 01:10:54.742 INFO O| Oct 30 01:10:54.742 INFO STEP 40 (remove_files) COMPLETE |
4240 | 2024-10-30T01:10:54.451Z | [ recovery-image] Oct 30 01:10:54.742 INFO O| Oct 30 01:10:54.742 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-10-30T01:10:54.459Z | [ recovery-image] Oct 30 01:10:54.752 INFO O| Oct 30 01:10:54.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4242 | 2024-10-30T01:10:54.462Z | [ recovery-image] Oct 30 01:10:54.753 INFO O| Oct 30 01:10:54.753 INFO STEP 41 (remove_files) COMPLETE |
4243 | 2024-10-30T01:10:54.462Z | [ recovery-image] Oct 30 01:10:54.753 INFO O| Oct 30 01:10:54.753 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-10-30T01:10:54.469Z | [ recovery-image] Oct 30 01:10:54.763 INFO O| Oct 30 01:10:54.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4245 | 2024-10-30T01:10:54.469Z | [ recovery-image] Oct 30 01:10:54.763 INFO O| Oct 30 01:10:54.763 INFO STEP 42 (remove_files) COMPLETE |
4246 | 2024-10-30T01:10:54.472Z | [ recovery-image] Oct 30 01:10:54.763 INFO O| Oct 30 01:10:54.763 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-10-30T01:10:54.480Z | [ recovery-image] Oct 30 01:10:54.773 INFO O| Oct 30 01:10:54.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4248 | 2024-10-30T01:10:54.480Z | [ recovery-image] Oct 30 01:10:54.773 INFO O| Oct 30 01:10:54.773 INFO STEP 43 (remove_files) COMPLETE |
4249 | 2024-10-30T01:10:54.483Z | [ recovery-image] Oct 30 01:10:54.773 INFO O| Oct 30 01:10:54.773 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-10-30T01:10:54.490Z | [ recovery-image] Oct 30 01:10:54.783 INFO O| Oct 30 01:10:54.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4251 | 2024-10-30T01:10:54.490Z | [ recovery-image] Oct 30 01:10:54.784 INFO O| Oct 30 01:10:54.784 INFO STEP 44 (remove_files) COMPLETE |
4252 | 2024-10-30T01:10:54.490Z | [ recovery-image] Oct 30 01:10:54.784 INFO O| Oct 30 01:10:54.784 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-10-30T01:10:54.500Z | [ recovery-image] Oct 30 01:10:54.794 INFO O| Oct 30 01:10:54.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4254 | 2024-10-30T01:10:54.503Z | [ recovery-image] Oct 30 01:10:54.794 INFO O| Oct 30 01:10:54.794 INFO STEP 45 (remove_files) COMPLETE |
4255 | 2024-10-30T01:10:54.503Z | [ recovery-image] Oct 30 01:10:54.794 INFO O| Oct 30 01:10:54.794 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-10-30T01:10:54.511Z | [ recovery-image] Oct 30 01:10:54.804 INFO O| Oct 30 01:10:54.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4257 | 2024-10-30T01:10:54.511Z | [ recovery-image] Oct 30 01:10:54.805 INFO O| Oct 30 01:10:54.804 INFO STEP 46 (remove_files) COMPLETE |
4258 | 2024-10-30T01:10:54.511Z | [ recovery-image] Oct 30 01:10:54.805 INFO O| Oct 30 01:10:54.805 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-10-30T01:10:54.521Z | [ recovery-image] Oct 30 01:10:54.815 INFO O| Oct 30 01:10:54.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4260 | 2024-10-30T01:10:54.524Z | [ recovery-image] Oct 30 01:10:54.815 INFO O| Oct 30 01:10:54.815 INFO STEP 47 (remove_files) COMPLETE |
4261 | 2024-10-30T01:10:54.524Z | [ recovery-image] Oct 30 01:10:54.815 INFO O| Oct 30 01:10:54.815 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-10-30T01:10:54.531Z | [ recovery-image] Oct 30 01:10:54.825 INFO O| Oct 30 01:10:54.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4263 | 2024-10-30T01:10:54.534Z | [ recovery-image] Oct 30 01:10:54.825 INFO O| Oct 30 01:10:54.825 INFO STEP 48 (remove_files) COMPLETE |
4264 | 2024-10-30T01:10:54.534Z | [ recovery-image] Oct 30 01:10:54.825 INFO O| Oct 30 01:10:54.825 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-10-30T01:10:54.541Z | [ recovery-image] Oct 30 01:10:54.835 INFO O| Oct 30 01:10:54.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4266 | 2024-10-30T01:10:54.541Z | [ recovery-image] Oct 30 01:10:54.835 INFO O| Oct 30 01:10:54.835 INFO STEP 49 (remove_files) COMPLETE |
4267 | 2024-10-30T01:10:54.541Z | [ recovery-image] Oct 30 01:10:54.835 INFO O| Oct 30 01:10:54.835 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-10-30T01:10:54.552Z | [ recovery-image] Oct 30 01:10:54.845 INFO O| Oct 30 01:10:54.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4269 | 2024-10-30T01:10:54.552Z | [ recovery-image] Oct 30 01:10:54.845 INFO O| Oct 30 01:10:54.845 INFO STEP 50 (remove_files) COMPLETE |
4270 | 2024-10-30T01:10:54.554Z | [ recovery-image] Oct 30 01:10:54.845 INFO O| Oct 30 01:10:54.845 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4271 | 2024-10-30T01:10:54.562Z | [ recovery-image] Oct 30 01:10:54.855 INFO O| Oct 30 01:10:54.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4272 | 2024-10-30T01:10:54.562Z | [ recovery-image] Oct 30 01:10:54.855 INFO O| Oct 30 01:10:54.855 INFO STEP 51 (remove_files) COMPLETE |
4273 | 2024-10-30T01:10:54.562Z | [ recovery-image] Oct 30 01:10:54.855 INFO O| Oct 30 01:10:54.855 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4274 | 2024-10-30T01:10:54.572Z | [ recovery-image] Oct 30 01:10:54.865 INFO O| Oct 30 01:10:54.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4275 | 2024-10-30T01:10:54.575Z | [ recovery-image] Oct 30 01:10:54.865 INFO O| Oct 30 01:10:54.865 INFO STEP 52 (remove_files) COMPLETE |
4276 | 2024-10-30T01:10:54.575Z | [ recovery-image] Oct 30 01:10:54.866 INFO O| Oct 30 01:10:54.865 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4277 | 2024-10-30T01:10:54.583Z | [ recovery-image] Oct 30 01:10:54.877 INFO O| Oct 30 01:10:54.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4278 | 2024-10-30T01:10:54.586Z | [ recovery-image] Oct 30 01:10:54.877 INFO O| Oct 30 01:10:54.877 INFO STEP 53 (remove_files) COMPLETE |
4279 | 2024-10-30T01:10:54.586Z | [ recovery-image] Oct 30 01:10:54.877 INFO O| Oct 30 01:10:54.877 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-10-30T01:10:54.594Z | [ recovery-image] Oct 30 01:10:54.887 INFO O| Oct 30 01:10:54.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4281 | 2024-10-30T01:10:54.596Z | [ recovery-image] Oct 30 01:10:54.888 INFO O| Oct 30 01:10:54.888 INFO STEP 54 (remove_files) COMPLETE |
4282 | 2024-10-30T01:10:54.596Z | [ recovery-image] Oct 30 01:10:54.888 INFO O| Oct 30 01:10:54.888 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-10-30T01:10:54.605Z | [ recovery-image] Oct 30 01:10:54.898 INFO O| Oct 30 01:10:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4284 | 2024-10-30T01:10:54.605Z | [ recovery-image] Oct 30 01:10:54.898 INFO O| Oct 30 01:10:54.898 INFO STEP 55 (remove_files) COMPLETE |
4285 | 2024-10-30T01:10:54.607Z | [ recovery-image] Oct 30 01:10:54.898 INFO O| Oct 30 01:10:54.898 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-10-30T01:10:54.615Z | [ recovery-image] Oct 30 01:10:54.908 INFO O| Oct 30 01:10:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4287 | 2024-10-30T01:10:54.617Z | [ recovery-image] Oct 30 01:10:54.908 INFO O| Oct 30 01:10:54.908 INFO STEP 56 (remove_files) COMPLETE |
4288 | 2024-10-30T01:10:54.617Z | [ recovery-image] Oct 30 01:10:54.908 INFO O| Oct 30 01:10:54.908 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-10-30T01:10:54.625Z | [ recovery-image] Oct 30 01:10:54.919 INFO O| Oct 30 01:10:54.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4290 | 2024-10-30T01:10:54.625Z | [ recovery-image] Oct 30 01:10:54.919 INFO O| Oct 30 01:10:54.919 INFO STEP 57 (remove_files) COMPLETE |
4291 | 2024-10-30T01:10:54.628Z | [ recovery-image] Oct 30 01:10:54.919 INFO O| Oct 30 01:10:54.919 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-10-30T01:10:54.636Z | [ recovery-image] Oct 30 01:10:54.929 INFO O| Oct 30 01:10:54.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4293 | 2024-10-30T01:10:54.636Z | [ recovery-image] Oct 30 01:10:54.929 INFO O| Oct 30 01:10:54.929 INFO STEP 58 (remove_files) COMPLETE |
4294 | 2024-10-30T01:10:54.638Z | [ recovery-image] Oct 30 01:10:54.929 INFO O| Oct 30 01:10:54.929 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-10-30T01:10:54.647Z | [ recovery-image] Oct 30 01:10:54.940 INFO O| Oct 30 01:10:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4296 | 2024-10-30T01:10:54.650Z | [ recovery-image] Oct 30 01:10:54.940 INFO O| Oct 30 01:10:54.940 INFO STEP 59 (remove_files) COMPLETE |
4297 | 2024-10-30T01:10:54.650Z | [ recovery-image] Oct 30 01:10:54.940 INFO O| Oct 30 01:10:54.940 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-10-30T01:10:54.659Z | [ recovery-image] Oct 30 01:10:54.952 INFO O| Oct 30 01:10:54.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4299 | 2024-10-30T01:10:54.661Z | [ recovery-image] Oct 30 01:10:54.952 INFO O| Oct 30 01:10:54.952 INFO STEP 60 (remove_files) COMPLETE |
4300 | 2024-10-30T01:10:54.661Z | [ recovery-image] Oct 30 01:10:54.952 INFO O| Oct 30 01:10:54.952 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-10-30T01:10:54.670Z | [ recovery-image] Oct 30 01:10:54.964 INFO O| Oct 30 01:10:54.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4302 | 2024-10-30T01:10:54.673Z | [ recovery-image] Oct 30 01:10:54.964 INFO O| Oct 30 01:10:54.964 INFO STEP 61 (remove_files) COMPLETE |
4303 | 2024-10-30T01:10:54.673Z | [ recovery-image] Oct 30 01:10:54.964 INFO O| Oct 30 01:10:54.964 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-10-30T01:10:54.683Z | [ recovery-image] Oct 30 01:10:54.976 INFO O| Oct 30 01:10:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4305 | 2024-10-30T01:10:54.683Z | [ recovery-image] Oct 30 01:10:54.976 INFO O| Oct 30 01:10:54.976 INFO STEP 62 (remove_files) COMPLETE |
4306 | 2024-10-30T01:10:54.685Z | [ recovery-image] Oct 30 01:10:54.976 INFO O| Oct 30 01:10:54.976 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-10-30T01:10:54.695Z | [ recovery-image] Oct 30 01:10:54.988 INFO O| Oct 30 01:10:54.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4308 | 2024-10-30T01:10:54.695Z | [ recovery-image] Oct 30 01:10:54.988 INFO O| Oct 30 01:10:54.988 INFO STEP 63 (remove_files) COMPLETE |
4309 | 2024-10-30T01:10:54.695Z | [ recovery-image] Oct 30 01:10:54.988 INFO O| Oct 30 01:10:54.988 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-10-30T01:10:54.709Z | [ recovery-image] Oct 30 01:10:55.002 INFO O| Oct 30 01:10:55.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4311 | 2024-10-30T01:10:54.709Z | [ recovery-image] Oct 30 01:10:55.002 INFO O| Oct 30 01:10:55.002 INFO STEP 64 (remove_files) COMPLETE |
4312 | 2024-10-30T01:10:54.712Z | [ recovery-image] Oct 30 01:10:55.002 INFO O| Oct 30 01:10:55.002 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-10-30T01:10:54.720Z | [ recovery-image] Oct 30 01:10:55.014 INFO O| Oct 30 01:10:55.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4314 | 2024-10-30T01:10:54.721Z | [ recovery-image] Oct 30 01:10:55.014 INFO O| Oct 30 01:10:55.014 INFO STEP 65 (remove_files) COMPLETE |
4315 | 2024-10-30T01:10:54.721Z | [ recovery-image] Oct 30 01:10:55.014 INFO O| Oct 30 01:10:55.014 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-10-30T01:10:54.731Z | [ recovery-image] Oct 30 01:10:55.024 INFO O| Oct 30 01:10:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4317 | 2024-10-30T01:10:54.731Z | [ recovery-image] Oct 30 01:10:55.024 INFO O| Oct 30 01:10:55.024 INFO STEP 66 (remove_files) COMPLETE |
4318 | 2024-10-30T01:10:54.734Z | [ recovery-image] Oct 30 01:10:55.024 INFO O| Oct 30 01:10:55.024 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-10-30T01:10:54.742Z | [ recovery-image] Oct 30 01:10:55.035 INFO O| Oct 30 01:10:55.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4320 | 2024-10-30T01:10:54.742Z | [ recovery-image] Oct 30 01:10:55.035 INFO O| Oct 30 01:10:55.035 INFO STEP 67 (remove_files) COMPLETE |
4321 | 2024-10-30T01:10:54.744Z | [ recovery-image] Oct 30 01:10:55.035 INFO O| Oct 30 01:10:55.035 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-10-30T01:10:54.752Z | [ recovery-image] Oct 30 01:10:55.045 INFO O| Oct 30 01:10:55.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4323 | 2024-10-30T01:10:54.752Z | [ recovery-image] Oct 30 01:10:55.045 INFO O| Oct 30 01:10:55.045 INFO STEP 68 (remove_files) COMPLETE |
4324 | 2024-10-30T01:10:54.752Z | [ recovery-image] Oct 30 01:10:55.045 INFO O| Oct 30 01:10:55.045 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-10-30T01:10:54.764Z | [ recovery-image] Oct 30 01:10:55.056 INFO O| Oct 30 01:10:55.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4326 | 2024-10-30T01:10:54.766Z | [ recovery-image] Oct 30 01:10:55.056 INFO O| Oct 30 01:10:55.056 INFO STEP 69 (remove_files) COMPLETE |
4327 | 2024-10-30T01:10:54.766Z | [ recovery-image] Oct 30 01:10:55.056 INFO O| Oct 30 01:10:55.056 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-10-30T01:10:54.775Z | [ recovery-image] Oct 30 01:10:55.067 INFO O| Oct 30 01:10:55.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4329 | 2024-10-30T01:10:54.778Z | [ recovery-image] Oct 30 01:10:55.067 INFO O| Oct 30 01:10:55.067 INFO STEP 70 (remove_files) COMPLETE |
4330 | 2024-10-30T01:10:54.778Z | [ recovery-image] Oct 30 01:10:55.067 INFO O| Oct 30 01:10:55.067 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-10-30T01:10:54.784Z | [ recovery-image] Oct 30 01:10:55.078 INFO O| Oct 30 01:10:55.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4332 | 2024-10-30T01:10:54.784Z | [ recovery-image] Oct 30 01:10:55.078 INFO O| Oct 30 01:10:55.078 INFO STEP 71 (remove_files) COMPLETE |
4333 | 2024-10-30T01:10:54.788Z | [ recovery-image] Oct 30 01:10:55.078 INFO O| Oct 30 01:10:55.078 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-10-30T01:10:54.797Z | [ recovery-image] Oct 30 01:10:55.090 INFO O| Oct 30 01:10:55.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4335 | 2024-10-30T01:10:54.797Z | [ recovery-image] Oct 30 01:10:55.090 INFO O| Oct 30 01:10:55.090 INFO STEP 72 (remove_files) COMPLETE |
4336 | 2024-10-30T01:10:54.801Z | [ recovery-image] Oct 30 01:10:55.090 INFO O| Oct 30 01:10:55.090 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-10-30T01:10:54.809Z | [ recovery-image] Oct 30 01:10:55.102 INFO O| Oct 30 01:10:55.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4338 | 2024-10-30T01:10:54.809Z | [ recovery-image] Oct 30 01:10:55.102 INFO O| Oct 30 01:10:55.102 INFO STEP 73 (remove_files) COMPLETE |
4339 | 2024-10-30T01:10:54.809Z | [ recovery-image] Oct 30 01:10:55.102 INFO O| Oct 30 01:10:55.102 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-10-30T01:10:54.819Z | [ recovery-image] Oct 30 01:10:55.113 INFO O| Oct 30 01:10:55.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4341 | 2024-10-30T01:10:54.819Z | [ recovery-image] Oct 30 01:10:55.113 INFO O| Oct 30 01:10:55.113 INFO STEP 74 (remove_files) COMPLETE |
4342 | 2024-10-30T01:10:54.819Z | [ recovery-image] Oct 30 01:10:55.113 INFO O| Oct 30 01:10:55.113 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-10-30T01:10:54.830Z | [ recovery-image] Oct 30 01:10:55.123 INFO O| Oct 30 01:10:55.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4344 | 2024-10-30T01:10:54.830Z | [ recovery-image] Oct 30 01:10:55.123 INFO O| Oct 30 01:10:55.123 INFO STEP 75 (remove_files) COMPLETE |
4345 | 2024-10-30T01:10:54.834Z | [ recovery-image] Oct 30 01:10:55.123 INFO O| Oct 30 01:10:55.123 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-10-30T01:10:54.843Z | [ recovery-image] Oct 30 01:10:55.133 INFO O| Oct 30 01:10:55.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4347 | 2024-10-30T01:10:54.847Z | [ recovery-image] Oct 30 01:10:55.134 INFO O| Oct 30 01:10:55.133 INFO STEP 76 (remove_files) COMPLETE |
4348 | 2024-10-30T01:10:54.848Z | [ recovery-image] Oct 30 01:10:55.134 INFO O| Oct 30 01:10:55.133 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-10-30T01:10:54.854Z | [ recovery-image] Oct 30 01:10:55.144 INFO O| Oct 30 01:10:55.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4350 | 2024-10-30T01:10:54.854Z | [ recovery-image] Oct 30 01:10:55.144 INFO O| Oct 30 01:10:55.144 INFO STEP 77 (remove_files) COMPLETE |
4351 | 2024-10-30T01:10:54.857Z | [ recovery-image] Oct 30 01:10:55.144 INFO O| Oct 30 01:10:55.144 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-10-30T01:10:54.861Z | [ recovery-image] Oct 30 01:10:55.155 INFO O| Oct 30 01:10:55.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4353 | 2024-10-30T01:10:54.861Z | [ recovery-image] Oct 30 01:10:55.155 INFO O| Oct 30 01:10:55.155 INFO STEP 78 (remove_files) COMPLETE |
4354 | 2024-10-30T01:10:54.864Z | [ recovery-image] Oct 30 01:10:55.155 INFO O| Oct 30 01:10:55.155 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-10-30T01:10:54.872Z | [ recovery-image] Oct 30 01:10:55.165 INFO O| Oct 30 01:10:55.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4356 | 2024-10-30T01:10:54.872Z | [ recovery-image] Oct 30 01:10:55.166 INFO O| Oct 30 01:10:55.165 INFO STEP 79 (remove_files) COMPLETE |
4357 | 2024-10-30T01:10:54.872Z | [ recovery-image] Oct 30 01:10:55.166 INFO O| Oct 30 01:10:55.166 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-10-30T01:10:54.883Z | [ recovery-image] Oct 30 01:10:55.176 INFO O| Oct 30 01:10:55.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4359 | 2024-10-30T01:10:54.883Z | [ recovery-image] Oct 30 01:10:55.176 INFO O| Oct 30 01:10:55.176 INFO STEP 80 (remove_files) COMPLETE |
4360 | 2024-10-30T01:10:54.883Z | [ recovery-image] Oct 30 01:10:55.176 INFO O| Oct 30 01:10:55.176 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-10-30T01:10:54.894Z | [ recovery-image] Oct 30 01:10:55.187 INFO O| Oct 30 01:10:55.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4362 | 2024-10-30T01:10:54.894Z | [ recovery-image] Oct 30 01:10:55.187 INFO O| Oct 30 01:10:55.187 INFO STEP 81 (remove_files) COMPLETE |
4363 | 2024-10-30T01:10:54.894Z | [ recovery-image] Oct 30 01:10:55.187 INFO O| Oct 30 01:10:55.187 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-10-30T01:10:54.904Z | [ recovery-image] Oct 30 01:10:55.197 INFO O| Oct 30 01:10:55.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4365 | 2024-10-30T01:10:54.906Z | [ recovery-image] Oct 30 01:10:55.197 INFO O| Oct 30 01:10:55.197 INFO STEP 82 (remove_files) COMPLETE |
4366 | 2024-10-30T01:10:54.907Z | [ recovery-image] Oct 30 01:10:55.197 INFO O| Oct 30 01:10:55.197 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-10-30T01:10:54.914Z | [ recovery-image] Oct 30 01:10:55.208 INFO O| Oct 30 01:10:55.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4368 | 2024-10-30T01:10:54.917Z | [ recovery-image] Oct 30 01:10:55.208 INFO O| Oct 30 01:10:55.208 INFO STEP 83 (remove_files) COMPLETE |
4369 | 2024-10-30T01:10:54.917Z | [ recovery-image] Oct 30 01:10:55.208 INFO O| Oct 30 01:10:55.208 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-10-30T01:10:54.924Z | [ recovery-image] Oct 30 01:10:55.218 INFO O| Oct 30 01:10:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4371 | 2024-10-30T01:10:54.924Z | [ recovery-image] Oct 30 01:10:55.218 INFO O| Oct 30 01:10:55.218 INFO STEP 84 (remove_files) COMPLETE |
4372 | 2024-10-30T01:10:54.924Z | [ recovery-image] Oct 30 01:10:55.218 INFO O| Oct 30 01:10:55.218 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-10-30T01:10:54.937Z | [ recovery-image] Oct 30 01:10:55.231 INFO O| Oct 30 01:10:55.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4374 | 2024-10-30T01:10:54.937Z | [ recovery-image] Oct 30 01:10:55.231 INFO O| Oct 30 01:10:55.231 INFO STEP 85 (remove_files) COMPLETE |
4375 | 2024-10-30T01:10:54.941Z | [ recovery-image] Oct 30 01:10:55.231 INFO O| Oct 30 01:10:55.231 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-10-30T01:10:54.950Z | [ recovery-image] Oct 30 01:10:55.242 INFO O| Oct 30 01:10:55.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4377 | 2024-10-30T01:10:54.950Z | [ recovery-image] Oct 30 01:10:55.242 INFO O| Oct 30 01:10:55.242 INFO STEP 86 (remove_files) COMPLETE |
4378 | 2024-10-30T01:10:54.953Z | [ recovery-image] Oct 30 01:10:55.242 INFO O| Oct 30 01:10:55.242 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-10-30T01:10:54.960Z | [ recovery-image] Oct 30 01:10:55.253 INFO O| Oct 30 01:10:55.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4380 | 2024-10-30T01:10:54.962Z | [ recovery-image] Oct 30 01:10:55.254 INFO O| Oct 30 01:10:55.254 INFO STEP 87 (remove_files) COMPLETE |
4381 | 2024-10-30T01:10:54.962Z | [ recovery-image] Oct 30 01:10:55.254 INFO O| Oct 30 01:10:55.254 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-10-30T01:10:54.971Z | [ recovery-image] Oct 30 01:10:55.264 INFO O| Oct 30 01:10:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4383 | 2024-10-30T01:10:54.973Z | [ recovery-image] Oct 30 01:10:55.264 INFO O| Oct 30 01:10:55.264 INFO STEP 88 (remove_files) COMPLETE |
4384 | 2024-10-30T01:10:54.973Z | [ recovery-image] Oct 30 01:10:55.264 INFO O| Oct 30 01:10:55.264 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-10-30T01:10:54.981Z | [ recovery-image] Oct 30 01:10:55.274 INFO O| Oct 30 01:10:55.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4386 | 2024-10-30T01:10:54.984Z | [ recovery-image] Oct 30 01:10:55.274 INFO O| Oct 30 01:10:55.274 INFO STEP 89 (remove_files) COMPLETE |
4387 | 2024-10-30T01:10:54.984Z | [ recovery-image] Oct 30 01:10:55.274 INFO O| Oct 30 01:10:55.274 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-10-30T01:10:54.992Z | [ recovery-image] Oct 30 01:10:55.284 INFO O| Oct 30 01:10:55.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4389 | 2024-10-30T01:10:54.992Z | [ recovery-image] Oct 30 01:10:55.284 INFO O| Oct 30 01:10:55.284 INFO STEP 90 (remove_files) COMPLETE |
4390 | 2024-10-30T01:10:54.995Z | [ recovery-image] Oct 30 01:10:55.284 INFO O| Oct 30 01:10:55.284 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-10-30T01:10:55.001Z | [ recovery-image] Oct 30 01:10:55.294 INFO O| Oct 30 01:10:55.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4392 | 2024-10-30T01:10:55.001Z | [ recovery-image] Oct 30 01:10:55.294 INFO O| Oct 30 01:10:55.294 INFO STEP 91 (remove_files) COMPLETE |
4393 | 2024-10-30T01:10:55.004Z | [ recovery-image] Oct 30 01:10:55.295 INFO O| Oct 30 01:10:55.294 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-10-30T01:10:55.011Z | [ recovery-image] Oct 30 01:10:55.304 INFO O| Oct 30 01:10:55.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4395 | 2024-10-30T01:10:55.013Z | [ recovery-image] Oct 30 01:10:55.304 INFO O| Oct 30 01:10:55.304 INFO STEP 92 (remove_files) COMPLETE |
4396 | 2024-10-30T01:10:55.013Z | [ recovery-image] Oct 30 01:10:55.305 INFO O| Oct 30 01:10:55.304 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-10-30T01:10:55.021Z | [ recovery-image] Oct 30 01:10:55.314 INFO O| Oct 30 01:10:55.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4398 | 2024-10-30T01:10:55.021Z | [ recovery-image] Oct 30 01:10:55.314 INFO O| Oct 30 01:10:55.314 INFO STEP 93 (remove_files) COMPLETE |
4399 | 2024-10-30T01:10:55.023Z | [ recovery-image] Oct 30 01:10:55.314 INFO O| Oct 30 01:10:55.314 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-10-30T01:10:55.031Z | [ recovery-image] Oct 30 01:10:55.325 INFO O| Oct 30 01:10:55.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4401 | 2024-10-30T01:10:55.034Z | [ recovery-image] Oct 30 01:10:55.325 INFO O| Oct 30 01:10:55.325 INFO STEP 94 (remove_files) COMPLETE |
4402 | 2024-10-30T01:10:55.034Z | [ recovery-image] Oct 30 01:10:55.325 INFO O| Oct 30 01:10:55.325 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-10-30T01:10:55.042Z | [ recovery-image] Oct 30 01:10:55.335 INFO O| Oct 30 01:10:55.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4404 | 2024-10-30T01:10:55.042Z | [ recovery-image] Oct 30 01:10:55.335 INFO O| Oct 30 01:10:55.335 INFO STEP 95 (remove_files) COMPLETE |
4405 | 2024-10-30T01:10:55.044Z | [ recovery-image] Oct 30 01:10:55.335 INFO O| Oct 30 01:10:55.335 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-10-30T01:10:55.052Z | [ recovery-image] Oct 30 01:10:55.346 INFO O| Oct 30 01:10:55.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4407 | 2024-10-30T01:10:55.052Z | [ recovery-image] Oct 30 01:10:55.346 INFO O| Oct 30 01:10:55.346 INFO STEP 96 (remove_files) COMPLETE |
4408 | 2024-10-30T01:10:55.052Z | [ recovery-image] Oct 30 01:10:55.346 INFO O| Oct 30 01:10:55.346 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-10-30T01:10:55.067Z | [ recovery-image] Oct 30 01:10:55.360 INFO O| Oct 30 01:10:55.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4410 | 2024-10-30T01:10:55.070Z | [ recovery-image] Oct 30 01:10:55.361 INFO O| Oct 30 01:10:55.361 INFO STEP 97 (remove_files) COMPLETE |
4411 | 2024-10-30T01:10:55.070Z | [ recovery-image] Oct 30 01:10:55.361 INFO O| Oct 30 01:10:55.361 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-10-30T01:10:55.081Z | [ recovery-image] Oct 30 01:10:55.375 INFO O| Oct 30 01:10:55.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4413 | 2024-10-30T01:10:55.081Z | [ recovery-image] Oct 30 01:10:55.375 INFO O| Oct 30 01:10:55.375 INFO STEP 98 (remove_files) COMPLETE |
4414 | 2024-10-30T01:10:55.084Z | [ recovery-image] Oct 30 01:10:55.375 INFO O| Oct 30 01:10:55.375 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-10-30T01:10:55.093Z | [ recovery-image] Oct 30 01:10:55.387 INFO O| Oct 30 01:10:55.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4416 | 2024-10-30T01:10:55.093Z | [ recovery-image] Oct 30 01:10:55.387 INFO O| Oct 30 01:10:55.387 INFO STEP 99 (remove_files) COMPLETE |
4417 | 2024-10-30T01:10:55.093Z | [ recovery-image] Oct 30 01:10:55.387 INFO O| Oct 30 01:10:55.387 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-10-30T01:10:55.106Z | [ recovery-image] Oct 30 01:10:55.399 INFO O| Oct 30 01:10:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4419 | 2024-10-30T01:10:55.106Z | [ recovery-image] Oct 30 01:10:55.399 INFO O| Oct 30 01:10:55.399 INFO STEP 100 (remove_files) COMPLETE |
4420 | 2024-10-30T01:10:55.108Z | [ recovery-image] Oct 30 01:10:55.399 INFO O| Oct 30 01:10:55.399 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-10-30T01:10:55.117Z | [ recovery-image] Oct 30 01:10:55.410 INFO O| Oct 30 01:10:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4422 | 2024-10-30T01:10:55.117Z | [ recovery-image] Oct 30 01:10:55.410 INFO O| Oct 30 01:10:55.410 INFO STEP 101 (remove_files) COMPLETE |
4423 | 2024-10-30T01:10:55.117Z | [ recovery-image] Oct 30 01:10:55.410 INFO O| Oct 30 01:10:55.410 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-10-30T01:10:55.128Z | [ recovery-image] Oct 30 01:10:55.421 INFO O| Oct 30 01:10:55.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4425 | 2024-10-30T01:10:55.128Z | [ recovery-image] Oct 30 01:10:55.422 INFO O| Oct 30 01:10:55.422 INFO STEP 102 (remove_files) COMPLETE |
4426 | 2024-10-30T01:10:55.128Z | [ recovery-image] Oct 30 01:10:55.422 INFO O| Oct 30 01:10:55.422 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-10-30T01:10:55.139Z | [ recovery-image] Oct 30 01:10:55.433 INFO O| Oct 30 01:10:55.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4428 | 2024-10-30T01:10:55.139Z | [ recovery-image] Oct 30 01:10:55.433 INFO O| Oct 30 01:10:55.433 INFO STEP 103 (remove_files) COMPLETE |
4429 | 2024-10-30T01:10:55.139Z | [ recovery-image] Oct 30 01:10:55.433 INFO O| Oct 30 01:10:55.433 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-10-30T01:10:55.151Z | [ recovery-image] Oct 30 01:10:55.445 INFO O| Oct 30 01:10:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4431 | 2024-10-30T01:10:55.151Z | [ recovery-image] Oct 30 01:10:55.445 INFO O| Oct 30 01:10:55.445 INFO STEP 104 (remove_files) COMPLETE |
4432 | 2024-10-30T01:10:55.151Z | [ recovery-image] Oct 30 01:10:55.445 INFO O| Oct 30 01:10:55.445 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-10-30T01:10:55.164Z | [ recovery-image] Oct 30 01:10:55.457 INFO O| Oct 30 01:10:55.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4434 | 2024-10-30T01:10:55.164Z | [ recovery-image] Oct 30 01:10:55.457 INFO O| Oct 30 01:10:55.457 INFO STEP 105 (remove_files) COMPLETE |
4435 | 2024-10-30T01:10:55.164Z | [ recovery-image] Oct 30 01:10:55.457 INFO O| Oct 30 01:10:55.457 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-10-30T01:10:55.176Z | [ recovery-image] Oct 30 01:10:55.469 INFO O| Oct 30 01:10:55.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4437 | 2024-10-30T01:10:55.176Z | [ recovery-image] Oct 30 01:10:55.469 INFO O| Oct 30 01:10:55.469 INFO STEP 106 (remove_files) COMPLETE |
4438 | 2024-10-30T01:10:55.179Z | [ recovery-image] Oct 30 01:10:55.469 INFO O| Oct 30 01:10:55.469 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-10-30T01:10:55.188Z | [ recovery-image] Oct 30 01:10:55.481 INFO O| Oct 30 01:10:55.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4440 | 2024-10-30T01:10:55.188Z | [ recovery-image] Oct 30 01:10:55.481 INFO O| Oct 30 01:10:55.481 INFO STEP 107 (remove_files) COMPLETE |
4441 | 2024-10-30T01:10:55.191Z | [ recovery-image] Oct 30 01:10:55.481 INFO O| Oct 30 01:10:55.481 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-10-30T01:10:55.200Z | [ recovery-image] Oct 30 01:10:55.494 INFO O| Oct 30 01:10:55.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4443 | 2024-10-30T01:10:55.203Z | [ recovery-image] Oct 30 01:10:55.494 INFO O| Oct 30 01:10:55.494 INFO STEP 108 (remove_files) COMPLETE |
4444 | 2024-10-30T01:10:55.203Z | [ recovery-image] Oct 30 01:10:55.494 INFO O| Oct 30 01:10:55.494 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-10-30T01:10:55.213Z | [ recovery-image] Oct 30 01:10:55.505 INFO O| Oct 30 01:10:55.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4446 | 2024-10-30T01:10:55.213Z | [ recovery-image] Oct 30 01:10:55.505 INFO O| Oct 30 01:10:55.505 INFO STEP 109 (remove_files) COMPLETE |
4447 | 2024-10-30T01:10:55.213Z | [ recovery-image] Oct 30 01:10:55.505 INFO O| Oct 30 01:10:55.505 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-10-30T01:10:55.222Z | [ recovery-image] Oct 30 01:10:55.516 INFO O| Oct 30 01:10:55.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4449 | 2024-10-30T01:10:55.222Z | [ recovery-image] Oct 30 01:10:55.516 INFO O| Oct 30 01:10:55.516 INFO STEP 110 (remove_files) COMPLETE |
4450 | 2024-10-30T01:10:55.225Z | [ recovery-image] Oct 30 01:10:55.516 INFO O| Oct 30 01:10:55.516 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-10-30T01:10:55.236Z | [ recovery-image] Oct 30 01:10:55.529 INFO O| Oct 30 01:10:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4452 | 2024-10-30T01:10:55.236Z | [ recovery-image] Oct 30 01:10:55.529 INFO O| Oct 30 01:10:55.529 INFO STEP 111 (remove_files) COMPLETE |
4453 | 2024-10-30T01:10:55.238Z | [ recovery-image] Oct 30 01:10:55.529 INFO O| Oct 30 01:10:55.529 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-10-30T01:10:55.247Z | [ recovery-image] Oct 30 01:10:55.541 INFO O| Oct 30 01:10:55.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4455 | 2024-10-30T01:10:55.247Z | [ recovery-image] Oct 30 01:10:55.541 INFO O| Oct 30 01:10:55.541 INFO STEP 112 (remove_files) COMPLETE |
4456 | 2024-10-30T01:10:55.247Z | [ recovery-image] Oct 30 01:10:55.541 INFO O| Oct 30 01:10:55.541 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-10-30T01:10:55.258Z | [ recovery-image] Oct 30 01:10:55.551 INFO O| Oct 30 01:10:55.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4458 | 2024-10-30T01:10:55.258Z | [ recovery-image] Oct 30 01:10:55.551 INFO O| Oct 30 01:10:55.551 INFO STEP 113 (remove_files) COMPLETE |
4459 | 2024-10-30T01:10:55.260Z | [ recovery-image] Oct 30 01:10:55.551 INFO O| Oct 30 01:10:55.551 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-10-30T01:10:55.268Z | [ recovery-image] Oct 30 01:10:55.561 INFO O| Oct 30 01:10:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4461 | 2024-10-30T01:10:55.268Z | [ recovery-image] Oct 30 01:10:55.562 INFO O| Oct 30 01:10:55.562 INFO STEP 114 (remove_files) COMPLETE |
4462 | 2024-10-30T01:10:55.268Z | [ recovery-image] Oct 30 01:10:55.562 INFO O| Oct 30 01:10:55.562 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-10-30T01:10:55.278Z | [ recovery-image] Oct 30 01:10:55.572 INFO O| Oct 30 01:10:55.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4464 | 2024-10-30T01:10:55.278Z | [ recovery-image] Oct 30 01:10:55.572 INFO O| Oct 30 01:10:55.572 INFO STEP 115 (remove_files) COMPLETE |
4465 | 2024-10-30T01:10:55.281Z | [ recovery-image] Oct 30 01:10:55.572 INFO O| Oct 30 01:10:55.572 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-10-30T01:10:55.289Z | [ recovery-image] Oct 30 01:10:55.582 INFO O| Oct 30 01:10:55.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4467 | 2024-10-30T01:10:55.289Z | [ recovery-image] Oct 30 01:10:55.582 INFO O| Oct 30 01:10:55.582 INFO STEP 116 (remove_files) COMPLETE |
4468 | 2024-10-30T01:10:55.289Z | [ recovery-image] Oct 30 01:10:55.582 INFO O| Oct 30 01:10:55.582 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-10-30T01:10:55.299Z | [ recovery-image] Oct 30 01:10:55.592 INFO O| Oct 30 01:10:55.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4470 | 2024-10-30T01:10:55.302Z | [ recovery-image] Oct 30 01:10:55.592 INFO O| Oct 30 01:10:55.592 INFO STEP 117 (remove_files) COMPLETE |
4471 | 2024-10-30T01:10:55.302Z | [ recovery-image] Oct 30 01:10:55.592 INFO O| Oct 30 01:10:55.592 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-10-30T01:10:55.309Z | [ recovery-image] Oct 30 01:10:55.603 INFO O| Oct 30 01:10:55.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4473 | 2024-10-30T01:10:55.309Z | [ recovery-image] Oct 30 01:10:55.603 INFO O| Oct 30 01:10:55.603 INFO STEP 118 (remove_files) COMPLETE |
4474 | 2024-10-30T01:10:55.309Z | [ recovery-image] Oct 30 01:10:55.603 INFO O| Oct 30 01:10:55.603 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-10-30T01:10:55.321Z | [ recovery-image] Oct 30 01:10:55.614 INFO O| Oct 30 01:10:55.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4476 | 2024-10-30T01:10:55.321Z | [ recovery-image] Oct 30 01:10:55.614 INFO O| Oct 30 01:10:55.614 INFO STEP 119 (remove_files) COMPLETE |
4477 | 2024-10-30T01:10:55.323Z | [ recovery-image] Oct 30 01:10:55.615 INFO O| Oct 30 01:10:55.614 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-10-30T01:10:55.331Z | [ recovery-image] Oct 30 01:10:55.625 INFO O| Oct 30 01:10:55.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4479 | 2024-10-30T01:10:55.334Z | [ recovery-image] Oct 30 01:10:55.626 INFO O| Oct 30 01:10:55.626 INFO STEP 120 (remove_files) COMPLETE |
4480 | 2024-10-30T01:10:55.334Z | [ recovery-image] Oct 30 01:10:55.626 INFO O| Oct 30 01:10:55.626 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-10-30T01:10:55.343Z | [ recovery-image] Oct 30 01:10:55.636 INFO O| Oct 30 01:10:55.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4482 | 2024-10-30T01:10:55.343Z | [ recovery-image] Oct 30 01:10:55.636 INFO O| Oct 30 01:10:55.636 INFO STEP 121 (remove_files) COMPLETE |
4483 | 2024-10-30T01:10:55.343Z | [ recovery-image] Oct 30 01:10:55.636 INFO O| Oct 30 01:10:55.636 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-10-30T01:10:55.353Z | [ recovery-image] Oct 30 01:10:55.647 INFO O| Oct 30 01:10:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4485 | 2024-10-30T01:10:55.356Z | [ recovery-image] Oct 30 01:10:55.647 INFO O| Oct 30 01:10:55.647 INFO STEP 122 (remove_files) COMPLETE |
4486 | 2024-10-30T01:10:55.356Z | [ recovery-image] Oct 30 01:10:55.647 INFO O| Oct 30 01:10:55.647 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-10-30T01:10:55.366Z | [ recovery-image] Oct 30 01:10:55.660 INFO O| Oct 30 01:10:55.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4488 | 2024-10-30T01:10:55.366Z | [ recovery-image] Oct 30 01:10:55.660 INFO O| Oct 30 01:10:55.660 INFO STEP 123 (remove_files) COMPLETE |
4489 | 2024-10-30T01:10:55.369Z | [ recovery-image] Oct 30 01:10:55.660 INFO O| Oct 30 01:10:55.660 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-10-30T01:10:55.377Z | [ recovery-image] Oct 30 01:10:55.671 INFO O| Oct 30 01:10:55.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4491 | 2024-10-30T01:10:55.377Z | [ recovery-image] Oct 30 01:10:55.671 INFO O| Oct 30 01:10:55.671 INFO STEP 124 (remove_files) COMPLETE |
4492 | 2024-10-30T01:10:55.380Z | [ recovery-image] Oct 30 01:10:55.671 INFO O| Oct 30 01:10:55.671 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-10-30T01:10:55.387Z | [ recovery-image] Oct 30 01:10:55.681 INFO O| Oct 30 01:10:55.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4494 | 2024-10-30T01:10:55.387Z | [ recovery-image] Oct 30 01:10:55.681 INFO O| Oct 30 01:10:55.681 INFO STEP 125 (remove_files) COMPLETE |
4495 | 2024-10-30T01:10:55.387Z | [ recovery-image] Oct 30 01:10:55.681 INFO O| Oct 30 01:10:55.681 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-10-30T01:10:55.398Z | [ recovery-image] Oct 30 01:10:55.691 INFO O| Oct 30 01:10:55.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4497 | 2024-10-30T01:10:55.398Z | [ recovery-image] Oct 30 01:10:55.691 INFO O| Oct 30 01:10:55.691 INFO STEP 126 (remove_files) COMPLETE |
4498 | 2024-10-30T01:10:55.398Z | [ recovery-image] Oct 30 01:10:55.691 INFO O| Oct 30 01:10:55.691 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-10-30T01:10:55.408Z | [ recovery-image] Oct 30 01:10:55.702 INFO O| Oct 30 01:10:55.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4500 | 2024-10-30T01:10:55.408Z | [ recovery-image] Oct 30 01:10:55.702 INFO O| Oct 30 01:10:55.702 INFO STEP 127 (remove_files) COMPLETE |
4501 | 2024-10-30T01:10:55.410Z | [ recovery-image] Oct 30 01:10:55.702 INFO O| Oct 30 01:10:55.702 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-10-30T01:10:55.420Z | [ recovery-image] Oct 30 01:10:55.713 INFO O| Oct 30 01:10:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4503 | 2024-10-30T01:10:55.420Z | [ recovery-image] Oct 30 01:10:55.713 INFO O| Oct 30 01:10:55.713 INFO STEP 128 (remove_files) COMPLETE |
4504 | 2024-10-30T01:10:55.422Z | [ recovery-image] Oct 30 01:10:55.713 INFO O| Oct 30 01:10:55.713 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-10-30T01:10:55.430Z | [ recovery-image] Oct 30 01:10:55.723 INFO O| Oct 30 01:10:55.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4506 | 2024-10-30T01:10:55.432Z | [ recovery-image] Oct 30 01:10:55.723 INFO O| Oct 30 01:10:55.723 INFO STEP 129 (remove_files) COMPLETE |
4507 | 2024-10-30T01:10:55.432Z | [ recovery-image] Oct 30 01:10:55.724 INFO O| Oct 30 01:10:55.723 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-10-30T01:10:55.441Z | [ recovery-image] Oct 30 01:10:55.734 INFO O| Oct 30 01:10:55.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4509 | 2024-10-30T01:10:55.441Z | [ recovery-image] Oct 30 01:10:55.734 INFO O| Oct 30 01:10:55.734 INFO STEP 130 (remove_files) COMPLETE |
4510 | 2024-10-30T01:10:55.443Z | [ recovery-image] Oct 30 01:10:55.734 INFO O| Oct 30 01:10:55.734 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-10-30T01:10:55.453Z | [ recovery-image] Oct 30 01:10:55.746 INFO O| Oct 30 01:10:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4512 | 2024-10-30T01:10:55.453Z | [ recovery-image] Oct 30 01:10:55.746 INFO O| Oct 30 01:10:55.746 INFO STEP 131 (remove_files) COMPLETE |
4513 | 2024-10-30T01:10:55.453Z | [ recovery-image] Oct 30 01:10:55.746 INFO O| Oct 30 01:10:55.746 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-10-30T01:10:55.463Z | [ recovery-image] Oct 30 01:10:55.756 INFO O| Oct 30 01:10:55.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4515 | 2024-10-30T01:10:55.466Z | [ recovery-image] Oct 30 01:10:55.756 INFO O| Oct 30 01:10:55.756 INFO STEP 132 (remove_files) COMPLETE |
4516 | 2024-10-30T01:10:55.466Z | [ recovery-image] Oct 30 01:10:55.756 INFO O| Oct 30 01:10:55.756 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-10-30T01:10:55.474Z | [ recovery-image] Oct 30 01:10:55.767 INFO O| Oct 30 01:10:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4518 | 2024-10-30T01:10:55.474Z | [ recovery-image] Oct 30 01:10:55.767 INFO O| Oct 30 01:10:55.767 INFO STEP 133 (remove_files) COMPLETE |
4519 | 2024-10-30T01:10:55.476Z | [ recovery-image] Oct 30 01:10:55.767 INFO O| Oct 30 01:10:55.767 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-10-30T01:10:55.484Z | [ recovery-image] Oct 30 01:10:55.776 INFO O| Oct 30 01:10:55.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4521 | 2024-10-30T01:10:55.484Z | [ recovery-image] Oct 30 01:10:55.777 INFO O| Oct 30 01:10:55.777 INFO STEP 134 (remove_files) COMPLETE |
4522 | 2024-10-30T01:10:55.487Z | [ recovery-image] Oct 30 01:10:55.777 INFO O| Oct 30 01:10:55.777 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-10-30T01:10:55.494Z | [ recovery-image] Oct 30 01:10:55.788 INFO O| Oct 30 01:10:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4524 | 2024-10-30T01:10:55.498Z | [ recovery-image] Oct 30 01:10:55.788 INFO O| Oct 30 01:10:55.788 INFO STEP 135 (remove_files) COMPLETE |
4525 | 2024-10-30T01:10:55.498Z | [ recovery-image] Oct 30 01:10:55.788 INFO O| Oct 30 01:10:55.788 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-10-30T01:10:55.506Z | [ recovery-image] Oct 30 01:10:55.800 INFO O| Oct 30 01:10:55.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4527 | 2024-10-30T01:10:55.507Z | [ recovery-image] Oct 30 01:10:55.800 INFO O| Oct 30 01:10:55.800 INFO STEP 136 (remove_files) COMPLETE |
4528 | 2024-10-30T01:10:55.507Z | [ recovery-image] Oct 30 01:10:55.800 INFO O| Oct 30 01:10:55.800 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-10-30T01:10:55.518Z | [ recovery-image] Oct 30 01:10:55.812 INFO O| Oct 30 01:10:55.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4530 | 2024-10-30T01:10:55.518Z | [ recovery-image] Oct 30 01:10:55.812 INFO O| Oct 30 01:10:55.812 INFO STEP 137 (remove_files) COMPLETE |
4531 | 2024-10-30T01:10:55.521Z | [ recovery-image] Oct 30 01:10:55.812 INFO O| Oct 30 01:10:55.812 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-10-30T01:10:55.529Z | [ recovery-image] Oct 30 01:10:55.823 INFO O| Oct 30 01:10:55.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4533 | 2024-10-30T01:10:55.530Z | [ recovery-image] Oct 30 01:10:55.823 INFO O| Oct 30 01:10:55.823 INFO STEP 138 (remove_files) COMPLETE |
4534 | 2024-10-30T01:10:55.530Z | [ recovery-image] Oct 30 01:10:55.823 INFO O| Oct 30 01:10:55.823 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-10-30T01:10:55.539Z | [ recovery-image] Oct 30 01:10:55.833 INFO O| Oct 30 01:10:55.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4536 | 2024-10-30T01:10:55.544Z | [ recovery-image] Oct 30 01:10:55.833 INFO O| Oct 30 01:10:55.833 INFO STEP 139 (remove_files) COMPLETE |
4537 | 2024-10-30T01:10:55.544Z | [ recovery-image] Oct 30 01:10:55.833 INFO O| Oct 30 01:10:55.833 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-10-30T01:10:55.549Z | [ recovery-image] Oct 30 01:10:55.843 INFO O| Oct 30 01:10:55.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4539 | 2024-10-30T01:10:55.549Z | [ recovery-image] Oct 30 01:10:55.843 INFO O| Oct 30 01:10:55.843 INFO STEP 140 (remove_files) COMPLETE |
4540 | 2024-10-30T01:10:55.549Z | [ recovery-image] Oct 30 01:10:55.843 INFO O| Oct 30 01:10:55.843 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-10-30T01:10:55.560Z | [ recovery-image] Oct 30 01:10:55.853 INFO O| Oct 30 01:10:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4542 | 2024-10-30T01:10:55.560Z | [ recovery-image] Oct 30 01:10:55.853 INFO O| Oct 30 01:10:55.853 INFO STEP 141 (remove_files) COMPLETE |
4543 | 2024-10-30T01:10:55.564Z | [ recovery-image] Oct 30 01:10:55.853 INFO O| Oct 30 01:10:55.853 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-10-30T01:10:55.570Z | [ recovery-image] Oct 30 01:10:55.863 INFO O| Oct 30 01:10:55.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4545 | 2024-10-30T01:10:55.570Z | [ recovery-image] Oct 30 01:10:55.863 INFO O| Oct 30 01:10:55.863 INFO STEP 142 (remove_files) COMPLETE |
4546 | 2024-10-30T01:10:55.570Z | [ recovery-image] Oct 30 01:10:55.863 INFO O| Oct 30 01:10:55.863 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-10-30T01:10:55.580Z | [ recovery-image] Oct 30 01:10:55.873 INFO O| Oct 30 01:10:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4548 | 2024-10-30T01:10:55.580Z | [ recovery-image] Oct 30 01:10:55.873 INFO O| Oct 30 01:10:55.873 INFO STEP 143 (remove_files) COMPLETE |
4549 | 2024-10-30T01:10:55.583Z | [ recovery-image] Oct 30 01:10:55.873 INFO O| Oct 30 01:10:55.873 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-10-30T01:10:55.590Z | [ recovery-image] Oct 30 01:10:55.883 INFO O| Oct 30 01:10:55.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4551 | 2024-10-30T01:10:55.590Z | [ recovery-image] Oct 30 01:10:55.883 INFO O| Oct 30 01:10:55.883 INFO STEP 144 (remove_files) COMPLETE |
4552 | 2024-10-30T01:10:55.592Z | [ recovery-image] Oct 30 01:10:55.883 INFO O| Oct 30 01:10:55.883 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-10-30T01:10:55.600Z | [ recovery-image] Oct 30 01:10:55.893 INFO O| Oct 30 01:10:55.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4554 | 2024-10-30T01:10:55.600Z | [ recovery-image] Oct 30 01:10:55.893 INFO O| Oct 30 01:10:55.893 INFO STEP 145 (remove_files) COMPLETE |
4555 | 2024-10-30T01:10:55.600Z | [ recovery-image] Oct 30 01:10:55.893 INFO O| Oct 30 01:10:55.893 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-10-30T01:10:55.611Z | [ recovery-image] Oct 30 01:10:55.903 INFO O| Oct 30 01:10:55.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4557 | 2024-10-30T01:10:55.611Z | [ recovery-image] Oct 30 01:10:55.903 INFO O| Oct 30 01:10:55.903 INFO STEP 146 (remove_files) COMPLETE |
4558 | 2024-10-30T01:10:55.614Z | [ recovery-image] Oct 30 01:10:55.903 INFO O| Oct 30 01:10:55.903 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-10-30T01:10:55.620Z | [ recovery-image] Oct 30 01:10:55.914 INFO O| Oct 30 01:10:55.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4560 | 2024-10-30T01:10:55.620Z | [ recovery-image] Oct 30 01:10:55.914 INFO O| Oct 30 01:10:55.914 INFO STEP 147 (remove_files) COMPLETE |
4561 | 2024-10-30T01:10:55.623Z | [ recovery-image] Oct 30 01:10:55.914 INFO O| Oct 30 01:10:55.914 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-10-30T01:10:55.630Z | [ recovery-image] Oct 30 01:10:55.924 INFO O| Oct 30 01:10:55.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4563 | 2024-10-30T01:10:55.633Z | [ recovery-image] Oct 30 01:10:55.924 INFO O| Oct 30 01:10:55.924 INFO STEP 148 (remove_files) COMPLETE |
4564 | 2024-10-30T01:10:55.633Z | [ recovery-image] Oct 30 01:10:55.924 INFO O| Oct 30 01:10:55.924 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-10-30T01:10:55.640Z | [ recovery-image] Oct 30 01:10:55.934 INFO O| Oct 30 01:10:55.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4566 | 2024-10-30T01:10:55.640Z | [ recovery-image] Oct 30 01:10:55.934 INFO O| Oct 30 01:10:55.934 INFO STEP 149 (remove_files) COMPLETE |
4567 | 2024-10-30T01:10:55.643Z | [ recovery-image] Oct 30 01:10:55.934 INFO O| Oct 30 01:10:55.934 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-10-30T01:10:55.650Z | [ recovery-image] Oct 30 01:10:55.944 INFO O| Oct 30 01:10:55.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4569 | 2024-10-30T01:10:55.650Z | [ recovery-image] Oct 30 01:10:55.944 INFO O| Oct 30 01:10:55.944 INFO STEP 150 (remove_files) COMPLETE |
4570 | 2024-10-30T01:10:55.653Z | [ recovery-image] Oct 30 01:10:55.944 INFO O| Oct 30 01:10:55.944 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-10-30T01:10:55.660Z | [ recovery-image] Oct 30 01:10:55.954 INFO O| Oct 30 01:10:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4572 | 2024-10-30T01:10:55.663Z | [ recovery-image] Oct 30 01:10:55.954 INFO O| Oct 30 01:10:55.954 INFO STEP 151 (remove_files) COMPLETE |
4573 | 2024-10-30T01:10:55.663Z | [ recovery-image] Oct 30 01:10:55.954 INFO O| Oct 30 01:10:55.954 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-10-30T01:10:55.670Z | [ recovery-image] Oct 30 01:10:55.964 INFO O| Oct 30 01:10:55.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4575 | 2024-10-30T01:10:55.670Z | [ recovery-image] Oct 30 01:10:55.964 INFO O| Oct 30 01:10:55.964 INFO STEP 152 (remove_files) COMPLETE |
4576 | 2024-10-30T01:10:55.672Z | [ recovery-image] Oct 30 01:10:55.964 INFO O| Oct 30 01:10:55.964 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-10-30T01:10:55.680Z | [ recovery-image] Oct 30 01:10:55.974 INFO O| Oct 30 01:10:55.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4578 | 2024-10-30T01:10:55.680Z | [ recovery-image] Oct 30 01:10:55.974 INFO O| Oct 30 01:10:55.974 INFO STEP 153 (remove_files) COMPLETE |
4579 | 2024-10-30T01:10:55.682Z | [ recovery-image] Oct 30 01:10:55.974 INFO O| Oct 30 01:10:55.974 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-10-30T01:10:55.692Z | [ recovery-image] Oct 30 01:10:55.985 INFO O| Oct 30 01:10:55.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4581 | 2024-10-30T01:10:55.692Z | [ recovery-image] Oct 30 01:10:55.985 INFO O| Oct 30 01:10:55.985 INFO STEP 154 (remove_files) COMPLETE |
4582 | 2024-10-30T01:10:55.692Z | [ recovery-image] Oct 30 01:10:55.986 INFO O| Oct 30 01:10:55.985 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-10-30T01:10:55.702Z | [ recovery-image] Oct 30 01:10:55.996 INFO O| Oct 30 01:10:55.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4584 | 2024-10-30T01:10:55.704Z | [ recovery-image] Oct 30 01:10:55.996 INFO O| Oct 30 01:10:55.996 INFO STEP 155 (remove_files) COMPLETE |
4585 | 2024-10-30T01:10:55.704Z | [ recovery-image] Oct 30 01:10:55.996 INFO O| Oct 30 01:10:55.996 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-10-30T01:10:55.714Z | [ recovery-image] Oct 30 01:10:56.007 INFO O| Oct 30 01:10:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4587 | 2024-10-30T01:10:55.714Z | [ recovery-image] Oct 30 01:10:56.007 INFO O| Oct 30 01:10:56.007 INFO STEP 156 (remove_files) COMPLETE |
4588 | 2024-10-30T01:10:55.716Z | [ recovery-image] Oct 30 01:10:56.007 INFO O| Oct 30 01:10:56.007 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-10-30T01:10:55.724Z | [ recovery-image] Oct 30 01:10:56.018 INFO O| Oct 30 01:10:56.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4590 | 2024-10-30T01:10:55.724Z | [ recovery-image] Oct 30 01:10:56.018 INFO O| Oct 30 01:10:56.018 INFO STEP 157 (remove_files) COMPLETE |
4591 | 2024-10-30T01:10:55.727Z | [ recovery-image] Oct 30 01:10:56.018 INFO O| Oct 30 01:10:56.018 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-10-30T01:10:55.736Z | [ recovery-image] Oct 30 01:10:56.029 INFO O| Oct 30 01:10:56.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4593 | 2024-10-30T01:10:55.736Z | [ recovery-image] Oct 30 01:10:56.029 INFO O| Oct 30 01:10:56.029 INFO STEP 158 (remove_files) COMPLETE |
4594 | 2024-10-30T01:10:55.736Z | [ recovery-image] Oct 30 01:10:56.029 INFO O| Oct 30 01:10:56.029 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-10-30T01:10:55.748Z | [ recovery-image] Oct 30 01:10:56.042 INFO O| Oct 30 01:10:56.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4596 | 2024-10-30T01:10:55.748Z | [ recovery-image] Oct 30 01:10:56.042 INFO O| Oct 30 01:10:56.042 INFO STEP 159 (remove_files) COMPLETE |
4597 | 2024-10-30T01:10:55.751Z | [ recovery-image] Oct 30 01:10:56.042 INFO O| Oct 30 01:10:56.042 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-10-30T01:10:55.761Z | [ recovery-image] Oct 30 01:10:56.054 INFO O| Oct 30 01:10:56.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4599 | 2024-10-30T01:10:55.761Z | [ recovery-image] Oct 30 01:10:56.054 INFO O| Oct 30 01:10:56.054 INFO STEP 160 (remove_files) COMPLETE |
4600 | 2024-10-30T01:10:55.761Z | [ recovery-image] Oct 30 01:10:56.054 INFO O| Oct 30 01:10:56.054 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-10-30T01:10:55.772Z | [ recovery-image] Oct 30 01:10:56.066 INFO O| Oct 30 01:10:56.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4602 | 2024-10-30T01:10:55.772Z | [ recovery-image] Oct 30 01:10:56.066 INFO O| Oct 30 01:10:56.066 INFO STEP 161 (remove_files) COMPLETE |
4603 | 2024-10-30T01:10:55.772Z | [ recovery-image] Oct 30 01:10:56.066 INFO O| Oct 30 01:10:56.066 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-10-30T01:10:55.783Z | [ recovery-image] Oct 30 01:10:56.077 INFO O| Oct 30 01:10:56.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4605 | 2024-10-30T01:10:55.783Z | [ recovery-image] Oct 30 01:10:56.077 INFO O| Oct 30 01:10:56.077 INFO STEP 162 (remove_files) COMPLETE |
4606 | 2024-10-30T01:10:55.786Z | [ recovery-image] Oct 30 01:10:56.077 INFO O| Oct 30 01:10:56.077 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-10-30T01:10:55.794Z | [ recovery-image] Oct 30 01:10:56.087 INFO O| Oct 30 01:10:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4608 | 2024-10-30T01:10:55.794Z | [ recovery-image] Oct 30 01:10:56.087 INFO O| Oct 30 01:10:56.087 INFO STEP 163 (remove_files) COMPLETE |
4609 | 2024-10-30T01:10:55.796Z | [ recovery-image] Oct 30 01:10:56.087 INFO O| Oct 30 01:10:56.087 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-10-30T01:10:55.804Z | [ recovery-image] Oct 30 01:10:56.098 INFO O| Oct 30 01:10:56.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4611 | 2024-10-30T01:10:55.804Z | [ recovery-image] Oct 30 01:10:56.098 INFO O| Oct 30 01:10:56.098 INFO STEP 164 (remove_files) COMPLETE |
4612 | 2024-10-30T01:10:55.807Z | [ recovery-image] Oct 30 01:10:56.098 INFO O| Oct 30 01:10:56.098 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-10-30T01:10:55.814Z | [ recovery-image] Oct 30 01:10:56.108 INFO O| Oct 30 01:10:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4614 | 2024-10-30T01:10:55.814Z | [ recovery-image] Oct 30 01:10:56.108 INFO O| Oct 30 01:10:56.108 INFO STEP 165 (remove_files) COMPLETE |
4615 | 2024-10-30T01:10:55.815Z | [ recovery-image] Oct 30 01:10:56.108 INFO O| Oct 30 01:10:56.108 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-10-30T01:10:55.825Z | [ recovery-image] Oct 30 01:10:56.119 INFO O| Oct 30 01:10:56.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4617 | 2024-10-30T01:10:55.828Z | [ recovery-image] Oct 30 01:10:56.119 INFO O| Oct 30 01:10:56.119 INFO STEP 166 (remove_files) COMPLETE |
4618 | 2024-10-30T01:10:55.828Z | [ recovery-image] Oct 30 01:10:56.119 INFO O| Oct 30 01:10:56.119 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-10-30T01:10:55.836Z | [ recovery-image] Oct 30 01:10:56.129 INFO O| Oct 30 01:10:56.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4620 | 2024-10-30T01:10:55.836Z | [ recovery-image] Oct 30 01:10:56.129 INFO O| Oct 30 01:10:56.129 INFO STEP 167 (remove_files) COMPLETE |
4621 | 2024-10-30T01:10:55.838Z | [ recovery-image] Oct 30 01:10:56.130 INFO O| Oct 30 01:10:56.129 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-10-30T01:10:55.846Z | [ recovery-image] Oct 30 01:10:56.140 INFO O| Oct 30 01:10:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4623 | 2024-10-30T01:10:55.846Z | [ recovery-image] Oct 30 01:10:56.140 INFO O| Oct 30 01:10:56.140 INFO STEP 168 (remove_files) COMPLETE |
4624 | 2024-10-30T01:10:55.849Z | [ recovery-image] Oct 30 01:10:56.140 INFO O| Oct 30 01:10:56.140 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-10-30T01:10:55.856Z | [ recovery-image] Oct 30 01:10:56.150 INFO O| Oct 30 01:10:56.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4626 | 2024-10-30T01:10:55.856Z | [ recovery-image] Oct 30 01:10:56.150 INFO O| Oct 30 01:10:56.150 INFO STEP 169 (remove_files) COMPLETE |
4627 | 2024-10-30T01:10:55.859Z | [ recovery-image] Oct 30 01:10:56.150 INFO O| Oct 30 01:10:56.150 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-10-30T01:10:55.866Z | [ recovery-image] Oct 30 01:10:56.160 INFO O| Oct 30 01:10:56.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4629 | 2024-10-30T01:10:55.866Z | [ recovery-image] Oct 30 01:10:56.160 INFO O| Oct 30 01:10:56.160 INFO STEP 170 (remove_files) COMPLETE |
4630 | 2024-10-30T01:10:55.869Z | [ recovery-image] Oct 30 01:10:56.160 INFO O| Oct 30 01:10:56.160 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-10-30T01:10:55.877Z | [ recovery-image] Oct 30 01:10:56.170 INFO O| Oct 30 01:10:56.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4632 | 2024-10-30T01:10:55.877Z | [ recovery-image] Oct 30 01:10:56.170 INFO O| Oct 30 01:10:56.170 INFO STEP 171 (remove_files) COMPLETE |
4633 | 2024-10-30T01:10:55.879Z | [ recovery-image] Oct 30 01:10:56.171 INFO O| Oct 30 01:10:56.170 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-10-30T01:10:55.887Z | [ recovery-image] Oct 30 01:10:56.180 INFO O| Oct 30 01:10:56.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4635 | 2024-10-30T01:10:55.887Z | [ recovery-image] Oct 30 01:10:56.181 INFO O| Oct 30 01:10:56.181 INFO STEP 172 (remove_files) COMPLETE |
4636 | 2024-10-30T01:10:55.889Z | [ recovery-image] Oct 30 01:10:56.181 INFO O| Oct 30 01:10:56.181 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-10-30T01:10:55.896Z | [ recovery-image] Oct 30 01:10:56.190 INFO O| Oct 30 01:10:56.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4638 | 2024-10-30T01:10:55.896Z | [ recovery-image] Oct 30 01:10:56.190 INFO O| Oct 30 01:10:56.190 INFO STEP 173 (remove_files) COMPLETE |
4639 | 2024-10-30T01:10:55.897Z | [ recovery-image] Oct 30 01:10:56.190 INFO O| Oct 30 01:10:56.190 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-10-30T01:10:55.906Z | [ recovery-image] Oct 30 01:10:56.200 INFO O| Oct 30 01:10:56.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4641 | 2024-10-30T01:10:55.909Z | [ recovery-image] Oct 30 01:10:56.200 INFO O| Oct 30 01:10:56.200 INFO STEP 174 (remove_files) COMPLETE |
4642 | 2024-10-30T01:10:55.909Z | [ recovery-image] Oct 30 01:10:56.200 INFO O| Oct 30 01:10:56.200 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-10-30T01:10:55.916Z | [ recovery-image] Oct 30 01:10:56.210 INFO O| Oct 30 01:10:56.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4644 | 2024-10-30T01:10:55.918Z | [ recovery-image] Oct 30 01:10:56.211 INFO O| Oct 30 01:10:56.211 INFO STEP 175 (remove_files) COMPLETE |
4645 | 2024-10-30T01:10:55.919Z | [ recovery-image] Oct 30 01:10:56.211 INFO O| Oct 30 01:10:56.211 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-10-30T01:10:55.927Z | [ recovery-image] Oct 30 01:10:56.220 INFO O| Oct 30 01:10:56.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4647 | 2024-10-30T01:10:55.927Z | [ recovery-image] Oct 30 01:10:56.220 INFO O| Oct 30 01:10:56.220 INFO STEP 176 (remove_files) COMPLETE |
4648 | 2024-10-30T01:10:55.927Z | [ recovery-image] Oct 30 01:10:56.220 INFO O| Oct 30 01:10:56.220 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-10-30T01:10:55.938Z | [ recovery-image] Oct 30 01:10:56.231 INFO O| Oct 30 01:10:56.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4650 | 2024-10-30T01:10:55.940Z | [ recovery-image] Oct 30 01:10:56.231 INFO O| Oct 30 01:10:56.231 INFO STEP 177 (remove_files) COMPLETE |
4651 | 2024-10-30T01:10:55.940Z | [ recovery-image] Oct 30 01:10:56.231 INFO O| Oct 30 01:10:56.231 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-10-30T01:10:55.947Z | [ recovery-image] Oct 30 01:10:56.241 INFO O| Oct 30 01:10:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4653 | 2024-10-30T01:10:55.950Z | [ recovery-image] Oct 30 01:10:56.241 INFO O| Oct 30 01:10:56.241 INFO STEP 178 (remove_files) COMPLETE |
4654 | 2024-10-30T01:10:55.950Z | [ recovery-image] Oct 30 01:10:56.241 INFO O| Oct 30 01:10:56.241 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-10-30T01:10:55.957Z | [ recovery-image] Oct 30 01:10:56.251 INFO O| Oct 30 01:10:56.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4656 | 2024-10-30T01:10:55.957Z | [ recovery-image] Oct 30 01:10:56.251 INFO O| Oct 30 01:10:56.251 INFO STEP 179 (remove_files) COMPLETE |
4657 | 2024-10-30T01:10:55.960Z | [ recovery-image] Oct 30 01:10:56.251 INFO O| Oct 30 01:10:56.251 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-10-30T01:10:55.968Z | [ recovery-image] Oct 30 01:10:56.262 INFO O| Oct 30 01:10:56.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4659 | 2024-10-30T01:10:55.970Z | [ recovery-image] Oct 30 01:10:56.262 INFO O| Oct 30 01:10:56.262 INFO STEP 180 (remove_files) COMPLETE |
4660 | 2024-10-30T01:10:55.970Z | [ recovery-image] Oct 30 01:10:56.262 INFO O| Oct 30 01:10:56.262 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-10-30T01:10:55.978Z | [ recovery-image] Oct 30 01:10:56.272 INFO O| Oct 30 01:10:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4662 | 2024-10-30T01:10:55.978Z | [ recovery-image] Oct 30 01:10:56.272 INFO O| Oct 30 01:10:56.272 INFO STEP 181 (remove_files) COMPLETE |
4663 | 2024-10-30T01:10:55.980Z | [ recovery-image] Oct 30 01:10:56.272 INFO O| Oct 30 01:10:56.272 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-10-30T01:10:55.988Z | [ recovery-image] Oct 30 01:10:56.281 INFO O| Oct 30 01:10:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4665 | 2024-10-30T01:10:55.988Z | [ recovery-image] Oct 30 01:10:56.281 INFO O| Oct 30 01:10:56.281 INFO STEP 182 (remove_files) COMPLETE |
4666 | 2024-10-30T01:10:55.988Z | [ recovery-image] Oct 30 01:10:56.281 INFO O| Oct 30 01:10:56.281 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-10-30T01:10:55.997Z | [ recovery-image] Oct 30 01:10:56.291 INFO O| Oct 30 01:10:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4668 | 2024-10-30T01:10:56.000Z | [ recovery-image] Oct 30 01:10:56.292 INFO O| Oct 30 01:10:56.292 INFO STEP 183 (remove_files) COMPLETE |
4669 | 2024-10-30T01:10:56.000Z | [ recovery-image] Oct 30 01:10:56.292 INFO O| Oct 30 01:10:56.292 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-10-30T01:10:56.008Z | [ recovery-image] Oct 30 01:10:56.302 INFO O| Oct 30 01:10:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4671 | 2024-10-30T01:10:56.008Z | [ recovery-image] Oct 30 01:10:56.302 INFO O| Oct 30 01:10:56.302 INFO STEP 184 (remove_files) COMPLETE |
4672 | 2024-10-30T01:10:56.011Z | [ recovery-image] Oct 30 01:10:56.302 INFO O| Oct 30 01:10:56.302 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-10-30T01:10:56.018Z | [ recovery-image] Oct 30 01:10:56.312 INFO O| Oct 30 01:10:56.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4674 | 2024-10-30T01:10:56.018Z | [ recovery-image] Oct 30 01:10:56.312 INFO O| Oct 30 01:10:56.312 INFO STEP 185 (remove_files) COMPLETE |
4675 | 2024-10-30T01:10:56.018Z | [ recovery-image] Oct 30 01:10:56.312 INFO O| Oct 30 01:10:56.312 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-10-30T01:10:56.028Z | [ recovery-image] Oct 30 01:10:56.322 INFO O| Oct 30 01:10:56.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4677 | 2024-10-30T01:10:56.028Z | [ recovery-image] Oct 30 01:10:56.322 INFO O| Oct 30 01:10:56.322 INFO STEP 186 (remove_files) COMPLETE |
4678 | 2024-10-30T01:10:56.030Z | [ recovery-image] Oct 30 01:10:56.322 INFO O| Oct 30 01:10:56.322 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-10-30T01:10:56.038Z | [ recovery-image] Oct 30 01:10:56.332 INFO O| Oct 30 01:10:56.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4680 | 2024-10-30T01:10:56.038Z | [ recovery-image] Oct 30 01:10:56.332 INFO O| Oct 30 01:10:56.332 INFO STEP 187 (remove_files) COMPLETE |
4681 | 2024-10-30T01:10:56.038Z | [ recovery-image] Oct 30 01:10:56.332 INFO O| Oct 30 01:10:56.332 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-10-30T01:10:56.048Z | [ recovery-image] Oct 30 01:10:56.342 INFO O| Oct 30 01:10:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4683 | 2024-10-30T01:10:56.048Z | [ recovery-image] Oct 30 01:10:56.342 INFO O| Oct 30 01:10:56.342 INFO STEP 188 (remove_files) COMPLETE |
4684 | 2024-10-30T01:10:56.051Z | [ recovery-image] Oct 30 01:10:56.342 INFO O| Oct 30 01:10:56.342 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-10-30T01:10:56.058Z | [ recovery-image] Oct 30 01:10:56.352 INFO O| Oct 30 01:10:56.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4686 | 2024-10-30T01:10:56.058Z | [ recovery-image] Oct 30 01:10:56.352 INFO O| Oct 30 01:10:56.352 INFO STEP 189 (remove_files) COMPLETE |
4687 | 2024-10-30T01:10:56.061Z | [ recovery-image] Oct 30 01:10:56.352 INFO O| Oct 30 01:10:56.352 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-10-30T01:10:56.070Z | [ recovery-image] Oct 30 01:10:56.363 INFO O| Oct 30 01:10:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4689 | 2024-10-30T01:10:56.070Z | [ recovery-image] Oct 30 01:10:56.364 INFO O| Oct 30 01:10:56.364 INFO STEP 190 (remove_files) COMPLETE |
4690 | 2024-10-30T01:10:56.072Z | [ recovery-image] Oct 30 01:10:56.364 INFO O| Oct 30 01:10:56.364 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-10-30T01:10:56.083Z | [ recovery-image] Oct 30 01:10:56.377 INFO O| Oct 30 01:10:56.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4692 | 2024-10-30T01:10:56.083Z | [ recovery-image] Oct 30 01:10:56.377 INFO O| Oct 30 01:10:56.377 INFO STEP 191 (remove_files) COMPLETE |
4693 | 2024-10-30T01:10:56.085Z | [ recovery-image] Oct 30 01:10:56.377 INFO O| Oct 30 01:10:56.377 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-10-30T01:10:56.098Z | [ recovery-image] Oct 30 01:10:56.392 INFO O| Oct 30 01:10:56.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4695 | 2024-10-30T01:10:56.100Z | [ recovery-image] Oct 30 01:10:56.392 INFO O| Oct 30 01:10:56.392 INFO STEP 192 (remove_files) COMPLETE |
4696 | 2024-10-30T01:10:56.101Z | [ recovery-image] Oct 30 01:10:56.392 INFO O| Oct 30 01:10:56.392 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-10-30T01:10:56.110Z | [ recovery-image] Oct 30 01:10:56.404 INFO O| Oct 30 01:10:56.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4698 | 2024-10-30T01:10:56.110Z | [ recovery-image] Oct 30 01:10:56.404 INFO O| Oct 30 01:10:56.404 INFO STEP 193 (remove_files) COMPLETE |
4699 | 2024-10-30T01:10:56.110Z | [ recovery-image] Oct 30 01:10:56.404 INFO O| Oct 30 01:10:56.404 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-10-30T01:10:56.121Z | [ recovery-image] Oct 30 01:10:56.414 INFO O| Oct 30 01:10:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4701 | 2024-10-30T01:10:56.121Z | [ recovery-image] Oct 30 01:10:56.415 INFO O| Oct 30 01:10:56.415 INFO STEP 194 (remove_files) COMPLETE |
4702 | 2024-10-30T01:10:56.123Z | [ recovery-image] Oct 30 01:10:56.415 INFO O| Oct 30 01:10:56.415 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-10-30T01:10:56.131Z | [ recovery-image] Oct 30 01:10:56.425 INFO O| Oct 30 01:10:56.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4704 | 2024-10-30T01:10:56.131Z | [ recovery-image] Oct 30 01:10:56.425 INFO O| Oct 30 01:10:56.425 INFO STEP 195 (remove_files) COMPLETE |
4705 | 2024-10-30T01:10:56.134Z | [ recovery-image] Oct 30 01:10:56.425 INFO O| Oct 30 01:10:56.425 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-10-30T01:10:56.141Z | [ recovery-image] Oct 30 01:10:56.435 INFO O| Oct 30 01:10:56.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4707 | 2024-10-30T01:10:56.141Z | [ recovery-image] Oct 30 01:10:56.435 INFO O| Oct 30 01:10:56.435 INFO STEP 196 (remove_files) COMPLETE |
4708 | 2024-10-30T01:10:56.144Z | [ recovery-image] Oct 30 01:10:56.435 INFO O| Oct 30 01:10:56.435 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-10-30T01:10:56.151Z | [ recovery-image] Oct 30 01:10:56.445 INFO O| Oct 30 01:10:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4710 | 2024-10-30T01:10:56.155Z | [ recovery-image] Oct 30 01:10:56.445 INFO O| Oct 30 01:10:56.445 INFO STEP 197 (remove_files) COMPLETE |
4711 | 2024-10-30T01:10:56.155Z | [ recovery-image] Oct 30 01:10:56.445 INFO O| Oct 30 01:10:56.445 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-10-30T01:10:56.161Z | [ recovery-image] Oct 30 01:10:56.455 INFO O| Oct 30 01:10:56.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4713 | 2024-10-30T01:10:56.164Z | [ recovery-image] Oct 30 01:10:56.455 INFO O| Oct 30 01:10:56.455 INFO STEP 198 (remove_files) COMPLETE |
4714 | 2024-10-30T01:10:56.164Z | [ recovery-image] Oct 30 01:10:56.455 INFO O| Oct 30 01:10:56.455 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-10-30T01:10:56.171Z | [ recovery-image] Oct 30 01:10:56.465 INFO O| Oct 30 01:10:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4716 | 2024-10-30T01:10:56.174Z | [ recovery-image] Oct 30 01:10:56.465 INFO O| Oct 30 01:10:56.465 INFO STEP 199 (remove_files) COMPLETE |
4717 | 2024-10-30T01:10:56.174Z | [ recovery-image] Oct 30 01:10:56.465 INFO O| Oct 30 01:10:56.465 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-10-30T01:10:56.181Z | [ recovery-image] Oct 30 01:10:56.475 INFO O| Oct 30 01:10:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4719 | 2024-10-30T01:10:56.181Z | [ recovery-image] Oct 30 01:10:56.475 INFO O| Oct 30 01:10:56.475 INFO STEP 200 (remove_files) COMPLETE |
4720 | 2024-10-30T01:10:56.184Z | [ recovery-image] Oct 30 01:10:56.475 INFO O| Oct 30 01:10:56.475 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-10-30T01:10:56.189Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 39s |
4722 | 2024-10-30T01:10:56.192Z | [ recovery-image] Oct 30 01:10:56.486 INFO O| Oct 30 01:10:56.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4723 | 2024-10-30T01:10:56.195Z | [ recovery-image] Oct 30 01:10:56.486 INFO O| Oct 30 01:10:56.486 INFO STEP 201 (remove_files) COMPLETE |
4724 | 2024-10-30T01:10:56.195Z | [ recovery-image] Oct 30 01:10:56.487 INFO O| Oct 30 01:10:56.486 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-10-30T01:10:56.206Z | [ recovery-image] Oct 30 01:10:56.499 INFO O| Oct 30 01:10:56.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4726 | 2024-10-30T01:10:56.206Z | [ recovery-image] Oct 30 01:10:56.500 INFO O| Oct 30 01:10:56.499 INFO STEP 202 (remove_files) COMPLETE |
4727 | 2024-10-30T01:10:56.206Z | [ recovery-image] Oct 30 01:10:56.500 INFO O| Oct 30 01:10:56.499 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-10-30T01:10:56.219Z | [ recovery-image] Oct 30 01:10:56.513 INFO O| Oct 30 01:10:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4729 | 2024-10-30T01:10:56.219Z | [ recovery-image] Oct 30 01:10:56.513 INFO O| Oct 30 01:10:56.513 INFO STEP 203 (remove_files) COMPLETE |
4730 | 2024-10-30T01:10:56.221Z | [ recovery-image] Oct 30 01:10:56.513 INFO O| Oct 30 01:10:56.513 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-10-30T01:10:56.232Z | [ recovery-image] Oct 30 01:10:56.526 INFO O| Oct 30 01:10:56.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4732 | 2024-10-30T01:10:56.232Z | [ recovery-image] Oct 30 01:10:56.526 INFO O| Oct 30 01:10:56.526 INFO STEP 204 (remove_files) COMPLETE |
4733 | 2024-10-30T01:10:56.232Z | [ recovery-image] Oct 30 01:10:56.526 INFO O| Oct 30 01:10:56.526 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-10-30T01:10:56.245Z | [ recovery-image] Oct 30 01:10:56.539 INFO O| Oct 30 01:10:56.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4735 | 2024-10-30T01:10:56.245Z | [ recovery-image] Oct 30 01:10:56.539 INFO O| Oct 30 01:10:56.539 INFO STEP 205 (remove_files) COMPLETE |
4736 | 2024-10-30T01:10:56.248Z | [ recovery-image] Oct 30 01:10:56.539 INFO O| Oct 30 01:10:56.539 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-10-30T01:10:56.257Z | [ recovery-image] Oct 30 01:10:56.551 INFO O| Oct 30 01:10:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4738 | 2024-10-30T01:10:56.257Z | [ recovery-image] Oct 30 01:10:56.551 INFO O| Oct 30 01:10:56.551 INFO STEP 206 (remove_files) COMPLETE |
4739 | 2024-10-30T01:10:56.260Z | [ recovery-image] Oct 30 01:10:56.551 INFO O| Oct 30 01:10:56.551 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-10-30T01:10:56.268Z | [ recovery-image] Oct 30 01:10:56.562 INFO O| Oct 30 01:10:56.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4741 | 2024-10-30T01:10:56.271Z | [ recovery-image] Oct 30 01:10:56.562 INFO O| Oct 30 01:10:56.562 INFO STEP 207 (remove_files) COMPLETE |
4742 | 2024-10-30T01:10:56.271Z | [ recovery-image] Oct 30 01:10:56.562 INFO O| Oct 30 01:10:56.562 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-10-30T01:10:56.278Z | [ recovery-image] Oct 30 01:10:56.572 INFO O| Oct 30 01:10:56.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4744 | 2024-10-30T01:10:56.281Z | [ recovery-image] Oct 30 01:10:56.572 INFO O| Oct 30 01:10:56.572 INFO STEP 208 (remove_files) COMPLETE |
4745 | 2024-10-30T01:10:56.281Z | [ recovery-image] Oct 30 01:10:56.572 INFO O| Oct 30 01:10:56.572 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-10-30T01:10:56.288Z | [ recovery-image] Oct 30 01:10:56.582 INFO O| Oct 30 01:10:56.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4747 | 2024-10-30T01:10:56.288Z | [ recovery-image] Oct 30 01:10:56.582 INFO O| Oct 30 01:10:56.582 INFO STEP 209 (remove_files) COMPLETE |
4748 | 2024-10-30T01:10:56.291Z | [ recovery-image] Oct 30 01:10:56.582 INFO O| Oct 30 01:10:56.582 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-10-30T01:10:56.300Z | [ recovery-image] Oct 30 01:10:56.594 INFO O| Oct 30 01:10:56.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4750 | 2024-10-30T01:10:56.300Z | [ recovery-image] Oct 30 01:10:56.594 INFO O| Oct 30 01:10:56.594 INFO STEP 210 (remove_files) COMPLETE |
4751 | 2024-10-30T01:10:56.300Z | [ recovery-image] Oct 30 01:10:56.594 INFO O| Oct 30 01:10:56.594 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-10-30T01:10:56.310Z | [ recovery-image] Oct 30 01:10:56.604 INFO O| Oct 30 01:10:56.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4753 | 2024-10-30T01:10:56.313Z | [ recovery-image] Oct 30 01:10:56.604 INFO O| Oct 30 01:10:56.604 INFO STEP 211 (remove_files) COMPLETE |
4754 | 2024-10-30T01:10:56.313Z | [ recovery-image] Oct 30 01:10:56.604 INFO O| Oct 30 01:10:56.604 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-10-30T01:10:56.319Z | [ recovery-image] Oct 30 01:10:56.614 INFO O| Oct 30 01:10:56.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4756 | 2024-10-30T01:10:56.320Z | [ recovery-image] Oct 30 01:10:56.614 INFO O| Oct 30 01:10:56.614 INFO STEP 212 (remove_files) COMPLETE |
4757 | 2024-10-30T01:10:56.320Z | [ recovery-image] Oct 30 01:10:56.614 INFO O| Oct 30 01:10:56.614 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-10-30T01:10:56.329Z | [ recovery-image] Oct 30 01:10:56.623 INFO O| Oct 30 01:10:56.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4759 | 2024-10-30T01:10:56.332Z | [ recovery-image] Oct 30 01:10:56.623 INFO O| Oct 30 01:10:56.623 INFO STEP 213 (remove_files) COMPLETE |
4760 | 2024-10-30T01:10:56.332Z | [ recovery-image] Oct 30 01:10:56.623 INFO O| Oct 30 01:10:56.623 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-10-30T01:10:56.339Z | [ recovery-image] Oct 30 01:10:56.633 INFO O| Oct 30 01:10:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4762 | 2024-10-30T01:10:56.339Z | [ recovery-image] Oct 30 01:10:56.633 INFO O| Oct 30 01:10:56.633 INFO STEP 214 (remove_files) COMPLETE |
4763 | 2024-10-30T01:10:56.341Z | [ recovery-image] Oct 30 01:10:56.633 INFO O| Oct 30 01:10:56.633 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-10-30T01:10:56.351Z | [ recovery-image] Oct 30 01:10:56.645 INFO O| Oct 30 01:10:56.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4765 | 2024-10-30T01:10:56.351Z | [ recovery-image] Oct 30 01:10:56.645 INFO O| Oct 30 01:10:56.645 INFO STEP 215 (remove_files) COMPLETE |
4766 | 2024-10-30T01:10:56.353Z | [ recovery-image] Oct 30 01:10:56.645 INFO O| Oct 30 01:10:56.645 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-10-30T01:10:56.360Z | [ recovery-image] Oct 30 01:10:56.654 INFO O| Oct 30 01:10:56.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4768 | 2024-10-30T01:10:56.360Z | [ recovery-image] Oct 30 01:10:56.655 INFO O| Oct 30 01:10:56.655 INFO STEP 216 (remove_files) COMPLETE |
4769 | 2024-10-30T01:10:56.361Z | [ recovery-image] Oct 30 01:10:56.655 INFO O| Oct 30 01:10:56.655 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-10-30T01:10:56.370Z | [ recovery-image] Oct 30 01:10:56.664 INFO O| Oct 30 01:10:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4771 | 2024-10-30T01:10:56.373Z | [ recovery-image] Oct 30 01:10:56.664 INFO O| Oct 30 01:10:56.664 INFO STEP 217 (remove_files) COMPLETE |
4772 | 2024-10-30T01:10:56.373Z | [ recovery-image] Oct 30 01:10:56.664 INFO O| Oct 30 01:10:56.664 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-10-30T01:10:56.380Z | [ recovery-image] Oct 30 01:10:56.674 INFO O| Oct 30 01:10:56.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4774 | 2024-10-30T01:10:56.383Z | [ recovery-image] Oct 30 01:10:56.674 INFO O| Oct 30 01:10:56.674 INFO STEP 218 (remove_files) COMPLETE |
4775 | 2024-10-30T01:10:56.383Z | [ recovery-image] Oct 30 01:10:56.674 INFO O| Oct 30 01:10:56.674 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-10-30T01:10:56.390Z | [ recovery-image] Oct 30 01:10:56.684 INFO O| Oct 30 01:10:56.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4777 | 2024-10-30T01:10:56.390Z | [ recovery-image] Oct 30 01:10:56.684 INFO O| Oct 30 01:10:56.684 INFO STEP 219 (remove_files) COMPLETE |
4778 | 2024-10-30T01:10:56.393Z | [ recovery-image] Oct 30 01:10:56.684 INFO O| Oct 30 01:10:56.684 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-10-30T01:10:56.399Z | [ recovery-image] Oct 30 01:10:56.693 INFO O| Oct 30 01:10:56.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4780 | 2024-10-30T01:10:56.399Z | [ recovery-image] Oct 30 01:10:56.693 INFO O| Oct 30 01:10:56.693 INFO STEP 220 (remove_files) COMPLETE |
4781 | 2024-10-30T01:10:56.399Z | [ recovery-image] Oct 30 01:10:56.693 INFO O| Oct 30 01:10:56.693 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-10-30T01:10:56.409Z | [ recovery-image] Oct 30 01:10:56.703 INFO O| Oct 30 01:10:56.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4783 | 2024-10-30T01:10:56.409Z | [ recovery-image] Oct 30 01:10:56.703 INFO O| Oct 30 01:10:56.703 INFO STEP 221 (remove_files) COMPLETE |
4784 | 2024-10-30T01:10:56.409Z | [ recovery-image] Oct 30 01:10:56.703 INFO O| Oct 30 01:10:56.703 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-10-30T01:10:56.419Z | [ recovery-image] Oct 30 01:10:56.712 INFO O| Oct 30 01:10:56.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4786 | 2024-10-30T01:10:56.419Z | [ recovery-image] Oct 30 01:10:56.713 INFO O| Oct 30 01:10:56.712 INFO STEP 222 (remove_files) COMPLETE |
4787 | 2024-10-30T01:10:56.421Z | [ recovery-image] Oct 30 01:10:56.713 INFO O| Oct 30 01:10:56.713 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-10-30T01:10:56.428Z | [ recovery-image] Oct 30 01:10:56.722 INFO O| Oct 30 01:10:56.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4789 | 2024-10-30T01:10:56.430Z | [ recovery-image] Oct 30 01:10:56.722 INFO O| Oct 30 01:10:56.722 INFO STEP 223 (remove_files) COMPLETE |
4790 | 2024-10-30T01:10:56.431Z | [ recovery-image] Oct 30 01:10:56.722 INFO O| Oct 30 01:10:56.722 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-10-30T01:10:56.438Z | [ recovery-image] Oct 30 01:10:56.732 INFO O| Oct 30 01:10:56.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4792 | 2024-10-30T01:10:56.438Z | [ recovery-image] Oct 30 01:10:56.732 INFO O| Oct 30 01:10:56.732 INFO STEP 224 (remove_files) COMPLETE |
4793 | 2024-10-30T01:10:56.438Z | [ recovery-image] Oct 30 01:10:56.732 INFO O| Oct 30 01:10:56.732 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-10-30T01:10:56.447Z | [ recovery-image] Oct 30 01:10:56.742 INFO O| Oct 30 01:10:56.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4795 | 2024-10-30T01:10:56.450Z | [ recovery-image] Oct 30 01:10:56.742 INFO O| Oct 30 01:10:56.742 INFO STEP 225 (remove_files) COMPLETE |
4796 | 2024-10-30T01:10:56.450Z | [ recovery-image] Oct 30 01:10:56.742 INFO O| Oct 30 01:10:56.742 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-10-30T01:10:56.457Z | [ recovery-image] Oct 30 01:10:56.751 INFO O| Oct 30 01:10:56.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4798 | 2024-10-30T01:10:56.457Z | [ recovery-image] Oct 30 01:10:56.752 INFO O| Oct 30 01:10:56.751 INFO STEP 226 (remove_files) COMPLETE |
4799 | 2024-10-30T01:10:56.460Z | [ recovery-image] Oct 30 01:10:56.752 INFO O| Oct 30 01:10:56.752 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-10-30T01:10:56.467Z | [ recovery-image] Oct 30 01:10:56.761 INFO O| Oct 30 01:10:56.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4801 | 2024-10-30T01:10:56.467Z | [ recovery-image] Oct 30 01:10:56.762 INFO O| Oct 30 01:10:56.761 INFO STEP 227 (remove_files) COMPLETE |
4802 | 2024-10-30T01:10:56.471Z | [ recovery-image] Oct 30 01:10:56.762 INFO O| Oct 30 01:10:56.762 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-10-30T01:10:56.478Z | [ recovery-image] Oct 30 01:10:56.772 INFO O| Oct 30 01:10:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4804 | 2024-10-30T01:10:56.480Z | [ recovery-image] Oct 30 01:10:56.772 INFO O| Oct 30 01:10:56.772 INFO STEP 228 (remove_files) COMPLETE |
4805 | 2024-10-30T01:10:56.480Z | [ recovery-image] Oct 30 01:10:56.772 INFO O| Oct 30 01:10:56.772 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-10-30T01:10:56.491Z | [ recovery-image] Oct 30 01:10:56.784 INFO O| Oct 30 01:10:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4807 | 2024-10-30T01:10:56.491Z | [ recovery-image] Oct 30 01:10:56.784 INFO O| Oct 30 01:10:56.784 INFO STEP 229 (remove_files) COMPLETE |
4808 | 2024-10-30T01:10:56.493Z | [ recovery-image] Oct 30 01:10:56.784 INFO O| Oct 30 01:10:56.784 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-10-30T01:10:56.500Z | [ recovery-image] Oct 30 01:10:56.794 INFO O| Oct 30 01:10:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4810 | 2024-10-30T01:10:56.500Z | [ recovery-image] Oct 30 01:10:56.794 INFO O| Oct 30 01:10:56.794 INFO STEP 230 (remove_files) COMPLETE |
4811 | 2024-10-30T01:10:56.502Z | [ recovery-image] Oct 30 01:10:56.794 INFO O| Oct 30 01:10:56.794 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-10-30T01:10:56.513Z | [ recovery-image] Oct 30 01:10:56.808 INFO O| Oct 30 01:10:56.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4813 | 2024-10-30T01:10:56.516Z | [ recovery-image] Oct 30 01:10:56.808 INFO O| Oct 30 01:10:56.808 INFO STEP 231 (remove_files) COMPLETE |
4814 | 2024-10-30T01:10:56.516Z | [ recovery-image] Oct 30 01:10:56.808 INFO O| Oct 30 01:10:56.808 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-10-30T01:10:56.516Z | Oct 30 01:10:56.809 INFO [verify-libraries] process exited with exit status: 0 (343.758942213s) |
4816 | 2024-10-30T01:10:56.524Z | [ recovery-image] Oct 30 01:10:56.818 INFO O| Oct 30 01:10:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4817 | 2024-10-30T01:10:56.524Z | [ recovery-image] Oct 30 01:10:56.818 INFO O| Oct 30 01:10:56.818 INFO STEP 232 (remove_files) COMPLETE |
4818 | 2024-10-30T01:10:56.527Z | [ recovery-image] Oct 30 01:10:56.818 INFO O| Oct 30 01:10:56.818 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-10-30T01:10:56.533Z | [ recovery-image] Oct 30 01:10:56.827 INFO O| Oct 30 01:10:56.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4820 | 2024-10-30T01:10:56.533Z | [ recovery-image] Oct 30 01:10:56.828 INFO O| Oct 30 01:10:56.828 INFO STEP 233 (remove_files) COMPLETE |
4821 | 2024-10-30T01:10:56.533Z | [ recovery-image] Oct 30 01:10:56.828 INFO O| Oct 30 01:10:56.828 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-10-30T01:10:56.543Z | [ recovery-image] Oct 30 01:10:56.837 INFO O| Oct 30 01:10:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4823 | 2024-10-30T01:10:56.543Z | [ recovery-image] Oct 30 01:10:56.837 INFO O| Oct 30 01:10:56.837 INFO STEP 234 (remove_files) COMPLETE |
4824 | 2024-10-30T01:10:56.546Z | [ recovery-image] Oct 30 01:10:56.837 INFO O| Oct 30 01:10:56.837 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-10-30T01:10:56.552Z | [ recovery-image] Oct 30 01:10:56.847 INFO O| Oct 30 01:10:56.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4826 | 2024-10-30T01:10:56.553Z | [ recovery-image] Oct 30 01:10:56.847 INFO O| Oct 30 01:10:56.847 INFO STEP 235 (remove_files) COMPLETE |
4827 | 2024-10-30T01:10:56.555Z | [ recovery-image] Oct 30 01:10:56.847 INFO O| Oct 30 01:10:56.847 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-10-30T01:10:56.562Z | [ recovery-image] Oct 30 01:10:56.856 INFO O| Oct 30 01:10:56.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4829 | 2024-10-30T01:10:56.562Z | [ recovery-image] Oct 30 01:10:56.856 INFO O| Oct 30 01:10:56.856 INFO STEP 236 (remove_files) COMPLETE |
4830 | 2024-10-30T01:10:56.565Z | [ recovery-image] Oct 30 01:10:56.856 INFO O| Oct 30 01:10:56.856 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-10-30T01:10:56.572Z | [ recovery-image] Oct 30 01:10:56.866 INFO O| Oct 30 01:10:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4832 | 2024-10-30T01:10:56.572Z | [ recovery-image] Oct 30 01:10:56.866 INFO O| Oct 30 01:10:56.866 INFO STEP 237 (remove_files) COMPLETE |
4833 | 2024-10-30T01:10:56.572Z | [ recovery-image] Oct 30 01:10:56.866 INFO O| Oct 30 01:10:56.866 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-10-30T01:10:56.582Z | [ recovery-image] Oct 30 01:10:56.876 INFO O| Oct 30 01:10:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4835 | 2024-10-30T01:10:56.582Z | [ recovery-image] Oct 30 01:10:56.876 INFO O| Oct 30 01:10:56.876 INFO STEP 238 (remove_files) COMPLETE |
4836 | 2024-10-30T01:10:56.582Z | [ recovery-image] Oct 30 01:10:56.876 INFO O| Oct 30 01:10:56.876 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-10-30T01:10:56.591Z | [ recovery-image] Oct 30 01:10:56.885 INFO O| Oct 30 01:10:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4838 | 2024-10-30T01:10:56.591Z | [ recovery-image] Oct 30 01:10:56.885 INFO O| Oct 30 01:10:56.885 INFO STEP 239 (remove_files) COMPLETE |
4839 | 2024-10-30T01:10:56.591Z | [ recovery-image] Oct 30 01:10:56.885 INFO O| Oct 30 01:10:56.885 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-10-30T01:10:56.601Z | [ recovery-image] Oct 30 01:10:56.895 INFO O| Oct 30 01:10:56.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4841 | 2024-10-30T01:10:56.601Z | [ recovery-image] Oct 30 01:10:56.895 INFO O| Oct 30 01:10:56.895 INFO STEP 240 (remove_files) COMPLETE |
4842 | 2024-10-30T01:10:56.603Z | [ recovery-image] Oct 30 01:10:56.895 INFO O| Oct 30 01:10:56.895 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-10-30T01:10:56.610Z | [ recovery-image] Oct 30 01:10:56.904 INFO O| Oct 30 01:10:56.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4844 | 2024-10-30T01:10:56.610Z | [ recovery-image] Oct 30 01:10:56.904 INFO O| Oct 30 01:10:56.904 INFO STEP 241 (remove_files) COMPLETE |
4845 | 2024-10-30T01:10:56.613Z | [ recovery-image] Oct 30 01:10:56.904 INFO O| Oct 30 01:10:56.904 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-10-30T01:10:56.620Z | [ recovery-image] Oct 30 01:10:56.914 INFO O| Oct 30 01:10:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4847 | 2024-10-30T01:10:56.620Z | [ recovery-image] Oct 30 01:10:56.914 INFO O| Oct 30 01:10:56.914 INFO STEP 242 (remove_files) COMPLETE |
4848 | 2024-10-30T01:10:56.622Z | [ recovery-image] Oct 30 01:10:56.914 INFO O| Oct 30 01:10:56.914 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-10-30T01:10:56.629Z | [ recovery-image] Oct 30 01:10:56.923 INFO O| Oct 30 01:10:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4850 | 2024-10-30T01:10:56.629Z | [ recovery-image] Oct 30 01:10:56.924 INFO O| Oct 30 01:10:56.924 INFO STEP 243 (remove_files) COMPLETE |
4851 | 2024-10-30T01:10:56.629Z | [ recovery-image] Oct 30 01:10:56.924 INFO O| Oct 30 01:10:56.924 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-10-30T01:10:56.639Z | [ recovery-image] Oct 30 01:10:56.933 INFO O| Oct 30 01:10:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4853 | 2024-10-30T01:10:56.639Z | [ recovery-image] Oct 30 01:10:56.933 INFO O| Oct 30 01:10:56.933 INFO STEP 244 (remove_files) COMPLETE |
4854 | 2024-10-30T01:10:56.639Z | [ recovery-image] Oct 30 01:10:56.933 INFO O| Oct 30 01:10:56.933 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-10-30T01:10:56.649Z | [ recovery-image] Oct 30 01:10:56.943 INFO O| Oct 30 01:10:56.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4856 | 2024-10-30T01:10:56.649Z | [ recovery-image] Oct 30 01:10:56.943 INFO O| Oct 30 01:10:56.943 INFO STEP 245 (remove_files) COMPLETE |
4857 | 2024-10-30T01:10:56.649Z | [ recovery-image] Oct 30 01:10:56.943 INFO O| Oct 30 01:10:56.943 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-10-30T01:10:56.658Z | [ recovery-image] Oct 30 01:10:56.952 INFO O| Oct 30 01:10:56.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4859 | 2024-10-30T01:10:56.658Z | [ recovery-image] Oct 30 01:10:56.952 INFO O| Oct 30 01:10:56.952 INFO STEP 246 (remove_files) COMPLETE |
4860 | 2024-10-30T01:10:56.658Z | [ recovery-image] Oct 30 01:10:56.952 INFO O| Oct 30 01:10:56.952 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-10-30T01:10:56.668Z | [ recovery-image] Oct 30 01:10:56.962 INFO O| Oct 30 01:10:56.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4862 | 2024-10-30T01:10:56.668Z | [ recovery-image] Oct 30 01:10:56.962 INFO O| Oct 30 01:10:56.962 INFO STEP 247 (remove_files) COMPLETE |
4863 | 2024-10-30T01:10:56.668Z | [ recovery-image] Oct 30 01:10:56.962 INFO O| Oct 30 01:10:56.962 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-10-30T01:10:56.677Z | [ recovery-image] Oct 30 01:10:56.971 INFO O| Oct 30 01:10:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4865 | 2024-10-30T01:10:56.677Z | [ recovery-image] Oct 30 01:10:56.971 INFO O| Oct 30 01:10:56.971 INFO STEP 248 (remove_files) COMPLETE |
4866 | 2024-10-30T01:10:56.677Z | [ recovery-image] Oct 30 01:10:56.971 INFO O| Oct 30 01:10:56.971 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-10-30T01:10:56.687Z | [ recovery-image] Oct 30 01:10:56.981 INFO O| Oct 30 01:10:56.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4868 | 2024-10-30T01:10:56.687Z | [ recovery-image] Oct 30 01:10:56.981 INFO O| Oct 30 01:10:56.981 INFO STEP 249 (remove_files) COMPLETE |
4869 | 2024-10-30T01:10:56.689Z | [ recovery-image] Oct 30 01:10:56.981 INFO O| Oct 30 01:10:56.981 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-10-30T01:10:56.696Z | [ recovery-image] Oct 30 01:10:56.990 INFO O| Oct 30 01:10:56.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4871 | 2024-10-30T01:10:56.696Z | [ recovery-image] Oct 30 01:10:56.990 INFO O| Oct 30 01:10:56.990 INFO STEP 250 (remove_files) COMPLETE |
4872 | 2024-10-30T01:10:56.696Z | [ recovery-image] Oct 30 01:10:56.990 INFO O| Oct 30 01:10:56.990 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-10-30T01:10:56.707Z | [ recovery-image] Oct 30 01:10:57.000 INFO O| Oct 30 01:10:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4874 | 2024-10-30T01:10:56.710Z | [ recovery-image] Oct 30 01:10:57.001 INFO O| Oct 30 01:10:57.000 INFO STEP 251 (remove_files) COMPLETE |
4875 | 2024-10-30T01:10:56.711Z | [ recovery-image] Oct 30 01:10:57.001 INFO O| Oct 30 01:10:57.001 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-10-30T01:10:56.717Z | [ recovery-image] Oct 30 01:10:57.011 INFO O| Oct 30 01:10:57.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4877 | 2024-10-30T01:10:56.717Z | [ recovery-image] Oct 30 01:10:57.011 INFO O| Oct 30 01:10:57.011 INFO STEP 252 (remove_files) COMPLETE |
4878 | 2024-10-30T01:10:56.719Z | [ recovery-image] Oct 30 01:10:57.011 INFO O| Oct 30 01:10:57.011 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-10-30T01:10:56.726Z | [ host-image] Oct 30 01:10:57.020 INFO O| Oct 30 01:10:57.020 INFO O| Done |
4880 | 2024-10-30T01:10:56.728Z | [ recovery-image] Oct 30 01:10:57.021 INFO O| Oct 30 01:10:57.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4881 | 2024-10-30T01:10:56.728Z | [ recovery-image] Oct 30 01:10:57.021 INFO O| Oct 30 01:10:57.021 INFO STEP 253 (remove_files) COMPLETE |
4882 | 2024-10-30T01:10:56.728Z | [ recovery-image] Oct 30 01:10:57.021 INFO O| Oct 30 01:10:57.021 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-10-30T01:10:56.736Z | [ recovery-image] Oct 30 01:10:57.031 INFO O| Oct 30 01:10:57.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4884 | 2024-10-30T01:10:56.736Z | [ recovery-image] Oct 30 01:10:57.031 INFO O| Oct 30 01:10:57.031 INFO STEP 254 (remove_files) COMPLETE |
4885 | 2024-10-30T01:10:56.736Z | [ recovery-image] Oct 30 01:10:57.031 INFO O| Oct 30 01:10:57.031 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-10-30T01:10:56.746Z | [ recovery-image] Oct 30 01:10:57.040 INFO O| Oct 30 01:10:57.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4887 | 2024-10-30T01:10:56.746Z | [ recovery-image] Oct 30 01:10:57.040 INFO O| Oct 30 01:10:57.040 INFO STEP 255 (remove_files) COMPLETE |
4888 | 2024-10-30T01:10:56.749Z | [ recovery-image] Oct 30 01:10:57.040 INFO O| Oct 30 01:10:57.040 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-10-30T01:10:56.756Z | [ recovery-image] Oct 30 01:10:57.050 INFO O| Oct 30 01:10:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4890 | 2024-10-30T01:10:56.759Z | [ recovery-image] Oct 30 01:10:57.050 INFO O| Oct 30 01:10:57.050 INFO STEP 256 (remove_files) COMPLETE |
4891 | 2024-10-30T01:10:56.759Z | [ recovery-image] Oct 30 01:10:57.050 INFO O| Oct 30 01:10:57.050 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-10-30T01:10:56.766Z | [ recovery-image] Oct 30 01:10:57.060 INFO O| Oct 30 01:10:57.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4893 | 2024-10-30T01:10:56.766Z | [ recovery-image] Oct 30 01:10:57.060 INFO O| Oct 30 01:10:57.060 INFO STEP 257 (remove_files) COMPLETE |
4894 | 2024-10-30T01:10:56.769Z | [ recovery-image] Oct 30 01:10:57.060 INFO O| Oct 30 01:10:57.060 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-10-30T01:10:56.776Z | [ recovery-image] Oct 30 01:10:57.070 INFO O| Oct 30 01:10:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4896 | 2024-10-30T01:10:56.776Z | [ recovery-image] Oct 30 01:10:57.070 INFO O| Oct 30 01:10:57.070 INFO STEP 258 (remove_files) COMPLETE |
4897 | 2024-10-30T01:10:56.776Z | [ recovery-image] Oct 30 01:10:57.070 INFO O| Oct 30 01:10:57.070 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-10-30T01:10:56.786Z | [ recovery-image] Oct 30 01:10:57.080 INFO O| Oct 30 01:10:57.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4899 | 2024-10-30T01:10:56.786Z | [ recovery-image] Oct 30 01:10:57.080 INFO O| Oct 30 01:10:57.080 INFO STEP 259 (remove_files) COMPLETE |
4900 | 2024-10-30T01:10:56.786Z | [ recovery-image] Oct 30 01:10:57.080 INFO O| Oct 30 01:10:57.080 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-10-30T01:10:56.796Z | [ recovery-image] Oct 30 01:10:57.090 INFO O| Oct 30 01:10:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4902 | 2024-10-30T01:10:56.799Z | [ recovery-image] Oct 30 01:10:57.090 INFO O| Oct 30 01:10:57.090 INFO STEP 260 (remove_files) COMPLETE |
4903 | 2024-10-30T01:10:56.799Z | [ recovery-image] Oct 30 01:10:57.090 INFO O| Oct 30 01:10:57.090 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-10-30T01:10:56.806Z | [ recovery-image] Oct 30 01:10:57.100 INFO O| Oct 30 01:10:57.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4905 | 2024-10-30T01:10:56.806Z | [ recovery-image] Oct 30 01:10:57.100 INFO O| Oct 30 01:10:57.100 INFO STEP 261 (remove_files) COMPLETE |
4906 | 2024-10-30T01:10:56.806Z | [ recovery-image] Oct 30 01:10:57.100 INFO O| Oct 30 01:10:57.100 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-10-30T01:10:56.816Z | [ recovery-image] Oct 30 01:10:57.110 INFO O| Oct 30 01:10:57.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4908 | 2024-10-30T01:10:56.818Z | [ recovery-image] Oct 30 01:10:57.110 INFO O| Oct 30 01:10:57.110 INFO STEP 262 (remove_files) COMPLETE |
4909 | 2024-10-30T01:10:56.818Z | [ recovery-image] Oct 30 01:10:57.110 INFO O| Oct 30 01:10:57.110 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-10-30T01:10:56.826Z | [ recovery-image] Oct 30 01:10:57.120 INFO O| Oct 30 01:10:57.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4911 | 2024-10-30T01:10:56.826Z | [ recovery-image] Oct 30 01:10:57.120 INFO O| Oct 30 01:10:57.120 INFO STEP 263 (remove_files) COMPLETE |
4912 | 2024-10-30T01:10:56.828Z | [ recovery-image] Oct 30 01:10:57.120 INFO O| Oct 30 01:10:57.120 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-10-30T01:10:56.835Z | [ recovery-image] Oct 30 01:10:57.130 INFO O| Oct 30 01:10:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4914 | 2024-10-30T01:10:56.835Z | [ recovery-image] Oct 30 01:10:57.130 INFO O| Oct 30 01:10:57.130 INFO STEP 264 (remove_files) COMPLETE |
4915 | 2024-10-30T01:10:56.838Z | [ recovery-image] Oct 30 01:10:57.130 INFO O| Oct 30 01:10:57.130 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-10-30T01:10:56.845Z | [ recovery-image] Oct 30 01:10:57.139 INFO O| Oct 30 01:10:57.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4917 | 2024-10-30T01:10:56.848Z | [ recovery-image] Oct 30 01:10:57.139 INFO O| Oct 30 01:10:57.139 INFO STEP 265 (remove_files) COMPLETE |
4918 | 2024-10-30T01:10:56.848Z | [ recovery-image] Oct 30 01:10:57.140 INFO O| Oct 30 01:10:57.139 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-10-30T01:10:56.855Z | [ recovery-image] Oct 30 01:10:57.149 INFO O| Oct 30 01:10:57.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4920 | 2024-10-30T01:10:56.857Z | [ recovery-image] Oct 30 01:10:57.149 INFO O| Oct 30 01:10:57.149 INFO STEP 266 (remove_files) COMPLETE |
4921 | 2024-10-30T01:10:56.858Z | [ recovery-image] Oct 30 01:10:57.149 INFO O| Oct 30 01:10:57.149 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-10-30T01:10:56.865Z | [ recovery-image] Oct 30 01:10:57.159 INFO O| Oct 30 01:10:57.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4923 | 2024-10-30T01:10:56.867Z | [ recovery-image] Oct 30 01:10:57.160 INFO O| Oct 30 01:10:57.160 INFO STEP 267 (remove_files) COMPLETE |
4924 | 2024-10-30T01:10:56.867Z | [ recovery-image] Oct 30 01:10:57.160 INFO O| Oct 30 01:10:57.160 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-10-30T01:10:56.875Z | [ recovery-image] Oct 30 01:10:57.169 INFO O| Oct 30 01:10:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4926 | 2024-10-30T01:10:56.877Z | [ recovery-image] Oct 30 01:10:57.170 INFO O| Oct 30 01:10:57.170 INFO STEP 268 (remove_files) COMPLETE |
4927 | 2024-10-30T01:10:56.877Z | [ recovery-image] Oct 30 01:10:57.170 INFO O| Oct 30 01:10:57.170 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-10-30T01:10:56.885Z | [ recovery-image] Oct 30 01:10:57.179 INFO O| Oct 30 01:10:57.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4929 | 2024-10-30T01:10:56.885Z | [ recovery-image] Oct 30 01:10:57.179 INFO O| Oct 30 01:10:57.179 INFO STEP 269 (remove_files) COMPLETE |
4930 | 2024-10-30T01:10:56.888Z | [ recovery-image] Oct 30 01:10:57.179 INFO O| Oct 30 01:10:57.179 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-10-30T01:10:56.895Z | [ recovery-image] Oct 30 01:10:57.189 INFO O| Oct 30 01:10:57.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4932 | 2024-10-30T01:10:56.897Z | [ recovery-image] Oct 30 01:10:57.189 INFO O| Oct 30 01:10:57.189 INFO STEP 270 (remove_files) COMPLETE |
4933 | 2024-10-30T01:10:56.897Z | [ recovery-image] Oct 30 01:10:57.189 INFO O| Oct 30 01:10:57.189 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-10-30T01:10:56.904Z | [ recovery-image] Oct 30 01:10:57.199 INFO O| Oct 30 01:10:57.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4935 | 2024-10-30T01:10:56.907Z | [ recovery-image] Oct 30 01:10:57.199 INFO O| Oct 30 01:10:57.199 INFO STEP 271 (remove_files) COMPLETE |
4936 | 2024-10-30T01:10:56.907Z | [ recovery-image] Oct 30 01:10:57.199 INFO O| Oct 30 01:10:57.199 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-10-30T01:10:56.914Z | [ recovery-image] Oct 30 01:10:57.208 INFO O| Oct 30 01:10:57.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4938 | 2024-10-30T01:10:56.914Z | [ recovery-image] Oct 30 01:10:57.208 INFO O| Oct 30 01:10:57.208 INFO STEP 272 (remove_files) COMPLETE |
4939 | 2024-10-30T01:10:56.914Z | [ recovery-image] Oct 30 01:10:57.208 INFO O| Oct 30 01:10:57.208 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-10-30T01:10:56.924Z | [ recovery-image] Oct 30 01:10:57.218 INFO O| Oct 30 01:10:57.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4941 | 2024-10-30T01:10:56.926Z | [ recovery-image] Oct 30 01:10:57.218 INFO O| Oct 30 01:10:57.218 INFO STEP 273 (remove_files) COMPLETE |
4942 | 2024-10-30T01:10:56.926Z | [ recovery-image] Oct 30 01:10:57.218 INFO O| Oct 30 01:10:57.218 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-10-30T01:10:56.933Z | [ recovery-image] Oct 30 01:10:57.228 INFO O| Oct 30 01:10:57.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4944 | 2024-10-30T01:10:56.936Z | [ recovery-image] Oct 30 01:10:57.228 INFO O| Oct 30 01:10:57.228 INFO STEP 274 (remove_files) COMPLETE |
4945 | 2024-10-30T01:10:56.936Z | [ recovery-image] Oct 30 01:10:57.228 INFO O| Oct 30 01:10:57.228 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-10-30T01:10:56.943Z | [ recovery-image] Oct 30 01:10:57.237 INFO O| Oct 30 01:10:57.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4947 | 2024-10-30T01:10:56.943Z | [ recovery-image] Oct 30 01:10:57.237 INFO O| Oct 30 01:10:57.237 INFO STEP 275 (remove_files) COMPLETE |
4948 | 2024-10-30T01:10:56.943Z | [ recovery-image] Oct 30 01:10:57.237 INFO O| Oct 30 01:10:57.237 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-10-30T01:10:56.953Z | [ recovery-image] Oct 30 01:10:57.247 INFO O| Oct 30 01:10:57.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4950 | 2024-10-30T01:10:56.953Z | [ recovery-image] Oct 30 01:10:57.247 INFO O| Oct 30 01:10:57.247 INFO STEP 276 (remove_files) COMPLETE |
4951 | 2024-10-30T01:10:56.955Z | [ recovery-image] Oct 30 01:10:57.247 INFO O| Oct 30 01:10:57.247 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-10-30T01:10:56.963Z | [ recovery-image] Oct 30 01:10:57.257 INFO O| Oct 30 01:10:57.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4953 | 2024-10-30T01:10:56.963Z | [ recovery-image] Oct 30 01:10:57.257 INFO O| Oct 30 01:10:57.257 INFO STEP 277 (remove_files) COMPLETE |
4954 | 2024-10-30T01:10:56.965Z | [ recovery-image] Oct 30 01:10:57.257 INFO O| Oct 30 01:10:57.257 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-10-30T01:10:56.972Z | [ recovery-image] Oct 30 01:10:57.266 INFO O| Oct 30 01:10:57.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4956 | 2024-10-30T01:10:56.972Z | [ recovery-image] Oct 30 01:10:57.266 INFO O| Oct 30 01:10:57.266 INFO STEP 278 (remove_files) COMPLETE |
4957 | 2024-10-30T01:10:56.975Z | [ recovery-image] Oct 30 01:10:57.267 INFO O| Oct 30 01:10:57.266 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-10-30T01:10:56.982Z | [ recovery-image] Oct 30 01:10:57.276 INFO O| Oct 30 01:10:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4959 | 2024-10-30T01:10:56.982Z | [ recovery-image] Oct 30 01:10:57.276 INFO O| Oct 30 01:10:57.276 INFO STEP 279 (remove_files) COMPLETE |
4960 | 2024-10-30T01:10:56.982Z | [ recovery-image] Oct 30 01:10:57.276 INFO O| Oct 30 01:10:57.276 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-10-30T01:10:56.992Z | [ recovery-image] Oct 30 01:10:57.286 INFO O| Oct 30 01:10:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4962 | 2024-10-30T01:10:56.992Z | [ recovery-image] Oct 30 01:10:57.286 INFO O| Oct 30 01:10:57.286 INFO STEP 280 (remove_files) COMPLETE |
4963 | 2024-10-30T01:10:56.994Z | [ recovery-image] Oct 30 01:10:57.286 INFO O| Oct 30 01:10:57.286 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-10-30T01:10:57.001Z | [ recovery-image] Oct 30 01:10:57.295 INFO O| Oct 30 01:10:57.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4965 | 2024-10-30T01:10:57.004Z | [ recovery-image] Oct 30 01:10:57.296 INFO O| Oct 30 01:10:57.296 INFO STEP 281 (remove_files) COMPLETE |
4966 | 2024-10-30T01:10:57.004Z | [ recovery-image] Oct 30 01:10:57.296 INFO O| Oct 30 01:10:57.296 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-10-30T01:10:57.013Z | [ recovery-image] Oct 30 01:10:57.305 INFO O| Oct 30 01:10:57.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4968 | 2024-10-30T01:10:57.013Z | [ recovery-image] Oct 30 01:10:57.305 INFO O| Oct 30 01:10:57.305 INFO STEP 282 (remove_files) COMPLETE |
4969 | 2024-10-30T01:10:57.015Z | [ recovery-image] Oct 30 01:10:57.305 INFO O| Oct 30 01:10:57.305 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-10-30T01:10:57.021Z | [ recovery-image] Oct 30 01:10:57.315 INFO O| Oct 30 01:10:57.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4971 | 2024-10-30T01:10:57.021Z | [ recovery-image] Oct 30 01:10:57.315 INFO O| Oct 30 01:10:57.315 INFO STEP 283 (remove_files) COMPLETE |
4972 | 2024-10-30T01:10:57.021Z | [ recovery-image] Oct 30 01:10:57.315 INFO O| Oct 30 01:10:57.315 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-10-30T01:10:57.030Z | [ recovery-image] Oct 30 01:10:57.325 INFO O| Oct 30 01:10:57.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4974 | 2024-10-30T01:10:57.033Z | [ recovery-image] Oct 30 01:10:57.325 INFO O| Oct 30 01:10:57.325 INFO STEP 284 (remove_files) COMPLETE |
4975 | 2024-10-30T01:10:57.033Z | [ recovery-image] Oct 30 01:10:57.325 INFO O| Oct 30 01:10:57.325 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-10-30T01:10:57.040Z | [ recovery-image] Oct 30 01:10:57.334 INFO O| Oct 30 01:10:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4977 | 2024-10-30T01:10:57.040Z | [ recovery-image] Oct 30 01:10:57.334 INFO O| Oct 30 01:10:57.334 INFO STEP 285 (remove_files) COMPLETE |
4978 | 2024-10-30T01:10:57.040Z | [ recovery-image] Oct 30 01:10:57.334 INFO O| Oct 30 01:10:57.334 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-10-30T01:10:57.049Z | [ recovery-image] Oct 30 01:10:57.344 INFO O| Oct 30 01:10:57.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4980 | 2024-10-30T01:10:57.049Z | [ recovery-image] Oct 30 01:10:57.344 INFO O| Oct 30 01:10:57.344 INFO STEP 286 (remove_files) COMPLETE |
4981 | 2024-10-30T01:10:57.049Z | [ recovery-image] Oct 30 01:10:57.344 INFO O| Oct 30 01:10:57.344 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-10-30T01:10:57.059Z | [ recovery-image] Oct 30 01:10:57.353 INFO O| Oct 30 01:10:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4983 | 2024-10-30T01:10:57.059Z | [ recovery-image] Oct 30 01:10:57.353 INFO O| Oct 30 01:10:57.353 INFO STEP 287 (remove_files) COMPLETE |
4984 | 2024-10-30T01:10:57.059Z | [ recovery-image] Oct 30 01:10:57.353 INFO O| Oct 30 01:10:57.353 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-10-30T01:10:57.069Z | [ recovery-image] Oct 30 01:10:57.363 INFO O| Oct 30 01:10:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4986 | 2024-10-30T01:10:57.069Z | [ recovery-image] Oct 30 01:10:57.363 INFO O| Oct 30 01:10:57.363 INFO STEP 288 (remove_files) COMPLETE |
4987 | 2024-10-30T01:10:57.071Z | [ recovery-image] Oct 30 01:10:57.363 INFO O| Oct 30 01:10:57.363 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-10-30T01:10:57.079Z | [ recovery-image] Oct 30 01:10:57.373 INFO O| Oct 30 01:10:57.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4989 | 2024-10-30T01:10:57.079Z | [ recovery-image] Oct 30 01:10:57.373 INFO O| Oct 30 01:10:57.373 INFO STEP 289 (remove_files) COMPLETE |
4990 | 2024-10-30T01:10:57.079Z | [ recovery-image] Oct 30 01:10:57.373 INFO O| Oct 30 01:10:57.373 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-10-30T01:10:57.088Z | [ recovery-image] Oct 30 01:10:57.382 INFO O| Oct 30 01:10:57.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4992 | 2024-10-30T01:10:57.088Z | [ recovery-image] Oct 30 01:10:57.382 INFO O| Oct 30 01:10:57.382 INFO STEP 290 (remove_files) COMPLETE |
4993 | 2024-10-30T01:10:57.088Z | [ recovery-image] Oct 30 01:10:57.382 INFO O| Oct 30 01:10:57.382 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-10-30T01:10:57.098Z | [ recovery-image] Oct 30 01:10:57.392 INFO O| Oct 30 01:10:57.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4995 | 2024-10-30T01:10:57.098Z | [ recovery-image] Oct 30 01:10:57.392 INFO O| Oct 30 01:10:57.392 INFO STEP 291 (remove_files) COMPLETE |
4996 | 2024-10-30T01:10:57.100Z | [ recovery-image] Oct 30 01:10:57.392 INFO O| Oct 30 01:10:57.392 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-10-30T01:10:57.107Z | [ recovery-image] Oct 30 01:10:57.401 INFO O| Oct 30 01:10:57.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4998 | 2024-10-30T01:10:57.110Z | [ recovery-image] Oct 30 01:10:57.402 INFO O| Oct 30 01:10:57.402 INFO STEP 292 (remove_files) COMPLETE |
4999 | 2024-10-30T01:10:57.110Z | [ recovery-image] Oct 30 01:10:57.402 INFO O| Oct 30 01:10:57.402 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-10-30T01:10:57.118Z | [ recovery-image] Oct 30 01:10:57.412 INFO O| Oct 30 01:10:57.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5001 | 2024-10-30T01:10:57.120Z | [ recovery-image] Oct 30 01:10:57.412 INFO O| Oct 30 01:10:57.412 INFO STEP 293 (remove_files) COMPLETE |
5002 | 2024-10-30T01:10:57.120Z | [ recovery-image] Oct 30 01:10:57.412 INFO O| Oct 30 01:10:57.412 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-10-30T01:10:57.127Z | [ recovery-image] Oct 30 01:10:57.421 INFO O| Oct 30 01:10:57.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5004 | 2024-10-30T01:10:57.127Z | [ recovery-image] Oct 30 01:10:57.422 INFO O| Oct 30 01:10:57.421 INFO STEP 294 (remove_files) COMPLETE |
5005 | 2024-10-30T01:10:57.130Z | [ recovery-image] Oct 30 01:10:57.422 INFO O| Oct 30 01:10:57.421 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-10-30T01:10:57.137Z | [ recovery-image] Oct 30 01:10:57.431 INFO O| Oct 30 01:10:57.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5007 | 2024-10-30T01:10:57.137Z | [ recovery-image] Oct 30 01:10:57.431 INFO O| Oct 30 01:10:57.431 INFO STEP 295 (remove_files) COMPLETE |
5008 | 2024-10-30T01:10:57.140Z | [ recovery-image] Oct 30 01:10:57.431 INFO O| Oct 30 01:10:57.431 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-10-30T01:10:57.147Z | [ recovery-image] Oct 30 01:10:57.441 INFO O| Oct 30 01:10:57.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5010 | 2024-10-30T01:10:57.149Z | [ recovery-image] Oct 30 01:10:57.441 INFO O| Oct 30 01:10:57.441 INFO STEP 296 (remove_files) COMPLETE |
5011 | 2024-10-30T01:10:57.149Z | [ recovery-image] Oct 30 01:10:57.441 INFO O| Oct 30 01:10:57.441 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-10-30T01:10:57.156Z | [ recovery-image] Oct 30 01:10:57.451 INFO O| Oct 30 01:10:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5013 | 2024-10-30T01:10:57.156Z | [ recovery-image] Oct 30 01:10:57.451 INFO O| Oct 30 01:10:57.451 INFO STEP 297 (remove_files) COMPLETE |
5014 | 2024-10-30T01:10:57.156Z | [ recovery-image] Oct 30 01:10:57.451 INFO O| Oct 30 01:10:57.451 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-10-30T01:10:57.166Z | [ recovery-image] Oct 30 01:10:57.460 INFO O| Oct 30 01:10:57.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5016 | 2024-10-30T01:10:57.166Z | [ recovery-image] Oct 30 01:10:57.460 INFO O| Oct 30 01:10:57.460 INFO STEP 298 (remove_files) COMPLETE |
5017 | 2024-10-30T01:10:57.166Z | [ recovery-image] Oct 30 01:10:57.460 INFO O| Oct 30 01:10:57.460 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-10-30T01:10:57.176Z | [ recovery-image] Oct 30 01:10:57.470 INFO O| Oct 30 01:10:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5019 | 2024-10-30T01:10:57.178Z | [ recovery-image] Oct 30 01:10:57.470 INFO O| Oct 30 01:10:57.470 INFO STEP 299 (remove_files) COMPLETE |
5020 | 2024-10-30T01:10:57.178Z | [ recovery-image] Oct 30 01:10:57.470 INFO O| Oct 30 01:10:57.470 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-10-30T01:10:57.185Z | [ recovery-image] Oct 30 01:10:57.479 INFO O| Oct 30 01:10:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5022 | 2024-10-30T01:10:57.185Z | [ recovery-image] Oct 30 01:10:57.479 INFO O| Oct 30 01:10:57.479 INFO STEP 300 (remove_files) COMPLETE |
5023 | 2024-10-30T01:10:57.188Z | [ recovery-image] Oct 30 01:10:57.479 INFO O| Oct 30 01:10:57.479 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-10-30T01:10:57.195Z | [ recovery-image] Oct 30 01:10:57.489 INFO O| Oct 30 01:10:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5025 | 2024-10-30T01:10:57.195Z | [ recovery-image] Oct 30 01:10:57.489 INFO O| Oct 30 01:10:57.489 INFO STEP 301 (remove_files) COMPLETE |
5026 | 2024-10-30T01:10:57.197Z | [ recovery-image] Oct 30 01:10:57.489 INFO O| Oct 30 01:10:57.489 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-10-30T01:10:57.204Z | [ recovery-image] Oct 30 01:10:57.499 INFO O| Oct 30 01:10:57.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5028 | 2024-10-30T01:10:57.204Z | [ recovery-image] Oct 30 01:10:57.499 INFO O| Oct 30 01:10:57.499 INFO STEP 302 (remove_files) COMPLETE |
5029 | 2024-10-30T01:10:57.204Z | [ recovery-image] Oct 30 01:10:57.499 INFO O| Oct 30 01:10:57.499 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-10-30T01:10:57.210Z | [ host-image] Oct 30 01:10:57.504 INFO O| Oct 30 01:10:57.503 INFO O| Done |
5031 | 2024-10-30T01:10:57.214Z | [ recovery-image] Oct 30 01:10:57.508 INFO O| Oct 30 01:10:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5032 | 2024-10-30T01:10:57.217Z | [ recovery-image] Oct 30 01:10:57.508 INFO O| Oct 30 01:10:57.508 INFO STEP 303 (remove_files) COMPLETE |
5033 | 2024-10-30T01:10:57.217Z | [ recovery-image] Oct 30 01:10:57.508 INFO O| Oct 30 01:10:57.508 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-10-30T01:10:57.224Z | [ recovery-image] Oct 30 01:10:57.518 INFO O| Oct 30 01:10:57.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5035 | 2024-10-30T01:10:57.224Z | [ recovery-image] Oct 30 01:10:57.518 INFO O| Oct 30 01:10:57.518 INFO STEP 304 (remove_files) COMPLETE |
5036 | 2024-10-30T01:10:57.227Z | [ recovery-image] Oct 30 01:10:57.518 INFO O| Oct 30 01:10:57.518 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-10-30T01:10:57.234Z | [ recovery-image] Oct 30 01:10:57.528 INFO O| Oct 30 01:10:57.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5038 | 2024-10-30T01:10:57.234Z | [ recovery-image] Oct 30 01:10:57.529 INFO O| Oct 30 01:10:57.528 INFO STEP 305 (remove_files) COMPLETE |
5039 | 2024-10-30T01:10:57.234Z | [ recovery-image] Oct 30 01:10:57.529 INFO O| Oct 30 01:10:57.528 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-10-30T01:10:57.245Z | [ recovery-image] Oct 30 01:10:57.539 INFO O| Oct 30 01:10:57.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5041 | 2024-10-30T01:10:57.245Z | [ recovery-image] Oct 30 01:10:57.539 INFO O| Oct 30 01:10:57.539 INFO STEP 306 (remove_files) COMPLETE |
5042 | 2024-10-30T01:10:57.245Z | [ recovery-image] Oct 30 01:10:57.539 INFO O| Oct 30 01:10:57.539 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-10-30T01:10:57.255Z | [ recovery-image] Oct 30 01:10:57.549 INFO O| Oct 30 01:10:57.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5044 | 2024-10-30T01:10:57.255Z | [ recovery-image] Oct 30 01:10:57.549 INFO O| Oct 30 01:10:57.549 INFO STEP 307 (remove_files) COMPLETE |
5045 | 2024-10-30T01:10:57.258Z | [ recovery-image] Oct 30 01:10:57.549 INFO O| Oct 30 01:10:57.549 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-10-30T01:10:57.265Z | [ recovery-image] Oct 30 01:10:57.560 INFO O| Oct 30 01:10:57.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5047 | 2024-10-30T01:10:57.265Z | [ recovery-image] Oct 30 01:10:57.560 INFO O| Oct 30 01:10:57.560 INFO STEP 308 (remove_files) COMPLETE |
5048 | 2024-10-30T01:10:57.268Z | [ recovery-image] Oct 30 01:10:57.560 INFO O| Oct 30 01:10:57.560 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-10-30T01:10:57.275Z | [ recovery-image] Oct 30 01:10:57.570 INFO O| Oct 30 01:10:57.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5050 | 2024-10-30T01:10:57.276Z | [ recovery-image] Oct 30 01:10:57.570 INFO O| Oct 30 01:10:57.570 INFO STEP 309 (remove_files) COMPLETE |
5051 | 2024-10-30T01:10:57.276Z | [ recovery-image] Oct 30 01:10:57.570 INFO O| Oct 30 01:10:57.570 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-10-30T01:10:57.285Z | [ recovery-image] Oct 30 01:10:57.580 INFO O| Oct 30 01:10:57.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5053 | 2024-10-30T01:10:57.288Z | [ recovery-image] Oct 30 01:10:57.580 INFO O| Oct 30 01:10:57.580 INFO STEP 310 (remove_files) COMPLETE |
5054 | 2024-10-30T01:10:57.288Z | [ recovery-image] Oct 30 01:10:57.580 INFO O| Oct 30 01:10:57.580 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-10-30T01:10:57.295Z | [ recovery-image] Oct 30 01:10:57.590 INFO O| Oct 30 01:10:57.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5056 | 2024-10-30T01:10:57.298Z | [ recovery-image] Oct 30 01:10:57.590 INFO O| Oct 30 01:10:57.590 INFO STEP 311 (remove_files) COMPLETE |
5057 | 2024-10-30T01:10:57.298Z | [ recovery-image] Oct 30 01:10:57.590 INFO O| Oct 30 01:10:57.590 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-10-30T01:10:57.305Z | [ recovery-image] Oct 30 01:10:57.599 INFO O| Oct 30 01:10:57.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5059 | 2024-10-30T01:10:57.308Z | [ recovery-image] Oct 30 01:10:57.599 INFO O| Oct 30 01:10:57.599 INFO STEP 312 (remove_files) COMPLETE |
5060 | 2024-10-30T01:10:57.308Z | [ recovery-image] Oct 30 01:10:57.599 INFO O| Oct 30 01:10:57.599 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-10-30T01:10:57.314Z | [ recovery-image] Oct 30 01:10:57.609 INFO O| Oct 30 01:10:57.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5062 | 2024-10-30T01:10:57.317Z | [ recovery-image] Oct 30 01:10:57.609 INFO O| Oct 30 01:10:57.609 INFO STEP 313 (remove_files) COMPLETE |
5063 | 2024-10-30T01:10:57.317Z | [ recovery-image] Oct 30 01:10:57.609 INFO O| Oct 30 01:10:57.609 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-10-30T01:10:57.324Z | [ recovery-image] Oct 30 01:10:57.619 INFO O| Oct 30 01:10:57.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5065 | 2024-10-30T01:10:57.327Z | [ recovery-image] Oct 30 01:10:57.619 INFO O| Oct 30 01:10:57.619 INFO STEP 314 (remove_files) COMPLETE |
5066 | 2024-10-30T01:10:57.327Z | [ recovery-image] Oct 30 01:10:57.619 INFO O| Oct 30 01:10:57.619 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-10-30T01:10:57.334Z | [ recovery-image] Oct 30 01:10:57.629 INFO O| Oct 30 01:10:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5068 | 2024-10-30T01:10:57.334Z | [ recovery-image] Oct 30 01:10:57.629 INFO O| Oct 30 01:10:57.629 INFO STEP 315 (remove_files) COMPLETE |
5069 | 2024-10-30T01:10:57.334Z | [ recovery-image] Oct 30 01:10:57.629 INFO O| Oct 30 01:10:57.629 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-10-30T01:10:57.344Z | [ recovery-image] Oct 30 01:10:57.639 INFO O| Oct 30 01:10:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5071 | 2024-10-30T01:10:57.347Z | [ recovery-image] Oct 30 01:10:57.639 INFO O| Oct 30 01:10:57.639 INFO STEP 316 (remove_files) COMPLETE |
5072 | 2024-10-30T01:10:57.347Z | [ recovery-image] Oct 30 01:10:57.639 INFO O| Oct 30 01:10:57.639 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-10-30T01:10:57.354Z | [ recovery-image] Oct 30 01:10:57.649 INFO O| Oct 30 01:10:57.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5074 | 2024-10-30T01:10:57.354Z | [ recovery-image] Oct 30 01:10:57.649 INFO O| Oct 30 01:10:57.649 INFO STEP 317 (remove_files) COMPLETE |
5075 | 2024-10-30T01:10:57.354Z | [ recovery-image] Oct 30 01:10:57.649 INFO O| Oct 30 01:10:57.649 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-10-30T01:10:57.364Z | [ recovery-image] Oct 30 01:10:57.659 INFO O| Oct 30 01:10:57.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5077 | 2024-10-30T01:10:57.364Z | [ recovery-image] Oct 30 01:10:57.659 INFO O| Oct 30 01:10:57.659 INFO STEP 318 (remove_files) COMPLETE |
5078 | 2024-10-30T01:10:57.367Z | [ recovery-image] Oct 30 01:10:57.659 INFO O| Oct 30 01:10:57.659 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-10-30T01:10:57.375Z | [ recovery-image] Oct 30 01:10:57.668 INFO O| Oct 30 01:10:57.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5080 | 2024-10-30T01:10:57.375Z | [ recovery-image] Oct 30 01:10:57.669 INFO O| Oct 30 01:10:57.668 INFO STEP 319 (remove_files) COMPLETE |
5081 | 2024-10-30T01:10:57.378Z | [ recovery-image] Oct 30 01:10:57.669 INFO O| Oct 30 01:10:57.669 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-10-30T01:10:57.384Z | [ recovery-image] Oct 30 01:10:57.678 INFO O| Oct 30 01:10:57.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5083 | 2024-10-30T01:10:57.384Z | [ recovery-image] Oct 30 01:10:57.678 INFO O| Oct 30 01:10:57.678 INFO STEP 320 (remove_files) COMPLETE |
5084 | 2024-10-30T01:10:57.386Z | [ recovery-image] Oct 30 01:10:57.678 INFO O| Oct 30 01:10:57.678 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-10-30T01:10:57.394Z | [ recovery-image] Oct 30 01:10:57.688 INFO O| Oct 30 01:10:57.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5086 | 2024-10-30T01:10:57.396Z | [ recovery-image] Oct 30 01:10:57.688 INFO O| Oct 30 01:10:57.688 INFO STEP 321 (remove_files) COMPLETE |
5087 | 2024-10-30T01:10:57.396Z | [ recovery-image] Oct 30 01:10:57.688 INFO O| Oct 30 01:10:57.688 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-10-30T01:10:57.404Z | [ recovery-image] Oct 30 01:10:57.698 INFO O| Oct 30 01:10:57.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5089 | 2024-10-30T01:10:57.404Z | [ recovery-image] Oct 30 01:10:57.698 INFO O| Oct 30 01:10:57.698 INFO STEP 322 (remove_files) COMPLETE |
5090 | 2024-10-30T01:10:57.404Z | [ recovery-image] Oct 30 01:10:57.698 INFO O| Oct 30 01:10:57.698 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-10-30T01:10:57.414Z | [ recovery-image] Oct 30 01:10:57.708 INFO O| Oct 30 01:10:57.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5092 | 2024-10-30T01:10:57.414Z | [ recovery-image] Oct 30 01:10:57.708 INFO O| Oct 30 01:10:57.708 INFO STEP 323 (remove_files) COMPLETE |
5093 | 2024-10-30T01:10:57.416Z | [ recovery-image] Oct 30 01:10:57.708 INFO O| Oct 30 01:10:57.708 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-10-30T01:10:57.423Z | [ recovery-image] Oct 30 01:10:57.718 INFO O| Oct 30 01:10:57.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5095 | 2024-10-30T01:10:57.424Z | [ recovery-image] Oct 30 01:10:57.718 INFO O| Oct 30 01:10:57.718 INFO STEP 324 (remove_files) COMPLETE |
5096 | 2024-10-30T01:10:57.426Z | [ recovery-image] Oct 30 01:10:57.718 INFO O| Oct 30 01:10:57.718 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-10-30T01:10:57.433Z | [ recovery-image] Oct 30 01:10:57.728 INFO O| Oct 30 01:10:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5098 | 2024-10-30T01:10:57.433Z | [ recovery-image] Oct 30 01:10:57.728 INFO O| Oct 30 01:10:57.728 INFO STEP 325 (remove_files) COMPLETE |
5099 | 2024-10-30T01:10:57.434Z | [ recovery-image] Oct 30 01:10:57.728 INFO O| Oct 30 01:10:57.728 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-10-30T01:10:57.443Z | [ recovery-image] Oct 30 01:10:57.738 INFO O| Oct 30 01:10:57.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5101 | 2024-10-30T01:10:57.446Z | [ recovery-image] Oct 30 01:10:57.738 INFO O| Oct 30 01:10:57.738 INFO STEP 326 (remove_files) COMPLETE |
5102 | 2024-10-30T01:10:57.446Z | [ recovery-image] Oct 30 01:10:57.738 INFO O| Oct 30 01:10:57.738 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-10-30T01:10:57.453Z | [ recovery-image] Oct 30 01:10:57.748 INFO O| Oct 30 01:10:57.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5104 | 2024-10-30T01:10:57.456Z | [ recovery-image] Oct 30 01:10:57.748 INFO O| Oct 30 01:10:57.748 INFO STEP 327 (remove_files) COMPLETE |
5105 | 2024-10-30T01:10:57.456Z | [ recovery-image] Oct 30 01:10:57.748 INFO O| Oct 30 01:10:57.748 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-10-30T01:10:57.463Z | [ recovery-image] Oct 30 01:10:57.758 INFO O| Oct 30 01:10:57.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5107 | 2024-10-30T01:10:57.466Z | [ recovery-image] Oct 30 01:10:57.758 INFO O| Oct 30 01:10:57.758 INFO STEP 328 (remove_files) COMPLETE |
5108 | 2024-10-30T01:10:57.466Z | [ recovery-image] Oct 30 01:10:57.758 INFO O| Oct 30 01:10:57.758 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-10-30T01:10:57.473Z | [ recovery-image] Oct 30 01:10:57.767 INFO O| Oct 30 01:10:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5110 | 2024-10-30T01:10:57.473Z | [ recovery-image] Oct 30 01:10:57.767 INFO O| Oct 30 01:10:57.767 INFO STEP 329 (remove_files) COMPLETE |
5111 | 2024-10-30T01:10:57.476Z | [ recovery-image] Oct 30 01:10:57.767 INFO O| Oct 30 01:10:57.767 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-10-30T01:10:57.483Z | [ recovery-image] Oct 30 01:10:57.777 INFO O| Oct 30 01:10:57.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5113 | 2024-10-30T01:10:57.483Z | [ recovery-image] Oct 30 01:10:57.777 INFO O| Oct 30 01:10:57.777 INFO STEP 330 (remove_files) COMPLETE |
5114 | 2024-10-30T01:10:57.483Z | [ recovery-image] Oct 30 01:10:57.777 INFO O| Oct 30 01:10:57.777 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-10-30T01:10:57.493Z | [ recovery-image] Oct 30 01:10:57.787 INFO O| Oct 30 01:10:57.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5116 | 2024-10-30T01:10:57.493Z | [ recovery-image] Oct 30 01:10:57.787 INFO O| Oct 30 01:10:57.787 INFO STEP 331 (remove_files) COMPLETE |
5117 | 2024-10-30T01:10:57.493Z | [ recovery-image] Oct 30 01:10:57.787 INFO O| Oct 30 01:10:57.787 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-10-30T01:10:57.502Z | [ recovery-image] Oct 30 01:10:57.797 INFO O| Oct 30 01:10:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5119 | 2024-10-30T01:10:57.502Z | [ recovery-image] Oct 30 01:10:57.797 INFO O| Oct 30 01:10:57.797 INFO STEP 332 (remove_files) COMPLETE |
5120 | 2024-10-30T01:10:57.502Z | [ recovery-image] Oct 30 01:10:57.797 INFO O| Oct 30 01:10:57.797 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-10-30T01:10:57.507Z | [ host-image] Oct 30 01:10:57.801 INFO O| Oct 30 01:10:57.801 INFO STEP 11 (pkg_install) COMPLETE |
5122 | 2024-10-30T01:10:57.507Z | [ host-image] Oct 30 01:10:57.801 INFO O| Oct 30 01:10:57.801 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5123 | 2024-10-30T01:10:57.512Z | [ recovery-image] Oct 30 01:10:57.806 INFO O| Oct 30 01:10:57.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5124 | 2024-10-30T01:10:57.512Z | [ recovery-image] Oct 30 01:10:57.806 INFO O| Oct 30 01:10:57.806 INFO STEP 333 (remove_files) COMPLETE |
5125 | 2024-10-30T01:10:57.515Z | [ recovery-image] Oct 30 01:10:57.806 INFO O| Oct 30 01:10:57.806 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-10-30T01:10:57.518Z | [ host-image] Oct 30 01:10:57.812 INFO O| Oct 30 01:10:57.812 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
5127 | 2024-10-30T01:10:57.523Z | [ recovery-image] Oct 30 01:10:57.817 INFO O| Oct 30 01:10:57.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5128 | 2024-10-30T01:10:57.525Z | [ recovery-image] Oct 30 01:10:57.817 INFO O| Oct 30 01:10:57.817 INFO STEP 334 (remove_files) COMPLETE |
5129 | 2024-10-30T01:10:57.525Z | [ recovery-image] Oct 30 01:10:57.817 INFO O| Oct 30 01:10:57.817 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-10-30T01:10:57.533Z | [ recovery-image] Oct 30 01:10:57.826 INFO O| Oct 30 01:10:57.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5131 | 2024-10-30T01:10:57.536Z | [ recovery-image] Oct 30 01:10:57.826 INFO O| Oct 30 01:10:57.826 INFO STEP 335 (remove_files) COMPLETE |
5132 | 2024-10-30T01:10:57.536Z | [ recovery-image] Oct 30 01:10:57.826 INFO O| Oct 30 01:10:57.826 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-10-30T01:10:57.542Z | [ recovery-image] Oct 30 01:10:57.836 INFO O| Oct 30 01:10:57.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5134 | 2024-10-30T01:10:57.542Z | [ recovery-image] Oct 30 01:10:57.836 INFO O| Oct 30 01:10:57.836 INFO STEP 336 (remove_files) COMPLETE |
5135 | 2024-10-30T01:10:57.542Z | [ recovery-image] Oct 30 01:10:57.836 INFO O| Oct 30 01:10:57.836 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-10-30T01:10:57.551Z | [ recovery-image] Oct 30 01:10:57.846 INFO O| Oct 30 01:10:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5137 | 2024-10-30T01:10:57.551Z | [ recovery-image] Oct 30 01:10:57.846 INFO O| Oct 30 01:10:57.846 INFO STEP 337 (remove_files) COMPLETE |
5138 | 2024-10-30T01:10:57.551Z | [ recovery-image] Oct 30 01:10:57.846 INFO O| Oct 30 01:10:57.846 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-10-30T01:10:57.561Z | [ recovery-image] Oct 30 01:10:57.855 INFO O| Oct 30 01:10:57.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5140 | 2024-10-30T01:10:57.561Z | [ recovery-image] Oct 30 01:10:57.855 INFO O| Oct 30 01:10:57.855 INFO STEP 338 (remove_files) COMPLETE |
5141 | 2024-10-30T01:10:57.561Z | [ recovery-image] Oct 30 01:10:57.855 INFO O| Oct 30 01:10:57.855 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-10-30T01:10:57.570Z | [ recovery-image] Oct 30 01:10:57.865 INFO O| Oct 30 01:10:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5143 | 2024-10-30T01:10:57.570Z | [ recovery-image] Oct 30 01:10:57.865 INFO O| Oct 30 01:10:57.865 INFO STEP 339 (remove_files) COMPLETE |
5144 | 2024-10-30T01:10:57.573Z | [ recovery-image] Oct 30 01:10:57.865 INFO O| Oct 30 01:10:57.865 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-10-30T01:10:57.580Z | [ recovery-image] Oct 30 01:10:57.874 INFO O| Oct 30 01:10:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5146 | 2024-10-30T01:10:57.583Z | [ recovery-image] Oct 30 01:10:57.875 INFO O| Oct 30 01:10:57.875 INFO STEP 340 (remove_files) COMPLETE |
5147 | 2024-10-30T01:10:57.583Z | [ recovery-image] Oct 30 01:10:57.875 INFO O| Oct 30 01:10:57.875 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-10-30T01:10:57.590Z | [ recovery-image] Oct 30 01:10:57.884 INFO O| Oct 30 01:10:57.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5149 | 2024-10-30T01:10:57.590Z | [ recovery-image] Oct 30 01:10:57.885 INFO O| Oct 30 01:10:57.885 INFO STEP 341 (remove_files) COMPLETE |
5150 | 2024-10-30T01:10:57.590Z | [ recovery-image] Oct 30 01:10:57.885 INFO O| Oct 30 01:10:57.885 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-10-30T01:10:57.600Z | [ recovery-image] Oct 30 01:10:57.894 INFO O| Oct 30 01:10:57.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5152 | 2024-10-30T01:10:57.600Z | [ recovery-image] Oct 30 01:10:57.894 INFO O| Oct 30 01:10:57.894 INFO STEP 342 (remove_files) COMPLETE |
5153 | 2024-10-30T01:10:57.600Z | [ recovery-image] Oct 30 01:10:57.894 INFO O| Oct 30 01:10:57.894 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-10-30T01:10:57.609Z | [ recovery-image] Oct 30 01:10:57.904 INFO O| Oct 30 01:10:57.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5155 | 2024-10-30T01:10:57.609Z | [ recovery-image] Oct 30 01:10:57.904 INFO O| Oct 30 01:10:57.904 INFO STEP 343 (remove_files) COMPLETE |
5156 | 2024-10-30T01:10:57.612Z | [ recovery-image] Oct 30 01:10:57.904 INFO O| Oct 30 01:10:57.904 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-10-30T01:10:57.619Z | [ recovery-image] Oct 30 01:10:57.913 INFO O| Oct 30 01:10:57.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5158 | 2024-10-30T01:10:57.619Z | [ recovery-image] Oct 30 01:10:57.913 INFO O| Oct 30 01:10:57.913 INFO STEP 344 (remove_files) COMPLETE |
5159 | 2024-10-30T01:10:57.619Z | [ recovery-image] Oct 30 01:10:57.913 INFO O| Oct 30 01:10:57.913 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-10-30T01:10:57.629Z | [ recovery-image] Oct 30 01:10:57.923 INFO O| Oct 30 01:10:57.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5161 | 2024-10-30T01:10:57.629Z | [ recovery-image] Oct 30 01:10:57.923 INFO O| Oct 30 01:10:57.923 INFO STEP 345 (remove_files) COMPLETE |
5162 | 2024-10-30T01:10:57.631Z | [ recovery-image] Oct 30 01:10:57.923 INFO O| Oct 30 01:10:57.923 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-10-30T01:10:57.638Z | [ recovery-image] Oct 30 01:10:57.933 INFO O| Oct 30 01:10:57.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5164 | 2024-10-30T01:10:57.639Z | [ recovery-image] Oct 30 01:10:57.933 INFO O| Oct 30 01:10:57.933 INFO STEP 346 (remove_files) COMPLETE |
5165 | 2024-10-30T01:10:57.639Z | [ recovery-image] Oct 30 01:10:57.933 INFO O| Oct 30 01:10:57.933 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-10-30T01:10:57.648Z | [ recovery-image] Oct 30 01:10:57.943 INFO O| Oct 30 01:10:57.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5167 | 2024-10-30T01:10:57.648Z | [ recovery-image] Oct 30 01:10:57.943 INFO O| Oct 30 01:10:57.943 INFO STEP 347 (remove_files) COMPLETE |
5168 | 2024-10-30T01:10:57.648Z | [ recovery-image] Oct 30 01:10:57.943 INFO O| Oct 30 01:10:57.943 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-10-30T01:10:57.658Z | [ recovery-image] Oct 30 01:10:57.952 INFO O| Oct 30 01:10:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5170 | 2024-10-30T01:10:57.658Z | [ recovery-image] Oct 30 01:10:57.952 INFO O| Oct 30 01:10:57.952 INFO STEP 348 (remove_files) COMPLETE |
5171 | 2024-10-30T01:10:57.658Z | [ recovery-image] Oct 30 01:10:57.952 INFO O| Oct 30 01:10:57.952 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-10-30T01:10:57.667Z | [ recovery-image] Oct 30 01:10:57.962 INFO O| Oct 30 01:10:57.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5173 | 2024-10-30T01:10:57.667Z | [ recovery-image] Oct 30 01:10:57.962 INFO O| Oct 30 01:10:57.962 INFO STEP 349 (remove_files) COMPLETE |
5174 | 2024-10-30T01:10:57.667Z | [ recovery-image] Oct 30 01:10:57.962 INFO O| Oct 30 01:10:57.962 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-10-30T01:10:57.677Z | [ recovery-image] Oct 30 01:10:57.971 INFO O| Oct 30 01:10:57.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5176 | 2024-10-30T01:10:57.677Z | [ recovery-image] Oct 30 01:10:57.971 INFO O| Oct 30 01:10:57.971 INFO STEP 350 (remove_files) COMPLETE |
5177 | 2024-10-30T01:10:57.677Z | [ recovery-image] Oct 30 01:10:57.971 INFO O| Oct 30 01:10:57.971 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-10-30T01:10:57.687Z | [ recovery-image] Oct 30 01:10:57.981 INFO O| Oct 30 01:10:57.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5179 | 2024-10-30T01:10:57.687Z | [ recovery-image] Oct 30 01:10:57.981 INFO O| Oct 30 01:10:57.981 INFO STEP 351 (remove_files) COMPLETE |
5180 | 2024-10-30T01:10:57.687Z | [ recovery-image] Oct 30 01:10:57.981 INFO O| Oct 30 01:10:57.981 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-10-30T01:10:57.696Z | [ recovery-image] Oct 30 01:10:57.991 INFO O| Oct 30 01:10:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5182 | 2024-10-30T01:10:57.696Z | [ recovery-image] Oct 30 01:10:57.991 INFO O| Oct 30 01:10:57.991 INFO STEP 352 (remove_files) COMPLETE |
5183 | 2024-10-30T01:10:57.696Z | [ recovery-image] Oct 30 01:10:57.991 INFO O| Oct 30 01:10:57.991 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-10-30T01:10:57.706Z | [ recovery-image] Oct 30 01:10:58.000 INFO O| Oct 30 01:10:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5185 | 2024-10-30T01:10:57.706Z | [ recovery-image] Oct 30 01:10:58.001 INFO O| Oct 30 01:10:58.001 INFO STEP 353 (remove_files) COMPLETE |
5186 | 2024-10-30T01:10:57.706Z | [ recovery-image] Oct 30 01:10:58.001 INFO O| Oct 30 01:10:58.001 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-10-30T01:10:57.717Z | [ recovery-image] Oct 30 01:10:58.011 INFO O| Oct 30 01:10:58.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5188 | 2024-10-30T01:10:57.717Z | [ recovery-image] Oct 30 01:10:58.012 INFO O| Oct 30 01:10:58.012 INFO STEP 354 (remove_files) COMPLETE |
5189 | 2024-10-30T01:10:57.717Z | [ recovery-image] Oct 30 01:10:58.012 INFO O| Oct 30 01:10:58.012 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-10-30T01:10:57.727Z | [ recovery-image] Oct 30 01:10:58.021 INFO O| Oct 30 01:10:58.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5191 | 2024-10-30T01:10:57.730Z | [ recovery-image] Oct 30 01:10:58.021 INFO O| Oct 30 01:10:58.021 INFO STEP 355 (remove_files) COMPLETE |
5192 | 2024-10-30T01:10:57.730Z | [ recovery-image] Oct 30 01:10:58.021 INFO O| Oct 30 01:10:58.021 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-10-30T01:10:57.737Z | [ recovery-image] Oct 30 01:10:58.031 INFO O| Oct 30 01:10:58.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5194 | 2024-10-30T01:10:57.737Z | [ recovery-image] Oct 30 01:10:58.032 INFO O| Oct 30 01:10:58.031 INFO STEP 356 (remove_files) COMPLETE |
5195 | 2024-10-30T01:10:57.740Z | [ recovery-image] Oct 30 01:10:58.032 INFO O| Oct 30 01:10:58.031 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-10-30T01:10:57.747Z | [ recovery-image] Oct 30 01:10:58.041 INFO O| Oct 30 01:10:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5197 | 2024-10-30T01:10:57.747Z | [ recovery-image] Oct 30 01:10:58.041 INFO O| Oct 30 01:10:58.041 INFO STEP 357 (remove_files) COMPLETE |
5198 | 2024-10-30T01:10:57.750Z | [ recovery-image] Oct 30 01:10:58.041 INFO O| Oct 30 01:10:58.041 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-10-30T01:10:57.757Z | [ recovery-image] Oct 30 01:10:58.051 INFO O| Oct 30 01:10:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5200 | 2024-10-30T01:10:57.757Z | [ recovery-image] Oct 30 01:10:58.051 INFO O| Oct 30 01:10:58.051 INFO STEP 358 (remove_files) COMPLETE |
5201 | 2024-10-30T01:10:57.757Z | [ recovery-image] Oct 30 01:10:58.051 INFO O| Oct 30 01:10:58.051 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-10-30T01:10:57.767Z | [ recovery-image] Oct 30 01:10:58.062 INFO O| Oct 30 01:10:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5203 | 2024-10-30T01:10:57.767Z | [ recovery-image] Oct 30 01:10:58.062 INFO O| Oct 30 01:10:58.062 INFO STEP 359 (remove_files) COMPLETE |
5204 | 2024-10-30T01:10:57.767Z | [ recovery-image] Oct 30 01:10:58.062 INFO O| Oct 30 01:10:58.062 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-10-30T01:10:57.777Z | [ recovery-image] Oct 30 01:10:58.072 INFO O| Oct 30 01:10:58.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5206 | 2024-10-30T01:10:57.777Z | [ recovery-image] Oct 30 01:10:58.072 INFO O| Oct 30 01:10:58.072 INFO STEP 360 (remove_files) COMPLETE |
5207 | 2024-10-30T01:10:57.780Z | [ recovery-image] Oct 30 01:10:58.072 INFO O| Oct 30 01:10:58.072 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-10-30T01:10:57.788Z | [ recovery-image] Oct 30 01:10:58.082 INFO O| Oct 30 01:10:58.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5209 | 2024-10-30T01:10:57.788Z | [ recovery-image] Oct 30 01:10:58.082 INFO O| Oct 30 01:10:58.082 INFO STEP 361 (remove_files) COMPLETE |
5210 | 2024-10-30T01:10:57.790Z | [ recovery-image] Oct 30 01:10:58.082 INFO O| Oct 30 01:10:58.082 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-10-30T01:10:57.798Z | [ recovery-image] Oct 30 01:10:58.093 INFO O| Oct 30 01:10:58.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5212 | 2024-10-30T01:10:57.798Z | [ recovery-image] Oct 30 01:10:58.093 INFO O| Oct 30 01:10:58.093 INFO STEP 362 (remove_files) COMPLETE |
5213 | 2024-10-30T01:10:57.801Z | [ recovery-image] Oct 30 01:10:58.093 INFO O| Oct 30 01:10:58.093 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-10-30T01:10:57.809Z | [ recovery-image] Oct 30 01:10:58.103 INFO O| Oct 30 01:10:58.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5215 | 2024-10-30T01:10:57.809Z | [ recovery-image] Oct 30 01:10:58.103 INFO O| Oct 30 01:10:58.103 INFO STEP 363 (remove_files) COMPLETE |
5216 | 2024-10-30T01:10:57.811Z | [ recovery-image] Oct 30 01:10:58.103 INFO O| Oct 30 01:10:58.103 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-10-30T01:10:57.819Z | [ recovery-image] Oct 30 01:10:58.114 INFO O| Oct 30 01:10:58.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5218 | 2024-10-30T01:10:57.819Z | [ recovery-image] Oct 30 01:10:58.114 INFO O| Oct 30 01:10:58.114 INFO STEP 364 (remove_files) COMPLETE |
5219 | 2024-10-30T01:10:57.824Z | [ recovery-image] Oct 30 01:10:58.114 INFO O| Oct 30 01:10:58.114 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-10-30T01:10:57.830Z | [ recovery-image] Oct 30 01:10:58.125 INFO O| Oct 30 01:10:58.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5221 | 2024-10-30T01:10:57.833Z | [ recovery-image] Oct 30 01:10:58.125 INFO O| Oct 30 01:10:58.125 INFO STEP 365 (remove_files) COMPLETE |
5222 | 2024-10-30T01:10:57.833Z | [ recovery-image] Oct 30 01:10:58.125 INFO O| Oct 30 01:10:58.125 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-10-30T01:10:57.842Z | [ recovery-image] Oct 30 01:10:58.136 INFO O| Oct 30 01:10:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5224 | 2024-10-30T01:10:57.842Z | [ recovery-image] Oct 30 01:10:58.136 INFO O| Oct 30 01:10:58.136 INFO STEP 366 (remove_files) COMPLETE |
5225 | 2024-10-30T01:10:57.844Z | [ recovery-image] Oct 30 01:10:58.136 INFO O| Oct 30 01:10:58.136 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-10-30T01:10:57.852Z | [ recovery-image] Oct 30 01:10:58.146 INFO O| Oct 30 01:10:58.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5227 | 2024-10-30T01:10:57.854Z | [ recovery-image] Oct 30 01:10:58.146 INFO O| Oct 30 01:10:58.146 INFO STEP 367 (remove_files) COMPLETE |
5228 | 2024-10-30T01:10:57.854Z | [ recovery-image] Oct 30 01:10:58.146 INFO O| Oct 30 01:10:58.146 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-10-30T01:10:57.862Z | [ recovery-image] Oct 30 01:10:58.156 INFO O| Oct 30 01:10:58.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5230 | 2024-10-30T01:10:57.862Z | [ recovery-image] Oct 30 01:10:58.157 INFO O| Oct 30 01:10:58.157 INFO STEP 368 (remove_files) COMPLETE |
5231 | 2024-10-30T01:10:57.865Z | [ recovery-image] Oct 30 01:10:58.157 INFO O| Oct 30 01:10:58.157 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-10-30T01:10:57.873Z | [ recovery-image] Oct 30 01:10:58.167 INFO O| Oct 30 01:10:58.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5233 | 2024-10-30T01:10:57.873Z | [ recovery-image] Oct 30 01:10:58.167 INFO O| Oct 30 01:10:58.167 INFO STEP 369 (remove_files) COMPLETE |
5234 | 2024-10-30T01:10:57.873Z | [ recovery-image] Oct 30 01:10:58.167 INFO O| Oct 30 01:10:58.167 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-10-30T01:10:57.882Z | [ recovery-image] Oct 30 01:10:58.177 INFO O| Oct 30 01:10:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5236 | 2024-10-30T01:10:57.882Z | [ recovery-image] Oct 30 01:10:58.177 INFO O| Oct 30 01:10:58.177 INFO STEP 370 (remove_files) COMPLETE |
5237 | 2024-10-30T01:10:57.882Z | [ recovery-image] Oct 30 01:10:58.177 INFO O| Oct 30 01:10:58.177 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-10-30T01:10:57.892Z | [ recovery-image] Oct 30 01:10:58.186 INFO O| Oct 30 01:10:58.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5239 | 2024-10-30T01:10:57.892Z | [ recovery-image] Oct 30 01:10:58.187 INFO O| Oct 30 01:10:58.186 INFO STEP 371 (remove_files) COMPLETE |
5240 | 2024-10-30T01:10:57.895Z | [ recovery-image] Oct 30 01:10:58.187 INFO O| Oct 30 01:10:58.187 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-10-30T01:10:57.902Z | [ recovery-image] Oct 30 01:10:58.196 INFO O| Oct 30 01:10:58.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5242 | 2024-10-30T01:10:57.902Z | [ recovery-image] Oct 30 01:10:58.196 INFO O| Oct 30 01:10:58.196 INFO STEP 372 (remove_files) COMPLETE |
5243 | 2024-10-30T01:10:57.902Z | [ recovery-image] Oct 30 01:10:58.196 INFO O| Oct 30 01:10:58.196 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-10-30T01:10:57.912Z | [ recovery-image] Oct 30 01:10:58.206 INFO O| Oct 30 01:10:58.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5245 | 2024-10-30T01:10:57.912Z | [ recovery-image] Oct 30 01:10:58.206 INFO O| Oct 30 01:10:58.206 INFO STEP 373 (remove_files) COMPLETE |
5246 | 2024-10-30T01:10:57.912Z | [ recovery-image] Oct 30 01:10:58.206 INFO O| Oct 30 01:10:58.206 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-10-30T01:10:57.922Z | [ recovery-image] Oct 30 01:10:58.216 INFO O| Oct 30 01:10:58.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5248 | 2024-10-30T01:10:57.924Z | [ recovery-image] Oct 30 01:10:58.217 INFO O| Oct 30 01:10:58.217 INFO STEP 374 (remove_files) COMPLETE |
5249 | 2024-10-30T01:10:57.924Z | [ recovery-image] Oct 30 01:10:58.217 INFO O| Oct 30 01:10:58.217 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-10-30T01:10:57.932Z | [ recovery-image] Oct 30 01:10:58.226 INFO O| Oct 30 01:10:58.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5251 | 2024-10-30T01:10:57.932Z | [ recovery-image] Oct 30 01:10:58.226 INFO O| Oct 30 01:10:58.226 INFO STEP 375 (remove_files) COMPLETE |
5252 | 2024-10-30T01:10:57.935Z | [ recovery-image] Oct 30 01:10:58.226 INFO O| Oct 30 01:10:58.226 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-10-30T01:10:57.942Z | [ recovery-image] Oct 30 01:10:58.236 INFO O| Oct 30 01:10:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5254 | 2024-10-30T01:10:57.942Z | [ recovery-image] Oct 30 01:10:58.236 INFO O| Oct 30 01:10:58.236 INFO STEP 376 (remove_files) COMPLETE |
5255 | 2024-10-30T01:10:57.945Z | [ recovery-image] Oct 30 01:10:58.236 INFO O| Oct 30 01:10:58.236 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-10-30T01:10:57.951Z | [ recovery-image] Oct 30 01:10:58.246 INFO O| Oct 30 01:10:58.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5257 | 2024-10-30T01:10:57.954Z | [ recovery-image] Oct 30 01:10:58.246 INFO O| Oct 30 01:10:58.246 INFO STEP 377 (remove_files) COMPLETE |
5258 | 2024-10-30T01:10:57.954Z | [ recovery-image] Oct 30 01:10:58.246 INFO O| Oct 30 01:10:58.246 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-10-30T01:10:57.961Z | [ recovery-image] Oct 30 01:10:58.255 INFO O| Oct 30 01:10:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5260 | 2024-10-30T01:10:57.961Z | [ recovery-image] Oct 30 01:10:58.255 INFO O| Oct 30 01:10:58.255 INFO STEP 378 (remove_files) COMPLETE |
5261 | 2024-10-30T01:10:57.963Z | [ recovery-image] Oct 30 01:10:58.255 INFO O| Oct 30 01:10:58.255 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-10-30T01:10:57.970Z | [ recovery-image] Oct 30 01:10:58.265 INFO O| Oct 30 01:10:58.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5263 | 2024-10-30T01:10:57.970Z | [ recovery-image] Oct 30 01:10:58.265 INFO O| Oct 30 01:10:58.265 INFO STEP 379 (remove_files) COMPLETE |
5264 | 2024-10-30T01:10:57.971Z | [ recovery-image] Oct 30 01:10:58.265 INFO O| Oct 30 01:10:58.265 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-10-30T01:10:57.980Z | [ recovery-image] Oct 30 01:10:58.275 INFO O| Oct 30 01:10:58.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5266 | 2024-10-30T01:10:57.980Z | [ recovery-image] Oct 30 01:10:58.275 INFO O| Oct 30 01:10:58.275 INFO STEP 380 (remove_files) COMPLETE |
5267 | 2024-10-30T01:10:57.980Z | [ recovery-image] Oct 30 01:10:58.275 INFO O| Oct 30 01:10:58.275 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-10-30T01:10:57.990Z | [ recovery-image] Oct 30 01:10:58.285 INFO O| Oct 30 01:10:58.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5269 | 2024-10-30T01:10:57.993Z | [ recovery-image] Oct 30 01:10:58.285 INFO O| Oct 30 01:10:58.285 INFO STEP 381 (remove_files) COMPLETE |
5270 | 2024-10-30T01:10:57.993Z | [ recovery-image] Oct 30 01:10:58.285 INFO O| Oct 30 01:10:58.285 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-10-30T01:10:58.000Z | [ recovery-image] Oct 30 01:10:58.295 INFO O| Oct 30 01:10:58.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5272 | 2024-10-30T01:10:58.000Z | [ recovery-image] Oct 30 01:10:58.295 INFO O| Oct 30 01:10:58.295 INFO STEP 382 (remove_files) COMPLETE |
5273 | 2024-10-30T01:10:58.001Z | [ recovery-image] Oct 30 01:10:58.295 INFO O| Oct 30 01:10:58.295 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-10-30T01:10:58.010Z | [ recovery-image] Oct 30 01:10:58.305 INFO O| Oct 30 01:10:58.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5275 | 2024-10-30T01:10:58.010Z | [ recovery-image] Oct 30 01:10:58.305 INFO O| Oct 30 01:10:58.305 INFO STEP 383 (remove_files) COMPLETE |
5276 | 2024-10-30T01:10:58.013Z | [ recovery-image] Oct 30 01:10:58.305 INFO O| Oct 30 01:10:58.305 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-10-30T01:10:58.014Z | [ host-image] Oct 30 01:10:58.306 INFO O| Oct 30 01:10:58.305 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5278 | 2024-10-30T01:10:58.020Z | [ recovery-image] Oct 30 01:10:58.314 INFO O| Oct 30 01:10:58.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5279 | 2024-10-30T01:10:58.022Z | [ recovery-image] Oct 30 01:10:58.315 INFO O| Oct 30 01:10:58.315 INFO STEP 384 (remove_files) COMPLETE |
5280 | 2024-10-30T01:10:58.023Z | [ recovery-image] Oct 30 01:10:58.315 INFO O| Oct 30 01:10:58.315 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-10-30T01:10:58.031Z | [ recovery-image] Oct 30 01:10:58.326 INFO O| Oct 30 01:10:58.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5282 | 2024-10-30T01:10:58.031Z | [ recovery-image] Oct 30 01:10:58.326 INFO O| Oct 30 01:10:58.326 INFO STEP 385 (remove_files) COMPLETE |
5283 | 2024-10-30T01:10:58.031Z | [ recovery-image] Oct 30 01:10:58.326 INFO O| Oct 30 01:10:58.326 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-10-30T01:10:58.041Z | [ recovery-image] Oct 30 01:10:58.336 INFO O| Oct 30 01:10:58.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5285 | 2024-10-30T01:10:58.041Z | [ recovery-image] Oct 30 01:10:58.336 INFO O| Oct 30 01:10:58.336 INFO STEP 386 (remove_files) COMPLETE |
5286 | 2024-10-30T01:10:58.041Z | [ recovery-image] Oct 30 01:10:58.336 INFO O| Oct 30 01:10:58.336 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-10-30T01:10:58.052Z | [ recovery-image] Oct 30 01:10:58.346 INFO O| Oct 30 01:10:58.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5288 | 2024-10-30T01:10:58.052Z | [ recovery-image] Oct 30 01:10:58.346 INFO O| Oct 30 01:10:58.346 INFO STEP 387 (remove_files) COMPLETE |
5289 | 2024-10-30T01:10:58.054Z | [ recovery-image] Oct 30 01:10:58.346 INFO O| Oct 30 01:10:58.346 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-10-30T01:10:58.062Z | [ recovery-image] Oct 30 01:10:58.356 INFO O| Oct 30 01:10:58.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5291 | 2024-10-30T01:10:58.062Z | [ recovery-image] Oct 30 01:10:58.356 INFO O| Oct 30 01:10:58.356 INFO STEP 388 (remove_files) COMPLETE |
5292 | 2024-10-30T01:10:58.062Z | [ recovery-image] Oct 30 01:10:58.356 INFO O| Oct 30 01:10:58.356 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-10-30T01:10:58.072Z | [ recovery-image] Oct 30 01:10:58.366 INFO O| Oct 30 01:10:58.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5294 | 2024-10-30T01:10:58.072Z | [ recovery-image] Oct 30 01:10:58.366 INFO O| Oct 30 01:10:58.366 INFO STEP 389 (remove_files) COMPLETE |
5295 | 2024-10-30T01:10:58.074Z | [ recovery-image] Oct 30 01:10:58.366 INFO O| Oct 30 01:10:58.366 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-10-30T01:10:58.081Z | [ recovery-image] Oct 30 01:10:58.376 INFO O| Oct 30 01:10:58.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5297 | 2024-10-30T01:10:58.082Z | [ recovery-image] Oct 30 01:10:58.376 INFO O| Oct 30 01:10:58.376 INFO STEP 390 (remove_files) COMPLETE |
5298 | 2024-10-30T01:10:58.084Z | [ recovery-image] Oct 30 01:10:58.376 INFO O| Oct 30 01:10:58.376 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-10-30T01:10:58.092Z | [ recovery-image] Oct 30 01:10:58.386 INFO O| Oct 30 01:10:58.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5300 | 2024-10-30T01:10:58.092Z | [ recovery-image] Oct 30 01:10:58.386 INFO O| Oct 30 01:10:58.386 INFO STEP 391 (remove_files) COMPLETE |
5301 | 2024-10-30T01:10:58.092Z | [ recovery-image] Oct 30 01:10:58.386 INFO O| Oct 30 01:10:58.386 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-10-30T01:10:58.101Z | [ recovery-image] Oct 30 01:10:58.396 INFO O| Oct 30 01:10:58.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5303 | 2024-10-30T01:10:58.102Z | [ recovery-image] Oct 30 01:10:58.396 INFO O| Oct 30 01:10:58.396 INFO STEP 392 (remove_files) COMPLETE |
5304 | 2024-10-30T01:10:58.102Z | [ recovery-image] Oct 30 01:10:58.396 INFO O| Oct 30 01:10:58.396 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-10-30T01:10:58.112Z | [ recovery-image] Oct 30 01:10:58.406 INFO O| Oct 30 01:10:58.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5306 | 2024-10-30T01:10:58.112Z | [ recovery-image] Oct 30 01:10:58.406 INFO O| Oct 30 01:10:58.406 INFO STEP 393 (remove_files) COMPLETE |
5307 | 2024-10-30T01:10:58.112Z | [ recovery-image] Oct 30 01:10:58.406 INFO O| Oct 30 01:10:58.406 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-10-30T01:10:58.121Z | [ recovery-image] Oct 30 01:10:58.416 INFO O| Oct 30 01:10:58.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5309 | 2024-10-30T01:10:58.121Z | [ recovery-image] Oct 30 01:10:58.416 INFO O| Oct 30 01:10:58.416 INFO STEP 394 (remove_files) COMPLETE |
5310 | 2024-10-30T01:10:58.121Z | [ recovery-image] Oct 30 01:10:58.416 INFO O| Oct 30 01:10:58.416 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-10-30T01:10:58.131Z | [ recovery-image] Oct 30 01:10:58.425 INFO O| Oct 30 01:10:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5312 | 2024-10-30T01:10:58.134Z | [ recovery-image] Oct 30 01:10:58.426 INFO O| Oct 30 01:10:58.425 INFO STEP 395 (remove_files) COMPLETE |
5313 | 2024-10-30T01:10:58.134Z | [ recovery-image] Oct 30 01:10:58.426 INFO O| Oct 30 01:10:58.426 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-10-30T01:10:58.141Z | [ recovery-image] Oct 30 01:10:58.435 INFO O| Oct 30 01:10:58.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5315 | 2024-10-30T01:10:58.141Z | [ recovery-image] Oct 30 01:10:58.435 INFO O| Oct 30 01:10:58.435 INFO STEP 396 (remove_files) COMPLETE |
5316 | 2024-10-30T01:10:58.143Z | [ recovery-image] Oct 30 01:10:58.435 INFO O| Oct 30 01:10:58.435 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-10-30T01:10:58.150Z | [ recovery-image] Oct 30 01:10:58.445 INFO O| Oct 30 01:10:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5318 | 2024-10-30T01:10:58.150Z | [ recovery-image] Oct 30 01:10:58.445 INFO O| Oct 30 01:10:58.445 INFO STEP 397 (remove_files) COMPLETE |
5319 | 2024-10-30T01:10:58.153Z | [ recovery-image] Oct 30 01:10:58.445 INFO O| Oct 30 01:10:58.445 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-10-30T01:10:58.160Z | [ recovery-image] Oct 30 01:10:58.455 INFO O| Oct 30 01:10:58.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5321 | 2024-10-30T01:10:58.164Z | [ recovery-image] Oct 30 01:10:58.455 INFO O| Oct 30 01:10:58.455 INFO STEP 398 (remove_files) COMPLETE |
5322 | 2024-10-30T01:10:58.164Z | [ recovery-image] Oct 30 01:10:58.455 INFO O| Oct 30 01:10:58.455 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-10-30T01:10:58.171Z | [ recovery-image] Oct 30 01:10:58.465 INFO O| Oct 30 01:10:58.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5324 | 2024-10-30T01:10:58.171Z | [ recovery-image] Oct 30 01:10:58.465 INFO O| Oct 30 01:10:58.465 INFO STEP 399 (remove_files) COMPLETE |
5325 | 2024-10-30T01:10:58.173Z | [ recovery-image] Oct 30 01:10:58.465 INFO O| Oct 30 01:10:58.465 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-10-30T01:10:58.181Z | [ recovery-image] Oct 30 01:10:58.476 INFO O| Oct 30 01:10:58.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5327 | 2024-10-30T01:10:58.181Z | [ recovery-image] Oct 30 01:10:58.476 INFO O| Oct 30 01:10:58.476 INFO STEP 400 (remove_files) COMPLETE |
5328 | 2024-10-30T01:10:58.181Z | [ recovery-image] Oct 30 01:10:58.476 INFO O| Oct 30 01:10:58.476 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-10-30T01:10:58.191Z | [ recovery-image] Oct 30 01:10:58.486 INFO O| Oct 30 01:10:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5330 | 2024-10-30T01:10:58.191Z | [ recovery-image] Oct 30 01:10:58.486 INFO O| Oct 30 01:10:58.486 INFO STEP 401 (remove_files) COMPLETE |
5331 | 2024-10-30T01:10:58.194Z | [ recovery-image] Oct 30 01:10:58.486 INFO O| Oct 30 01:10:58.486 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-10-30T01:10:58.201Z | [ recovery-image] Oct 30 01:10:58.495 INFO O| Oct 30 01:10:58.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5333 | 2024-10-30T01:10:58.201Z | [ recovery-image] Oct 30 01:10:58.495 INFO O| Oct 30 01:10:58.495 INFO STEP 402 (remove_files) COMPLETE |
5334 | 2024-10-30T01:10:58.201Z | [ recovery-image] Oct 30 01:10:58.495 INFO O| Oct 30 01:10:58.495 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-10-30T01:10:58.210Z | [ recovery-image] Oct 30 01:10:58.505 INFO O| Oct 30 01:10:58.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5336 | 2024-10-30T01:10:58.213Z | [ recovery-image] Oct 30 01:10:58.505 INFO O| Oct 30 01:10:58.505 INFO STEP 403 (remove_files) COMPLETE |
5337 | 2024-10-30T01:10:58.213Z | [ recovery-image] Oct 30 01:10:58.505 INFO O| Oct 30 01:10:58.505 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-10-30T01:10:58.220Z | [ recovery-image] Oct 30 01:10:58.515 INFO O| Oct 30 01:10:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5339 | 2024-10-30T01:10:58.223Z | [ recovery-image] Oct 30 01:10:58.515 INFO O| Oct 30 01:10:58.515 INFO STEP 404 (remove_files) COMPLETE |
5340 | 2024-10-30T01:10:58.223Z | [ recovery-image] Oct 30 01:10:58.515 INFO O| Oct 30 01:10:58.515 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-10-30T01:10:58.231Z | [ recovery-image] Oct 30 01:10:58.524 INFO O| Oct 30 01:10:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5342 | 2024-10-30T01:10:58.231Z | [ recovery-image] Oct 30 01:10:58.525 INFO O| Oct 30 01:10:58.524 INFO STEP 405 (remove_files) COMPLETE |
5343 | 2024-10-30T01:10:58.231Z | [ recovery-image] Oct 30 01:10:58.525 INFO O| Oct 30 01:10:58.524 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-10-30T01:10:58.239Z | [ recovery-image] Oct 30 01:10:58.534 INFO O| Oct 30 01:10:58.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5345 | 2024-10-30T01:10:58.239Z | [ recovery-image] Oct 30 01:10:58.534 INFO O| Oct 30 01:10:58.534 INFO STEP 406 (remove_files) COMPLETE |
5346 | 2024-10-30T01:10:58.240Z | [ recovery-image] Oct 30 01:10:58.534 INFO O| Oct 30 01:10:58.534 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-10-30T01:10:58.249Z | [ recovery-image] Oct 30 01:10:58.544 INFO O| Oct 30 01:10:58.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5348 | 2024-10-30T01:10:58.249Z | [ recovery-image] Oct 30 01:10:58.544 INFO O| Oct 30 01:10:58.544 INFO STEP 407 (remove_files) COMPLETE |
5349 | 2024-10-30T01:10:58.249Z | [ recovery-image] Oct 30 01:10:58.544 INFO O| Oct 30 01:10:58.544 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-10-30T01:10:58.259Z | [ recovery-image] Oct 30 01:10:58.553 INFO O| Oct 30 01:10:58.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5351 | 2024-10-30T01:10:58.261Z | [ recovery-image] Oct 30 01:10:58.553 INFO O| Oct 30 01:10:58.553 INFO STEP 408 (remove_files) COMPLETE |
5352 | 2024-10-30T01:10:58.261Z | [ recovery-image] Oct 30 01:10:58.553 INFO O| Oct 30 01:10:58.553 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-10-30T01:10:58.269Z | [ recovery-image] Oct 30 01:10:58.563 INFO O| Oct 30 01:10:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5354 | 2024-10-30T01:10:58.271Z | [ recovery-image] Oct 30 01:10:58.564 INFO O| Oct 30 01:10:58.564 INFO STEP 409 (remove_files) COMPLETE |
5355 | 2024-10-30T01:10:58.271Z | [ recovery-image] Oct 30 01:10:58.564 INFO O| Oct 30 01:10:58.564 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-10-30T01:10:58.279Z | [ recovery-image] Oct 30 01:10:58.574 INFO O| Oct 30 01:10:58.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5357 | 2024-10-30T01:10:58.282Z | [ recovery-image] Oct 30 01:10:58.574 INFO O| Oct 30 01:10:58.574 INFO STEP 410 (remove_files) COMPLETE |
5358 | 2024-10-30T01:10:58.282Z | [ recovery-image] Oct 30 01:10:58.574 INFO O| Oct 30 01:10:58.574 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-10-30T01:10:58.289Z | [ recovery-image] Oct 30 01:10:58.583 INFO O| Oct 30 01:10:58.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5360 | 2024-10-30T01:10:58.291Z | [ recovery-image] Oct 30 01:10:58.583 INFO O| Oct 30 01:10:58.583 INFO STEP 411 (remove_files) COMPLETE |
5361 | 2024-10-30T01:10:58.291Z | [ recovery-image] Oct 30 01:10:58.584 INFO O| Oct 30 01:10:58.583 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-10-30T01:10:58.298Z | [ recovery-image] Oct 30 01:10:58.593 INFO O| Oct 30 01:10:58.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5363 | 2024-10-30T01:10:58.298Z | [ recovery-image] Oct 30 01:10:58.593 INFO O| Oct 30 01:10:58.593 INFO STEP 412 (remove_files) COMPLETE |
5364 | 2024-10-30T01:10:58.301Z | [ recovery-image] Oct 30 01:10:58.593 INFO O| Oct 30 01:10:58.593 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-10-30T01:10:58.308Z | [ recovery-image] Oct 30 01:10:58.603 INFO O| Oct 30 01:10:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5366 | 2024-10-30T01:10:58.311Z | [ recovery-image] Oct 30 01:10:58.603 INFO O| Oct 30 01:10:58.603 INFO STEP 413 (remove_files) COMPLETE |
5367 | 2024-10-30T01:10:58.311Z | [ recovery-image] Oct 30 01:10:58.603 INFO O| Oct 30 01:10:58.603 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-10-30T01:10:58.318Z | [ recovery-image] Oct 30 01:10:58.613 INFO O| Oct 30 01:10:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5369 | 2024-10-30T01:10:58.318Z | [ recovery-image] Oct 30 01:10:58.613 INFO O| Oct 30 01:10:58.613 INFO STEP 414 (remove_files) COMPLETE |
5370 | 2024-10-30T01:10:58.318Z | [ recovery-image] Oct 30 01:10:58.613 INFO O| Oct 30 01:10:58.613 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-10-30T01:10:58.328Z | [ recovery-image] Oct 30 01:10:58.622 INFO O| Oct 30 01:10:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5372 | 2024-10-30T01:10:58.328Z | [ recovery-image] Oct 30 01:10:58.622 INFO O| Oct 30 01:10:58.622 INFO STEP 415 (remove_files) COMPLETE |
5373 | 2024-10-30T01:10:58.330Z | [ recovery-image] Oct 30 01:10:58.622 INFO O| Oct 30 01:10:58.622 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-10-30T01:10:58.338Z | [ recovery-image] Oct 30 01:10:58.632 INFO O| Oct 30 01:10:58.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5375 | 2024-10-30T01:10:58.340Z | [ recovery-image] Oct 30 01:10:58.632 INFO O| Oct 30 01:10:58.632 INFO STEP 416 (remove_files) COMPLETE |
5376 | 2024-10-30T01:10:58.340Z | [ recovery-image] Oct 30 01:10:58.633 INFO O| Oct 30 01:10:58.632 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-10-30T01:10:58.348Z | [ recovery-image] Oct 30 01:10:58.643 INFO O| Oct 30 01:10:58.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5378 | 2024-10-30T01:10:58.348Z | [ recovery-image] Oct 30 01:10:58.643 INFO O| Oct 30 01:10:58.643 INFO STEP 417 (remove_files) COMPLETE |
5379 | 2024-10-30T01:10:58.351Z | [ recovery-image] Oct 30 01:10:58.643 INFO O| Oct 30 01:10:58.643 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-10-30T01:10:58.358Z | [ recovery-image] Oct 30 01:10:58.653 INFO O| Oct 30 01:10:58.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5381 | 2024-10-30T01:10:58.361Z | [ recovery-image] Oct 30 01:10:58.653 INFO O| Oct 30 01:10:58.653 INFO STEP 418 (remove_files) COMPLETE |
5382 | 2024-10-30T01:10:58.361Z | [ recovery-image] Oct 30 01:10:58.653 INFO O| Oct 30 01:10:58.653 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-10-30T01:10:58.369Z | [ recovery-image] Oct 30 01:10:58.664 INFO O| Oct 30 01:10:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5384 | 2024-10-30T01:10:58.369Z | [ recovery-image] Oct 30 01:10:58.664 INFO O| Oct 30 01:10:58.664 INFO STEP 419 (remove_files) COMPLETE |
5385 | 2024-10-30T01:10:58.372Z | [ recovery-image] Oct 30 01:10:58.664 INFO O| Oct 30 01:10:58.664 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-10-30T01:10:58.381Z | [ recovery-image] Oct 30 01:10:58.675 INFO O| Oct 30 01:10:58.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5387 | 2024-10-30T01:10:58.381Z | [ recovery-image] Oct 30 01:10:58.675 INFO O| Oct 30 01:10:58.675 INFO STEP 420 (remove_files) COMPLETE |
5388 | 2024-10-30T01:10:58.384Z | [ recovery-image] Oct 30 01:10:58.676 INFO O| Oct 30 01:10:58.675 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-10-30T01:10:58.391Z | [ recovery-image] Oct 30 01:10:58.686 INFO O| Oct 30 01:10:58.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5390 | 2024-10-30T01:10:58.394Z | [ recovery-image] Oct 30 01:10:58.687 INFO O| Oct 30 01:10:58.687 INFO STEP 421 (remove_files) COMPLETE |
5391 | 2024-10-30T01:10:58.394Z | [ recovery-image] Oct 30 01:10:58.687 INFO O| Oct 30 01:10:58.687 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-10-30T01:10:58.403Z | [ recovery-image] Oct 30 01:10:58.697 INFO O| Oct 30 01:10:58.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5393 | 2024-10-30T01:10:58.406Z | [ recovery-image] Oct 30 01:10:58.697 INFO O| Oct 30 01:10:58.697 INFO STEP 422 (remove_files) COMPLETE |
5394 | 2024-10-30T01:10:58.406Z | [ recovery-image] Oct 30 01:10:58.697 INFO O| Oct 30 01:10:58.697 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-10-30T01:10:58.412Z | [ recovery-image] Oct 30 01:10:58.707 INFO O| Oct 30 01:10:58.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5396 | 2024-10-30T01:10:58.412Z | [ recovery-image] Oct 30 01:10:58.707 INFO O| Oct 30 01:10:58.707 INFO STEP 423 (remove_files) COMPLETE |
5397 | 2024-10-30T01:10:58.414Z | [ recovery-image] Oct 30 01:10:58.707 INFO O| Oct 30 01:10:58.707 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-10-30T01:10:58.422Z | [ recovery-image] Oct 30 01:10:58.716 INFO O| Oct 30 01:10:58.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5399 | 2024-10-30T01:10:58.422Z | [ recovery-image] Oct 30 01:10:58.716 INFO O| Oct 30 01:10:58.716 INFO STEP 424 (remove_files) COMPLETE |
5400 | 2024-10-30T01:10:58.424Z | [ recovery-image] Oct 30 01:10:58.716 INFO O| Oct 30 01:10:58.716 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-10-30T01:10:58.433Z | [ recovery-image] Oct 30 01:10:58.728 INFO O| Oct 30 01:10:58.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5402 | 2024-10-30T01:10:58.433Z | [ recovery-image] Oct 30 01:10:58.728 INFO O| Oct 30 01:10:58.728 INFO STEP 425 (remove_files) COMPLETE |
5403 | 2024-10-30T01:10:58.433Z | [ recovery-image] Oct 30 01:10:58.728 INFO O| Oct 30 01:10:58.728 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-10-30T01:10:58.445Z | [ recovery-image] Oct 30 01:10:58.739 INFO O| Oct 30 01:10:58.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5405 | 2024-10-30T01:10:58.445Z | [ recovery-image] Oct 30 01:10:58.739 INFO O| Oct 30 01:10:58.739 INFO STEP 426 (remove_files) COMPLETE |
5406 | 2024-10-30T01:10:58.447Z | [ recovery-image] Oct 30 01:10:58.739 INFO O| Oct 30 01:10:58.739 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-10-30T01:10:58.455Z | [ recovery-image] Oct 30 01:10:58.749 INFO O| Oct 30 01:10:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5408 | 2024-10-30T01:10:58.455Z | [ recovery-image] Oct 30 01:10:58.750 INFO O| Oct 30 01:10:58.750 INFO STEP 427 (remove_files) COMPLETE |
5409 | 2024-10-30T01:10:58.457Z | [ recovery-image] Oct 30 01:10:58.750 INFO O| Oct 30 01:10:58.750 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-10-30T01:10:58.466Z | [ recovery-image] Oct 30 01:10:58.761 INFO O| Oct 30 01:10:58.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5411 | 2024-10-30T01:10:58.466Z | [ recovery-image] Oct 30 01:10:58.761 INFO O| Oct 30 01:10:58.761 INFO STEP 428 (remove_files) COMPLETE |
5412 | 2024-10-30T01:10:58.466Z | [ recovery-image] Oct 30 01:10:58.761 INFO O| Oct 30 01:10:58.761 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-10-30T01:10:58.477Z | [ recovery-image] Oct 30 01:10:58.771 INFO O| Oct 30 01:10:58.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5414 | 2024-10-30T01:10:58.479Z | [ recovery-image] Oct 30 01:10:58.771 INFO O| Oct 30 01:10:58.771 INFO STEP 429 (remove_files) COMPLETE |
5415 | 2024-10-30T01:10:58.479Z | [ recovery-image] Oct 30 01:10:58.771 INFO O| Oct 30 01:10:58.771 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-10-30T01:10:58.487Z | [ recovery-image] Oct 30 01:10:58.781 INFO O| Oct 30 01:10:58.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5417 | 2024-10-30T01:10:58.487Z | [ recovery-image] Oct 30 01:10:58.781 INFO O| Oct 30 01:10:58.781 INFO STEP 430 (remove_files) COMPLETE |
5418 | 2024-10-30T01:10:58.489Z | [ recovery-image] Oct 30 01:10:58.781 INFO O| Oct 30 01:10:58.781 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-10-30T01:10:58.500Z | [ recovery-image] Oct 30 01:10:58.793 INFO O| Oct 30 01:10:58.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5420 | 2024-10-30T01:10:58.500Z | [ recovery-image] Oct 30 01:10:58.793 INFO O| Oct 30 01:10:58.793 INFO STEP 431 (remove_files) COMPLETE |
5421 | 2024-10-30T01:10:58.500Z | [ recovery-image] Oct 30 01:10:58.793 INFO O| Oct 30 01:10:58.793 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-10-30T01:10:58.508Z | [ recovery-image] Oct 30 01:10:58.803 INFO O| Oct 30 01:10:58.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5423 | 2024-10-30T01:10:58.509Z | [ recovery-image] Oct 30 01:10:58.803 INFO O| Oct 30 01:10:58.803 INFO STEP 432 (remove_files) COMPLETE |
5424 | 2024-10-30T01:10:58.511Z | [ recovery-image] Oct 30 01:10:58.803 INFO O| Oct 30 01:10:58.803 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-10-30T01:10:58.520Z | [ recovery-image] Oct 30 01:10:58.814 INFO O| Oct 30 01:10:58.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5426 | 2024-10-30T01:10:58.520Z | [ recovery-image] Oct 30 01:10:58.815 INFO O| Oct 30 01:10:58.814 INFO STEP 433 (remove_files) COMPLETE |
5427 | 2024-10-30T01:10:58.520Z | [ recovery-image] Oct 30 01:10:58.815 INFO O| Oct 30 01:10:58.815 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-10-30T01:10:58.531Z | [ recovery-image] Oct 30 01:10:58.825 INFO O| Oct 30 01:10:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5429 | 2024-10-30T01:10:58.533Z | [ recovery-image] Oct 30 01:10:58.825 INFO O| Oct 30 01:10:58.825 INFO STEP 434 (remove_files) COMPLETE |
5430 | 2024-10-30T01:10:58.533Z | [ recovery-image] Oct 30 01:10:58.825 INFO O| Oct 30 01:10:58.825 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-10-30T01:10:58.542Z | [ recovery-image] Oct 30 01:10:58.837 INFO O| Oct 30 01:10:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5432 | 2024-10-30T01:10:58.542Z | [ recovery-image] Oct 30 01:10:58.837 INFO O| Oct 30 01:10:58.837 INFO STEP 435 (remove_files) COMPLETE |
5433 | 2024-10-30T01:10:58.546Z | [ recovery-image] Oct 30 01:10:58.837 INFO O| Oct 30 01:10:58.837 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-10-30T01:10:58.553Z | [ recovery-image] Oct 30 01:10:58.848 INFO O| Oct 30 01:10:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5435 | 2024-10-30T01:10:58.556Z | [ recovery-image] Oct 30 01:10:58.848 INFO O| Oct 30 01:10:58.848 INFO STEP 436 (remove_files) COMPLETE |
5436 | 2024-10-30T01:10:58.556Z | [ recovery-image] Oct 30 01:10:58.848 INFO O| Oct 30 01:10:58.848 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-10-30T01:10:58.564Z | [ recovery-image] Oct 30 01:10:58.858 INFO O| Oct 30 01:10:58.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5438 | 2024-10-30T01:10:58.564Z | [ recovery-image] Oct 30 01:10:58.858 INFO O| Oct 30 01:10:58.858 INFO STEP 437 (remove_files) COMPLETE |
5439 | 2024-10-30T01:10:58.566Z | [ recovery-image] Oct 30 01:10:58.858 INFO O| Oct 30 01:10:58.858 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-10-30T01:10:58.574Z | [ recovery-image] Oct 30 01:10:58.869 INFO O| Oct 30 01:10:58.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5441 | 2024-10-30T01:10:58.574Z | [ recovery-image] Oct 30 01:10:58.869 INFO O| Oct 30 01:10:58.869 INFO STEP 438 (remove_files) COMPLETE |
5442 | 2024-10-30T01:10:58.574Z | [ recovery-image] Oct 30 01:10:58.869 INFO O| Oct 30 01:10:58.869 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-10-30T01:10:58.588Z | [ recovery-image] Oct 30 01:10:58.879 INFO O| Oct 30 01:10:58.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5444 | 2024-10-30T01:10:58.588Z | [ recovery-image] Oct 30 01:10:58.879 INFO O| Oct 30 01:10:58.879 INFO STEP 439 (remove_files) COMPLETE |
5445 | 2024-10-30T01:10:58.588Z | [ recovery-image] Oct 30 01:10:58.879 INFO O| Oct 30 01:10:58.879 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-10-30T01:10:58.594Z | [ recovery-image] Oct 30 01:10:58.889 INFO O| Oct 30 01:10:58.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5447 | 2024-10-30T01:10:58.597Z | [ recovery-image] Oct 30 01:10:58.889 INFO O| Oct 30 01:10:58.889 INFO STEP 440 (remove_files) COMPLETE |
5448 | 2024-10-30T01:10:58.597Z | [ recovery-image] Oct 30 01:10:58.889 INFO O| Oct 30 01:10:58.889 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-10-30T01:10:58.604Z | [ recovery-image] Oct 30 01:10:58.899 INFO O| Oct 30 01:10:58.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5450 | 2024-10-30T01:10:58.604Z | [ recovery-image] Oct 30 01:10:58.899 INFO O| Oct 30 01:10:58.899 INFO STEP 441 (remove_files) COMPLETE |
5451 | 2024-10-30T01:10:58.604Z | [ recovery-image] Oct 30 01:10:58.899 INFO O| Oct 30 01:10:58.899 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-10-30T01:10:58.614Z | [ recovery-image] Oct 30 01:10:58.909 INFO O| Oct 30 01:10:58.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5453 | 2024-10-30T01:10:58.614Z | [ recovery-image] Oct 30 01:10:58.909 INFO O| Oct 30 01:10:58.909 INFO STEP 442 (remove_files) COMPLETE |
5454 | 2024-10-30T01:10:58.614Z | [ recovery-image] Oct 30 01:10:58.909 INFO O| Oct 30 01:10:58.909 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-10-30T01:10:58.624Z | [ recovery-image] Oct 30 01:10:58.919 INFO O| Oct 30 01:10:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5456 | 2024-10-30T01:10:58.624Z | [ recovery-image] Oct 30 01:10:58.919 INFO O| Oct 30 01:10:58.919 INFO STEP 443 (remove_files) COMPLETE |
5457 | 2024-10-30T01:10:58.624Z | [ recovery-image] Oct 30 01:10:58.919 INFO O| Oct 30 01:10:58.919 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-10-30T01:10:58.635Z | [ recovery-image] Oct 30 01:10:58.929 INFO O| Oct 30 01:10:58.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5459 | 2024-10-30T01:10:58.635Z | [ recovery-image] Oct 30 01:10:58.929 INFO O| Oct 30 01:10:58.929 INFO STEP 444 (remove_files) COMPLETE |
5460 | 2024-10-30T01:10:58.637Z | [ recovery-image] Oct 30 01:10:58.929 INFO O| Oct 30 01:10:58.929 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-10-30T01:10:58.647Z | [ recovery-image] Oct 30 01:10:58.942 INFO O| Oct 30 01:10:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5462 | 2024-10-30T01:10:58.647Z | [ recovery-image] Oct 30 01:10:58.942 INFO O| Oct 30 01:10:58.942 INFO STEP 445 (remove_files) COMPLETE |
5463 | 2024-10-30T01:10:58.659Z | [ recovery-image] Oct 30 01:10:58.942 INFO O| Oct 30 01:10:58.942 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-10-30T01:10:58.691Z | [ recovery-image] Oct 30 01:10:58.985 INFO O| Oct 30 01:10:58.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5465 | 2024-10-30T01:10:58.694Z | [ recovery-image] Oct 30 01:10:58.986 INFO O| Oct 30 01:10:58.986 INFO STEP 446 (remove_files) COMPLETE |
5466 | 2024-10-30T01:10:58.694Z | [ recovery-image] Oct 30 01:10:58.986 INFO O| Oct 30 01:10:58.986 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-10-30T01:10:58.710Z | [ recovery-image] Oct 30 01:10:59.005 INFO O| Oct 30 01:10:59.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5468 | 2024-10-30T01:10:58.710Z | [ recovery-image] Oct 30 01:10:59.005 INFO O| Oct 30 01:10:59.005 INFO STEP 447 (remove_files) COMPLETE |
5469 | 2024-10-30T01:10:58.713Z | [ recovery-image] Oct 30 01:10:59.005 INFO O| Oct 30 01:10:59.005 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-10-30T01:10:58.722Z | [ recovery-image] Oct 30 01:10:59.017 INFO O| Oct 30 01:10:59.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5471 | 2024-10-30T01:10:58.722Z | [ recovery-image] Oct 30 01:10:59.017 INFO O| Oct 30 01:10:59.017 INFO STEP 448 (remove_files) COMPLETE |
5472 | 2024-10-30T01:10:58.725Z | [ recovery-image] Oct 30 01:10:59.017 INFO O| Oct 30 01:10:59.017 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-10-30T01:10:58.735Z | [ recovery-image] Oct 30 01:10:59.030 INFO O| Oct 30 01:10:59.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5474 | 2024-10-30T01:10:58.736Z | [ recovery-image] Oct 30 01:10:59.030 INFO O| Oct 30 01:10:59.030 INFO STEP 449 (remove_files) COMPLETE |
5475 | 2024-10-30T01:10:58.736Z | [ recovery-image] Oct 30 01:10:59.030 INFO O| Oct 30 01:10:59.030 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-10-30T01:10:58.748Z | [ recovery-image] Oct 30 01:10:59.043 INFO O| Oct 30 01:10:59.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5477 | 2024-10-30T01:10:58.748Z | [ recovery-image] Oct 30 01:10:59.043 INFO O| Oct 30 01:10:59.043 INFO STEP 450 (remove_files) COMPLETE |
5478 | 2024-10-30T01:10:58.751Z | [ recovery-image] Oct 30 01:10:59.043 INFO O| Oct 30 01:10:59.043 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-10-30T01:10:58.758Z | [ recovery-image] Oct 30 01:10:59.053 INFO O| Oct 30 01:10:59.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5480 | 2024-10-30T01:10:58.761Z | [ recovery-image] Oct 30 01:10:59.053 INFO O| Oct 30 01:10:59.053 INFO STEP 451 (remove_files) COMPLETE |
5481 | 2024-10-30T01:10:58.761Z | [ recovery-image] Oct 30 01:10:59.053 INFO O| Oct 30 01:10:59.053 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-10-30T01:10:58.768Z | [ recovery-image] Oct 30 01:10:59.063 INFO O| Oct 30 01:10:59.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5483 | 2024-10-30T01:10:58.771Z | [ recovery-image] Oct 30 01:10:59.063 INFO O| Oct 30 01:10:59.063 INFO STEP 452 (remove_files) COMPLETE |
5484 | 2024-10-30T01:10:58.771Z | [ recovery-image] Oct 30 01:10:59.063 INFO O| Oct 30 01:10:59.063 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-10-30T01:10:58.779Z | [ recovery-image] Oct 30 01:10:59.074 INFO O| Oct 30 01:10:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5486 | 2024-10-30T01:10:58.779Z | [ recovery-image] Oct 30 01:10:59.074 INFO O| Oct 30 01:10:59.074 INFO STEP 453 (remove_files) COMPLETE |
5487 | 2024-10-30T01:10:58.782Z | [ recovery-image] Oct 30 01:10:59.074 INFO O| Oct 30 01:10:59.074 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-10-30T01:10:58.792Z | [ recovery-image] Oct 30 01:10:59.086 INFO O| Oct 30 01:10:59.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5489 | 2024-10-30T01:10:58.792Z | [ recovery-image] Oct 30 01:10:59.086 INFO O| Oct 30 01:10:59.086 INFO STEP 454 (remove_files) COMPLETE |
5490 | 2024-10-30T01:10:58.799Z | [ recovery-image] Oct 30 01:10:59.087 INFO O| Oct 30 01:10:59.086 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-10-30T01:10:58.808Z | [ recovery-image] Oct 30 01:10:59.103 INFO O| Oct 30 01:10:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5492 | 2024-10-30T01:10:58.808Z | [ recovery-image] Oct 30 01:10:59.103 INFO O| Oct 30 01:10:59.103 INFO STEP 455 (remove_files) COMPLETE |
5493 | 2024-10-30T01:10:58.808Z | [ recovery-image] Oct 30 01:10:59.103 INFO O| Oct 30 01:10:59.103 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-10-30T01:10:58.818Z | [ recovery-image] Oct 30 01:10:59.113 INFO O| Oct 30 01:10:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5495 | 2024-10-30T01:10:58.818Z | [ recovery-image] Oct 30 01:10:59.113 INFO O| Oct 30 01:10:59.113 INFO STEP 456 (remove_files) COMPLETE |
5496 | 2024-10-30T01:10:58.821Z | [ recovery-image] Oct 30 01:10:59.113 INFO O| Oct 30 01:10:59.113 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-10-30T01:10:58.829Z | [ recovery-image] Oct 30 01:10:59.124 INFO O| Oct 30 01:10:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5498 | 2024-10-30T01:10:58.829Z | [ recovery-image] Oct 30 01:10:59.124 INFO O| Oct 30 01:10:59.124 INFO STEP 457 (remove_files) COMPLETE |
5499 | 2024-10-30T01:10:58.831Z | [ recovery-image] Oct 30 01:10:59.124 INFO O| Oct 30 01:10:59.124 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-10-30T01:10:58.839Z | [ recovery-image] Oct 30 01:10:59.134 INFO O| Oct 30 01:10:59.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5501 | 2024-10-30T01:10:58.841Z | [ recovery-image] Oct 30 01:10:59.134 INFO O| Oct 30 01:10:59.134 INFO STEP 458 (remove_files) COMPLETE |
5502 | 2024-10-30T01:10:58.841Z | [ recovery-image] Oct 30 01:10:59.134 INFO O| Oct 30 01:10:59.134 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-10-30T01:10:58.849Z | [ recovery-image] Oct 30 01:10:59.144 INFO O| Oct 30 01:10:59.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5504 | 2024-10-30T01:10:58.849Z | [ recovery-image] Oct 30 01:10:59.144 INFO O| Oct 30 01:10:59.144 INFO STEP 459 (remove_files) COMPLETE |
5505 | 2024-10-30T01:10:58.852Z | [ recovery-image] Oct 30 01:10:59.144 INFO O| Oct 30 01:10:59.144 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-10-30T01:10:58.859Z | [ recovery-image] Oct 30 01:10:59.154 INFO O| Oct 30 01:10:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5507 | 2024-10-30T01:10:58.859Z | [ recovery-image] Oct 30 01:10:59.154 INFO O| Oct 30 01:10:59.154 INFO STEP 460 (remove_files) COMPLETE |
5508 | 2024-10-30T01:10:58.861Z | [ recovery-image] Oct 30 01:10:59.154 INFO O| Oct 30 01:10:59.154 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-10-30T01:10:58.869Z | [ recovery-image] Oct 30 01:10:59.164 INFO O| Oct 30 01:10:59.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5510 | 2024-10-30T01:10:58.869Z | [ recovery-image] Oct 30 01:10:59.164 INFO O| Oct 30 01:10:59.164 INFO STEP 461 (remove_files) COMPLETE |
5511 | 2024-10-30T01:10:58.869Z | [ recovery-image] Oct 30 01:10:59.164 INFO O| Oct 30 01:10:59.164 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-10-30T01:10:58.881Z | [ recovery-image] Oct 30 01:10:59.175 INFO O| Oct 30 01:10:59.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5513 | 2024-10-30T01:10:58.881Z | [ recovery-image] Oct 30 01:10:59.175 INFO O| Oct 30 01:10:59.175 INFO STEP 462 (remove_files) COMPLETE |
5514 | 2024-10-30T01:10:58.881Z | [ recovery-image] Oct 30 01:10:59.175 INFO O| Oct 30 01:10:59.175 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-10-30T01:10:58.893Z | [ recovery-image] Oct 30 01:10:59.188 INFO O| Oct 30 01:10:59.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5516 | 2024-10-30T01:10:58.895Z | [ recovery-image] Oct 30 01:10:59.188 INFO O| Oct 30 01:10:59.188 INFO STEP 463 (remove_files) COMPLETE |
5517 | 2024-10-30T01:10:58.895Z | [ recovery-image] Oct 30 01:10:59.188 INFO O| Oct 30 01:10:59.188 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-10-30T01:10:58.904Z | [ recovery-image] Oct 30 01:10:59.199 INFO O| Oct 30 01:10:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5519 | 2024-10-30T01:10:58.904Z | [ recovery-image] Oct 30 01:10:59.199 INFO O| Oct 30 01:10:59.199 INFO STEP 464 (remove_files) COMPLETE |
5520 | 2024-10-30T01:10:58.904Z | [ recovery-image] Oct 30 01:10:59.199 INFO O| Oct 30 01:10:59.199 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-10-30T01:10:58.916Z | [ recovery-image] Oct 30 01:10:59.211 INFO O| Oct 30 01:10:59.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5522 | 2024-10-30T01:10:58.916Z | [ recovery-image] Oct 30 01:10:59.211 INFO O| Oct 30 01:10:59.211 INFO STEP 465 (remove_files) COMPLETE |
5523 | 2024-10-30T01:10:58.916Z | [ recovery-image] Oct 30 01:10:59.211 INFO O| Oct 30 01:10:59.211 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-10-30T01:10:58.928Z | [ recovery-image] Oct 30 01:10:59.222 INFO O| Oct 30 01:10:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5525 | 2024-10-30T01:10:58.928Z | [ recovery-image] Oct 30 01:10:59.222 INFO O| Oct 30 01:10:59.222 INFO STEP 466 (remove_files) COMPLETE |
5526 | 2024-10-30T01:10:58.930Z | [ recovery-image] Oct 30 01:10:59.222 INFO O| Oct 30 01:10:59.222 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-10-30T01:10:58.938Z | [ recovery-image] Oct 30 01:10:59.233 INFO O| Oct 30 01:10:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5528 | 2024-10-30T01:10:58.938Z | [ recovery-image] Oct 30 01:10:59.233 INFO O| Oct 30 01:10:59.233 INFO STEP 467 (remove_files) COMPLETE |
5529 | 2024-10-30T01:10:58.941Z | [ recovery-image] Oct 30 01:10:59.233 INFO O| Oct 30 01:10:59.233 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-10-30T01:10:58.950Z | [ recovery-image] Oct 30 01:10:59.244 INFO O| Oct 30 01:10:59.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5531 | 2024-10-30T01:10:58.950Z | [ recovery-image] Oct 30 01:10:59.245 INFO O| Oct 30 01:10:59.244 INFO STEP 468 (remove_files) COMPLETE |
5532 | 2024-10-30T01:10:58.950Z | [ recovery-image] Oct 30 01:10:59.245 INFO O| Oct 30 01:10:59.245 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-10-30T01:10:58.960Z | [ recovery-image] Oct 30 01:10:59.255 INFO O| Oct 30 01:10:59.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5534 | 2024-10-30T01:10:58.960Z | [ recovery-image] Oct 30 01:10:59.255 INFO O| Oct 30 01:10:59.255 INFO STEP 469 (remove_files) COMPLETE |
5535 | 2024-10-30T01:10:58.963Z | [ recovery-image] Oct 30 01:10:59.255 INFO O| Oct 30 01:10:59.255 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-10-30T01:10:58.972Z | [ recovery-image] Oct 30 01:10:59.267 INFO O| Oct 30 01:10:59.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5537 | 2024-10-30T01:10:58.972Z | [ recovery-image] Oct 30 01:10:59.267 INFO O| Oct 30 01:10:59.267 INFO STEP 470 (remove_files) COMPLETE |
5538 | 2024-10-30T01:10:58.975Z | [ recovery-image] Oct 30 01:10:59.267 INFO O| Oct 30 01:10:59.267 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-10-30T01:10:58.982Z | [ recovery-image] Oct 30 01:10:59.277 INFO O| Oct 30 01:10:59.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5540 | 2024-10-30T01:10:58.983Z | [ recovery-image] Oct 30 01:10:59.278 INFO O| Oct 30 01:10:59.277 INFO STEP 471 (remove_files) COMPLETE |
5541 | 2024-10-30T01:10:58.985Z | [ recovery-image] Oct 30 01:10:59.278 INFO O| Oct 30 01:10:59.278 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-10-30T01:10:58.993Z | [ recovery-image] Oct 30 01:10:59.287 INFO O| Oct 30 01:10:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5543 | 2024-10-30T01:10:58.993Z | [ recovery-image] Oct 30 01:10:59.288 INFO O| Oct 30 01:10:59.287 INFO STEP 472 (remove_files) COMPLETE |
5544 | 2024-10-30T01:10:58.995Z | [ recovery-image] Oct 30 01:10:59.288 INFO O| Oct 30 01:10:59.288 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-10-30T01:10:59.003Z | [ recovery-image] Oct 30 01:10:59.298 INFO O| Oct 30 01:10:59.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5546 | 2024-10-30T01:10:59.005Z | [ recovery-image] Oct 30 01:10:59.298 INFO O| Oct 30 01:10:59.298 INFO STEP 473 (remove_files) COMPLETE |
5547 | 2024-10-30T01:10:59.005Z | [ recovery-image] Oct 30 01:10:59.298 INFO O| Oct 30 01:10:59.298 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-10-30T01:10:59.013Z | [ recovery-image] Oct 30 01:10:59.308 INFO O| Oct 30 01:10:59.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5549 | 2024-10-30T01:10:59.013Z | [ recovery-image] Oct 30 01:10:59.308 INFO O| Oct 30 01:10:59.308 INFO STEP 474 (remove_files) COMPLETE |
5550 | 2024-10-30T01:10:59.015Z | [ recovery-image] Oct 30 01:10:59.308 INFO O| Oct 30 01:10:59.308 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-10-30T01:10:59.025Z | [ recovery-image] Oct 30 01:10:59.320 INFO O| Oct 30 01:10:59.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5552 | 2024-10-30T01:10:59.027Z | [ recovery-image] Oct 30 01:10:59.320 INFO O| Oct 30 01:10:59.320 INFO STEP 475 (remove_files) COMPLETE |
5553 | 2024-10-30T01:10:59.027Z | [ recovery-image] Oct 30 01:10:59.320 INFO O| Oct 30 01:10:59.320 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-10-30T01:10:59.034Z | [ recovery-image] Oct 30 01:10:59.329 INFO O| Oct 30 01:10:59.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5555 | 2024-10-30T01:10:59.035Z | [ recovery-image] Oct 30 01:10:59.329 INFO O| Oct 30 01:10:59.329 INFO STEP 476 (remove_files) COMPLETE |
5556 | 2024-10-30T01:10:59.037Z | [ recovery-image] Oct 30 01:10:59.330 INFO O| Oct 30 01:10:59.329 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-10-30T01:10:59.045Z | [ recovery-image] Oct 30 01:10:59.340 INFO O| Oct 30 01:10:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5558 | 2024-10-30T01:10:59.047Z | [ recovery-image] Oct 30 01:10:59.340 INFO O| Oct 30 01:10:59.340 INFO STEP 477 (remove_files) COMPLETE |
5559 | 2024-10-30T01:10:59.047Z | [ recovery-image] Oct 30 01:10:59.340 INFO O| Oct 30 01:10:59.340 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-10-30T01:10:59.054Z | [ recovery-image] Oct 30 01:10:59.349 INFO O| Oct 30 01:10:59.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5561 | 2024-10-30T01:10:59.054Z | [ recovery-image] Oct 30 01:10:59.349 INFO O| Oct 30 01:10:59.349 INFO STEP 478 (remove_files) COMPLETE |
5562 | 2024-10-30T01:10:59.057Z | [ recovery-image] Oct 30 01:10:59.349 INFO O| Oct 30 01:10:59.349 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-10-30T01:10:59.064Z | [ recovery-image] Oct 30 01:10:59.359 INFO O| Oct 30 01:10:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5564 | 2024-10-30T01:10:59.064Z | [ recovery-image] Oct 30 01:10:59.359 INFO O| Oct 30 01:10:59.359 INFO STEP 479 (remove_files) COMPLETE |
5565 | 2024-10-30T01:10:59.064Z | [ recovery-image] Oct 30 01:10:59.359 INFO O| Oct 30 01:10:59.359 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-10-30T01:10:59.074Z | [ recovery-image] Oct 30 01:10:59.369 INFO O| Oct 30 01:10:59.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5567 | 2024-10-30T01:10:59.076Z | [ recovery-image] Oct 30 01:10:59.369 INFO O| Oct 30 01:10:59.369 INFO STEP 480 (remove_files) COMPLETE |
5568 | 2024-10-30T01:10:59.076Z | [ recovery-image] Oct 30 01:10:59.369 INFO O| Oct 30 01:10:59.369 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-10-30T01:10:59.084Z | [ recovery-image] Oct 30 01:10:59.379 INFO O| Oct 30 01:10:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5570 | 2024-10-30T01:10:59.086Z | [ recovery-image] Oct 30 01:10:59.379 INFO O| Oct 30 01:10:59.379 INFO STEP 481 (remove_files) COMPLETE |
5571 | 2024-10-30T01:10:59.086Z | [ recovery-image] Oct 30 01:10:59.379 INFO O| Oct 30 01:10:59.379 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-10-30T01:10:59.100Z | [ recovery-image] Oct 30 01:10:59.394 INFO O| Oct 30 01:10:59.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5573 | 2024-10-30T01:10:59.102Z | [ recovery-image] Oct 30 01:10:59.394 INFO O| Oct 30 01:10:59.394 INFO STEP 482 (remove_files) COMPLETE |
5574 | 2024-10-30T01:10:59.102Z | [ recovery-image] Oct 30 01:10:59.394 INFO O| Oct 30 01:10:59.394 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-10-30T01:10:59.115Z | [ recovery-image] Oct 30 01:10:59.410 INFO O| Oct 30 01:10:59.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5576 | 2024-10-30T01:10:59.118Z | [ recovery-image] Oct 30 01:10:59.411 INFO O| Oct 30 01:10:59.410 INFO STEP 483 (remove_files) COMPLETE |
5577 | 2024-10-30T01:10:59.118Z | [ recovery-image] Oct 30 01:10:59.411 INFO O| Oct 30 01:10:59.410 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-10-30T01:10:59.133Z | [ recovery-image] Oct 30 01:10:59.428 INFO O| Oct 30 01:10:59.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5579 | 2024-10-30T01:10:59.135Z | [ recovery-image] Oct 30 01:10:59.428 INFO O| Oct 30 01:10:59.428 INFO STEP 484 (remove_files) COMPLETE |
5580 | 2024-10-30T01:10:59.136Z | [ recovery-image] Oct 30 01:10:59.428 INFO O| Oct 30 01:10:59.428 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-10-30T01:10:59.150Z | [ recovery-image] Oct 30 01:10:59.445 INFO O| Oct 30 01:10:59.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5582 | 2024-10-30T01:10:59.153Z | [ recovery-image] Oct 30 01:10:59.445 INFO O| Oct 30 01:10:59.445 INFO STEP 485 (remove_files) COMPLETE |
5583 | 2024-10-30T01:10:59.153Z | [ recovery-image] Oct 30 01:10:59.445 INFO O| Oct 30 01:10:59.445 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-10-30T01:10:59.168Z | [ recovery-image] Oct 30 01:10:59.463 INFO O| Oct 30 01:10:59.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5585 | 2024-10-30T01:10:59.171Z | [ recovery-image] Oct 30 01:10:59.463 INFO O| Oct 30 01:10:59.463 INFO STEP 486 (remove_files) COMPLETE |
5586 | 2024-10-30T01:10:59.171Z | [ recovery-image] Oct 30 01:10:59.463 INFO O| Oct 30 01:10:59.463 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-10-30T01:10:59.185Z | [ recovery-image] Oct 30 01:10:59.479 INFO O| Oct 30 01:10:59.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5588 | 2024-10-30T01:10:59.185Z | [ recovery-image] Oct 30 01:10:59.479 INFO O| Oct 30 01:10:59.479 INFO STEP 487 (remove_files) COMPLETE |
5589 | 2024-10-30T01:10:59.187Z | [ recovery-image] Oct 30 01:10:59.479 INFO O| Oct 30 01:10:59.479 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-10-30T01:10:59.199Z | [ recovery-image] Oct 30 01:10:59.494 INFO O| Oct 30 01:10:59.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5591 | 2024-10-30T01:10:59.201Z | [ recovery-image] Oct 30 01:10:59.494 INFO O| Oct 30 01:10:59.494 INFO STEP 488 (remove_files) COMPLETE |
5592 | 2024-10-30T01:10:59.202Z | [ recovery-image] Oct 30 01:10:59.494 INFO O| Oct 30 01:10:59.494 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-10-30T01:10:59.216Z | [ recovery-image] Oct 30 01:10:59.510 INFO O| Oct 30 01:10:59.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5594 | 2024-10-30T01:10:59.216Z | [ recovery-image] Oct 30 01:10:59.511 INFO O| Oct 30 01:10:59.510 INFO STEP 489 (remove_files) COMPLETE |
5595 | 2024-10-30T01:10:59.216Z | [ recovery-image] Oct 30 01:10:59.511 INFO O| Oct 30 01:10:59.511 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-10-30T01:10:59.231Z | [ recovery-image] Oct 30 01:10:59.525 INFO O| Oct 30 01:10:59.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5597 | 2024-10-30T01:10:59.234Z | [ recovery-image] Oct 30 01:10:59.525 INFO O| Oct 30 01:10:59.525 INFO STEP 490 (remove_files) COMPLETE |
5598 | 2024-10-30T01:10:59.234Z | [ recovery-image] Oct 30 01:10:59.526 INFO O| Oct 30 01:10:59.525 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-10-30T01:10:59.245Z | [ recovery-image] Oct 30 01:10:59.540 INFO O| Oct 30 01:10:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5600 | 2024-10-30T01:10:59.248Z | [ recovery-image] Oct 30 01:10:59.540 INFO O| Oct 30 01:10:59.540 INFO STEP 491 (remove_files) COMPLETE |
5601 | 2024-10-30T01:10:59.248Z | [ recovery-image] Oct 30 01:10:59.540 INFO O| Oct 30 01:10:59.540 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-10-30T01:10:59.260Z | [ recovery-image] Oct 30 01:10:59.555 INFO O| Oct 30 01:10:59.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5603 | 2024-10-30T01:10:59.263Z | [ recovery-image] Oct 30 01:10:59.556 INFO O| Oct 30 01:10:59.555 INFO STEP 492 (remove_files) COMPLETE |
5604 | 2024-10-30T01:10:59.263Z | [ recovery-image] Oct 30 01:10:59.556 INFO O| Oct 30 01:10:59.556 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-10-30T01:10:59.275Z | [ recovery-image] Oct 30 01:10:59.570 INFO O| Oct 30 01:10:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5606 | 2024-10-30T01:10:59.278Z | [ recovery-image] Oct 30 01:10:59.570 INFO O| Oct 30 01:10:59.570 INFO STEP 493 (remove_files) COMPLETE |
5607 | 2024-10-30T01:10:59.278Z | [ recovery-image] Oct 30 01:10:59.571 INFO O| Oct 30 01:10:59.570 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-10-30T01:10:59.292Z | [ recovery-image] Oct 30 01:10:59.586 INFO O| Oct 30 01:10:59.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5609 | 2024-10-30T01:10:59.292Z | [ recovery-image] Oct 30 01:10:59.587 INFO O| Oct 30 01:10:59.587 INFO STEP 494 (remove_files) COMPLETE |
5610 | 2024-10-30T01:10:59.294Z | [ recovery-image] Oct 30 01:10:59.587 INFO O| Oct 30 01:10:59.587 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-10-30T01:10:59.307Z | [ recovery-image] Oct 30 01:10:59.602 INFO O| Oct 30 01:10:59.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5612 | 2024-10-30T01:10:59.310Z | [ recovery-image] Oct 30 01:10:59.603 INFO O| Oct 30 01:10:59.602 INFO STEP 495 (remove_files) COMPLETE |
5613 | 2024-10-30T01:10:59.310Z | [ recovery-image] Oct 30 01:10:59.603 INFO O| Oct 30 01:10:59.603 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-10-30T01:10:59.323Z | [ recovery-image] Oct 30 01:10:59.618 INFO O| Oct 30 01:10:59.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5615 | 2024-10-30T01:10:59.326Z | [ recovery-image] Oct 30 01:10:59.619 INFO O| Oct 30 01:10:59.619 INFO STEP 496 (remove_files) COMPLETE |
5616 | 2024-10-30T01:10:59.326Z | [ recovery-image] Oct 30 01:10:59.619 INFO O| Oct 30 01:10:59.619 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-10-30T01:10:59.344Z | [ recovery-image] Oct 30 01:10:59.638 INFO O| Oct 30 01:10:59.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5618 | 2024-10-30T01:10:59.347Z | [ recovery-image] Oct 30 01:10:59.639 INFO O| Oct 30 01:10:59.639 INFO STEP 497 (remove_files) COMPLETE |
5619 | 2024-10-30T01:10:59.347Z | [ recovery-image] Oct 30 01:10:59.639 INFO O| Oct 30 01:10:59.639 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-10-30T01:10:59.366Z | [ recovery-image] Oct 30 01:10:59.661 INFO O| Oct 30 01:10:59.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5621 | 2024-10-30T01:10:59.369Z | [ recovery-image] Oct 30 01:10:59.662 INFO O| Oct 30 01:10:59.662 INFO STEP 498 (remove_files) COMPLETE |
5622 | 2024-10-30T01:10:59.369Z | [ recovery-image] Oct 30 01:10:59.662 INFO O| Oct 30 01:10:59.662 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-10-30T01:10:59.387Z | [ recovery-image] Oct 30 01:10:59.682 INFO O| Oct 30 01:10:59.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5624 | 2024-10-30T01:10:59.387Z | [ recovery-image] Oct 30 01:10:59.682 INFO O| Oct 30 01:10:59.682 INFO STEP 499 (remove_files) COMPLETE |
5625 | 2024-10-30T01:10:59.387Z | [ recovery-image] Oct 30 01:10:59.682 INFO O| Oct 30 01:10:59.682 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-10-30T01:10:59.408Z | [ recovery-image] Oct 30 01:10:59.702 INFO O| Oct 30 01:10:59.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5627 | 2024-10-30T01:10:59.411Z | [ recovery-image] Oct 30 01:10:59.702 INFO O| Oct 30 01:10:59.702 INFO STEP 500 (remove_files) COMPLETE |
5628 | 2024-10-30T01:10:59.411Z | [ recovery-image] Oct 30 01:10:59.703 INFO O| Oct 30 01:10:59.702 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-10-30T01:10:59.430Z | [ recovery-image] Oct 30 01:10:59.725 INFO O| Oct 30 01:10:59.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5630 | 2024-10-30T01:10:59.430Z | [ recovery-image] Oct 30 01:10:59.725 INFO O| Oct 30 01:10:59.725 INFO STEP 501 (remove_files) COMPLETE |
5631 | 2024-10-30T01:10:59.433Z | [ recovery-image] Oct 30 01:10:59.725 INFO O| Oct 30 01:10:59.725 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-10-30T01:10:59.446Z | [ recovery-image] Oct 30 01:10:59.741 INFO O| Oct 30 01:10:59.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5633 | 2024-10-30T01:10:59.448Z | [ recovery-image] Oct 30 01:10:59.741 INFO O| Oct 30 01:10:59.741 INFO STEP 502 (remove_files) COMPLETE |
5634 | 2024-10-30T01:10:59.448Z | [ recovery-image] Oct 30 01:10:59.741 INFO O| Oct 30 01:10:59.741 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-10-30T01:10:59.462Z | [ recovery-image] Oct 30 01:10:59.757 INFO O| Oct 30 01:10:59.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5636 | 2024-10-30T01:10:59.465Z | [ recovery-image] Oct 30 01:10:59.757 INFO O| Oct 30 01:10:59.757 INFO STEP 503 (remove_files) COMPLETE |
5637 | 2024-10-30T01:10:59.465Z | [ recovery-image] Oct 30 01:10:59.757 INFO O| Oct 30 01:10:59.757 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-10-30T01:10:59.477Z | [ recovery-image] Oct 30 01:10:59.772 INFO O| Oct 30 01:10:59.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5639 | 2024-10-30T01:10:59.477Z | [ recovery-image] Oct 30 01:10:59.772 INFO O| Oct 30 01:10:59.772 INFO STEP 504 (remove_files) COMPLETE |
5640 | 2024-10-30T01:10:59.477Z | [ recovery-image] Oct 30 01:10:59.773 INFO O| Oct 30 01:10:59.772 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-10-30T01:10:59.495Z | [ recovery-image] Oct 30 01:10:59.790 INFO O| Oct 30 01:10:59.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5642 | 2024-10-30T01:10:59.495Z | [ recovery-image] Oct 30 01:10:59.790 INFO O| Oct 30 01:10:59.790 INFO STEP 505 (remove_files) COMPLETE |
5643 | 2024-10-30T01:10:59.498Z | [ recovery-image] Oct 30 01:10:59.790 INFO O| Oct 30 01:10:59.790 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-10-30T01:10:59.513Z | [ recovery-image] Oct 30 01:10:59.808 INFO O| Oct 30 01:10:59.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5645 | 2024-10-30T01:10:59.516Z | [ recovery-image] Oct 30 01:10:59.808 INFO O| Oct 30 01:10:59.808 INFO STEP 506 (remove_files) COMPLETE |
5646 | 2024-10-30T01:10:59.516Z | [ recovery-image] Oct 30 01:10:59.808 INFO O| Oct 30 01:10:59.808 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-10-30T01:10:59.530Z | [ recovery-image] Oct 30 01:10:59.825 INFO O| Oct 30 01:10:59.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5648 | 2024-10-30T01:10:59.533Z | [ recovery-image] Oct 30 01:10:59.825 INFO O| Oct 30 01:10:59.825 INFO STEP 507 (remove_files) COMPLETE |
5649 | 2024-10-30T01:10:59.533Z | [ recovery-image] Oct 30 01:10:59.825 INFO O| Oct 30 01:10:59.825 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-10-30T01:10:59.673Z | [ recovery-image] Oct 30 01:10:59.841 INFO O| Oct 30 01:10:59.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5651 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.841 INFO O| Oct 30 01:10:59.841 INFO STEP 508 (remove_files) COMPLETE |
5652 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.842 INFO O| Oct 30 01:10:59.841 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.858 INFO O| Oct 30 01:10:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5654 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.858 INFO O| Oct 30 01:10:59.858 INFO STEP 509 (remove_files) COMPLETE |
5655 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.858 INFO O| Oct 30 01:10:59.858 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.874 INFO O| Oct 30 01:10:59.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5657 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.875 INFO O| Oct 30 01:10:59.874 INFO STEP 510 (remove_files) COMPLETE |
5658 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.875 INFO O| Oct 30 01:10:59.875 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.893 INFO O| Oct 30 01:10:59.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5660 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.893 INFO O| Oct 30 01:10:59.893 INFO STEP 511 (remove_files) COMPLETE |
5661 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.893 INFO O| Oct 30 01:10:59.893 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.909 INFO O| Oct 30 01:10:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5663 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.910 INFO O| Oct 30 01:10:59.909 INFO STEP 512 (remove_files) COMPLETE |
5664 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.910 INFO O| Oct 30 01:10:59.910 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.926 INFO O| Oct 30 01:10:59.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5666 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.926 INFO O| Oct 30 01:10:59.926 INFO STEP 513 (remove_files) COMPLETE |
5667 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.926 INFO O| Oct 30 01:10:59.926 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.944 INFO O| Oct 30 01:10:59.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5669 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.944 INFO O| Oct 30 01:10:59.944 INFO STEP 514 (remove_files) COMPLETE |
5670 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.944 INFO O| Oct 30 01:10:59.944 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.959 INFO O| Oct 30 01:10:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5672 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.959 INFO O| Oct 30 01:10:59.959 INFO STEP 515 (remove_files) COMPLETE |
5673 | 2024-10-30T01:10:59.677Z | [ recovery-image] Oct 30 01:10:59.959 INFO O| Oct 30 01:10:59.959 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-10-30T01:10:59.681Z | [ recovery-image] Oct 30 01:10:59.976 INFO O| Oct 30 01:10:59.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5675 | 2024-10-30T01:10:59.684Z | [ recovery-image] Oct 30 01:10:59.977 INFO O| Oct 30 01:10:59.977 INFO STEP 516 (remove_files) COMPLETE |
5676 | 2024-10-30T01:10:59.684Z | [ recovery-image] Oct 30 01:10:59.977 INFO O| Oct 30 01:10:59.977 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-10-30T01:10:59.700Z | [ recovery-image] Oct 30 01:10:59.995 INFO O| Oct 30 01:10:59.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5678 | 2024-10-30T01:10:59.702Z | [ recovery-image] Oct 30 01:10:59.995 INFO O| Oct 30 01:10:59.995 INFO STEP 517 (remove_files) COMPLETE |
5679 | 2024-10-30T01:10:59.702Z | [ recovery-image] Oct 30 01:10:59.995 INFO O| Oct 30 01:10:59.995 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-10-30T01:10:59.716Z | [ recovery-image] Oct 30 01:11:00.010 INFO O| Oct 30 01:11:00.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5681 | 2024-10-30T01:10:59.716Z | [ recovery-image] Oct 30 01:11:00.011 INFO O| Oct 30 01:11:00.011 INFO STEP 518 (remove_files) COMPLETE |
5682 | 2024-10-30T01:10:59.716Z | [ recovery-image] Oct 30 01:11:00.011 INFO O| Oct 30 01:11:00.011 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-10-30T01:10:59.733Z | [ recovery-image] Oct 30 01:11:00.028 INFO O| Oct 30 01:11:00.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5684 | 2024-10-30T01:10:59.736Z | [ recovery-image] Oct 30 01:11:00.029 INFO O| Oct 30 01:11:00.028 INFO STEP 519 (remove_files) COMPLETE |
5685 | 2024-10-30T01:10:59.736Z | [ recovery-image] Oct 30 01:11:00.029 INFO O| Oct 30 01:11:00.028 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-10-30T01:10:59.747Z | [ recovery-image] Oct 30 01:11:00.043 INFO O| Oct 30 01:11:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5687 | 2024-10-30T01:10:59.748Z | [ recovery-image] Oct 30 01:11:00.043 INFO O| Oct 30 01:11:00.043 INFO STEP 520 (remove_files) COMPLETE |
5688 | 2024-10-30T01:10:59.748Z | [ recovery-image] Oct 30 01:11:00.043 INFO O| Oct 30 01:11:00.043 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-10-30T01:10:59.764Z | [ recovery-image] Oct 30 01:11:00.059 INFO O| Oct 30 01:11:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5690 | 2024-10-30T01:10:59.767Z | [ recovery-image] Oct 30 01:11:00.060 INFO O| Oct 30 01:11:00.060 INFO STEP 521 (remove_files) COMPLETE |
5691 | 2024-10-30T01:10:59.767Z | [ recovery-image] Oct 30 01:11:00.060 INFO O| Oct 30 01:11:00.060 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-10-30T01:10:59.783Z | [ recovery-image] Oct 30 01:11:00.078 INFO O| Oct 30 01:11:00.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5693 | 2024-10-30T01:10:59.785Z | [ recovery-image] Oct 30 01:11:00.078 INFO O| Oct 30 01:11:00.078 INFO STEP 522 (remove_files) COMPLETE |
5694 | 2024-10-30T01:10:59.785Z | [ recovery-image] Oct 30 01:11:00.078 INFO O| Oct 30 01:11:00.078 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-10-30T01:10:59.799Z | [ recovery-image] Oct 30 01:11:00.094 INFO O| Oct 30 01:11:00.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5696 | 2024-10-30T01:10:59.802Z | [ recovery-image] Oct 30 01:11:00.094 INFO O| Oct 30 01:11:00.094 INFO STEP 523 (remove_files) COMPLETE |
5697 | 2024-10-30T01:10:59.802Z | [ recovery-image] Oct 30 01:11:00.095 INFO O| Oct 30 01:11:00.094 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-10-30T01:10:59.809Z | [ recovery-image] Oct 30 01:11:00.104 INFO O| Oct 30 01:11:00.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5699 | 2024-10-30T01:10:59.809Z | [ recovery-image] Oct 30 01:11:00.104 INFO O| Oct 30 01:11:00.104 INFO STEP 524 (remove_files) COMPLETE |
5700 | 2024-10-30T01:10:59.812Z | [ recovery-image] Oct 30 01:11:00.104 INFO O| Oct 30 01:11:00.104 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-10-30T01:10:59.819Z | [ recovery-image] Oct 30 01:11:00.114 INFO O| Oct 30 01:11:00.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5702 | 2024-10-30T01:10:59.819Z | [ recovery-image] Oct 30 01:11:00.114 INFO O| Oct 30 01:11:00.114 INFO STEP 525 (remove_files) COMPLETE |
5703 | 2024-10-30T01:10:59.821Z | [ recovery-image] Oct 30 01:11:00.114 INFO O| Oct 30 01:11:00.114 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-10-30T01:10:59.828Z | [ recovery-image] Oct 30 01:11:00.123 INFO O| Oct 30 01:11:00.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5705 | 2024-10-30T01:10:59.831Z | [ recovery-image] Oct 30 01:11:00.123 INFO O| Oct 30 01:11:00.123 INFO STEP 526 (remove_files) COMPLETE |
5706 | 2024-10-30T01:10:59.831Z | [ recovery-image] Oct 30 01:11:00.123 INFO O| Oct 30 01:11:00.123 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-10-30T01:10:59.838Z | [ recovery-image] Oct 30 01:11:00.133 INFO O| Oct 30 01:11:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5708 | 2024-10-30T01:10:59.838Z | [ recovery-image] Oct 30 01:11:00.133 INFO O| Oct 30 01:11:00.133 INFO STEP 527 (remove_files) COMPLETE |
5709 | 2024-10-30T01:10:59.840Z | [ recovery-image] Oct 30 01:11:00.133 INFO O| Oct 30 01:11:00.133 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-10-30T01:10:59.847Z | [ recovery-image] Oct 30 01:11:00.143 INFO O| Oct 30 01:11:00.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5711 | 2024-10-30T01:10:59.850Z | [ recovery-image] Oct 30 01:11:00.143 INFO O| Oct 30 01:11:00.143 INFO STEP 528 (remove_files) COMPLETE |
5712 | 2024-10-30T01:10:59.850Z | [ recovery-image] Oct 30 01:11:00.143 INFO O| Oct 30 01:11:00.143 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-10-30T01:10:59.857Z | [ recovery-image] Oct 30 01:11:00.152 INFO O| Oct 30 01:11:00.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5714 | 2024-10-30T01:10:59.860Z | [ recovery-image] Oct 30 01:11:00.153 INFO O| Oct 30 01:11:00.153 INFO STEP 529 (remove_files) COMPLETE |
5715 | 2024-10-30T01:10:59.860Z | [ recovery-image] Oct 30 01:11:00.153 INFO O| Oct 30 01:11:00.153 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-10-30T01:10:59.867Z | [ recovery-image] Oct 30 01:11:00.163 INFO O| Oct 30 01:11:00.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5717 | 2024-10-30T01:10:59.870Z | [ recovery-image] Oct 30 01:11:00.163 INFO O| Oct 30 01:11:00.163 INFO STEP 530 (remove_files) COMPLETE |
5718 | 2024-10-30T01:10:59.870Z | [ recovery-image] Oct 30 01:11:00.163 INFO O| Oct 30 01:11:00.163 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-10-30T01:10:59.877Z | [ recovery-image] Oct 30 01:11:00.172 INFO O| Oct 30 01:11:00.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5720 | 2024-10-30T01:10:59.879Z | [ recovery-image] Oct 30 01:11:00.172 INFO O| Oct 30 01:11:00.172 INFO STEP 531 (remove_files) COMPLETE |
5721 | 2024-10-30T01:10:59.879Z | [ recovery-image] Oct 30 01:11:00.172 INFO O| Oct 30 01:11:00.172 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-10-30T01:10:59.887Z | [ recovery-image] Oct 30 01:11:00.182 INFO O| Oct 30 01:11:00.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5723 | 2024-10-30T01:10:59.889Z | [ recovery-image] Oct 30 01:11:00.182 INFO O| Oct 30 01:11:00.182 INFO STEP 532 (remove_files) COMPLETE |
5724 | 2024-10-30T01:10:59.889Z | [ recovery-image] Oct 30 01:11:00.182 INFO O| Oct 30 01:11:00.182 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-10-30T01:10:59.896Z | [ recovery-image] Oct 30 01:11:00.192 INFO O| Oct 30 01:11:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5726 | 2024-10-30T01:10:59.899Z | [ recovery-image] Oct 30 01:11:00.192 INFO O| Oct 30 01:11:00.192 INFO STEP 533 (remove_files) COMPLETE |
5727 | 2024-10-30T01:10:59.899Z | [ recovery-image] Oct 30 01:11:00.192 INFO O| Oct 30 01:11:00.192 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-10-30T01:10:59.907Z | [ recovery-image] Oct 30 01:11:00.202 INFO O| Oct 30 01:11:00.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5729 | 2024-10-30T01:10:59.909Z | [ recovery-image] Oct 30 01:11:00.202 INFO O| Oct 30 01:11:00.202 INFO STEP 534 (remove_files) COMPLETE |
5730 | 2024-10-30T01:10:59.909Z | [ recovery-image] Oct 30 01:11:00.202 INFO O| Oct 30 01:11:00.202 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-10-30T01:10:59.918Z | [ recovery-image] Oct 30 01:11:00.213 INFO O| Oct 30 01:11:00.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5732 | 2024-10-30T01:10:59.918Z | [ recovery-image] Oct 30 01:11:00.213 INFO O| Oct 30 01:11:00.213 INFO STEP 535 (remove_files) COMPLETE |
5733 | 2024-10-30T01:10:59.920Z | [ recovery-image] Oct 30 01:11:00.213 INFO O| Oct 30 01:11:00.213 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-10-30T01:10:59.928Z | [ recovery-image] Oct 30 01:11:00.223 INFO O| Oct 30 01:11:00.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5735 | 2024-10-30T01:10:59.928Z | [ recovery-image] Oct 30 01:11:00.223 INFO O| Oct 30 01:11:00.223 INFO STEP 536 (remove_files) COMPLETE |
5736 | 2024-10-30T01:10:59.931Z | [ recovery-image] Oct 30 01:11:00.223 INFO O| Oct 30 01:11:00.223 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-10-30T01:10:59.938Z | [ recovery-image] Oct 30 01:11:00.233 INFO O| Oct 30 01:11:00.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5738 | 2024-10-30T01:10:59.942Z | [ recovery-image] Oct 30 01:11:00.234 INFO O| Oct 30 01:11:00.233 INFO STEP 537 (remove_files) COMPLETE |
5739 | 2024-10-30T01:10:59.942Z | [ recovery-image] Oct 30 01:11:00.234 INFO O| Oct 30 01:11:00.234 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-10-30T01:10:59.949Z | [ recovery-image] Oct 30 01:11:00.244 INFO O| Oct 30 01:11:00.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5741 | 2024-10-30T01:10:59.951Z | [ recovery-image] Oct 30 01:11:00.244 INFO O| Oct 30 01:11:00.244 INFO STEP 538 (remove_files) COMPLETE |
5742 | 2024-10-30T01:10:59.951Z | [ recovery-image] Oct 30 01:11:00.244 INFO O| Oct 30 01:11:00.244 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-10-30T01:10:59.960Z | [ recovery-image] Oct 30 01:11:00.255 INFO O| Oct 30 01:11:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5744 | 2024-10-30T01:10:59.963Z | [ recovery-image] Oct 30 01:11:00.255 INFO O| Oct 30 01:11:00.255 INFO STEP 539 (remove_files) COMPLETE |
5745 | 2024-10-30T01:10:59.963Z | [ recovery-image] Oct 30 01:11:00.255 INFO O| Oct 30 01:11:00.255 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-10-30T01:10:59.971Z | [ recovery-image] Oct 30 01:11:00.266 INFO O| Oct 30 01:11:00.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5747 | 2024-10-30T01:10:59.971Z | [ recovery-image] Oct 30 01:11:00.266 INFO O| Oct 30 01:11:00.266 INFO STEP 540 (remove_files) COMPLETE |
5748 | 2024-10-30T01:10:59.971Z | [ recovery-image] Oct 30 01:11:00.266 INFO O| Oct 30 01:11:00.266 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-10-30T01:10:59.982Z | [ recovery-image] Oct 30 01:11:00.277 INFO O| Oct 30 01:11:00.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5750 | 2024-10-30T01:10:59.982Z | [ recovery-image] Oct 30 01:11:00.277 INFO O| Oct 30 01:11:00.277 INFO STEP 541 (remove_files) COMPLETE |
5751 | 2024-10-30T01:10:59.982Z | [ recovery-image] Oct 30 01:11:00.277 INFO O| Oct 30 01:11:00.277 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-10-30T01:10:59.993Z | [ recovery-image] Oct 30 01:11:00.289 INFO O| Oct 30 01:11:00.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5753 | 2024-10-30T01:10:59.996Z | [ recovery-image] Oct 30 01:11:00.289 INFO O| Oct 30 01:11:00.289 INFO STEP 542 (remove_files) COMPLETE |
5754 | 2024-10-30T01:10:59.996Z | [ recovery-image] Oct 30 01:11:00.289 INFO O| Oct 30 01:11:00.289 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-10-30T01:11:00.004Z | [ recovery-image] Oct 30 01:11:00.300 INFO O| Oct 30 01:11:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5756 | 2024-10-30T01:11:00.007Z | [ recovery-image] Oct 30 01:11:00.300 INFO O| Oct 30 01:11:00.300 INFO STEP 543 (remove_files) COMPLETE |
5757 | 2024-10-30T01:11:00.007Z | [ recovery-image] Oct 30 01:11:00.300 INFO O| Oct 30 01:11:00.300 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-10-30T01:11:00.015Z | [ recovery-image] Oct 30 01:11:00.310 INFO O| Oct 30 01:11:00.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5759 | 2024-10-30T01:11:00.017Z | [ recovery-image] Oct 30 01:11:00.310 INFO O| Oct 30 01:11:00.310 INFO STEP 544 (remove_files) COMPLETE |
5760 | 2024-10-30T01:11:00.017Z | [ recovery-image] Oct 30 01:11:00.310 INFO O| Oct 30 01:11:00.310 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-10-30T01:11:00.025Z | [ recovery-image] Oct 30 01:11:00.320 INFO O| Oct 30 01:11:00.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5762 | 2024-10-30T01:11:00.027Z | [ recovery-image] Oct 30 01:11:00.320 INFO O| Oct 30 01:11:00.320 INFO STEP 545 (remove_files) COMPLETE |
5763 | 2024-10-30T01:11:00.027Z | [ recovery-image] Oct 30 01:11:00.320 INFO O| Oct 30 01:11:00.320 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-10-30T01:11:00.035Z | [ recovery-image] Oct 30 01:11:00.330 INFO O| Oct 30 01:11:00.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5765 | 2024-10-30T01:11:00.037Z | [ recovery-image] Oct 30 01:11:00.330 INFO O| Oct 30 01:11:00.330 INFO STEP 546 (remove_files) COMPLETE |
5766 | 2024-10-30T01:11:00.037Z | [ recovery-image] Oct 30 01:11:00.330 INFO O| Oct 30 01:11:00.330 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-10-30T01:11:00.044Z | [ recovery-image] Oct 30 01:11:00.340 INFO O| Oct 30 01:11:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5768 | 2024-10-30T01:11:00.047Z | [ recovery-image] Oct 30 01:11:00.340 INFO O| Oct 30 01:11:00.340 INFO STEP 547 (remove_files) COMPLETE |
5769 | 2024-10-30T01:11:00.047Z | [ recovery-image] Oct 30 01:11:00.340 INFO O| Oct 30 01:11:00.340 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-10-30T01:11:00.054Z | [ recovery-image] Oct 30 01:11:00.350 INFO O| Oct 30 01:11:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5771 | 2024-10-30T01:11:00.057Z | [ recovery-image] Oct 30 01:11:00.350 INFO O| Oct 30 01:11:00.350 INFO STEP 548 (remove_files) COMPLETE |
5772 | 2024-10-30T01:11:00.057Z | [ recovery-image] Oct 30 01:11:00.350 INFO O| Oct 30 01:11:00.350 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-10-30T01:11:00.065Z | [ recovery-image] Oct 30 01:11:00.360 INFO O| Oct 30 01:11:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5774 | 2024-10-30T01:11:00.067Z | [ recovery-image] Oct 30 01:11:00.360 INFO O| Oct 30 01:11:00.360 INFO STEP 549 (remove_files) COMPLETE |
5775 | 2024-10-30T01:11:00.067Z | [ recovery-image] Oct 30 01:11:00.360 INFO O| Oct 30 01:11:00.360 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-10-30T01:11:00.074Z | [ recovery-image] Oct 30 01:11:00.370 INFO O| Oct 30 01:11:00.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5777 | 2024-10-30T01:11:00.075Z | [ recovery-image] Oct 30 01:11:00.370 INFO O| Oct 30 01:11:00.370 INFO STEP 550 (remove_files) COMPLETE |
5778 | 2024-10-30T01:11:00.077Z | [ recovery-image] Oct 30 01:11:00.370 INFO O| Oct 30 01:11:00.370 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-10-30T01:11:00.085Z | [ recovery-image] Oct 30 01:11:00.380 INFO O| Oct 30 01:11:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5780 | 2024-10-30T01:11:00.085Z | [ recovery-image] Oct 30 01:11:00.380 INFO O| Oct 30 01:11:00.380 INFO STEP 551 (remove_files) COMPLETE |
5781 | 2024-10-30T01:11:00.087Z | [ recovery-image] Oct 30 01:11:00.380 INFO O| Oct 30 01:11:00.380 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-10-30T01:11:00.094Z | [ recovery-image] Oct 30 01:11:00.389 INFO O| Oct 30 01:11:00.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5783 | 2024-10-30T01:11:00.094Z | [ recovery-image] Oct 30 01:11:00.389 INFO O| Oct 30 01:11:00.389 INFO STEP 552 (remove_files) COMPLETE |
5784 | 2024-10-30T01:11:00.097Z | [ recovery-image] Oct 30 01:11:00.389 INFO O| Oct 30 01:11:00.389 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-10-30T01:11:00.104Z | [ recovery-image] Oct 30 01:11:00.399 INFO O| Oct 30 01:11:00.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5786 | 2024-10-30T01:11:00.107Z | [ recovery-image] Oct 30 01:11:00.399 INFO O| Oct 30 01:11:00.399 INFO STEP 553 (remove_files) COMPLETE |
5787 | 2024-10-30T01:11:00.107Z | [ recovery-image] Oct 30 01:11:00.399 INFO O| Oct 30 01:11:00.399 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-10-30T01:11:00.113Z | [ recovery-image] Oct 30 01:11:00.409 INFO O| Oct 30 01:11:00.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5789 | 2024-10-30T01:11:00.116Z | [ recovery-image] Oct 30 01:11:00.409 INFO O| Oct 30 01:11:00.409 INFO STEP 554 (remove_files) COMPLETE |
5790 | 2024-10-30T01:11:00.116Z | [ recovery-image] Oct 30 01:11:00.409 INFO O| Oct 30 01:11:00.409 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-10-30T01:11:00.123Z | [ recovery-image] Oct 30 01:11:00.418 INFO O| Oct 30 01:11:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5792 | 2024-10-30T01:11:00.126Z | [ recovery-image] Oct 30 01:11:00.418 INFO O| Oct 30 01:11:00.418 INFO STEP 555 (remove_files) COMPLETE |
5793 | 2024-10-30T01:11:00.126Z | [ recovery-image] Oct 30 01:11:00.419 INFO O| Oct 30 01:11:00.418 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-10-30T01:11:00.133Z | [ recovery-image] Oct 30 01:11:00.428 INFO O| Oct 30 01:11:00.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5795 | 2024-10-30T01:11:00.135Z | [ recovery-image] Oct 30 01:11:00.428 INFO O| Oct 30 01:11:00.428 INFO STEP 556 (remove_files) COMPLETE |
5796 | 2024-10-30T01:11:00.135Z | [ recovery-image] Oct 30 01:11:00.428 INFO O| Oct 30 01:11:00.428 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-10-30T01:11:00.142Z | [ recovery-image] Oct 30 01:11:00.438 INFO O| Oct 30 01:11:00.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5798 | 2024-10-30T01:11:00.142Z | [ recovery-image] Oct 30 01:11:00.438 INFO O| Oct 30 01:11:00.438 INFO STEP 557 (remove_files) COMPLETE |
5799 | 2024-10-30T01:11:00.142Z | [ recovery-image] Oct 30 01:11:00.438 INFO O| Oct 30 01:11:00.438 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-10-30T01:11:00.152Z | [ recovery-image] Oct 30 01:11:00.447 INFO O| Oct 30 01:11:00.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5801 | 2024-10-30T01:11:00.152Z | [ recovery-image] Oct 30 01:11:00.447 INFO O| Oct 30 01:11:00.447 INFO STEP 558 (remove_files) COMPLETE |
5802 | 2024-10-30T01:11:00.152Z | [ recovery-image] Oct 30 01:11:00.447 INFO O| Oct 30 01:11:00.447 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-10-30T01:11:00.162Z | [ recovery-image] Oct 30 01:11:00.457 INFO O| Oct 30 01:11:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5804 | 2024-10-30T01:11:00.162Z | [ recovery-image] Oct 30 01:11:00.457 INFO O| Oct 30 01:11:00.457 INFO STEP 559 (remove_files) COMPLETE |
5805 | 2024-10-30T01:11:00.165Z | [ recovery-image] Oct 30 01:11:00.457 INFO O| Oct 30 01:11:00.457 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-10-30T01:11:00.173Z | [ recovery-image] Oct 30 01:11:00.469 INFO O| Oct 30 01:11:00.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5807 | 2024-10-30T01:11:00.174Z | [ recovery-image] Oct 30 01:11:00.469 INFO O| Oct 30 01:11:00.469 INFO STEP 560 (remove_files) COMPLETE |
5808 | 2024-10-30T01:11:00.176Z | [ recovery-image] Oct 30 01:11:00.469 INFO O| Oct 30 01:11:00.469 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-10-30T01:11:00.183Z | [ recovery-image] Oct 30 01:11:00.479 INFO O| Oct 30 01:11:00.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5810 | 2024-10-30T01:11:00.186Z | [ recovery-image] Oct 30 01:11:00.479 INFO O| Oct 30 01:11:00.479 INFO STEP 561 (remove_files) COMPLETE |
5811 | 2024-10-30T01:11:00.186Z | [ recovery-image] Oct 30 01:11:00.479 INFO O| Oct 30 01:11:00.479 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-10-30T01:11:00.193Z | [ recovery-image] Oct 30 01:11:00.488 INFO O| Oct 30 01:11:00.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5813 | 2024-10-30T01:11:00.193Z | [ recovery-image] Oct 30 01:11:00.488 INFO O| Oct 30 01:11:00.488 INFO STEP 562 (remove_files) COMPLETE |
5814 | 2024-10-30T01:11:00.196Z | [ recovery-image] Oct 30 01:11:00.488 INFO O| Oct 30 01:11:00.488 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-10-30T01:11:00.203Z | [ recovery-image] Oct 30 01:11:00.498 INFO O| Oct 30 01:11:00.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5816 | 2024-10-30T01:11:00.205Z | [ recovery-image] Oct 30 01:11:00.498 INFO O| Oct 30 01:11:00.498 INFO STEP 563 (remove_files) COMPLETE |
5817 | 2024-10-30T01:11:00.205Z | [ recovery-image] Oct 30 01:11:00.498 INFO O| Oct 30 01:11:00.498 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-10-30T01:11:00.212Z | [ recovery-image] Oct 30 01:11:00.508 INFO O| Oct 30 01:11:00.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5819 | 2024-10-30T01:11:00.212Z | [ recovery-image] Oct 30 01:11:00.508 INFO O| Oct 30 01:11:00.508 INFO STEP 564 (remove_files) COMPLETE |
5820 | 2024-10-30T01:11:00.215Z | [ recovery-image] Oct 30 01:11:00.508 INFO O| Oct 30 01:11:00.508 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-10-30T01:11:00.222Z | [ recovery-image] Oct 30 01:11:00.517 INFO O| Oct 30 01:11:00.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5822 | 2024-10-30T01:11:00.222Z | [ recovery-image] Oct 30 01:11:00.517 INFO O| Oct 30 01:11:00.517 INFO STEP 565 (remove_files) COMPLETE |
5823 | 2024-10-30T01:11:00.222Z | [ recovery-image] Oct 30 01:11:00.517 INFO O| Oct 30 01:11:00.517 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-10-30T01:11:00.232Z | [ recovery-image] Oct 30 01:11:00.527 INFO O| Oct 30 01:11:00.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5825 | 2024-10-30T01:11:00.232Z | [ recovery-image] Oct 30 01:11:00.527 INFO O| Oct 30 01:11:00.527 INFO STEP 566 (remove_files) COMPLETE |
5826 | 2024-10-30T01:11:00.232Z | [ recovery-image] Oct 30 01:11:00.527 INFO O| Oct 30 01:11:00.527 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-10-30T01:11:00.241Z | [ recovery-image] Oct 30 01:11:00.537 INFO O| Oct 30 01:11:00.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5828 | 2024-10-30T01:11:00.241Z | [ recovery-image] Oct 30 01:11:00.537 INFO O| Oct 30 01:11:00.537 INFO STEP 567 (remove_files) COMPLETE |
5829 | 2024-10-30T01:11:00.241Z | [ recovery-image] Oct 30 01:11:00.537 INFO O| Oct 30 01:11:00.537 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-10-30T01:11:00.251Z | [ recovery-image] Oct 30 01:11:00.546 INFO O| Oct 30 01:11:00.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5831 | 2024-10-30T01:11:00.251Z | [ recovery-image] Oct 30 01:11:00.546 INFO O| Oct 30 01:11:00.546 INFO STEP 568 (remove_files) COMPLETE |
5832 | 2024-10-30T01:11:00.251Z | [ recovery-image] Oct 30 01:11:00.546 INFO O| Oct 30 01:11:00.546 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-10-30T01:11:00.261Z | [ recovery-image] Oct 30 01:11:00.556 INFO O| Oct 30 01:11:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5834 | 2024-10-30T01:11:00.261Z | [ recovery-image] Oct 30 01:11:00.556 INFO O| Oct 30 01:11:00.556 INFO STEP 569 (remove_files) COMPLETE |
5835 | 2024-10-30T01:11:00.261Z | [ recovery-image] Oct 30 01:11:00.556 INFO O| Oct 30 01:11:00.556 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-10-30T01:11:00.271Z | [ recovery-image] Oct 30 01:11:00.566 INFO O| Oct 30 01:11:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5837 | 2024-10-30T01:11:00.271Z | [ recovery-image] Oct 30 01:11:00.566 INFO O| Oct 30 01:11:00.566 INFO STEP 570 (remove_files) COMPLETE |
5838 | 2024-10-30T01:11:00.271Z | [ recovery-image] Oct 30 01:11:00.566 INFO O| Oct 30 01:11:00.566 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-10-30T01:11:00.280Z | [ recovery-image] Oct 30 01:11:00.575 INFO O| Oct 30 01:11:00.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5840 | 2024-10-30T01:11:00.280Z | [ recovery-image] Oct 30 01:11:00.576 INFO O| Oct 30 01:11:00.575 INFO STEP 571 (remove_files) COMPLETE |
5841 | 2024-10-30T01:11:00.283Z | [ recovery-image] Oct 30 01:11:00.576 INFO O| Oct 30 01:11:00.575 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-10-30T01:11:00.290Z | [ recovery-image] Oct 30 01:11:00.585 INFO O| Oct 30 01:11:00.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5843 | 2024-10-30T01:11:00.290Z | [ recovery-image] Oct 30 01:11:00.585 INFO O| Oct 30 01:11:00.585 INFO STEP 572 (remove_files) COMPLETE |
5844 | 2024-10-30T01:11:00.292Z | [ recovery-image] Oct 30 01:11:00.585 INFO O| Oct 30 01:11:00.585 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-10-30T01:11:00.299Z | [ recovery-image] Oct 30 01:11:00.595 INFO O| Oct 30 01:11:00.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5846 | 2024-10-30T01:11:00.299Z | [ recovery-image] Oct 30 01:11:00.595 INFO O| Oct 30 01:11:00.595 INFO STEP 573 (remove_files) COMPLETE |
5847 | 2024-10-30T01:11:00.299Z | [ recovery-image] Oct 30 01:11:00.595 INFO O| Oct 30 01:11:00.595 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-10-30T01:11:00.309Z | [ recovery-image] Oct 30 01:11:00.604 INFO O| Oct 30 01:11:00.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5849 | 2024-10-30T01:11:00.309Z | [ recovery-image] Oct 30 01:11:00.604 INFO O| Oct 30 01:11:00.604 INFO STEP 574 (remove_files) COMPLETE |
5850 | 2024-10-30T01:11:00.309Z | [ recovery-image] Oct 30 01:11:00.604 INFO O| Oct 30 01:11:00.604 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-10-30T01:11:00.319Z | [ recovery-image] Oct 30 01:11:00.614 INFO O| Oct 30 01:11:00.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5852 | 2024-10-30T01:11:00.319Z | [ recovery-image] Oct 30 01:11:00.614 INFO O| Oct 30 01:11:00.614 INFO STEP 575 (remove_files) COMPLETE |
5853 | 2024-10-30T01:11:00.322Z | [ recovery-image] Oct 30 01:11:00.614 INFO O| Oct 30 01:11:00.614 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-10-30T01:11:00.329Z | [ recovery-image] Oct 30 01:11:00.624 INFO O| Oct 30 01:11:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5855 | 2024-10-30T01:11:00.331Z | [ recovery-image] Oct 30 01:11:00.624 INFO O| Oct 30 01:11:00.624 INFO STEP 576 (remove_files) COMPLETE |
5856 | 2024-10-30T01:11:00.332Z | [ recovery-image] Oct 30 01:11:00.624 INFO O| Oct 30 01:11:00.624 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-10-30T01:11:00.338Z | [ recovery-image] Oct 30 01:11:00.634 INFO O| Oct 30 01:11:00.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5858 | 2024-10-30T01:11:00.341Z | [ recovery-image] Oct 30 01:11:00.634 INFO O| Oct 30 01:11:00.634 INFO STEP 577 (remove_files) COMPLETE |
5859 | 2024-10-30T01:11:00.341Z | [ recovery-image] Oct 30 01:11:00.634 INFO O| Oct 30 01:11:00.634 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-10-30T01:11:00.348Z | [ recovery-image] Oct 30 01:11:00.643 INFO O| Oct 30 01:11:00.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5861 | 2024-10-30T01:11:00.350Z | [ recovery-image] Oct 30 01:11:00.643 INFO O| Oct 30 01:11:00.643 INFO STEP 578 (remove_files) COMPLETE |
5862 | 2024-10-30T01:11:00.350Z | [ recovery-image] Oct 30 01:11:00.643 INFO O| Oct 30 01:11:00.643 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-10-30T01:11:00.358Z | [ recovery-image] Oct 30 01:11:00.653 INFO O| Oct 30 01:11:00.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5864 | 2024-10-30T01:11:00.358Z | [ recovery-image] Oct 30 01:11:00.653 INFO O| Oct 30 01:11:00.653 INFO STEP 579 (remove_files) COMPLETE |
5865 | 2024-10-30T01:11:00.360Z | [ recovery-image] Oct 30 01:11:00.653 INFO O| Oct 30 01:11:00.653 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-10-30T01:11:00.367Z | [ recovery-image] Oct 30 01:11:00.663 INFO O| Oct 30 01:11:00.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5867 | 2024-10-30T01:11:00.367Z | [ recovery-image] Oct 30 01:11:00.663 INFO O| Oct 30 01:11:00.663 INFO STEP 580 (remove_files) COMPLETE |
5868 | 2024-10-30T01:11:00.367Z | [ recovery-image] Oct 30 01:11:00.663 INFO O| Oct 30 01:11:00.663 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-10-30T01:11:00.377Z | [ recovery-image] Oct 30 01:11:00.672 INFO O| Oct 30 01:11:00.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5870 | 2024-10-30T01:11:00.377Z | [ recovery-image] Oct 30 01:11:00.672 INFO O| Oct 30 01:11:00.672 INFO STEP 581 (remove_files) COMPLETE |
5871 | 2024-10-30T01:11:00.377Z | [ recovery-image] Oct 30 01:11:00.672 INFO O| Oct 30 01:11:00.672 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-10-30T01:11:00.386Z | [ recovery-image] Oct 30 01:11:00.682 INFO O| Oct 30 01:11:00.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5873 | 2024-10-30T01:11:00.386Z | [ recovery-image] Oct 30 01:11:00.682 INFO O| Oct 30 01:11:00.682 INFO STEP 582 (remove_files) COMPLETE |
5874 | 2024-10-30T01:11:00.389Z | [ recovery-image] Oct 30 01:11:00.682 INFO O| Oct 30 01:11:00.682 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-10-30T01:11:00.396Z | [ recovery-image] Oct 30 01:11:00.691 INFO O| Oct 30 01:11:00.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5876 | 2024-10-30T01:11:00.396Z | [ recovery-image] Oct 30 01:11:00.691 INFO O| Oct 30 01:11:00.691 INFO STEP 583 (remove_files) COMPLETE |
5877 | 2024-10-30T01:11:00.396Z | [ recovery-image] Oct 30 01:11:00.691 INFO O| Oct 30 01:11:00.691 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-10-30T01:11:00.405Z | [ recovery-image] Oct 30 01:11:00.701 INFO O| Oct 30 01:11:00.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5879 | 2024-10-30T01:11:00.408Z | [ recovery-image] Oct 30 01:11:00.701 INFO O| Oct 30 01:11:00.701 INFO STEP 584 (remove_files) COMPLETE |
5880 | 2024-10-30T01:11:00.408Z | [ recovery-image] Oct 30 01:11:00.701 INFO O| Oct 30 01:11:00.701 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-10-30T01:11:00.415Z | [ recovery-image] Oct 30 01:11:00.710 INFO O| Oct 30 01:11:00.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5882 | 2024-10-30T01:11:00.417Z | [ recovery-image] Oct 30 01:11:00.710 INFO O| Oct 30 01:11:00.710 INFO STEP 585 (remove_files) COMPLETE |
5883 | 2024-10-30T01:11:00.417Z | [ recovery-image] Oct 30 01:11:00.710 INFO O| Oct 30 01:11:00.710 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-10-30T01:11:00.424Z | [ recovery-image] Oct 30 01:11:00.720 INFO O| Oct 30 01:11:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5885 | 2024-10-30T01:11:00.425Z | [ recovery-image] Oct 30 01:11:00.720 INFO O| Oct 30 01:11:00.720 INFO STEP 586 (remove_files) COMPLETE |
5886 | 2024-10-30T01:11:00.425Z | [ recovery-image] Oct 30 01:11:00.720 INFO O| Oct 30 01:11:00.720 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-10-30T01:11:00.434Z | [ recovery-image] Oct 30 01:11:00.730 INFO O| Oct 30 01:11:00.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5888 | 2024-10-30T01:11:00.434Z | [ recovery-image] Oct 30 01:11:00.730 INFO O| Oct 30 01:11:00.730 INFO STEP 587 (remove_files) COMPLETE |
5889 | 2024-10-30T01:11:00.434Z | [ recovery-image] Oct 30 01:11:00.730 INFO O| Oct 30 01:11:00.730 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-10-30T01:11:00.443Z | [ recovery-image] Oct 30 01:11:00.739 INFO O| Oct 30 01:11:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5891 | 2024-10-30T01:11:00.444Z | [ recovery-image] Oct 30 01:11:00.739 INFO O| Oct 30 01:11:00.739 INFO STEP 588 (remove_files) COMPLETE |
5892 | 2024-10-30T01:11:00.444Z | [ recovery-image] Oct 30 01:11:00.739 INFO O| Oct 30 01:11:00.739 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-10-30T01:11:00.453Z | [ recovery-image] Oct 30 01:11:00.749 INFO O| Oct 30 01:11:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5894 | 2024-10-30T01:11:00.453Z | [ recovery-image] Oct 30 01:11:00.749 INFO O| Oct 30 01:11:00.749 INFO STEP 589 (remove_files) COMPLETE |
5895 | 2024-10-30T01:11:00.453Z | [ recovery-image] Oct 30 01:11:00.749 INFO O| Oct 30 01:11:00.749 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-10-30T01:11:00.463Z | [ recovery-image] Oct 30 01:11:00.758 INFO O| Oct 30 01:11:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5897 | 2024-10-30T01:11:00.465Z | [ recovery-image] Oct 30 01:11:00.758 INFO O| Oct 30 01:11:00.758 INFO STEP 590 (remove_files) COMPLETE |
5898 | 2024-10-30T01:11:00.465Z | [ recovery-image] Oct 30 01:11:00.758 INFO O| Oct 30 01:11:00.758 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-10-30T01:11:00.472Z | [ recovery-image] Oct 30 01:11:00.768 INFO O| Oct 30 01:11:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5900 | 2024-10-30T01:11:00.472Z | [ recovery-image] Oct 30 01:11:00.768 INFO O| Oct 30 01:11:00.768 INFO STEP 591 (remove_files) COMPLETE |
5901 | 2024-10-30T01:11:00.475Z | [ recovery-image] Oct 30 01:11:00.768 INFO O| Oct 30 01:11:00.768 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-10-30T01:11:00.482Z | [ recovery-image] Oct 30 01:11:00.777 INFO O| Oct 30 01:11:00.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5903 | 2024-10-30T01:11:00.482Z | [ recovery-image] Oct 30 01:11:00.777 INFO O| Oct 30 01:11:00.777 INFO STEP 592 (remove_files) COMPLETE |
5904 | 2024-10-30T01:11:00.484Z | [ recovery-image] Oct 30 01:11:00.777 INFO O| Oct 30 01:11:00.777 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-10-30T01:11:00.491Z | [ recovery-image] Oct 30 01:11:00.787 INFO O| Oct 30 01:11:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5906 | 2024-10-30T01:11:00.494Z | [ recovery-image] Oct 30 01:11:00.787 INFO O| Oct 30 01:11:00.787 INFO STEP 593 (remove_files) COMPLETE |
5907 | 2024-10-30T01:11:00.494Z | [ recovery-image] Oct 30 01:11:00.787 INFO O| Oct 30 01:11:00.787 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-10-30T01:11:00.501Z | [ recovery-image] Oct 30 01:11:00.796 INFO O| Oct 30 01:11:00.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5909 | 2024-10-30T01:11:00.503Z | [ recovery-image] Oct 30 01:11:00.796 INFO O| Oct 30 01:11:00.796 INFO STEP 594 (remove_files) COMPLETE |
5910 | 2024-10-30T01:11:00.504Z | [ recovery-image] Oct 30 01:11:00.796 INFO O| Oct 30 01:11:00.796 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-10-30T01:11:00.510Z | [ recovery-image] Oct 30 01:11:00.806 INFO O| Oct 30 01:11:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5912 | 2024-10-30T01:11:00.510Z | [ recovery-image] Oct 30 01:11:00.806 INFO O| Oct 30 01:11:00.806 INFO STEP 595 (remove_files) COMPLETE |
5913 | 2024-10-30T01:11:00.513Z | [ recovery-image] Oct 30 01:11:00.806 INFO O| Oct 30 01:11:00.806 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-10-30T01:11:00.520Z | [ recovery-image] Oct 30 01:11:00.815 INFO O| Oct 30 01:11:00.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5915 | 2024-10-30T01:11:00.522Z | [ recovery-image] Oct 30 01:11:00.816 INFO O| Oct 30 01:11:00.816 INFO STEP 596 (remove_files) COMPLETE |
5916 | 2024-10-30T01:11:00.522Z | [ recovery-image] Oct 30 01:11:00.816 INFO O| Oct 30 01:11:00.816 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-10-30T01:11:00.530Z | [ recovery-image] Oct 30 01:11:00.825 INFO O| Oct 30 01:11:00.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5918 | 2024-10-30T01:11:00.532Z | [ recovery-image] Oct 30 01:11:00.825 INFO O| Oct 30 01:11:00.825 INFO STEP 597 (remove_files) COMPLETE |
5919 | 2024-10-30T01:11:00.532Z | [ recovery-image] Oct 30 01:11:00.826 INFO O| Oct 30 01:11:00.825 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-10-30T01:11:00.539Z | [ recovery-image] Oct 30 01:11:00.835 INFO O| Oct 30 01:11:00.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5921 | 2024-10-30T01:11:00.542Z | [ recovery-image] Oct 30 01:11:00.835 INFO O| Oct 30 01:11:00.835 INFO STEP 598 (remove_files) COMPLETE |
5922 | 2024-10-30T01:11:00.542Z | [ recovery-image] Oct 30 01:11:00.835 INFO O| Oct 30 01:11:00.835 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-10-30T01:11:00.549Z | [ recovery-image] Oct 30 01:11:00.844 INFO O| Oct 30 01:11:00.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5924 | 2024-10-30T01:11:00.551Z | [ recovery-image] Oct 30 01:11:00.844 INFO O| Oct 30 01:11:00.844 INFO STEP 599 (remove_files) COMPLETE |
5925 | 2024-10-30T01:11:00.551Z | [ recovery-image] Oct 30 01:11:00.845 INFO O| Oct 30 01:11:00.844 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-10-30T01:11:00.558Z | [ host-image] Oct 30 01:11:00.853 INFO O| Oct 30 01:11:00.853 INFO O| Planning: Solver setup ... Done |
5927 | 2024-10-30T01:11:00.560Z | [ recovery-image] Oct 30 01:11:00.854 INFO O| Oct 30 01:11:00.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5928 | 2024-10-30T01:11:00.560Z | [ recovery-image] Oct 30 01:11:00.854 INFO O| Oct 30 01:11:00.854 INFO STEP 600 (remove_files) COMPLETE |
5929 | 2024-10-30T01:11:00.560Z | [ recovery-image] Oct 30 01:11:00.854 INFO O| Oct 30 01:11:00.854 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-10-30T01:11:00.563Z | [ host-image] Oct 30 01:11:00.857 INFO O| Oct 30 01:11:00.857 INFO O| Planning: Running solver ... Done |
5931 | 2024-10-30T01:11:00.568Z | [ recovery-image] Oct 30 01:11:00.864 INFO O| Oct 30 01:11:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5932 | 2024-10-30T01:11:00.568Z | [ recovery-image] Oct 30 01:11:00.864 INFO O| Oct 30 01:11:00.864 INFO STEP 601 (remove_files) COMPLETE |
5933 | 2024-10-30T01:11:00.571Z | [ recovery-image] Oct 30 01:11:00.864 INFO O| Oct 30 01:11:00.864 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-10-30T01:11:00.578Z | [ recovery-image] Oct 30 01:11:00.873 INFO O| Oct 30 01:11:00.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5935 | 2024-10-30T01:11:00.578Z | [ recovery-image] Oct 30 01:11:00.873 INFO O| Oct 30 01:11:00.873 INFO STEP 602 (remove_files) COMPLETE |
5936 | 2024-10-30T01:11:00.578Z | [ recovery-image] Oct 30 01:11:00.873 INFO O| Oct 30 01:11:00.873 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-10-30T01:11:00.588Z | [ recovery-image] Oct 30 01:11:00.883 INFO O| Oct 30 01:11:00.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5938 | 2024-10-30T01:11:00.590Z | [ recovery-image] Oct 30 01:11:00.883 INFO O| Oct 30 01:11:00.883 INFO STEP 603 (remove_files) COMPLETE |
5939 | 2024-10-30T01:11:00.590Z | [ recovery-image] Oct 30 01:11:00.883 INFO O| Oct 30 01:11:00.883 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-10-30T01:11:00.597Z | [ recovery-image] Oct 30 01:11:00.893 INFO O| Oct 30 01:11:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5941 | 2024-10-30T01:11:00.597Z | [ recovery-image] Oct 30 01:11:00.893 INFO O| Oct 30 01:11:00.893 INFO STEP 604 (remove_files) COMPLETE |
5942 | 2024-10-30T01:11:00.597Z | [ recovery-image] Oct 30 01:11:00.893 INFO O| Oct 30 01:11:00.893 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-10-30T01:11:00.607Z | [ recovery-image] Oct 30 01:11:00.903 INFO O| Oct 30 01:11:00.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5944 | 2024-10-30T01:11:00.607Z | [ recovery-image] Oct 30 01:11:00.903 INFO O| Oct 30 01:11:00.903 INFO STEP 605 (remove_files) COMPLETE |
5945 | 2024-10-30T01:11:00.607Z | [ recovery-image] Oct 30 01:11:00.903 INFO O| Oct 30 01:11:00.903 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-10-30T01:11:00.616Z | [ host-image] Oct 30 01:11:00.911 INFO O| Oct 30 01:11:00.911 INFO O| Planning: Finding local manifests ... Done |
5947 | 2024-10-30T01:11:00.619Z | [ recovery-image] Oct 30 01:11:00.912 INFO O| Oct 30 01:11:00.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5948 | 2024-10-30T01:11:00.619Z | [ recovery-image] Oct 30 01:11:00.912 INFO O| Oct 30 01:11:00.912 INFO STEP 606 (remove_files) COMPLETE |
5949 | 2024-10-30T01:11:00.619Z | [ recovery-image] Oct 30 01:11:00.912 INFO O| Oct 30 01:11:00.912 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-10-30T01:11:00.619Z | [ host-image] Oct 30 01:11:00.913 INFO O| Oct 30 01:11:00.913 INFO O| Planning: Fetching manifests: 0/4 0% complete |
5951 | 2024-10-30T01:11:00.627Z | [ recovery-image] Oct 30 01:11:00.922 INFO O| Oct 30 01:11:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5952 | 2024-10-30T01:11:00.627Z | [ recovery-image] Oct 30 01:11:00.922 INFO O| Oct 30 01:11:00.922 INFO STEP 607 (remove_files) COMPLETE |
5953 | 2024-10-30T01:11:00.627Z | [ recovery-image] Oct 30 01:11:00.922 INFO O| Oct 30 01:11:00.922 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-10-30T01:11:00.637Z | [ recovery-image] Oct 30 01:11:00.933 INFO O| Oct 30 01:11:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5955 | 2024-10-30T01:11:00.637Z | [ recovery-image] Oct 30 01:11:00.933 INFO O| Oct 30 01:11:00.933 INFO STEP 608 (remove_files) COMPLETE |
5956 | 2024-10-30T01:11:00.641Z | [ recovery-image] Oct 30 01:11:00.933 INFO O| Oct 30 01:11:00.933 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-10-30T01:11:00.647Z | [ recovery-image] Oct 30 01:11:00.943 INFO O| Oct 30 01:11:00.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5958 | 2024-10-30T01:11:00.650Z | [ recovery-image] Oct 30 01:11:00.943 INFO O| Oct 30 01:11:00.943 INFO STEP 609 (remove_files) COMPLETE |
5959 | 2024-10-30T01:11:00.650Z | [ recovery-image] Oct 30 01:11:00.943 INFO O| Oct 30 01:11:00.943 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-10-30T01:11:00.657Z | [ recovery-image] Oct 30 01:11:00.952 INFO O| Oct 30 01:11:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5961 | 2024-10-30T01:11:00.657Z | [ recovery-image] Oct 30 01:11:00.952 INFO O| Oct 30 01:11:00.952 INFO STEP 610 (remove_files) COMPLETE |
5962 | 2024-10-30T01:11:00.659Z | [ recovery-image] Oct 30 01:11:00.952 INFO O| Oct 30 01:11:00.952 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-10-30T01:11:00.666Z | [ recovery-image] Oct 30 01:11:00.962 INFO O| Oct 30 01:11:00.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5964 | 2024-10-30T01:11:00.669Z | [ recovery-image] Oct 30 01:11:00.962 INFO O| Oct 30 01:11:00.962 INFO STEP 611 (remove_files) COMPLETE |
5965 | 2024-10-30T01:11:00.669Z | [ recovery-image] Oct 30 01:11:00.962 INFO O| Oct 30 01:11:00.962 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-10-30T01:11:00.676Z | [ recovery-image] Oct 30 01:11:00.972 INFO O| Oct 30 01:11:00.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5967 | 2024-10-30T01:11:00.680Z | [ recovery-image] Oct 30 01:11:00.972 INFO O| Oct 30 01:11:00.972 INFO STEP 612 (remove_files) COMPLETE |
5968 | 2024-10-30T01:11:00.680Z | [ recovery-image] Oct 30 01:11:00.972 INFO O| Oct 30 01:11:00.972 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-10-30T01:11:00.686Z | [ recovery-image] Oct 30 01:11:00.982 INFO O| Oct 30 01:11:00.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5970 | 2024-10-30T01:11:00.686Z | [ recovery-image] Oct 30 01:11:00.982 INFO O| Oct 30 01:11:00.982 INFO STEP 613 (remove_files) COMPLETE |
5971 | 2024-10-30T01:11:00.689Z | [ recovery-image] Oct 30 01:11:00.982 INFO O| Oct 30 01:11:00.982 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-10-30T01:11:00.697Z | [ recovery-image] Oct 30 01:11:00.992 INFO O| Oct 30 01:11:00.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5973 | 2024-10-30T01:11:00.697Z | [ recovery-image] Oct 30 01:11:00.992 INFO O| Oct 30 01:11:00.992 INFO STEP 614 (remove_files) COMPLETE |
5974 | 2024-10-30T01:11:00.700Z | [ recovery-image] Oct 30 01:11:00.992 INFO O| Oct 30 01:11:00.992 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-10-30T01:11:00.707Z | [ recovery-image] Oct 30 01:11:01.002 INFO O| Oct 30 01:11:01.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5976 | 2024-10-30T01:11:00.710Z | [ recovery-image] Oct 30 01:11:01.003 INFO O| Oct 30 01:11:01.003 INFO STEP 615 (remove_files) COMPLETE |
5977 | 2024-10-30T01:11:00.710Z | [ recovery-image] Oct 30 01:11:01.003 INFO O| Oct 30 01:11:01.003 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-10-30T01:11:00.718Z | [ recovery-image] Oct 30 01:11:01.013 INFO O| Oct 30 01:11:01.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5979 | 2024-10-30T01:11:00.718Z | [ recovery-image] Oct 30 01:11:01.013 INFO O| Oct 30 01:11:01.013 INFO STEP 616 (remove_files) COMPLETE |
5980 | 2024-10-30T01:11:00.726Z | [ recovery-image] Oct 30 01:11:01.013 INFO O| Oct 30 01:11:01.013 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-10-30T01:11:00.730Z | [ host-image] Oct 30 01:11:01.022 INFO O| Oct 30 01:11:01.022 INFO O| Planning: Fetching manifests: 4/4 100% complete |
5982 | 2024-10-30T01:11:00.730Z | [ recovery-image] Oct 30 01:11:01.023 INFO O| Oct 30 01:11:01.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5983 | 2024-10-30T01:11:00.730Z | [ recovery-image] Oct 30 01:11:01.023 INFO O| Oct 30 01:11:01.023 INFO STEP 617 (remove_files) COMPLETE |
5984 | 2024-10-30T01:11:00.730Z | [ recovery-image] Oct 30 01:11:01.023 INFO O| Oct 30 01:11:01.023 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-10-30T01:11:00.737Z | [ recovery-image] Oct 30 01:11:01.032 INFO O| Oct 30 01:11:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5986 | 2024-10-30T01:11:00.740Z | [ recovery-image] Oct 30 01:11:01.032 INFO O| Oct 30 01:11:01.032 INFO STEP 618 (remove_files) COMPLETE |
5987 | 2024-10-30T01:11:00.740Z | [ recovery-image] Oct 30 01:11:01.033 INFO O| Oct 30 01:11:01.032 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-10-30T01:11:00.747Z | [ recovery-image] Oct 30 01:11:01.042 INFO O| Oct 30 01:11:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5989 | 2024-10-30T01:11:00.749Z | [ recovery-image] Oct 30 01:11:01.042 INFO O| Oct 30 01:11:01.042 INFO STEP 619 (remove_files) COMPLETE |
5990 | 2024-10-30T01:11:00.750Z | [ recovery-image] Oct 30 01:11:01.042 INFO O| Oct 30 01:11:01.042 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-10-30T01:11:00.750Z | [ host-image] Oct 30 01:11:01.045 INFO O| Oct 30 01:11:01.045 INFO O| Planning: Package planning ... Done |
5992 | 2024-10-30T01:11:00.752Z | [ host-image] Oct 30 01:11:01.047 INFO O| Oct 30 01:11:01.047 INFO O| Planning: Merging actions ... Done |
5993 | 2024-10-30T01:11:00.757Z | [ recovery-image] Oct 30 01:11:01.052 INFO O| Oct 30 01:11:01.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5994 | 2024-10-30T01:11:00.757Z | [ recovery-image] Oct 30 01:11:01.052 INFO O| Oct 30 01:11:01.052 INFO STEP 620 (remove_files) COMPLETE |
5995 | 2024-10-30T01:11:00.759Z | [ recovery-image] Oct 30 01:11:01.052 INFO O| Oct 30 01:11:01.052 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-10-30T01:11:00.767Z | [ recovery-image] Oct 30 01:11:01.062 INFO O| Oct 30 01:11:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5997 | 2024-10-30T01:11:00.769Z | [ recovery-image] Oct 30 01:11:01.062 INFO O| Oct 30 01:11:01.062 INFO STEP 621 (remove_files) COMPLETE |
5998 | 2024-10-30T01:11:00.769Z | [ recovery-image] Oct 30 01:11:01.062 INFO O| Oct 30 01:11:01.062 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-10-30T01:11:00.777Z | [ recovery-image] Oct 30 01:11:01.072 INFO O| Oct 30 01:11:01.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6000 | 2024-10-30T01:11:00.777Z | [ recovery-image] Oct 30 01:11:01.073 INFO O| Oct 30 01:11:01.073 INFO STEP 622 (remove_files) COMPLETE |
6001 | 2024-10-30T01:11:00.781Z | [ recovery-image] Oct 30 01:11:01.073 INFO O| Oct 30 01:11:01.073 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-10-30T01:11:00.787Z | [ recovery-image] Oct 30 01:11:01.082 INFO O| Oct 30 01:11:01.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6003 | 2024-10-30T01:11:00.788Z | [ recovery-image] Oct 30 01:11:01.082 INFO O| Oct 30 01:11:01.082 INFO STEP 623 (remove_files) COMPLETE |
6004 | 2024-10-30T01:11:00.788Z | [ recovery-image] Oct 30 01:11:01.082 INFO O| Oct 30 01:11:01.082 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-10-30T01:11:00.796Z | [ recovery-image] Oct 30 01:11:01.092 INFO O| Oct 30 01:11:01.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6006 | 2024-10-30T01:11:00.800Z | [ recovery-image] Oct 30 01:11:01.092 INFO O| Oct 30 01:11:01.092 INFO STEP 624 (remove_files) COMPLETE |
6007 | 2024-10-30T01:11:00.800Z | [ recovery-image] Oct 30 01:11:01.092 INFO O| Oct 30 01:11:01.092 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-10-30T01:11:00.806Z | [ recovery-image] Oct 30 01:11:01.102 INFO O| Oct 30 01:11:01.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6009 | 2024-10-30T01:11:00.806Z | [ recovery-image] Oct 30 01:11:01.102 INFO O| Oct 30 01:11:01.102 INFO STEP 625 (remove_files) COMPLETE |
6010 | 2024-10-30T01:11:00.814Z | [ recovery-image] Oct 30 01:11:01.102 INFO O| Oct 30 01:11:01.102 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-10-30T01:11:00.817Z | [ recovery-image] Oct 30 01:11:01.111 INFO O| Oct 30 01:11:01.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6012 | 2024-10-30T01:11:00.817Z | [ recovery-image] Oct 30 01:11:01.111 INFO O| Oct 30 01:11:01.111 INFO STEP 626 (remove_files) COMPLETE |
6013 | 2024-10-30T01:11:00.817Z | [ recovery-image] Oct 30 01:11:01.111 INFO O| Oct 30 01:11:01.111 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-10-30T01:11:00.825Z | [ recovery-image] Oct 30 01:11:01.121 INFO O| Oct 30 01:11:01.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6015 | 2024-10-30T01:11:00.828Z | [ recovery-image] Oct 30 01:11:01.121 INFO O| Oct 30 01:11:01.121 INFO STEP 627 (remove_files) COMPLETE |
6016 | 2024-10-30T01:11:00.828Z | [ recovery-image] Oct 30 01:11:01.121 INFO O| Oct 30 01:11:01.121 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-10-30T01:11:00.830Z | [ host-image] Oct 30 01:11:01.124 INFO O| Oct 30 01:11:01.124 INFO O| Planning: Checking for conflicting actions ... Done |
6018 | 2024-10-30T01:11:00.830Z | [ host-image] Oct 30 01:11:01.125 INFO O| Oct 30 01:11:01.125 INFO O| Planning: Consolidating action changes ... Done |
6019 | 2024-10-30T01:11:00.841Z | [ recovery-image] Oct 30 01:11:01.131 INFO O| Oct 30 01:11:01.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6020 | 2024-10-30T01:11:00.845Z | [ recovery-image] Oct 30 01:11:01.131 INFO O| Oct 30 01:11:01.131 INFO STEP 628 (remove_files) COMPLETE |
6021 | 2024-10-30T01:11:00.845Z | [ recovery-image] Oct 30 01:11:01.131 INFO O| Oct 30 01:11:01.131 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-10-30T01:11:00.848Z | [ recovery-image] Oct 30 01:11:01.143 INFO O| Oct 30 01:11:01.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6023 | 2024-10-30T01:11:00.848Z | [ recovery-image] Oct 30 01:11:01.143 INFO O| Oct 30 01:11:01.143 INFO STEP 629 (remove_files) COMPLETE |
6024 | 2024-10-30T01:11:00.848Z | [ recovery-image] Oct 30 01:11:01.143 INFO O| Oct 30 01:11:01.143 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-10-30T01:11:00.859Z | [ recovery-image] Oct 30 01:11:01.155 INFO O| Oct 30 01:11:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6026 | 2024-10-30T01:11:00.859Z | [ recovery-image] Oct 30 01:11:01.155 INFO O| Oct 30 01:11:01.155 INFO STEP 630 (remove_files) COMPLETE |
6027 | 2024-10-30T01:11:00.862Z | [ recovery-image] Oct 30 01:11:01.155 INFO O| Oct 30 01:11:01.155 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-10-30T01:11:00.869Z | [ recovery-image] Oct 30 01:11:01.164 INFO O| Oct 30 01:11:01.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6029 | 2024-10-30T01:11:00.871Z | [ recovery-image] Oct 30 01:11:01.165 INFO O| Oct 30 01:11:01.164 INFO STEP 631 (remove_files) COMPLETE |
6030 | 2024-10-30T01:11:00.871Z | [ recovery-image] Oct 30 01:11:01.165 INFO O| Oct 30 01:11:01.165 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-10-30T01:11:00.881Z | [ recovery-image] Oct 30 01:11:01.176 INFO O| Oct 30 01:11:01.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6032 | 2024-10-30T01:11:00.881Z | [ recovery-image] Oct 30 01:11:01.176 INFO O| Oct 30 01:11:01.176 INFO STEP 632 (remove_files) COMPLETE |
6033 | 2024-10-30T01:11:00.883Z | [ recovery-image] Oct 30 01:11:01.176 INFO O| Oct 30 01:11:01.176 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-10-30T01:11:00.891Z | [ recovery-image] Oct 30 01:11:01.186 INFO O| Oct 30 01:11:01.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6035 | 2024-10-30T01:11:00.891Z | [ recovery-image] Oct 30 01:11:01.186 INFO O| Oct 30 01:11:01.186 INFO STEP 633 (remove_files) COMPLETE |
6036 | 2024-10-30T01:11:00.893Z | [ recovery-image] Oct 30 01:11:01.186 INFO O| Oct 30 01:11:01.186 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-10-30T01:11:00.900Z | [ recovery-image] Oct 30 01:11:01.196 INFO O| Oct 30 01:11:01.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6038 | 2024-10-30T01:11:00.902Z | [ recovery-image] Oct 30 01:11:01.196 INFO O| Oct 30 01:11:01.196 INFO STEP 634 (remove_files) COMPLETE |
6039 | 2024-10-30T01:11:00.903Z | [ recovery-image] Oct 30 01:11:01.196 INFO O| Oct 30 01:11:01.196 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-10-30T01:11:00.912Z | [ recovery-image] Oct 30 01:11:01.207 INFO O| Oct 30 01:11:01.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6041 | 2024-10-30T01:11:00.912Z | [ recovery-image] Oct 30 01:11:01.208 INFO O| Oct 30 01:11:01.208 INFO STEP 635 (remove_files) COMPLETE |
6042 | 2024-10-30T01:11:00.914Z | [ recovery-image] Oct 30 01:11:01.208 INFO O| Oct 30 01:11:01.208 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-10-30T01:11:00.922Z | [ recovery-image] Oct 30 01:11:01.217 INFO O| Oct 30 01:11:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6044 | 2024-10-30T01:11:00.924Z | [ recovery-image] Oct 30 01:11:01.217 INFO O| Oct 30 01:11:01.217 INFO STEP 636 (remove_files) COMPLETE |
6045 | 2024-10-30T01:11:00.924Z | [ recovery-image] Oct 30 01:11:01.217 INFO O| Oct 30 01:11:01.217 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-10-30T01:11:00.931Z | [ recovery-image] Oct 30 01:11:01.227 INFO O| Oct 30 01:11:01.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6047 | 2024-10-30T01:11:00.931Z | [ recovery-image] Oct 30 01:11:01.227 INFO O| Oct 30 01:11:01.227 INFO STEP 637 (remove_files) COMPLETE |
6048 | 2024-10-30T01:11:00.934Z | [ recovery-image] Oct 30 01:11:01.227 INFO O| Oct 30 01:11:01.227 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-10-30T01:11:00.941Z | [ recovery-image] Oct 30 01:11:01.237 INFO O| Oct 30 01:11:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6050 | 2024-10-30T01:11:00.941Z | [ recovery-image] Oct 30 01:11:01.237 INFO O| Oct 30 01:11:01.237 INFO STEP 638 (remove_files) COMPLETE |
6051 | 2024-10-30T01:11:00.944Z | [ recovery-image] Oct 30 01:11:01.237 INFO O| Oct 30 01:11:01.237 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-10-30T01:11:00.951Z | [ recovery-image] Oct 30 01:11:01.246 INFO O| Oct 30 01:11:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6053 | 2024-10-30T01:11:00.951Z | [ recovery-image] Oct 30 01:11:01.247 INFO O| Oct 30 01:11:01.246 INFO STEP 639 (remove_files) COMPLETE |
6054 | 2024-10-30T01:11:00.951Z | [ recovery-image] Oct 30 01:11:01.247 INFO O| Oct 30 01:11:01.247 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-10-30T01:11:00.960Z | [ recovery-image] Oct 30 01:11:01.256 INFO O| Oct 30 01:11:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6056 | 2024-10-30T01:11:00.961Z | [ recovery-image] Oct 30 01:11:01.256 INFO O| Oct 30 01:11:01.256 INFO STEP 640 (remove_files) COMPLETE |
6057 | 2024-10-30T01:11:00.961Z | [ recovery-image] Oct 30 01:11:01.256 INFO O| Oct 30 01:11:01.256 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-10-30T01:11:00.972Z | [ recovery-image] Oct 30 01:11:01.268 INFO O| Oct 30 01:11:01.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6059 | 2024-10-30T01:11:00.972Z | [ recovery-image] Oct 30 01:11:01.268 INFO O| Oct 30 01:11:01.268 INFO STEP 641 (remove_files) COMPLETE |
6060 | 2024-10-30T01:11:00.974Z | [ recovery-image] Oct 30 01:11:01.268 INFO O| Oct 30 01:11:01.268 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-10-30T01:11:00.982Z | [ recovery-image] Oct 30 01:11:01.277 INFO O| Oct 30 01:11:01.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6062 | 2024-10-30T01:11:00.982Z | [ recovery-image] Oct 30 01:11:01.277 INFO O| Oct 30 01:11:01.277 INFO STEP 642 (remove_files) COMPLETE |
6063 | 2024-10-30T01:11:00.987Z | [ recovery-image] Oct 30 01:11:01.277 INFO O| Oct 30 01:11:01.277 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-10-30T01:11:00.991Z | [ recovery-image] Oct 30 01:11:01.287 INFO O| Oct 30 01:11:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6065 | 2024-10-30T01:11:00.991Z | [ recovery-image] Oct 30 01:11:01.287 INFO O| Oct 30 01:11:01.287 INFO STEP 643 (remove_files) COMPLETE |
6066 | 2024-10-30T01:11:00.994Z | [ recovery-image] Oct 30 01:11:01.287 INFO O| Oct 30 01:11:01.287 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-10-30T01:11:01.003Z | [ recovery-image] Oct 30 01:11:01.299 INFO O| Oct 30 01:11:01.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6068 | 2024-10-30T01:11:01.003Z | [ recovery-image] Oct 30 01:11:01.299 INFO O| Oct 30 01:11:01.299 INFO STEP 644 (remove_files) COMPLETE |
6069 | 2024-10-30T01:11:01.005Z | [ recovery-image] Oct 30 01:11:01.299 INFO O| Oct 30 01:11:01.299 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-10-30T01:11:01.013Z | [ recovery-image] Oct 30 01:11:01.309 INFO O| Oct 30 01:11:01.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6071 | 2024-10-30T01:11:01.013Z | [ recovery-image] Oct 30 01:11:01.309 INFO O| Oct 30 01:11:01.309 INFO STEP 645 (remove_files) COMPLETE |
6072 | 2024-10-30T01:11:01.015Z | [ recovery-image] Oct 30 01:11:01.309 INFO O| Oct 30 01:11:01.309 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-10-30T01:11:01.023Z | [ recovery-image] Oct 30 01:11:01.318 INFO O| Oct 30 01:11:01.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6074 | 2024-10-30T01:11:01.023Z | [ recovery-image] Oct 30 01:11:01.318 INFO O| Oct 30 01:11:01.318 INFO STEP 646 (remove_files) COMPLETE |
6075 | 2024-10-30T01:11:01.023Z | [ recovery-image] Oct 30 01:11:01.318 INFO O| Oct 30 01:11:01.318 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-10-30T01:11:01.026Z | [ host-image] Oct 30 01:11:01.322 INFO O| Oct 30 01:11:01.321 INFO O| Planning: Evaluating mediators ... Done |
6077 | 2024-10-30T01:11:01.029Z | [ host-image] Oct 30 01:11:01.323 INFO O| Oct 30 01:11:01.323 INFO O| Planning: Planning completed in 3.02 seconds |
6078 | 2024-10-30T01:11:01.029Z | [ host-image] Oct 30 01:11:01.324 INFO O| Oct 30 01:11:01.324 INFO O| Packages to install: 4 |
6079 | 2024-10-30T01:11:01.029Z | [ host-image] Oct 30 01:11:01.324 INFO O| Oct 30 01:11:01.324 INFO O| Services to change: 2 |
6080 | 2024-10-30T01:11:01.032Z | [ recovery-image] Oct 30 01:11:01.328 INFO O| Oct 30 01:11:01.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6081 | 2024-10-30T01:11:01.035Z | [ recovery-image] Oct 30 01:11:01.328 INFO O| Oct 30 01:11:01.328 INFO STEP 647 (remove_files) COMPLETE |
6082 | 2024-10-30T01:11:01.035Z | [ recovery-image] Oct 30 01:11:01.328 INFO O| Oct 30 01:11:01.328 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-10-30T01:11:01.040Z | [ host-image] Oct 30 01:11:01.335 INFO O| Oct 30 01:11:01.335 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
6084 | 2024-10-30T01:11:01.042Z | [ recovery-image] Oct 30 01:11:01.338 INFO O| Oct 30 01:11:01.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6085 | 2024-10-30T01:11:01.042Z | [ recovery-image] Oct 30 01:11:01.338 INFO O| Oct 30 01:11:01.338 INFO STEP 648 (remove_files) COMPLETE |
6086 | 2024-10-30T01:11:01.042Z | [ recovery-image] Oct 30 01:11:01.338 INFO O| Oct 30 01:11:01.338 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-10-30T01:11:01.052Z | [ recovery-image] Oct 30 01:11:01.347 INFO O| Oct 30 01:11:01.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6088 | 2024-10-30T01:11:01.054Z | [ recovery-image] Oct 30 01:11:01.348 INFO O| Oct 30 01:11:01.347 INFO STEP 649 (remove_files) COMPLETE |
6089 | 2024-10-30T01:11:01.054Z | [ recovery-image] Oct 30 01:11:01.348 INFO O| Oct 30 01:11:01.348 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-10-30T01:11:01.061Z | [ recovery-image] Oct 30 01:11:01.357 INFO O| Oct 30 01:11:01.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6091 | 2024-10-30T01:11:01.061Z | [ recovery-image] Oct 30 01:11:01.357 INFO O| Oct 30 01:11:01.357 INFO STEP 650 (remove_files) COMPLETE |
6092 | 2024-10-30T01:11:01.062Z | [ recovery-image] Oct 30 01:11:01.357 INFO O| Oct 30 01:11:01.357 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-10-30T01:11:01.071Z | [ recovery-image] Oct 30 01:11:01.367 INFO O| Oct 30 01:11:01.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6094 | 2024-10-30T01:11:01.073Z | [ recovery-image] Oct 30 01:11:01.367 INFO O| Oct 30 01:11:01.367 INFO STEP 651 (remove_files) COMPLETE |
6095 | 2024-10-30T01:11:01.074Z | [ recovery-image] Oct 30 01:11:01.367 INFO O| Oct 30 01:11:01.367 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-10-30T01:11:01.080Z | [ recovery-image] Oct 30 01:11:01.376 INFO O| Oct 30 01:11:01.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6097 | 2024-10-30T01:11:01.083Z | [ recovery-image] Oct 30 01:11:01.376 INFO O| Oct 30 01:11:01.376 INFO STEP 652 (remove_files) COMPLETE |
6098 | 2024-10-30T01:11:01.083Z | [ recovery-image] Oct 30 01:11:01.376 INFO O| Oct 30 01:11:01.376 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-10-30T01:11:01.090Z | [ recovery-image] Oct 30 01:11:01.386 INFO O| Oct 30 01:11:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6100 | 2024-10-30T01:11:01.092Z | [ recovery-image] Oct 30 01:11:01.386 INFO O| Oct 30 01:11:01.386 INFO STEP 653 (remove_files) COMPLETE |
6101 | 2024-10-30T01:11:01.092Z | [ recovery-image] Oct 30 01:11:01.386 INFO O| Oct 30 01:11:01.386 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-10-30T01:11:01.099Z | [ recovery-image] Oct 30 01:11:01.395 INFO O| Oct 30 01:11:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6103 | 2024-10-30T01:11:01.102Z | [ recovery-image] Oct 30 01:11:01.395 INFO O| Oct 30 01:11:01.395 INFO STEP 654 (remove_files) COMPLETE |
6104 | 2024-10-30T01:11:01.102Z | [ recovery-image] Oct 30 01:11:01.395 INFO O| Oct 30 01:11:01.395 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-10-30T01:11:01.109Z | [ recovery-image] Oct 30 01:11:01.405 INFO O| Oct 30 01:11:01.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6106 | 2024-10-30T01:11:01.111Z | [ recovery-image] Oct 30 01:11:01.405 INFO O| Oct 30 01:11:01.405 INFO STEP 655 (remove_files) COMPLETE |
6107 | 2024-10-30T01:11:01.111Z | [ recovery-image] Oct 30 01:11:01.405 INFO O| Oct 30 01:11:01.405 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-10-30T01:11:01.119Z | [ recovery-image] Oct 30 01:11:01.414 INFO O| Oct 30 01:11:01.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6109 | 2024-10-30T01:11:01.119Z | [ recovery-image] Oct 30 01:11:01.414 INFO O| Oct 30 01:11:01.414 INFO STEP 656 (remove_files) COMPLETE |
6110 | 2024-10-30T01:11:01.121Z | [ recovery-image] Oct 30 01:11:01.414 INFO O| Oct 30 01:11:01.414 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-10-30T01:11:01.129Z | [ recovery-image] Oct 30 01:11:01.424 INFO O| Oct 30 01:11:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6112 | 2024-10-30T01:11:01.132Z | [ recovery-image] Oct 30 01:11:01.424 INFO O| Oct 30 01:11:01.424 INFO STEP 657 (remove_files) COMPLETE |
6113 | 2024-10-30T01:11:01.132Z | [ recovery-image] Oct 30 01:11:01.424 INFO O| Oct 30 01:11:01.424 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-10-30T01:11:01.138Z | [ recovery-image] Oct 30 01:11:01.433 INFO O| Oct 30 01:11:01.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6115 | 2024-10-30T01:11:01.140Z | [ recovery-image] Oct 30 01:11:01.434 INFO O| Oct 30 01:11:01.434 INFO STEP 658 (remove_files) COMPLETE |
6116 | 2024-10-30T01:11:01.140Z | [ recovery-image] Oct 30 01:11:01.434 INFO O| Oct 30 01:11:01.434 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-10-30T01:11:01.149Z | [ recovery-image] Oct 30 01:11:01.444 INFO O| Oct 30 01:11:01.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6118 | 2024-10-30T01:11:01.149Z | [ recovery-image] Oct 30 01:11:01.444 INFO O| Oct 30 01:11:01.444 INFO STEP 659 (remove_files) COMPLETE |
6119 | 2024-10-30T01:11:01.151Z | [ recovery-image] Oct 30 01:11:01.444 INFO O| Oct 30 01:11:01.444 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-10-30T01:11:01.158Z | [ recovery-image] Oct 30 01:11:01.454 INFO O| Oct 30 01:11:01.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6121 | 2024-10-30T01:11:01.158Z | [ recovery-image] Oct 30 01:11:01.454 INFO O| Oct 30 01:11:01.454 INFO STEP 660 (remove_files) COMPLETE |
6122 | 2024-10-30T01:11:01.161Z | [ recovery-image] Oct 30 01:11:01.454 INFO O| Oct 30 01:11:01.454 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-10-30T01:11:01.168Z | [ recovery-image] Oct 30 01:11:01.464 INFO O| Oct 30 01:11:01.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6124 | 2024-10-30T01:11:01.168Z | [ recovery-image] Oct 30 01:11:01.464 INFO O| Oct 30 01:11:01.464 INFO STEP 661 (remove_files) COMPLETE |
6125 | 2024-10-30T01:11:01.168Z | [ recovery-image] Oct 30 01:11:01.464 INFO O| Oct 30 01:11:01.464 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-10-30T01:11:01.178Z | [ recovery-image] Oct 30 01:11:01.474 INFO O| Oct 30 01:11:01.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6127 | 2024-10-30T01:11:01.178Z | [ recovery-image] Oct 30 01:11:01.474 INFO O| Oct 30 01:11:01.474 INFO STEP 662 (remove_files) COMPLETE |
6128 | 2024-10-30T01:11:01.178Z | [ recovery-image] Oct 30 01:11:01.474 INFO O| Oct 30 01:11:01.474 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-10-30T01:11:01.188Z | [ recovery-image] Oct 30 01:11:01.483 INFO O| Oct 30 01:11:01.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6130 | 2024-10-30T01:11:01.190Z | [ recovery-image] Oct 30 01:11:01.483 INFO O| Oct 30 01:11:01.483 INFO STEP 663 (remove_files) COMPLETE |
6131 | 2024-10-30T01:11:01.190Z | [ recovery-image] Oct 30 01:11:01.483 INFO O| Oct 30 01:11:01.483 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-10-30T01:11:01.197Z | [ recovery-image] Oct 30 01:11:01.493 INFO O| Oct 30 01:11:01.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6133 | 2024-10-30T01:11:01.197Z | [ recovery-image] Oct 30 01:11:01.493 INFO O| Oct 30 01:11:01.493 INFO STEP 664 (remove_files) COMPLETE |
6134 | 2024-10-30T01:11:01.200Z | [ recovery-image] Oct 30 01:11:01.493 INFO O| Oct 30 01:11:01.493 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-10-30T01:11:01.207Z | [ recovery-image] Oct 30 01:11:01.503 INFO O| Oct 30 01:11:01.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6136 | 2024-10-30T01:11:01.207Z | [ recovery-image] Oct 30 01:11:01.503 INFO O| Oct 30 01:11:01.503 INFO STEP 665 (remove_files) COMPLETE |
6137 | 2024-10-30T01:11:01.210Z | [ recovery-image] Oct 30 01:11:01.503 INFO O| Oct 30 01:11:01.503 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-10-30T01:11:01.217Z | [ recovery-image] Oct 30 01:11:01.513 INFO O| Oct 30 01:11:01.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6139 | 2024-10-30T01:11:01.217Z | [ recovery-image] Oct 30 01:11:01.513 INFO O| Oct 30 01:11:01.513 INFO STEP 666 (remove_files) COMPLETE |
6140 | 2024-10-30T01:11:01.220Z | [ recovery-image] Oct 30 01:11:01.513 INFO O| Oct 30 01:11:01.513 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-10-30T01:11:01.226Z | [ recovery-image] Oct 30 01:11:01.522 INFO O| Oct 30 01:11:01.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6142 | 2024-10-30T01:11:01.229Z | [ recovery-image] Oct 30 01:11:01.522 INFO O| Oct 30 01:11:01.522 INFO STEP 667 (remove_files) COMPLETE |
6143 | 2024-10-30T01:11:01.229Z | [ recovery-image] Oct 30 01:11:01.522 INFO O| Oct 30 01:11:01.522 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-10-30T01:11:01.236Z | [ recovery-image] Oct 30 01:11:01.532 INFO O| Oct 30 01:11:01.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6145 | 2024-10-30T01:11:01.236Z | [ recovery-image] Oct 30 01:11:01.532 INFO O| Oct 30 01:11:01.532 INFO STEP 668 (remove_files) COMPLETE |
6146 | 2024-10-30T01:11:01.236Z | [ recovery-image] Oct 30 01:11:01.532 INFO O| Oct 30 01:11:01.532 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-10-30T01:11:01.246Z | [ recovery-image] Oct 30 01:11:01.541 INFO O| Oct 30 01:11:01.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6148 | 2024-10-30T01:11:01.246Z | [ recovery-image] Oct 30 01:11:01.541 INFO O| Oct 30 01:11:01.541 INFO STEP 669 (remove_files) COMPLETE |
6149 | 2024-10-30T01:11:01.246Z | [ recovery-image] Oct 30 01:11:01.541 INFO O| Oct 30 01:11:01.541 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-10-30T01:11:01.255Z | [ recovery-image] Oct 30 01:11:01.551 INFO O| Oct 30 01:11:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6151 | 2024-10-30T01:11:01.258Z | [ recovery-image] Oct 30 01:11:01.551 INFO O| Oct 30 01:11:01.551 INFO STEP 670 (remove_files) COMPLETE |
6152 | 2024-10-30T01:11:01.258Z | [ recovery-image] Oct 30 01:11:01.551 INFO O| Oct 30 01:11:01.551 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-10-30T01:11:01.266Z | [ recovery-image] Oct 30 01:11:01.561 INFO O| Oct 30 01:11:01.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6154 | 2024-10-30T01:11:01.267Z | [ recovery-image] Oct 30 01:11:01.561 INFO O| Oct 30 01:11:01.561 INFO STEP 671 (remove_files) COMPLETE |
6155 | 2024-10-30T01:11:01.269Z | [ recovery-image] Oct 30 01:11:01.561 INFO O| Oct 30 01:11:01.561 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-10-30T01:11:01.274Z | [ recovery-image] Oct 30 01:11:01.570 INFO O| Oct 30 01:11:01.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6157 | 2024-10-30T01:11:01.277Z | [ recovery-image] Oct 30 01:11:01.570 INFO O| Oct 30 01:11:01.570 INFO STEP 672 (remove_files) COMPLETE |
6158 | 2024-10-30T01:11:01.277Z | [ recovery-image] Oct 30 01:11:01.570 INFO O| Oct 30 01:11:01.570 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-10-30T01:11:01.284Z | [ recovery-image] Oct 30 01:11:01.580 INFO O| Oct 30 01:11:01.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6160 | 2024-10-30T01:11:01.286Z | [ recovery-image] Oct 30 01:11:01.580 INFO O| Oct 30 01:11:01.580 INFO STEP 673 (remove_files) COMPLETE |
6161 | 2024-10-30T01:11:01.286Z | [ recovery-image] Oct 30 01:11:01.580 INFO O| Oct 30 01:11:01.580 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-10-30T01:11:01.293Z | [ recovery-image] Oct 30 01:11:01.589 INFO O| Oct 30 01:11:01.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6163 | 2024-10-30T01:11:01.293Z | [ recovery-image] Oct 30 01:11:01.589 INFO O| Oct 30 01:11:01.589 INFO STEP 674 (remove_files) COMPLETE |
6164 | 2024-10-30T01:11:01.296Z | [ recovery-image] Oct 30 01:11:01.589 INFO O| Oct 30 01:11:01.589 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-10-30T01:11:01.304Z | [ recovery-image] Oct 30 01:11:01.599 INFO O| Oct 30 01:11:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6166 | 2024-10-30T01:11:01.306Z | [ recovery-image] Oct 30 01:11:01.600 INFO O| Oct 30 01:11:01.600 INFO STEP 675 (remove_files) COMPLETE |
6167 | 2024-10-30T01:11:01.306Z | [ recovery-image] Oct 30 01:11:01.600 INFO O| Oct 30 01:11:01.600 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-10-30T01:11:01.316Z | [ recovery-image] Oct 30 01:11:01.612 INFO O| Oct 30 01:11:01.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6169 | 2024-10-30T01:11:01.319Z | [ recovery-image] Oct 30 01:11:01.612 INFO O| Oct 30 01:11:01.612 INFO STEP 676 (remove_files) COMPLETE |
6170 | 2024-10-30T01:11:01.319Z | [ recovery-image] Oct 30 01:11:01.612 INFO O| Oct 30 01:11:01.612 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-10-30T01:11:01.328Z | [ recovery-image] Oct 30 01:11:01.623 INFO O| Oct 30 01:11:01.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6172 | 2024-10-30T01:11:01.330Z | [ recovery-image] Oct 30 01:11:01.623 INFO O| Oct 30 01:11:01.623 INFO STEP 677 (remove_files) COMPLETE |
6173 | 2024-10-30T01:11:01.330Z | [ recovery-image] Oct 30 01:11:01.624 INFO O| Oct 30 01:11:01.623 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-10-30T01:11:01.341Z | [ recovery-image] Oct 30 01:11:01.636 INFO O| Oct 30 01:11:01.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6175 | 2024-10-30T01:11:01.343Z | [ recovery-image] Oct 30 01:11:01.636 INFO O| Oct 30 01:11:01.636 INFO STEP 678 (remove_files) COMPLETE |
6176 | 2024-10-30T01:11:01.343Z | [ recovery-image] Oct 30 01:11:01.636 INFO O| Oct 30 01:11:01.636 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-10-30T01:11:01.351Z | [ recovery-image] Oct 30 01:11:01.646 INFO O| Oct 30 01:11:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6178 | 2024-10-30T01:11:01.351Z | [ recovery-image] Oct 30 01:11:01.646 INFO O| Oct 30 01:11:01.646 INFO STEP 679 (remove_files) COMPLETE |
6179 | 2024-10-30T01:11:01.351Z | [ recovery-image] Oct 30 01:11:01.646 INFO O| Oct 30 01:11:01.646 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-10-30T01:11:01.360Z | [ recovery-image] Oct 30 01:11:01.656 INFO O| Oct 30 01:11:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6181 | 2024-10-30T01:11:01.360Z | [ recovery-image] Oct 30 01:11:01.656 INFO O| Oct 30 01:11:01.656 INFO STEP 680 (remove_files) COMPLETE |
6182 | 2024-10-30T01:11:01.360Z | [ recovery-image] Oct 30 01:11:01.656 INFO O| Oct 30 01:11:01.656 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-10-30T01:11:01.370Z | [ recovery-image] Oct 30 01:11:01.665 INFO O| Oct 30 01:11:01.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6184 | 2024-10-30T01:11:01.370Z | [ recovery-image] Oct 30 01:11:01.665 INFO O| Oct 30 01:11:01.665 INFO STEP 681 (remove_files) COMPLETE |
6185 | 2024-10-30T01:11:01.372Z | [ recovery-image] Oct 30 01:11:01.665 INFO O| Oct 30 01:11:01.665 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-10-30T01:11:01.379Z | [ recovery-image] Oct 30 01:11:01.675 INFO O| Oct 30 01:11:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6187 | 2024-10-30T01:11:01.379Z | [ recovery-image] Oct 30 01:11:01.675 INFO O| Oct 30 01:11:01.675 INFO STEP 682 (remove_files) COMPLETE |
6188 | 2024-10-30T01:11:01.381Z | [ recovery-image] Oct 30 01:11:01.675 INFO O| Oct 30 01:11:01.675 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-10-30T01:11:01.389Z | [ recovery-image] Oct 30 01:11:01.684 INFO O| Oct 30 01:11:01.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6190 | 2024-10-30T01:11:01.389Z | [ recovery-image] Oct 30 01:11:01.684 INFO O| Oct 30 01:11:01.684 INFO STEP 683 (remove_files) COMPLETE |
6191 | 2024-10-30T01:11:01.391Z | [ recovery-image] Oct 30 01:11:01.684 INFO O| Oct 30 01:11:01.684 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-10-30T01:11:01.398Z | [ recovery-image] Oct 30 01:11:01.694 INFO O| Oct 30 01:11:01.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6193 | 2024-10-30T01:11:01.401Z | [ recovery-image] Oct 30 01:11:01.694 INFO O| Oct 30 01:11:01.694 INFO STEP 684 (remove_files) COMPLETE |
6194 | 2024-10-30T01:11:01.401Z | [ recovery-image] Oct 30 01:11:01.694 INFO O| Oct 30 01:11:01.694 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-10-30T01:11:01.407Z | [ recovery-image] Oct 30 01:11:01.703 INFO O| Oct 30 01:11:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6196 | 2024-10-30T01:11:01.407Z | [ recovery-image] Oct 30 01:11:01.703 INFO O| Oct 30 01:11:01.703 INFO STEP 685 (remove_files) COMPLETE |
6197 | 2024-10-30T01:11:01.407Z | [ recovery-image] Oct 30 01:11:01.703 INFO O| Oct 30 01:11:01.703 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-10-30T01:11:01.417Z | [ recovery-image] Oct 30 01:11:01.712 INFO O| Oct 30 01:11:01.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6199 | 2024-10-30T01:11:01.419Z | [ recovery-image] Oct 30 01:11:01.712 INFO O| Oct 30 01:11:01.712 INFO STEP 686 (remove_files) COMPLETE |
6200 | 2024-10-30T01:11:01.419Z | [ recovery-image] Oct 30 01:11:01.713 INFO O| Oct 30 01:11:01.712 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-10-30T01:11:01.426Z | [ recovery-image] Oct 30 01:11:01.722 INFO O| Oct 30 01:11:01.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6202 | 2024-10-30T01:11:01.428Z | [ recovery-image] Oct 30 01:11:01.722 INFO O| Oct 30 01:11:01.722 INFO STEP 687 (remove_files) COMPLETE |
6203 | 2024-10-30T01:11:01.428Z | [ recovery-image] Oct 30 01:11:01.722 INFO O| Oct 30 01:11:01.722 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-10-30T01:11:01.436Z | [ recovery-image] Oct 30 01:11:01.731 INFO O| Oct 30 01:11:01.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6205 | 2024-10-30T01:11:01.436Z | [ recovery-image] Oct 30 01:11:01.731 INFO O| Oct 30 01:11:01.731 INFO STEP 688 (remove_files) COMPLETE |
6206 | 2024-10-30T01:11:01.438Z | [ recovery-image] Oct 30 01:11:01.731 INFO O| Oct 30 01:11:01.731 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-10-30T01:11:01.445Z | [ recovery-image] Oct 30 01:11:01.741 INFO O| Oct 30 01:11:01.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6208 | 2024-10-30T01:11:01.445Z | [ recovery-image] Oct 30 01:11:01.741 INFO O| Oct 30 01:11:01.741 INFO STEP 689 (remove_files) COMPLETE |
6209 | 2024-10-30T01:11:01.447Z | [ recovery-image] Oct 30 01:11:01.741 INFO O| Oct 30 01:11:01.741 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-10-30T01:11:01.455Z | [ recovery-image] Oct 30 01:11:01.750 INFO O| Oct 30 01:11:01.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6211 | 2024-10-30T01:11:01.455Z | [ recovery-image] Oct 30 01:11:01.750 INFO O| Oct 30 01:11:01.750 INFO STEP 690 (remove_files) COMPLETE |
6212 | 2024-10-30T01:11:01.457Z | [ recovery-image] Oct 30 01:11:01.750 INFO O| Oct 30 01:11:01.750 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-10-30T01:11:01.464Z | [ recovery-image] Oct 30 01:11:01.760 INFO O| Oct 30 01:11:01.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6214 | 2024-10-30T01:11:01.464Z | [ recovery-image] Oct 30 01:11:01.760 INFO O| Oct 30 01:11:01.760 INFO STEP 691 (remove_files) COMPLETE |
6215 | 2024-10-30T01:11:01.466Z | [ recovery-image] Oct 30 01:11:01.760 INFO O| Oct 30 01:11:01.760 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-10-30T01:11:01.473Z | [ recovery-image] Oct 30 01:11:01.769 INFO O| Oct 30 01:11:01.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6217 | 2024-10-30T01:11:01.473Z | [ recovery-image] Oct 30 01:11:01.769 INFO O| Oct 30 01:11:01.769 INFO STEP 692 (remove_files) COMPLETE |
6218 | 2024-10-30T01:11:01.473Z | [ recovery-image] Oct 30 01:11:01.769 INFO O| Oct 30 01:11:01.769 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-10-30T01:11:01.483Z | [ recovery-image] Oct 30 01:11:01.779 INFO O| Oct 30 01:11:01.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6220 | 2024-10-30T01:11:01.483Z | [ recovery-image] Oct 30 01:11:01.779 INFO O| Oct 30 01:11:01.779 INFO STEP 693 (remove_files) COMPLETE |
6221 | 2024-10-30T01:11:01.485Z | [ recovery-image] Oct 30 01:11:01.779 INFO O| Oct 30 01:11:01.779 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-10-30T01:11:01.492Z | [ recovery-image] Oct 30 01:11:01.788 INFO O| Oct 30 01:11:01.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6223 | 2024-10-30T01:11:01.492Z | [ recovery-image] Oct 30 01:11:01.788 INFO O| Oct 30 01:11:01.788 INFO STEP 694 (remove_files) COMPLETE |
6224 | 2024-10-30T01:11:01.492Z | [ recovery-image] Oct 30 01:11:01.788 INFO O| Oct 30 01:11:01.788 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-10-30T01:11:01.502Z | [ recovery-image] Oct 30 01:11:01.797 INFO O| Oct 30 01:11:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6226 | 2024-10-30T01:11:01.502Z | [ recovery-image] Oct 30 01:11:01.797 INFO O| Oct 30 01:11:01.797 INFO STEP 695 (remove_files) COMPLETE |
6227 | 2024-10-30T01:11:01.502Z | [ recovery-image] Oct 30 01:11:01.798 INFO O| Oct 30 01:11:01.797 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-10-30T01:11:01.511Z | [ recovery-image] Oct 30 01:11:01.807 INFO O| Oct 30 01:11:01.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6229 | 2024-10-30T01:11:01.511Z | [ recovery-image] Oct 30 01:11:01.807 INFO O| Oct 30 01:11:01.807 INFO STEP 696 (remove_files) COMPLETE |
6230 | 2024-10-30T01:11:01.514Z | [ recovery-image] Oct 30 01:11:01.807 INFO O| Oct 30 01:11:01.807 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-10-30T01:11:01.522Z | [ recovery-image] Oct 30 01:11:01.817 INFO O| Oct 30 01:11:01.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6232 | 2024-10-30T01:11:01.522Z | [ recovery-image] Oct 30 01:11:01.817 INFO O| Oct 30 01:11:01.817 INFO STEP 697 (remove_files) COMPLETE |
6233 | 2024-10-30T01:11:01.525Z | [ recovery-image] Oct 30 01:11:01.817 INFO O| Oct 30 01:11:01.817 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-10-30T01:11:01.531Z | [ recovery-image] Oct 30 01:11:01.826 INFO O| Oct 30 01:11:01.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6235 | 2024-10-30T01:11:01.531Z | [ recovery-image] Oct 30 01:11:01.826 INFO O| Oct 30 01:11:01.826 INFO STEP 698 (remove_files) COMPLETE |
6236 | 2024-10-30T01:11:01.533Z | [ recovery-image] Oct 30 01:11:01.826 INFO O| Oct 30 01:11:01.826 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-10-30T01:11:01.541Z | [ recovery-image] Oct 30 01:11:01.836 INFO O| Oct 30 01:11:01.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6238 | 2024-10-30T01:11:01.541Z | [ recovery-image] Oct 30 01:11:01.836 INFO O| Oct 30 01:11:01.836 INFO STEP 699 (remove_files) COMPLETE |
6239 | 2024-10-30T01:11:01.543Z | [ recovery-image] Oct 30 01:11:01.836 INFO O| Oct 30 01:11:01.836 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-10-30T01:11:01.549Z | [ recovery-image] Oct 30 01:11:01.845 INFO O| Oct 30 01:11:01.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6241 | 2024-10-30T01:11:01.552Z | [ recovery-image] Oct 30 01:11:01.845 INFO O| Oct 30 01:11:01.845 INFO STEP 700 (remove_files) COMPLETE |
6242 | 2024-10-30T01:11:01.552Z | [ recovery-image] Oct 30 01:11:01.845 INFO O| Oct 30 01:11:01.845 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-10-30T01:11:01.559Z | [ recovery-image] Oct 30 01:11:01.855 INFO O| Oct 30 01:11:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6244 | 2024-10-30T01:11:01.562Z | [ recovery-image] Oct 30 01:11:01.855 INFO O| Oct 30 01:11:01.855 INFO STEP 701 (remove_files) COMPLETE |
6245 | 2024-10-30T01:11:01.562Z | [ recovery-image] Oct 30 01:11:01.855 INFO O| Oct 30 01:11:01.855 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-10-30T01:11:01.568Z | [ recovery-image] Oct 30 01:11:01.864 INFO O| Oct 30 01:11:01.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6247 | 2024-10-30T01:11:01.568Z | [ recovery-image] Oct 30 01:11:01.864 INFO O| Oct 30 01:11:01.864 INFO STEP 702 (remove_files) COMPLETE |
6248 | 2024-10-30T01:11:01.571Z | [ recovery-image] Oct 30 01:11:01.864 INFO O| Oct 30 01:11:01.864 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-10-30T01:11:01.578Z | [ recovery-image] Oct 30 01:11:01.873 INFO O| Oct 30 01:11:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6250 | 2024-10-30T01:11:01.578Z | [ recovery-image] Oct 30 01:11:01.873 INFO O| Oct 30 01:11:01.873 INFO STEP 703 (remove_files) COMPLETE |
6251 | 2024-10-30T01:11:01.580Z | [ recovery-image] Oct 30 01:11:01.874 INFO O| Oct 30 01:11:01.873 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-10-30T01:11:01.587Z | [ recovery-image] Oct 30 01:11:01.883 INFO O| Oct 30 01:11:01.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6253 | 2024-10-30T01:11:01.589Z | [ recovery-image] Oct 30 01:11:01.883 INFO O| Oct 30 01:11:01.883 INFO STEP 704 (remove_files) COMPLETE |
6254 | 2024-10-30T01:11:01.589Z | [ recovery-image] Oct 30 01:11:01.883 INFO O| Oct 30 01:11:01.883 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-10-30T01:11:01.596Z | [ recovery-image] Oct 30 01:11:01.892 INFO O| Oct 30 01:11:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6256 | 2024-10-30T01:11:01.600Z | [ recovery-image] Oct 30 01:11:01.892 INFO O| Oct 30 01:11:01.892 INFO STEP 705 (remove_files) COMPLETE |
6257 | 2024-10-30T01:11:01.600Z | [ recovery-image] Oct 30 01:11:01.892 INFO O| Oct 30 01:11:01.892 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-10-30T01:11:01.606Z | [ recovery-image] Oct 30 01:11:01.901 INFO O| Oct 30 01:11:01.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6259 | 2024-10-30T01:11:01.608Z | [ recovery-image] Oct 30 01:11:01.901 INFO O| Oct 30 01:11:01.901 INFO STEP 706 (remove_files) COMPLETE |
6260 | 2024-10-30T01:11:01.608Z | [ recovery-image] Oct 30 01:11:01.902 INFO O| Oct 30 01:11:01.901 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-10-30T01:11:01.615Z | [ recovery-image] Oct 30 01:11:01.911 INFO O| Oct 30 01:11:01.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6262 | 2024-10-30T01:11:01.615Z | [ recovery-image] Oct 30 01:11:01.911 INFO O| Oct 30 01:11:01.911 INFO STEP 707 (remove_files) COMPLETE |
6263 | 2024-10-30T01:11:01.615Z | [ recovery-image] Oct 30 01:11:01.911 INFO O| Oct 30 01:11:01.911 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-10-30T01:11:01.625Z | [ recovery-image] Oct 30 01:11:01.921 INFO O| Oct 30 01:11:01.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6265 | 2024-10-30T01:11:01.627Z | [ recovery-image] Oct 30 01:11:01.921 INFO O| Oct 30 01:11:01.921 INFO STEP 708 (remove_files) COMPLETE |
6266 | 2024-10-30T01:11:01.627Z | [ recovery-image] Oct 30 01:11:01.921 INFO O| Oct 30 01:11:01.921 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-10-30T01:11:01.634Z | [ recovery-image] Oct 30 01:11:01.930 INFO O| Oct 30 01:11:01.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6268 | 2024-10-30T01:11:01.634Z | [ recovery-image] Oct 30 01:11:01.930 INFO O| Oct 30 01:11:01.930 INFO STEP 709 (remove_files) COMPLETE |
6269 | 2024-10-30T01:11:01.634Z | [ recovery-image] Oct 30 01:11:01.930 INFO O| Oct 30 01:11:01.930 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-10-30T01:11:01.644Z | [ recovery-image] Oct 30 01:11:01.940 INFO O| Oct 30 01:11:01.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6271 | 2024-10-30T01:11:01.644Z | [ recovery-image] Oct 30 01:11:01.940 INFO O| Oct 30 01:11:01.940 INFO STEP 710 (remove_files) COMPLETE |
6272 | 2024-10-30T01:11:01.646Z | [ recovery-image] Oct 30 01:11:01.940 INFO O| Oct 30 01:11:01.940 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-10-30T01:11:01.653Z | [ recovery-image] Oct 30 01:11:01.949 INFO O| Oct 30 01:11:01.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6274 | 2024-10-30T01:11:01.653Z | [ recovery-image] Oct 30 01:11:01.949 INFO O| Oct 30 01:11:01.949 INFO STEP 711 (remove_files) COMPLETE |
6275 | 2024-10-30T01:11:01.653Z | [ recovery-image] Oct 30 01:11:01.949 INFO O| Oct 30 01:11:01.949 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-10-30T01:11:01.662Z | [ recovery-image] Oct 30 01:11:01.958 INFO O| Oct 30 01:11:01.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6277 | 2024-10-30T01:11:01.662Z | [ recovery-image] Oct 30 01:11:01.958 INFO O| Oct 30 01:11:01.958 INFO STEP 712 (remove_files) COMPLETE |
6278 | 2024-10-30T01:11:01.665Z | [ recovery-image] Oct 30 01:11:01.958 INFO O| Oct 30 01:11:01.958 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-10-30T01:11:01.672Z | [ recovery-image] Oct 30 01:11:01.968 INFO O| Oct 30 01:11:01.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6280 | 2024-10-30T01:11:01.672Z | [ recovery-image] Oct 30 01:11:01.968 INFO O| Oct 30 01:11:01.968 INFO STEP 713 (remove_files) COMPLETE |
6281 | 2024-10-30T01:11:01.672Z | [ recovery-image] Oct 30 01:11:01.968 INFO O| Oct 30 01:11:01.968 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-10-30T01:11:01.681Z | [ recovery-image] Oct 30 01:11:01.977 INFO O| Oct 30 01:11:01.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6283 | 2024-10-30T01:11:01.681Z | [ recovery-image] Oct 30 01:11:01.977 INFO O| Oct 30 01:11:01.977 INFO STEP 714 (remove_files) COMPLETE |
6284 | 2024-10-30T01:11:01.684Z | [ recovery-image] Oct 30 01:11:01.977 INFO O| Oct 30 01:11:01.977 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-10-30T01:11:01.691Z | [ recovery-image] Oct 30 01:11:01.987 INFO O| Oct 30 01:11:01.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6286 | 2024-10-30T01:11:01.693Z | [ recovery-image] Oct 30 01:11:01.987 INFO O| Oct 30 01:11:01.987 INFO STEP 715 (remove_files) COMPLETE |
6287 | 2024-10-30T01:11:01.693Z | [ recovery-image] Oct 30 01:11:01.987 INFO O| Oct 30 01:11:01.987 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-10-30T01:11:01.700Z | [ recovery-image] Oct 30 01:11:01.996 INFO O| Oct 30 01:11:01.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6289 | 2024-10-30T01:11:01.700Z | [ recovery-image] Oct 30 01:11:01.996 INFO O| Oct 30 01:11:01.996 INFO STEP 716 (remove_files) COMPLETE |
6290 | 2024-10-30T01:11:01.703Z | [ recovery-image] Oct 30 01:11:01.996 INFO O| Oct 30 01:11:01.996 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-10-30T01:11:01.710Z | [ recovery-image] Oct 30 01:11:02.006 INFO O| Oct 30 01:11:02.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6292 | 2024-10-30T01:11:01.710Z | [ recovery-image] Oct 30 01:11:02.006 INFO O| Oct 30 01:11:02.006 INFO STEP 717 (remove_files) COMPLETE |
6293 | 2024-10-30T01:11:01.713Z | [ recovery-image] Oct 30 01:11:02.006 INFO O| Oct 30 01:11:02.006 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-10-30T01:11:01.719Z | [ recovery-image] Oct 30 01:11:02.015 INFO O| Oct 30 01:11:02.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6295 | 2024-10-30T01:11:01.720Z | [ recovery-image] Oct 30 01:11:02.016 INFO O| Oct 30 01:11:02.016 INFO STEP 718 (remove_files) COMPLETE |
6296 | 2024-10-30T01:11:01.720Z | [ recovery-image] Oct 30 01:11:02.016 INFO O| Oct 30 01:11:02.016 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-10-30T01:11:01.729Z | [ recovery-image] Oct 30 01:11:02.025 INFO O| Oct 30 01:11:02.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6298 | 2024-10-30T01:11:01.731Z | [ recovery-image] Oct 30 01:11:02.025 INFO O| Oct 30 01:11:02.025 INFO STEP 719 (remove_files) COMPLETE |
6299 | 2024-10-30T01:11:01.732Z | [ recovery-image] Oct 30 01:11:02.025 INFO O| Oct 30 01:11:02.025 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-10-30T01:11:01.739Z | [ recovery-image] Oct 30 01:11:02.034 INFO O| Oct 30 01:11:02.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6301 | 2024-10-30T01:11:01.739Z | [ recovery-image] Oct 30 01:11:02.034 INFO O| Oct 30 01:11:02.034 INFO STEP 720 (remove_files) COMPLETE |
6302 | 2024-10-30T01:11:01.742Z | [ recovery-image] Oct 30 01:11:02.034 INFO O| Oct 30 01:11:02.034 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-10-30T01:11:01.748Z | [ recovery-image] Oct 30 01:11:02.044 INFO O| Oct 30 01:11:02.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6304 | 2024-10-30T01:11:01.750Z | [ recovery-image] Oct 30 01:11:02.044 INFO O| Oct 30 01:11:02.044 INFO STEP 721 (remove_files) COMPLETE |
6305 | 2024-10-30T01:11:01.751Z | [ recovery-image] Oct 30 01:11:02.044 INFO O| Oct 30 01:11:02.044 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-10-30T01:11:01.757Z | [ recovery-image] Oct 30 01:11:02.053 INFO O| Oct 30 01:11:02.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6307 | 2024-10-30T01:11:01.757Z | [ recovery-image] Oct 30 01:11:02.053 INFO O| Oct 30 01:11:02.053 INFO STEP 722 (remove_files) COMPLETE |
6308 | 2024-10-30T01:11:01.760Z | [ recovery-image] Oct 30 01:11:02.053 INFO O| Oct 30 01:11:02.053 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-10-30T01:11:01.767Z | [ recovery-image] Oct 30 01:11:02.063 INFO O| Oct 30 01:11:02.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6310 | 2024-10-30T01:11:01.769Z | [ recovery-image] Oct 30 01:11:02.063 INFO O| Oct 30 01:11:02.063 INFO STEP 723 (remove_files) COMPLETE |
6311 | 2024-10-30T01:11:01.769Z | [ recovery-image] Oct 30 01:11:02.063 INFO O| Oct 30 01:11:02.063 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-10-30T01:11:01.776Z | [ recovery-image] Oct 30 01:11:02.072 INFO O| Oct 30 01:11:02.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6313 | 2024-10-30T01:11:01.779Z | [ recovery-image] Oct 30 01:11:02.072 INFO O| Oct 30 01:11:02.072 INFO STEP 724 (remove_files) COMPLETE |
6314 | 2024-10-30T01:11:01.779Z | [ recovery-image] Oct 30 01:11:02.072 INFO O| Oct 30 01:11:02.072 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-10-30T01:11:01.786Z | [ recovery-image] Oct 30 01:11:02.082 INFO O| Oct 30 01:11:02.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6316 | 2024-10-30T01:11:01.788Z | [ recovery-image] Oct 30 01:11:02.082 INFO O| Oct 30 01:11:02.082 INFO STEP 725 (remove_files) COMPLETE |
6317 | 2024-10-30T01:11:01.788Z | [ recovery-image] Oct 30 01:11:02.082 INFO O| Oct 30 01:11:02.082 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-10-30T01:11:01.795Z | [ recovery-image] Oct 30 01:11:02.091 INFO O| Oct 30 01:11:02.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6319 | 2024-10-30T01:11:01.795Z | [ recovery-image] Oct 30 01:11:02.091 INFO O| Oct 30 01:11:02.091 INFO STEP 726 (remove_files) COMPLETE |
6320 | 2024-10-30T01:11:01.798Z | [ recovery-image] Oct 30 01:11:02.091 INFO O| Oct 30 01:11:02.091 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-10-30T01:11:01.805Z | [ recovery-image] Oct 30 01:11:02.100 INFO O| Oct 30 01:11:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6322 | 2024-10-30T01:11:01.807Z | [ recovery-image] Oct 30 01:11:02.101 INFO O| Oct 30 01:11:02.100 INFO STEP 727 (remove_files) COMPLETE |
6323 | 2024-10-30T01:11:01.807Z | [ recovery-image] Oct 30 01:11:02.101 INFO O| Oct 30 01:11:02.101 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-10-30T01:11:01.814Z | [ recovery-image] Oct 30 01:11:02.110 INFO O| Oct 30 01:11:02.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6325 | 2024-10-30T01:11:01.814Z | [ recovery-image] Oct 30 01:11:02.110 INFO O| Oct 30 01:11:02.110 INFO STEP 728 (remove_files) COMPLETE |
6326 | 2024-10-30T01:11:01.814Z | [ recovery-image] Oct 30 01:11:02.110 INFO O| Oct 30 01:11:02.110 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-10-30T01:11:01.823Z | [ recovery-image] Oct 30 01:11:02.119 INFO O| Oct 30 01:11:02.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6328 | 2024-10-30T01:11:01.826Z | [ recovery-image] Oct 30 01:11:02.119 INFO O| Oct 30 01:11:02.119 INFO STEP 729 (remove_files) COMPLETE |
6329 | 2024-10-30T01:11:01.826Z | [ recovery-image] Oct 30 01:11:02.119 INFO O| Oct 30 01:11:02.119 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-10-30T01:11:01.833Z | [ recovery-image] Oct 30 01:11:02.129 INFO O| Oct 30 01:11:02.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6331 | 2024-10-30T01:11:01.835Z | [ recovery-image] Oct 30 01:11:02.129 INFO O| Oct 30 01:11:02.129 INFO STEP 730 (remove_files) COMPLETE |
6332 | 2024-10-30T01:11:01.835Z | [ recovery-image] Oct 30 01:11:02.129 INFO O| Oct 30 01:11:02.129 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-10-30T01:11:01.842Z | [ recovery-image] Oct 30 01:11:02.138 INFO O| Oct 30 01:11:02.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6334 | 2024-10-30T01:11:01.845Z | [ recovery-image] Oct 30 01:11:02.138 INFO O| Oct 30 01:11:02.138 INFO STEP 731 (remove_files) COMPLETE |
6335 | 2024-10-30T01:11:01.845Z | [ recovery-image] Oct 30 01:11:02.138 INFO O| Oct 30 01:11:02.138 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-10-30T01:11:01.852Z | [ recovery-image] Oct 30 01:11:02.147 INFO O| Oct 30 01:11:02.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6337 | 2024-10-30T01:11:01.852Z | [ recovery-image] Oct 30 01:11:02.148 INFO O| Oct 30 01:11:02.148 INFO STEP 732 (remove_files) COMPLETE |
6338 | 2024-10-30T01:11:01.854Z | [ recovery-image] Oct 30 01:11:02.148 INFO O| Oct 30 01:11:02.148 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-10-30T01:11:01.861Z | [ recovery-image] Oct 30 01:11:02.157 INFO O| Oct 30 01:11:02.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6340 | 2024-10-30T01:11:01.861Z | [ recovery-image] Oct 30 01:11:02.157 INFO O| Oct 30 01:11:02.157 INFO STEP 733 (remove_files) COMPLETE |
6341 | 2024-10-30T01:11:01.864Z | [ recovery-image] Oct 30 01:11:02.157 INFO O| Oct 30 01:11:02.157 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-10-30T01:11:01.870Z | [ recovery-image] Oct 30 01:11:02.166 INFO O| Oct 30 01:11:02.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6343 | 2024-10-30T01:11:01.870Z | [ recovery-image] Oct 30 01:11:02.166 INFO O| Oct 30 01:11:02.166 INFO STEP 734 (remove_files) COMPLETE |
6344 | 2024-10-30T01:11:01.873Z | [ recovery-image] Oct 30 01:11:02.166 INFO O| Oct 30 01:11:02.166 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-10-30T01:11:01.880Z | [ recovery-image] Oct 30 01:11:02.176 INFO O| Oct 30 01:11:02.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6346 | 2024-10-30T01:11:01.882Z | [ recovery-image] Oct 30 01:11:02.176 INFO O| Oct 30 01:11:02.176 INFO STEP 735 (remove_files) COMPLETE |
6347 | 2024-10-30T01:11:01.883Z | [ recovery-image] Oct 30 01:11:02.176 INFO O| Oct 30 01:11:02.176 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-10-30T01:11:01.889Z | [ recovery-image] Oct 30 01:11:02.185 INFO O| Oct 30 01:11:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6349 | 2024-10-30T01:11:01.889Z | [ recovery-image] Oct 30 01:11:02.185 INFO O| Oct 30 01:11:02.185 INFO STEP 736 (remove_files) COMPLETE |
6350 | 2024-10-30T01:11:01.889Z | [ recovery-image] Oct 30 01:11:02.185 INFO O| Oct 30 01:11:02.185 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-10-30T01:11:01.899Z | [ recovery-image] Oct 30 01:11:02.194 INFO O| Oct 30 01:11:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6352 | 2024-10-30T01:11:01.899Z | [ recovery-image] Oct 30 01:11:02.195 INFO O| Oct 30 01:11:02.195 INFO STEP 737 (remove_files) COMPLETE |
6353 | 2024-10-30T01:11:01.901Z | [ recovery-image] Oct 30 01:11:02.195 INFO O| Oct 30 01:11:02.195 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-10-30T01:11:01.908Z | [ recovery-image] Oct 30 01:11:02.204 INFO O| Oct 30 01:11:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6355 | 2024-10-30T01:11:01.908Z | [ recovery-image] Oct 30 01:11:02.204 INFO O| Oct 30 01:11:02.204 INFO STEP 738 (remove_files) COMPLETE |
6356 | 2024-10-30T01:11:01.911Z | [ recovery-image] Oct 30 01:11:02.204 INFO O| Oct 30 01:11:02.204 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-10-30T01:11:01.917Z | [ recovery-image] Oct 30 01:11:02.213 INFO O| Oct 30 01:11:02.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6358 | 2024-10-30T01:11:01.917Z | [ recovery-image] Oct 30 01:11:02.213 INFO O| Oct 30 01:11:02.213 INFO STEP 739 (remove_files) COMPLETE |
6359 | 2024-10-30T01:11:01.917Z | [ recovery-image] Oct 30 01:11:02.213 INFO O| Oct 30 01:11:02.213 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-10-30T01:11:01.927Z | [ recovery-image] Oct 30 01:11:02.223 INFO O| Oct 30 01:11:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6361 | 2024-10-30T01:11:01.929Z | [ recovery-image] Oct 30 01:11:02.223 INFO O| Oct 30 01:11:02.223 INFO STEP 740 (remove_files) COMPLETE |
6362 | 2024-10-30T01:11:01.930Z | [ recovery-image] Oct 30 01:11:02.223 INFO O| Oct 30 01:11:02.223 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-10-30T01:11:01.937Z | [ recovery-image] Oct 30 01:11:02.233 INFO O| Oct 30 01:11:02.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6364 | 2024-10-30T01:11:01.939Z | [ recovery-image] Oct 30 01:11:02.233 INFO O| Oct 30 01:11:02.233 INFO STEP 741 (remove_files) COMPLETE |
6365 | 2024-10-30T01:11:01.939Z | [ recovery-image] Oct 30 01:11:02.233 INFO O| Oct 30 01:11:02.233 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-10-30T01:11:01.947Z | [ recovery-image] Oct 30 01:11:02.243 INFO O| Oct 30 01:11:02.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6367 | 2024-10-30T01:11:01.949Z | [ recovery-image] Oct 30 01:11:02.244 INFO O| Oct 30 01:11:02.244 INFO STEP 742 (remove_files) COMPLETE |
6368 | 2024-10-30T01:11:01.949Z | [ recovery-image] Oct 30 01:11:02.244 INFO O| Oct 30 01:11:02.244 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-10-30T01:11:01.958Z | [ recovery-image] Oct 30 01:11:02.253 INFO O| Oct 30 01:11:02.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6370 | 2024-10-30T01:11:01.961Z | [ recovery-image] Oct 30 01:11:02.254 INFO O| Oct 30 01:11:02.254 INFO STEP 743 (remove_files) COMPLETE |
6371 | 2024-10-30T01:11:01.961Z | [ recovery-image] Oct 30 01:11:02.254 INFO O| Oct 30 01:11:02.254 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-10-30T01:11:01.968Z | [ recovery-image] Oct 30 01:11:02.264 INFO O| Oct 30 01:11:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6373 | 2024-10-30T01:11:01.968Z | [ recovery-image] Oct 30 01:11:02.264 INFO O| Oct 30 01:11:02.264 INFO STEP 744 (remove_files) COMPLETE |
6374 | 2024-10-30T01:11:01.971Z | [ recovery-image] Oct 30 01:11:02.264 INFO O| Oct 30 01:11:02.264 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-10-30T01:11:01.977Z | [ recovery-image] Oct 30 01:11:02.273 INFO O| Oct 30 01:11:02.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6376 | 2024-10-30T01:11:01.977Z | [ recovery-image] Oct 30 01:11:02.273 INFO O| Oct 30 01:11:02.273 INFO STEP 745 (remove_files) COMPLETE |
6377 | 2024-10-30T01:11:01.980Z | [ recovery-image] Oct 30 01:11:02.273 INFO O| Oct 30 01:11:02.273 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-10-30T01:11:01.987Z | [ recovery-image] Oct 30 01:11:02.283 INFO O| Oct 30 01:11:02.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6379 | 2024-10-30T01:11:01.989Z | [ recovery-image] Oct 30 01:11:02.283 INFO O| Oct 30 01:11:02.283 INFO STEP 746 (remove_files) COMPLETE |
6380 | 2024-10-30T01:11:01.989Z | [ recovery-image] Oct 30 01:11:02.283 INFO O| Oct 30 01:11:02.283 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-10-30T01:11:01.996Z | [ recovery-image] Oct 30 01:11:02.292 INFO O| Oct 30 01:11:02.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6382 | 2024-10-30T01:11:01.996Z | [ recovery-image] Oct 30 01:11:02.292 INFO O| Oct 30 01:11:02.292 INFO STEP 747 (remove_files) COMPLETE |
6383 | 2024-10-30T01:11:01.999Z | [ recovery-image] Oct 30 01:11:02.292 INFO O| Oct 30 01:11:02.292 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-10-30T01:11:02.005Z | [ recovery-image] Oct 30 01:11:02.301 INFO O| Oct 30 01:11:02.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6385 | 2024-10-30T01:11:02.005Z | [ recovery-image] Oct 30 01:11:02.301 INFO O| Oct 30 01:11:02.301 INFO STEP 748 (remove_files) COMPLETE |
6386 | 2024-10-30T01:11:02.008Z | [ recovery-image] Oct 30 01:11:02.301 INFO O| Oct 30 01:11:02.301 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-10-30T01:11:02.015Z | [ recovery-image] Oct 30 01:11:02.311 INFO O| Oct 30 01:11:02.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6388 | 2024-10-30T01:11:02.017Z | [ recovery-image] Oct 30 01:11:02.311 INFO O| Oct 30 01:11:02.311 INFO STEP 749 (remove_files) COMPLETE |
6389 | 2024-10-30T01:11:02.017Z | [ recovery-image] Oct 30 01:11:02.311 INFO O| Oct 30 01:11:02.311 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-10-30T01:11:02.025Z | [ recovery-image] Oct 30 01:11:02.321 INFO O| Oct 30 01:11:02.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6391 | 2024-10-30T01:11:02.027Z | [ recovery-image] Oct 30 01:11:02.321 INFO O| Oct 30 01:11:02.321 INFO STEP 750 (remove_files) COMPLETE |
6392 | 2024-10-30T01:11:02.027Z | [ recovery-image] Oct 30 01:11:02.321 INFO O| Oct 30 01:11:02.321 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-10-30T01:11:02.035Z | [ recovery-image] Oct 30 01:11:02.331 INFO O| Oct 30 01:11:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6394 | 2024-10-30T01:11:02.035Z | [ recovery-image] Oct 30 01:11:02.331 INFO O| Oct 30 01:11:02.331 INFO STEP 751 (remove_files) COMPLETE |
6395 | 2024-10-30T01:11:02.036Z | [ recovery-image] Oct 30 01:11:02.331 INFO O| Oct 30 01:11:02.331 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-10-30T01:11:02.043Z | [ host-image] Oct 30 01:11:02.339 INFO O| Oct 30 01:11:02.339 INFO O| Download: Completed 1.39 MB in 1.00 seconds (1.4M/s) |
6397 | 2024-10-30T01:11:02.046Z | [ recovery-image] Oct 30 01:11:02.341 INFO O| Oct 30 01:11:02.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6398 | 2024-10-30T01:11:02.046Z | [ recovery-image] Oct 30 01:11:02.341 INFO O| Oct 30 01:11:02.341 INFO STEP 752 (remove_files) COMPLETE |
6399 | 2024-10-30T01:11:02.046Z | [ recovery-image] Oct 30 01:11:02.341 INFO O| Oct 30 01:11:02.341 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-10-30T01:11:02.055Z | [ recovery-image] Oct 30 01:11:02.351 INFO O| Oct 30 01:11:02.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6401 | 2024-10-30T01:11:02.055Z | [ recovery-image] Oct 30 01:11:02.351 INFO O| Oct 30 01:11:02.351 INFO STEP 753 (remove_files) COMPLETE |
6402 | 2024-10-30T01:11:02.055Z | [ recovery-image] Oct 30 01:11:02.351 INFO O| Oct 30 01:11:02.351 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-10-30T01:11:02.065Z | [ recovery-image] Oct 30 01:11:02.361 INFO O| Oct 30 01:11:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6404 | 2024-10-30T01:11:02.068Z | [ recovery-image] Oct 30 01:11:02.361 INFO O| Oct 30 01:11:02.361 INFO STEP 754 (remove_files) COMPLETE |
6405 | 2024-10-30T01:11:02.068Z | [ recovery-image] Oct 30 01:11:02.362 INFO O| Oct 30 01:11:02.361 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-10-30T01:11:02.071Z | [ host-image] Oct 30 01:11:02.367 INFO O| Oct 30 01:11:02.367 INFO O| Actions: 1/238 actions (Installing new actions) |
6407 | 2024-10-30T01:11:02.075Z | [ recovery-image] Oct 30 01:11:02.371 INFO O| Oct 30 01:11:02.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6408 | 2024-10-30T01:11:02.078Z | [ recovery-image] Oct 30 01:11:02.372 INFO O| Oct 30 01:11:02.372 INFO STEP 755 (remove_files) COMPLETE |
6409 | 2024-10-30T01:11:02.078Z | [ recovery-image] Oct 30 01:11:02.372 INFO O| Oct 30 01:11:02.372 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-10-30T01:11:02.086Z | [ recovery-image] Oct 30 01:11:02.382 INFO O| Oct 30 01:11:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6411 | 2024-10-30T01:11:02.086Z | [ recovery-image] Oct 30 01:11:02.382 INFO O| Oct 30 01:11:02.382 INFO STEP 756 (remove_files) COMPLETE |
6412 | 2024-10-30T01:11:02.088Z | [ recovery-image] Oct 30 01:11:02.382 INFO O| Oct 30 01:11:02.382 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-10-30T01:11:02.095Z | [ recovery-image] Oct 30 01:11:02.391 INFO O| Oct 30 01:11:02.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6414 | 2024-10-30T01:11:02.095Z | [ recovery-image] Oct 30 01:11:02.391 INFO O| Oct 30 01:11:02.391 INFO STEP 757 (remove_files) COMPLETE |
6415 | 2024-10-30T01:11:02.095Z | [ recovery-image] Oct 30 01:11:02.391 INFO O| Oct 30 01:11:02.391 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-10-30T01:11:02.105Z | [ recovery-image] Oct 30 01:11:02.401 INFO O| Oct 30 01:11:02.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6417 | 2024-10-30T01:11:02.108Z | [ recovery-image] Oct 30 01:11:02.401 INFO O| Oct 30 01:11:02.401 INFO STEP 758 (remove_files) COMPLETE |
6418 | 2024-10-30T01:11:02.108Z | [ recovery-image] Oct 30 01:11:02.401 INFO O| Oct 30 01:11:02.401 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-10-30T01:11:02.115Z | [ recovery-image] Oct 30 01:11:02.411 INFO O| Oct 30 01:11:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6420 | 2024-10-30T01:11:02.117Z | [ recovery-image] Oct 30 01:11:02.411 INFO O| Oct 30 01:11:02.411 INFO STEP 759 (remove_files) COMPLETE |
6421 | 2024-10-30T01:11:02.117Z | [ recovery-image] Oct 30 01:11:02.411 INFO O| Oct 30 01:11:02.411 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-10-30T01:11:02.125Z | [ recovery-image] Oct 30 01:11:02.421 INFO O| Oct 30 01:11:02.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6423 | 2024-10-30T01:11:02.125Z | [ recovery-image] Oct 30 01:11:02.421 INFO O| Oct 30 01:11:02.421 INFO STEP 760 (remove_files) COMPLETE |
6424 | 2024-10-30T01:11:02.127Z | [ recovery-image] Oct 30 01:11:02.421 INFO O| Oct 30 01:11:02.421 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-10-30T01:11:02.134Z | [ recovery-image] Oct 30 01:11:02.430 INFO O| Oct 30 01:11:02.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6426 | 2024-10-30T01:11:02.137Z | [ recovery-image] Oct 30 01:11:02.430 INFO O| Oct 30 01:11:02.430 INFO STEP 761 (remove_files) COMPLETE |
6427 | 2024-10-30T01:11:02.137Z | [ recovery-image] Oct 30 01:11:02.430 INFO O| Oct 30 01:11:02.430 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-10-30T01:11:02.144Z | [ recovery-image] Oct 30 01:11:02.440 INFO O| Oct 30 01:11:02.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6429 | 2024-10-30T01:11:02.148Z | [ recovery-image] Oct 30 01:11:02.440 INFO O| Oct 30 01:11:02.440 INFO STEP 762 (remove_files) COMPLETE |
6430 | 2024-10-30T01:11:02.148Z | [ recovery-image] Oct 30 01:11:02.440 INFO O| Oct 30 01:11:02.440 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-10-30T01:11:02.155Z | [ recovery-image] Oct 30 01:11:02.451 INFO O| Oct 30 01:11:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6432 | 2024-10-30T01:11:02.157Z | [ recovery-image] Oct 30 01:11:02.451 INFO O| Oct 30 01:11:02.451 INFO STEP 763 (remove_files) COMPLETE |
6433 | 2024-10-30T01:11:02.157Z | [ recovery-image] Oct 30 01:11:02.451 INFO O| Oct 30 01:11:02.451 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-10-30T01:11:02.165Z | [ recovery-image] Oct 30 01:11:02.461 INFO O| Oct 30 01:11:02.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6435 | 2024-10-30T01:11:02.165Z | [ recovery-image] Oct 30 01:11:02.461 INFO O| Oct 30 01:11:02.461 INFO STEP 764 (remove_files) COMPLETE |
6436 | 2024-10-30T01:11:02.167Z | [ recovery-image] Oct 30 01:11:02.461 INFO O| Oct 30 01:11:02.461 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-10-30T01:11:02.175Z | [ recovery-image] Oct 30 01:11:02.471 INFO O| Oct 30 01:11:02.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6438 | 2024-10-30T01:11:02.177Z | [ recovery-image] Oct 30 01:11:02.471 INFO O| Oct 30 01:11:02.471 INFO STEP 765 (remove_files) COMPLETE |
6439 | 2024-10-30T01:11:02.177Z | [ recovery-image] Oct 30 01:11:02.471 INFO O| Oct 30 01:11:02.471 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-10-30T01:11:02.185Z | [ host-image] Oct 30 01:11:02.480 INFO O| Oct 30 01:11:02.480 INFO O| Actions: Completed 238 actions in 0.11 seconds. |
6441 | 2024-10-30T01:11:02.188Z | [ recovery-image] Oct 30 01:11:02.481 INFO O| Oct 30 01:11:02.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6442 | 2024-10-30T01:11:02.188Z | [ recovery-image] Oct 30 01:11:02.481 INFO O| Oct 30 01:11:02.481 INFO STEP 766 (remove_files) COMPLETE |
6443 | 2024-10-30T01:11:02.188Z | [ recovery-image] Oct 30 01:11:02.481 INFO O| Oct 30 01:11:02.481 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-10-30T01:11:02.195Z | [ recovery-image] Oct 30 01:11:02.491 INFO O| Oct 30 01:11:02.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6445 | 2024-10-30T01:11:02.197Z | [ recovery-image] Oct 30 01:11:02.491 INFO O| Oct 30 01:11:02.491 INFO STEP 767 (remove_files) COMPLETE |
6446 | 2024-10-30T01:11:02.197Z | [ recovery-image] Oct 30 01:11:02.491 INFO O| Oct 30 01:11:02.491 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-10-30T01:11:02.204Z | [ recovery-image] Oct 30 01:11:02.500 INFO O| Oct 30 01:11:02.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6448 | 2024-10-30T01:11:02.207Z | [ recovery-image] Oct 30 01:11:02.501 INFO O| Oct 30 01:11:02.501 INFO STEP 768 (remove_files) COMPLETE |
6449 | 2024-10-30T01:11:02.207Z | [ recovery-image] Oct 30 01:11:02.501 INFO O| Oct 30 01:11:02.501 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-10-30T01:11:02.214Z | [ recovery-image] Oct 30 01:11:02.510 INFO O| Oct 30 01:11:02.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6451 | 2024-10-30T01:11:02.214Z | [ recovery-image] Oct 30 01:11:02.510 INFO O| Oct 30 01:11:02.510 INFO STEP 769 (remove_files) COMPLETE |
6452 | 2024-10-30T01:11:02.217Z | [ recovery-image] Oct 30 01:11:02.511 INFO O| Oct 30 01:11:02.510 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-10-30T01:11:02.224Z | [ recovery-image] Oct 30 01:11:02.520 INFO O| Oct 30 01:11:02.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6454 | 2024-10-30T01:11:02.227Z | [ recovery-image] Oct 30 01:11:02.520 INFO O| Oct 30 01:11:02.520 INFO STEP 770 (remove_files) COMPLETE |
6455 | 2024-10-30T01:11:02.227Z | [ recovery-image] Oct 30 01:11:02.520 INFO O| Oct 30 01:11:02.520 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-10-30T01:11:02.234Z | [ recovery-image] Oct 30 01:11:02.530 INFO O| Oct 30 01:11:02.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6457 | 2024-10-30T01:11:02.234Z | [ recovery-image] Oct 30 01:11:02.530 INFO O| Oct 30 01:11:02.530 INFO STEP 771 (remove_files) COMPLETE |
6458 | 2024-10-30T01:11:02.237Z | [ recovery-image] Oct 30 01:11:02.530 INFO O| Oct 30 01:11:02.530 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-10-30T01:11:02.244Z | [ recovery-image] Oct 30 01:11:02.540 INFO O| Oct 30 01:11:02.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6460 | 2024-10-30T01:11:02.244Z | [ recovery-image] Oct 30 01:11:02.540 INFO O| Oct 30 01:11:02.540 INFO STEP 772 (remove_files) COMPLETE |
6461 | 2024-10-30T01:11:02.246Z | [ recovery-image] Oct 30 01:11:02.540 INFO O| Oct 30 01:11:02.540 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-10-30T01:11:02.253Z | [ recovery-image] Oct 30 01:11:02.549 INFO O| Oct 30 01:11:02.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6463 | 2024-10-30T01:11:02.253Z | [ recovery-image] Oct 30 01:11:02.549 INFO O| Oct 30 01:11:02.549 INFO STEP 773 (remove_files) COMPLETE |
6464 | 2024-10-30T01:11:02.256Z | [ recovery-image] Oct 30 01:11:02.549 INFO O| Oct 30 01:11:02.549 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-10-30T01:11:02.263Z | [ recovery-image] Oct 30 01:11:02.559 INFO O| Oct 30 01:11:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6466 | 2024-10-30T01:11:02.263Z | [ recovery-image] Oct 30 01:11:02.559 INFO O| Oct 30 01:11:02.559 INFO STEP 774 (remove_files) COMPLETE |
6467 | 2024-10-30T01:11:02.266Z | [ recovery-image] Oct 30 01:11:02.559 INFO O| Oct 30 01:11:02.559 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-10-30T01:11:02.273Z | [ recovery-image] Oct 30 01:11:02.569 INFO O| Oct 30 01:11:02.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6469 | 2024-10-30T01:11:02.273Z | [ recovery-image] Oct 30 01:11:02.569 INFO O| Oct 30 01:11:02.569 INFO STEP 775 (remove_files) COMPLETE |
6470 | 2024-10-30T01:11:02.273Z | [ recovery-image] Oct 30 01:11:02.569 INFO O| Oct 30 01:11:02.569 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-10-30T01:11:02.284Z | [ recovery-image] Oct 30 01:11:02.579 INFO O| Oct 30 01:11:02.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6472 | 2024-10-30T01:11:02.284Z | [ recovery-image] Oct 30 01:11:02.579 INFO O| Oct 30 01:11:02.579 INFO STEP 776 (remove_files) COMPLETE |
6473 | 2024-10-30T01:11:02.295Z | [ recovery-image] Oct 30 01:11:02.579 INFO O| Oct 30 01:11:02.579 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-10-30T01:11:02.298Z | [ recovery-image] Oct 30 01:11:02.590 INFO O| Oct 30 01:11:02.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6475 | 2024-10-30T01:11:02.298Z | [ recovery-image] Oct 30 01:11:02.590 INFO O| Oct 30 01:11:02.590 INFO STEP 777 (remove_files) COMPLETE |
6476 | 2024-10-30T01:11:02.298Z | [ recovery-image] Oct 30 01:11:02.590 INFO O| Oct 30 01:11:02.590 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-10-30T01:11:02.304Z | [ recovery-image] Oct 30 01:11:02.600 INFO O| Oct 30 01:11:02.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6478 | 2024-10-30T01:11:02.304Z | [ recovery-image] Oct 30 01:11:02.600 INFO O| Oct 30 01:11:02.600 INFO STEP 778 (remove_files) COMPLETE |
6479 | 2024-10-30T01:11:02.308Z | [ recovery-image] Oct 30 01:11:02.600 INFO O| Oct 30 01:11:02.600 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-10-30T01:11:02.315Z | [ recovery-image] Oct 30 01:11:02.610 INFO O| Oct 30 01:11:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6481 | 2024-10-30T01:11:02.315Z | [ recovery-image] Oct 30 01:11:02.610 INFO O| Oct 30 01:11:02.610 INFO STEP 779 (remove_files) COMPLETE |
6482 | 2024-10-30T01:11:02.318Z | [ recovery-image] Oct 30 01:11:02.610 INFO O| Oct 30 01:11:02.610 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-10-30T01:11:02.324Z | [ recovery-image] Oct 30 01:11:02.620 INFO O| Oct 30 01:11:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6484 | 2024-10-30T01:11:02.324Z | [ recovery-image] Oct 30 01:11:02.620 INFO O| Oct 30 01:11:02.620 INFO STEP 780 (remove_files) COMPLETE |
6485 | 2024-10-30T01:11:02.324Z | [ recovery-image] Oct 30 01:11:02.620 INFO O| Oct 30 01:11:02.620 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-10-30T01:11:02.334Z | [ recovery-image] Oct 30 01:11:02.630 INFO O| Oct 30 01:11:02.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6487 | 2024-10-30T01:11:02.334Z | [ recovery-image] Oct 30 01:11:02.630 INFO O| Oct 30 01:11:02.630 INFO STEP 781 (remove_files) COMPLETE |
6488 | 2024-10-30T01:11:02.337Z | [ recovery-image] Oct 30 01:11:02.630 INFO O| Oct 30 01:11:02.630 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-10-30T01:11:02.344Z | [ recovery-image] Oct 30 01:11:02.640 INFO O| Oct 30 01:11:02.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6490 | 2024-10-30T01:11:02.344Z | [ recovery-image] Oct 30 01:11:02.640 INFO O| Oct 30 01:11:02.640 INFO STEP 782 (remove_files) COMPLETE |
6491 | 2024-10-30T01:11:02.344Z | [ recovery-image] Oct 30 01:11:02.640 INFO O| Oct 30 01:11:02.640 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-10-30T01:11:02.354Z | [ recovery-image] Oct 30 01:11:02.650 INFO O| Oct 30 01:11:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6493 | 2024-10-30T01:11:02.354Z | [ recovery-image] Oct 30 01:11:02.650 INFO O| Oct 30 01:11:02.650 INFO STEP 783 (remove_files) COMPLETE |
6494 | 2024-10-30T01:11:02.355Z | [ recovery-image] Oct 30 01:11:02.650 INFO O| Oct 30 01:11:02.650 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-10-30T01:11:02.366Z | [ recovery-image] Oct 30 01:11:02.662 INFO O| Oct 30 01:11:02.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6496 | 2024-10-30T01:11:02.369Z | [ recovery-image] Oct 30 01:11:02.662 INFO O| Oct 30 01:11:02.662 INFO STEP 784 (remove_files) COMPLETE |
6497 | 2024-10-30T01:11:02.369Z | [ recovery-image] Oct 30 01:11:02.662 INFO O| Oct 30 01:11:02.662 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-10-30T01:11:02.378Z | [ recovery-image] Oct 30 01:11:02.674 INFO O| Oct 30 01:11:02.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6499 | 2024-10-30T01:11:02.385Z | [ recovery-image] Oct 30 01:11:02.674 INFO O| Oct 30 01:11:02.674 INFO STEP 785 (remove_files) COMPLETE |
6500 | 2024-10-30T01:11:02.385Z | [ recovery-image] Oct 30 01:11:02.674 INFO O| Oct 30 01:11:02.674 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-10-30T01:11:02.389Z | [ recovery-image] Oct 30 01:11:02.684 INFO O| Oct 30 01:11:02.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6502 | 2024-10-30T01:11:02.389Z | [ recovery-image] Oct 30 01:11:02.684 INFO O| Oct 30 01:11:02.684 INFO STEP 786 (remove_files) COMPLETE |
6503 | 2024-10-30T01:11:02.389Z | [ recovery-image] Oct 30 01:11:02.684 INFO O| Oct 30 01:11:02.684 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-10-30T01:11:02.399Z | [ recovery-image] Oct 30 01:11:02.695 INFO O| Oct 30 01:11:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6505 | 2024-10-30T01:11:02.401Z | [ recovery-image] Oct 30 01:11:02.695 INFO O| Oct 30 01:11:02.695 INFO STEP 787 (remove_files) COMPLETE |
6506 | 2024-10-30T01:11:02.401Z | [ recovery-image] Oct 30 01:11:02.695 INFO O| Oct 30 01:11:02.695 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-10-30T01:11:02.408Z | [ recovery-image] Oct 30 01:11:02.704 INFO O| Oct 30 01:11:02.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6508 | 2024-10-30T01:11:02.408Z | [ recovery-image] Oct 30 01:11:02.704 INFO O| Oct 30 01:11:02.704 INFO STEP 788 (remove_files) COMPLETE |
6509 | 2024-10-30T01:11:02.408Z | [ recovery-image] Oct 30 01:11:02.704 INFO O| Oct 30 01:11:02.704 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-10-30T01:11:02.418Z | [ recovery-image] Oct 30 01:11:02.714 INFO O| Oct 30 01:11:02.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6511 | 2024-10-30T01:11:02.418Z | [ recovery-image] Oct 30 01:11:02.714 INFO O| Oct 30 01:11:02.714 INFO STEP 789 (remove_files) COMPLETE |
6512 | 2024-10-30T01:11:02.421Z | [ recovery-image] Oct 30 01:11:02.714 INFO O| Oct 30 01:11:02.714 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-10-30T01:11:02.428Z | [ recovery-image] Oct 30 01:11:02.724 INFO O| Oct 30 01:11:02.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6514 | 2024-10-30T01:11:02.428Z | [ recovery-image] Oct 30 01:11:02.724 INFO O| Oct 30 01:11:02.724 INFO STEP 790 (remove_files) COMPLETE |
6515 | 2024-10-30T01:11:02.431Z | [ recovery-image] Oct 30 01:11:02.724 INFO O| Oct 30 01:11:02.724 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-10-30T01:11:02.438Z | [ recovery-image] Oct 30 01:11:02.734 INFO O| Oct 30 01:11:02.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6517 | 2024-10-30T01:11:02.438Z | [ recovery-image] Oct 30 01:11:02.734 INFO O| Oct 30 01:11:02.734 INFO STEP 791 (remove_files) COMPLETE |
6518 | 2024-10-30T01:11:02.440Z | [ recovery-image] Oct 30 01:11:02.734 INFO O| Oct 30 01:11:02.734 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-10-30T01:11:02.448Z | [ recovery-image] Oct 30 01:11:02.744 INFO O| Oct 30 01:11:02.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6520 | 2024-10-30T01:11:02.448Z | [ recovery-image] Oct 30 01:11:02.744 INFO O| Oct 30 01:11:02.744 INFO STEP 792 (remove_files) COMPLETE |
6521 | 2024-10-30T01:11:02.450Z | [ recovery-image] Oct 30 01:11:02.744 INFO O| Oct 30 01:11:02.744 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-10-30T01:11:02.458Z | [ recovery-image] Oct 30 01:11:02.754 INFO O| Oct 30 01:11:02.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6523 | 2024-10-30T01:11:02.461Z | [ recovery-image] Oct 30 01:11:02.754 INFO O| Oct 30 01:11:02.754 INFO STEP 793 (remove_files) COMPLETE |
6524 | 2024-10-30T01:11:02.461Z | [ recovery-image] Oct 30 01:11:02.754 INFO O| Oct 30 01:11:02.754 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-10-30T01:11:02.467Z | [ recovery-image] Oct 30 01:11:02.764 INFO O| Oct 30 01:11:02.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6526 | 2024-10-30T01:11:02.467Z | [ recovery-image] Oct 30 01:11:02.764 INFO O| Oct 30 01:11:02.764 INFO STEP 794 (remove_files) COMPLETE |
6527 | 2024-10-30T01:11:02.468Z | [ recovery-image] Oct 30 01:11:02.764 INFO O| Oct 30 01:11:02.764 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-10-30T01:11:02.477Z | [ recovery-image] Oct 30 01:11:02.773 INFO O| Oct 30 01:11:02.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6529 | 2024-10-30T01:11:02.477Z | [ recovery-image] Oct 30 01:11:02.773 INFO O| Oct 30 01:11:02.773 INFO STEP 795 (remove_files) COMPLETE |
6530 | 2024-10-30T01:11:02.480Z | [ recovery-image] Oct 30 01:11:02.773 INFO O| Oct 30 01:11:02.773 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-10-30T01:11:02.483Z | [ host-image] Oct 30 01:11:02.779 INFO O| Oct 30 01:11:02.779 INFO O| Done |
6532 | 2024-10-30T01:11:02.483Z | [ host-image] Oct 30 01:11:02.779 INFO O| Oct 30 01:11:02.779 INFO O| Done |
6533 | 2024-10-30T01:11:02.487Z | [ recovery-image] Oct 30 01:11:02.783 INFO O| Oct 30 01:11:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6534 | 2024-10-30T01:11:02.490Z | [ recovery-image] Oct 30 01:11:02.784 INFO O| Oct 30 01:11:02.784 INFO STEP 796 (remove_files) COMPLETE |
6535 | 2024-10-30T01:11:02.490Z | [ recovery-image] Oct 30 01:11:02.784 INFO O| Oct 30 01:11:02.784 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-10-30T01:11:02.499Z | [ recovery-image] Oct 30 01:11:02.795 INFO O| Oct 30 01:11:02.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6537 | 2024-10-30T01:11:02.501Z | [ recovery-image] Oct 30 01:11:02.795 INFO O| Oct 30 01:11:02.795 INFO STEP 797 (remove_files) COMPLETE |
6538 | 2024-10-30T01:11:02.501Z | [ recovery-image] Oct 30 01:11:02.795 INFO O| Oct 30 01:11:02.795 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-10-30T01:11:02.509Z | [ recovery-image] Oct 30 01:11:02.805 INFO O| Oct 30 01:11:02.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6540 | 2024-10-30T01:11:02.509Z | [ recovery-image] Oct 30 01:11:02.805 INFO O| Oct 30 01:11:02.805 INFO STEP 798 (remove_files) COMPLETE |
6541 | 2024-10-30T01:11:02.509Z | [ recovery-image] Oct 30 01:11:02.805 INFO O| Oct 30 01:11:02.805 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-10-30T01:11:02.519Z | [ recovery-image] Oct 30 01:11:02.815 INFO O| Oct 30 01:11:02.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6543 | 2024-10-30T01:11:02.519Z | [ recovery-image] Oct 30 01:11:02.815 INFO O| Oct 30 01:11:02.815 INFO STEP 799 (remove_files) COMPLETE |
6544 | 2024-10-30T01:11:02.522Z | [ recovery-image] Oct 30 01:11:02.815 INFO O| Oct 30 01:11:02.815 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-10-30T01:11:02.529Z | [ recovery-image] Oct 30 01:11:02.825 INFO O| Oct 30 01:11:02.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6546 | 2024-10-30T01:11:02.532Z | [ recovery-image] Oct 30 01:11:02.825 INFO O| Oct 30 01:11:02.825 INFO STEP 800 (remove_files) COMPLETE |
6547 | 2024-10-30T01:11:02.532Z | [ recovery-image] Oct 30 01:11:02.825 INFO O| Oct 30 01:11:02.825 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-10-30T01:11:02.539Z | [ recovery-image] Oct 30 01:11:02.835 INFO O| Oct 30 01:11:02.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6549 | 2024-10-30T01:11:02.542Z | [ recovery-image] Oct 30 01:11:02.835 INFO O| Oct 30 01:11:02.835 INFO STEP 801 (remove_files) COMPLETE |
6550 | 2024-10-30T01:11:02.543Z | [ recovery-image] Oct 30 01:11:02.835 INFO O| Oct 30 01:11:02.835 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-10-30T01:11:02.549Z | [ recovery-image] Oct 30 01:11:02.845 INFO O| Oct 30 01:11:02.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6552 | 2024-10-30T01:11:02.551Z | [ recovery-image] Oct 30 01:11:02.845 INFO O| Oct 30 01:11:02.845 INFO STEP 802 (remove_files) COMPLETE |
6553 | 2024-10-30T01:11:02.551Z | [ recovery-image] Oct 30 01:11:02.845 INFO O| Oct 30 01:11:02.845 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-10-30T01:11:02.559Z | [ recovery-image] Oct 30 01:11:02.855 INFO O| Oct 30 01:11:02.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6555 | 2024-10-30T01:11:02.561Z | [ recovery-image] Oct 30 01:11:02.855 INFO O| Oct 30 01:11:02.855 INFO STEP 803 (remove_files) COMPLETE |
6556 | 2024-10-30T01:11:02.561Z | [ recovery-image] Oct 30 01:11:02.855 INFO O| Oct 30 01:11:02.855 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-10-30T01:11:02.568Z | [ recovery-image] Oct 30 01:11:02.865 INFO O| Oct 30 01:11:02.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6558 | 2024-10-30T01:11:02.568Z | [ recovery-image] Oct 30 01:11:02.865 INFO O| Oct 30 01:11:02.865 INFO STEP 804 (remove_files) COMPLETE |
6559 | 2024-10-30T01:11:02.571Z | [ recovery-image] Oct 30 01:11:02.865 INFO O| Oct 30 01:11:02.865 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-10-30T01:11:02.578Z | [ recovery-image] Oct 30 01:11:02.874 INFO O| Oct 30 01:11:02.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6561 | 2024-10-30T01:11:02.581Z | [ recovery-image] Oct 30 01:11:02.874 INFO O| Oct 30 01:11:02.874 INFO STEP 805 (remove_files) COMPLETE |
6562 | 2024-10-30T01:11:02.581Z | [ recovery-image] Oct 30 01:11:02.874 INFO O| Oct 30 01:11:02.874 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-10-30T01:11:02.588Z | [ recovery-image] Oct 30 01:11:02.884 INFO O| Oct 30 01:11:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6564 | 2024-10-30T01:11:02.588Z | [ recovery-image] Oct 30 01:11:02.884 INFO O| Oct 30 01:11:02.884 INFO STEP 806 (remove_files) COMPLETE |
6565 | 2024-10-30T01:11:02.588Z | [ recovery-image] Oct 30 01:11:02.884 INFO O| Oct 30 01:11:02.884 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-10-30T01:11:02.597Z | [ recovery-image] Oct 30 01:11:02.894 INFO O| Oct 30 01:11:02.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6567 | 2024-10-30T01:11:02.600Z | [ recovery-image] Oct 30 01:11:02.894 INFO O| Oct 30 01:11:02.894 INFO STEP 807 (remove_files) COMPLETE |
6568 | 2024-10-30T01:11:02.600Z | [ recovery-image] Oct 30 01:11:02.894 INFO O| Oct 30 01:11:02.894 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-10-30T01:11:02.607Z | [ recovery-image] Oct 30 01:11:02.903 INFO O| Oct 30 01:11:02.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6570 | 2024-10-30T01:11:02.610Z | [ recovery-image] Oct 30 01:11:02.903 INFO O| Oct 30 01:11:02.903 INFO STEP 808 (remove_files) COMPLETE |
6571 | 2024-10-30T01:11:02.610Z | [ recovery-image] Oct 30 01:11:02.903 INFO O| Oct 30 01:11:02.903 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-10-30T01:11:02.617Z | [ recovery-image] Oct 30 01:11:02.913 INFO O| Oct 30 01:11:02.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6573 | 2024-10-30T01:11:02.619Z | [ recovery-image] Oct 30 01:11:02.913 INFO O| Oct 30 01:11:02.913 INFO STEP 809 (remove_files) COMPLETE |
6574 | 2024-10-30T01:11:02.619Z | [ recovery-image] Oct 30 01:11:02.913 INFO O| Oct 30 01:11:02.913 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-10-30T01:11:02.626Z | [ recovery-image] Oct 30 01:11:02.922 INFO O| Oct 30 01:11:02.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6576 | 2024-10-30T01:11:02.629Z | [ recovery-image] Oct 30 01:11:02.923 INFO O| Oct 30 01:11:02.923 INFO STEP 810 (remove_files) COMPLETE |
6577 | 2024-10-30T01:11:02.629Z | [ recovery-image] Oct 30 01:11:02.923 INFO O| Oct 30 01:11:02.923 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-10-30T01:11:02.636Z | [ recovery-image] Oct 30 01:11:02.933 INFO O| Oct 30 01:11:02.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6579 | 2024-10-30T01:11:02.639Z | [ recovery-image] Oct 30 01:11:02.933 INFO O| Oct 30 01:11:02.933 INFO STEP 811 (remove_files) COMPLETE |
6580 | 2024-10-30T01:11:02.639Z | [ recovery-image] Oct 30 01:11:02.933 INFO O| Oct 30 01:11:02.933 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-10-30T01:11:02.646Z | [ recovery-image] Oct 30 01:11:02.942 INFO O| Oct 30 01:11:02.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6582 | 2024-10-30T01:11:02.646Z | [ recovery-image] Oct 30 01:11:02.942 INFO O| Oct 30 01:11:02.942 INFO STEP 812 (remove_files) COMPLETE |
6583 | 2024-10-30T01:11:02.648Z | [ recovery-image] Oct 30 01:11:02.942 INFO O| Oct 30 01:11:02.942 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-10-30T01:11:02.656Z | [ recovery-image] Oct 30 01:11:02.952 INFO O| Oct 30 01:11:02.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6585 | 2024-10-30T01:11:02.656Z | [ recovery-image] Oct 30 01:11:02.952 INFO O| Oct 30 01:11:02.952 INFO STEP 813 (remove_files) COMPLETE |
6586 | 2024-10-30T01:11:02.658Z | [ recovery-image] Oct 30 01:11:02.952 INFO O| Oct 30 01:11:02.952 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-10-30T01:11:02.666Z | [ recovery-image] Oct 30 01:11:02.962 INFO O| Oct 30 01:11:02.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6588 | 2024-10-30T01:11:02.666Z | [ recovery-image] Oct 30 01:11:02.962 INFO O| Oct 30 01:11:02.962 INFO STEP 814 (remove_files) COMPLETE |
6589 | 2024-10-30T01:11:02.669Z | [ recovery-image] Oct 30 01:11:02.962 INFO O| Oct 30 01:11:02.962 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-10-30T01:11:02.676Z | [ recovery-image] Oct 30 01:11:02.972 INFO O| Oct 30 01:11:02.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6591 | 2024-10-30T01:11:02.676Z | [ recovery-image] Oct 30 01:11:02.972 INFO O| Oct 30 01:11:02.972 INFO STEP 815 (remove_files) COMPLETE |
6592 | 2024-10-30T01:11:02.679Z | [ recovery-image] Oct 30 01:11:02.972 INFO O| Oct 30 01:11:02.972 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-10-30T01:11:02.686Z | [ recovery-image] Oct 30 01:11:02.982 INFO O| Oct 30 01:11:02.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6594 | 2024-10-30T01:11:02.686Z | [ recovery-image] Oct 30 01:11:02.982 INFO O| Oct 30 01:11:02.982 INFO STEP 816 (remove_files) COMPLETE |
6595 | 2024-10-30T01:11:02.689Z | [ recovery-image] Oct 30 01:11:02.982 INFO O| Oct 30 01:11:02.982 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-10-30T01:11:02.696Z | [ recovery-image] Oct 30 01:11:02.992 INFO O| Oct 30 01:11:02.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6597 | 2024-10-30T01:11:02.698Z | [ recovery-image] Oct 30 01:11:02.992 INFO O| Oct 30 01:11:02.992 INFO STEP 817 (remove_files) COMPLETE |
6598 | 2024-10-30T01:11:02.698Z | [ recovery-image] Oct 30 01:11:02.992 INFO O| Oct 30 01:11:02.992 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-10-30T01:11:02.706Z | [ recovery-image] Oct 30 01:11:03.002 INFO O| Oct 30 01:11:03.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6600 | 2024-10-30T01:11:02.706Z | [ recovery-image] Oct 30 01:11:03.002 INFO O| Oct 30 01:11:03.002 INFO STEP 818 (remove_files) COMPLETE |
6601 | 2024-10-30T01:11:02.709Z | [ recovery-image] Oct 30 01:11:03.002 INFO O| Oct 30 01:11:03.002 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-10-30T01:11:02.716Z | [ recovery-image] Oct 30 01:11:03.012 INFO O| Oct 30 01:11:03.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6603 | 2024-10-30T01:11:02.719Z | [ recovery-image] Oct 30 01:11:03.012 INFO O| Oct 30 01:11:03.012 INFO STEP 819 (remove_files) COMPLETE |
6604 | 2024-10-30T01:11:02.719Z | [ recovery-image] Oct 30 01:11:03.012 INFO O| Oct 30 01:11:03.012 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-10-30T01:11:02.726Z | [ recovery-image] Oct 30 01:11:03.022 INFO O| Oct 30 01:11:03.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6606 | 2024-10-30T01:11:02.726Z | [ recovery-image] Oct 30 01:11:03.022 INFO O| Oct 30 01:11:03.022 INFO STEP 820 (remove_files) COMPLETE |
6607 | 2024-10-30T01:11:02.728Z | [ recovery-image] Oct 30 01:11:03.022 INFO O| Oct 30 01:11:03.022 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-10-30T01:11:02.735Z | [ recovery-image] Oct 30 01:11:03.032 INFO O| Oct 30 01:11:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6609 | 2024-10-30T01:11:02.735Z | [ recovery-image] Oct 30 01:11:03.032 INFO O| Oct 30 01:11:03.032 INFO STEP 821 (remove_files) COMPLETE |
6610 | 2024-10-30T01:11:02.740Z | [ recovery-image] Oct 30 01:11:03.032 INFO O| Oct 30 01:11:03.032 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-10-30T01:11:02.745Z | [ recovery-image] Oct 30 01:11:03.041 INFO O| Oct 30 01:11:03.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6612 | 2024-10-30T01:11:02.747Z | [ recovery-image] Oct 30 01:11:03.041 INFO O| Oct 30 01:11:03.041 INFO STEP 822 (remove_files) COMPLETE |
6613 | 2024-10-30T01:11:02.747Z | [ recovery-image] Oct 30 01:11:03.041 INFO O| Oct 30 01:11:03.041 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-10-30T01:11:02.755Z | [ recovery-image] Oct 30 01:11:03.051 INFO O| Oct 30 01:11:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6615 | 2024-10-30T01:11:02.755Z | [ recovery-image] Oct 30 01:11:03.051 INFO O| Oct 30 01:11:03.051 INFO STEP 823 (remove_files) COMPLETE |
6616 | 2024-10-30T01:11:02.755Z | [ recovery-image] Oct 30 01:11:03.051 INFO O| Oct 30 01:11:03.051 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-10-30T01:11:02.764Z | [ recovery-image] Oct 30 01:11:03.060 INFO O| Oct 30 01:11:03.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6618 | 2024-10-30T01:11:02.764Z | [ recovery-image] Oct 30 01:11:03.060 INFO O| Oct 30 01:11:03.060 INFO STEP 824 (remove_files) COMPLETE |
6619 | 2024-10-30T01:11:02.767Z | [ recovery-image] Oct 30 01:11:03.060 INFO O| Oct 30 01:11:03.060 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-10-30T01:11:02.774Z | [ recovery-image] Oct 30 01:11:03.070 INFO O| Oct 30 01:11:03.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6621 | 2024-10-30T01:11:02.776Z | [ recovery-image] Oct 30 01:11:03.070 INFO O| Oct 30 01:11:03.070 INFO STEP 825 (remove_files) COMPLETE |
6622 | 2024-10-30T01:11:02.776Z | [ recovery-image] Oct 30 01:11:03.070 INFO O| Oct 30 01:11:03.070 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-10-30T01:11:02.783Z | [ recovery-image] Oct 30 01:11:03.080 INFO O| Oct 30 01:11:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6624 | 2024-10-30T01:11:02.783Z | [ recovery-image] Oct 30 01:11:03.080 INFO O| Oct 30 01:11:03.080 INFO STEP 826 (remove_files) COMPLETE |
6625 | 2024-10-30T01:11:02.783Z | [ recovery-image] Oct 30 01:11:03.080 INFO O| Oct 30 01:11:03.080 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-10-30T01:11:02.793Z | [ recovery-image] Oct 30 01:11:03.089 INFO O| Oct 30 01:11:03.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6627 | 2024-10-30T01:11:02.793Z | [ recovery-image] Oct 30 01:11:03.089 INFO O| Oct 30 01:11:03.089 INFO STEP 827 (remove_files) COMPLETE |
6628 | 2024-10-30T01:11:02.793Z | [ recovery-image] Oct 30 01:11:03.089 INFO O| Oct 30 01:11:03.089 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-10-30T01:11:02.803Z | [ recovery-image] Oct 30 01:11:03.099 INFO O| Oct 30 01:11:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6630 | 2024-10-30T01:11:02.803Z | [ recovery-image] Oct 30 01:11:03.099 INFO O| Oct 30 01:11:03.099 INFO STEP 828 (remove_files) COMPLETE |
6631 | 2024-10-30T01:11:02.803Z | [ recovery-image] Oct 30 01:11:03.099 INFO O| Oct 30 01:11:03.099 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-10-30T01:11:02.812Z | [ recovery-image] Oct 30 01:11:03.108 INFO O| Oct 30 01:11:03.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6633 | 2024-10-30T01:11:02.812Z | [ recovery-image] Oct 30 01:11:03.109 INFO O| Oct 30 01:11:03.109 INFO STEP 829 (remove_files) COMPLETE |
6634 | 2024-10-30T01:11:02.815Z | [ recovery-image] Oct 30 01:11:03.109 INFO O| Oct 30 01:11:03.109 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-10-30T01:11:02.822Z | [ recovery-image] Oct 30 01:11:03.118 INFO O| Oct 30 01:11:03.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6636 | 2024-10-30T01:11:02.822Z | [ recovery-image] Oct 30 01:11:03.118 INFO O| Oct 30 01:11:03.118 INFO STEP 830 (remove_files) COMPLETE |
6637 | 2024-10-30T01:11:02.822Z | [ recovery-image] Oct 30 01:11:03.118 INFO O| Oct 30 01:11:03.118 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-10-30T01:11:02.832Z | [ recovery-image] Oct 30 01:11:03.128 INFO O| Oct 30 01:11:03.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6639 | 2024-10-30T01:11:02.832Z | [ recovery-image] Oct 30 01:11:03.128 INFO O| Oct 30 01:11:03.128 INFO STEP 831 (remove_files) COMPLETE |
6640 | 2024-10-30T01:11:02.832Z | [ recovery-image] Oct 30 01:11:03.128 INFO O| Oct 30 01:11:03.128 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-10-30T01:11:02.842Z | [ recovery-image] Oct 30 01:11:03.138 INFO O| Oct 30 01:11:03.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6642 | 2024-10-30T01:11:02.842Z | [ recovery-image] Oct 30 01:11:03.138 INFO O| Oct 30 01:11:03.138 INFO STEP 832 (remove_files) COMPLETE |
6643 | 2024-10-30T01:11:02.842Z | [ recovery-image] Oct 30 01:11:03.138 INFO O| Oct 30 01:11:03.138 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-10-30T01:11:02.852Z | [ recovery-image] Oct 30 01:11:03.148 INFO O| Oct 30 01:11:03.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6645 | 2024-10-30T01:11:02.852Z | [ recovery-image] Oct 30 01:11:03.148 INFO O| Oct 30 01:11:03.148 INFO STEP 833 (remove_files) COMPLETE |
6646 | 2024-10-30T01:11:02.852Z | [ recovery-image] Oct 30 01:11:03.148 INFO O| Oct 30 01:11:03.148 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-10-30T01:11:02.862Z | [ recovery-image] Oct 30 01:11:03.158 INFO O| Oct 30 01:11:03.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6648 | 2024-10-30T01:11:02.862Z | [ recovery-image] Oct 30 01:11:03.158 INFO O| Oct 30 01:11:03.158 INFO STEP 834 (remove_files) COMPLETE |
6649 | 2024-10-30T01:11:02.862Z | [ recovery-image] Oct 30 01:11:03.158 INFO O| Oct 30 01:11:03.158 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-10-30T01:11:02.872Z | [ recovery-image] Oct 30 01:11:03.168 INFO O| Oct 30 01:11:03.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6651 | 2024-10-30T01:11:02.874Z | [ recovery-image] Oct 30 01:11:03.168 INFO O| Oct 30 01:11:03.168 INFO STEP 835 (remove_files) COMPLETE |
6652 | 2024-10-30T01:11:02.874Z | [ recovery-image] Oct 30 01:11:03.168 INFO O| Oct 30 01:11:03.168 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-10-30T01:11:02.884Z | [ recovery-image] Oct 30 01:11:03.179 INFO O| Oct 30 01:11:03.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6654 | 2024-10-30T01:11:02.884Z | [ recovery-image] Oct 30 01:11:03.179 INFO O| Oct 30 01:11:03.179 INFO STEP 836 (remove_files) COMPLETE |
6655 | 2024-10-30T01:11:02.887Z | [ recovery-image] Oct 30 01:11:03.179 INFO O| Oct 30 01:11:03.179 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-10-30T01:11:02.893Z | [ recovery-image] Oct 30 01:11:03.189 INFO O| Oct 30 01:11:03.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6657 | 2024-10-30T01:11:02.895Z | [ recovery-image] Oct 30 01:11:03.189 INFO O| Oct 30 01:11:03.189 INFO STEP 837 (remove_files) COMPLETE |
6658 | 2024-10-30T01:11:02.895Z | [ recovery-image] Oct 30 01:11:03.189 INFO O| Oct 30 01:11:03.189 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-10-30T01:11:02.902Z | [ recovery-image] Oct 30 01:11:03.199 INFO O| Oct 30 01:11:03.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6660 | 2024-10-30T01:11:02.902Z | [ recovery-image] Oct 30 01:11:03.199 INFO O| Oct 30 01:11:03.199 INFO STEP 838 (remove_files) COMPLETE |
6661 | 2024-10-30T01:11:02.905Z | [ recovery-image] Oct 30 01:11:03.199 INFO O| Oct 30 01:11:03.199 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-10-30T01:11:02.913Z | [ recovery-image] Oct 30 01:11:03.209 INFO O| Oct 30 01:11:03.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6663 | 2024-10-30T01:11:02.913Z | [ recovery-image] Oct 30 01:11:03.210 INFO O| Oct 30 01:11:03.210 INFO STEP 839 (remove_files) COMPLETE |
6664 | 2024-10-30T01:11:02.916Z | [ recovery-image] Oct 30 01:11:03.210 INFO O| Oct 30 01:11:03.210 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-10-30T01:11:02.924Z | [ recovery-image] Oct 30 01:11:03.220 INFO O| Oct 30 01:11:03.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6666 | 2024-10-30T01:11:02.924Z | [ recovery-image] Oct 30 01:11:03.221 INFO O| Oct 30 01:11:03.220 INFO STEP 840 (remove_files) COMPLETE |
6667 | 2024-10-30T01:11:02.924Z | [ recovery-image] Oct 30 01:11:03.221 INFO O| Oct 30 01:11:03.221 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-10-30T01:11:02.934Z | [ recovery-image] Oct 30 01:11:03.230 INFO O| Oct 30 01:11:03.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6669 | 2024-10-30T01:11:02.934Z | [ recovery-image] Oct 30 01:11:03.230 INFO O| Oct 30 01:11:03.230 INFO STEP 841 (remove_files) COMPLETE |
6670 | 2024-10-30T01:11:02.937Z | [ recovery-image] Oct 30 01:11:03.230 INFO O| Oct 30 01:11:03.230 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-10-30T01:11:02.945Z | [ recovery-image] Oct 30 01:11:03.241 INFO O| Oct 30 01:11:03.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6672 | 2024-10-30T01:11:02.945Z | [ recovery-image] Oct 30 01:11:03.241 INFO O| Oct 30 01:11:03.241 INFO STEP 842 (remove_files) COMPLETE |
6673 | 2024-10-30T01:11:02.945Z | [ recovery-image] Oct 30 01:11:03.241 INFO O| Oct 30 01:11:03.241 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-10-30T01:11:02.955Z | [ recovery-image] Oct 30 01:11:03.251 INFO O| Oct 30 01:11:03.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6675 | 2024-10-30T01:11:02.957Z | [ recovery-image] Oct 30 01:11:03.251 INFO O| Oct 30 01:11:03.251 INFO STEP 843 (remove_files) COMPLETE |
6676 | 2024-10-30T01:11:02.957Z | [ recovery-image] Oct 30 01:11:03.251 INFO O| Oct 30 01:11:03.251 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-10-30T01:11:02.966Z | [ recovery-image] Oct 30 01:11:03.262 INFO O| Oct 30 01:11:03.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6678 | 2024-10-30T01:11:02.966Z | [ recovery-image] Oct 30 01:11:03.262 INFO O| Oct 30 01:11:03.262 INFO STEP 844 (remove_files) COMPLETE |
6679 | 2024-10-30T01:11:02.969Z | [ recovery-image] Oct 30 01:11:03.262 INFO O| Oct 30 01:11:03.262 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-10-30T01:11:02.969Z | [ host-image] Oct 30 01:11:03.263 INFO O| Oct 30 01:11:03.263 INFO O| Done |
6681 | 2024-10-30T01:11:02.978Z | [ recovery-image] Oct 30 01:11:03.274 INFO O| Oct 30 01:11:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6682 | 2024-10-30T01:11:02.980Z | [ recovery-image] Oct 30 01:11:03.274 INFO O| Oct 30 01:11:03.274 INFO STEP 845 (remove_files) COMPLETE |
6683 | 2024-10-30T01:11:02.980Z | [ recovery-image] Oct 30 01:11:03.274 INFO O| Oct 30 01:11:03.274 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-10-30T01:11:02.988Z | [ recovery-image] Oct 30 01:11:03.284 INFO O| Oct 30 01:11:03.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6685 | 2024-10-30T01:11:02.988Z | [ recovery-image] Oct 30 01:11:03.284 INFO O| Oct 30 01:11:03.284 INFO STEP 846 (remove_files) COMPLETE |
6686 | 2024-10-30T01:11:02.988Z | [ recovery-image] Oct 30 01:11:03.284 INFO O| Oct 30 01:11:03.284 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-10-30T01:11:02.998Z | [ recovery-image] Oct 30 01:11:03.295 INFO O| Oct 30 01:11:03.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6688 | 2024-10-30T01:11:02.998Z | [ recovery-image] Oct 30 01:11:03.295 INFO O| Oct 30 01:11:03.295 INFO STEP 847 (remove_files) COMPLETE |
6689 | 2024-10-30T01:11:03.001Z | [ recovery-image] Oct 30 01:11:03.295 INFO O| Oct 30 01:11:03.295 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-10-30T01:11:03.008Z | [ recovery-image] Oct 30 01:11:03.305 INFO O| Oct 30 01:11:03.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6691 | 2024-10-30T01:11:03.011Z | [ recovery-image] Oct 30 01:11:03.305 INFO O| Oct 30 01:11:03.305 INFO STEP 848 (remove_files) COMPLETE |
6692 | 2024-10-30T01:11:03.011Z | [ recovery-image] Oct 30 01:11:03.305 INFO O| Oct 30 01:11:03.305 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-10-30T01:11:03.018Z | [ recovery-image] Oct 30 01:11:03.315 INFO O| Oct 30 01:11:03.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6694 | 2024-10-30T01:11:03.018Z | [ recovery-image] Oct 30 01:11:03.315 INFO O| Oct 30 01:11:03.315 INFO STEP 849 (remove_files) COMPLETE |
6695 | 2024-10-30T01:11:03.018Z | [ recovery-image] Oct 30 01:11:03.315 INFO O| Oct 30 01:11:03.315 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-10-30T01:11:03.029Z | [ recovery-image] Oct 30 01:11:03.325 INFO O| Oct 30 01:11:03.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6697 | 2024-10-30T01:11:03.032Z | [ recovery-image] Oct 30 01:11:03.325 INFO O| Oct 30 01:11:03.325 INFO STEP 850 (remove_files) COMPLETE |
6698 | 2024-10-30T01:11:03.032Z | [ recovery-image] Oct 30 01:11:03.325 INFO O| Oct 30 01:11:03.325 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-10-30T01:11:03.040Z | [ recovery-image] Oct 30 01:11:03.336 INFO O| Oct 30 01:11:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6700 | 2024-10-30T01:11:03.040Z | [ recovery-image] Oct 30 01:11:03.336 INFO O| Oct 30 01:11:03.336 INFO STEP 851 (remove_files) COMPLETE |
6701 | 2024-10-30T01:11:03.043Z | [ recovery-image] Oct 30 01:11:03.336 INFO O| Oct 30 01:11:03.336 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-10-30T01:11:03.050Z | [ recovery-image] Oct 30 01:11:03.346 INFO O| Oct 30 01:11:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6703 | 2024-10-30T01:11:03.060Z | [ recovery-image] Oct 30 01:11:03.346 INFO O| Oct 30 01:11:03.346 INFO STEP 852 (remove_files) COMPLETE |
6704 | 2024-10-30T01:11:03.061Z | [ recovery-image] Oct 30 01:11:03.346 INFO O| Oct 30 01:11:03.346 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-10-30T01:11:03.064Z | [ recovery-image] Oct 30 01:11:03.356 INFO O| Oct 30 01:11:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6706 | 2024-10-30T01:11:03.064Z | [ recovery-image] Oct 30 01:11:03.356 INFO O| Oct 30 01:11:03.356 INFO STEP 853 (remove_files) COMPLETE |
6707 | 2024-10-30T01:11:03.064Z | [ recovery-image] Oct 30 01:11:03.356 INFO O| Oct 30 01:11:03.356 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-10-30T01:11:03.071Z | [ recovery-image] Oct 30 01:11:03.367 INFO O| Oct 30 01:11:03.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6709 | 2024-10-30T01:11:03.071Z | [ recovery-image] Oct 30 01:11:03.367 INFO O| Oct 30 01:11:03.367 INFO STEP 854 (remove_files) COMPLETE |
6710 | 2024-10-30T01:11:03.071Z | [ recovery-image] Oct 30 01:11:03.367 INFO O| Oct 30 01:11:03.367 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-10-30T01:11:03.082Z | [ recovery-image] Oct 30 01:11:03.378 INFO O| Oct 30 01:11:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6712 | 2024-10-30T01:11:03.082Z | [ recovery-image] Oct 30 01:11:03.378 INFO O| Oct 30 01:11:03.378 INFO STEP 855 (remove_files) COMPLETE |
6713 | 2024-10-30T01:11:03.085Z | [ recovery-image] Oct 30 01:11:03.378 INFO O| Oct 30 01:11:03.378 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-10-30T01:11:03.093Z | [ recovery-image] Oct 30 01:11:03.389 INFO O| Oct 30 01:11:03.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6715 | 2024-10-30T01:11:03.093Z | [ recovery-image] Oct 30 01:11:03.389 INFO O| Oct 30 01:11:03.389 INFO STEP 856 (remove_files) COMPLETE |
6716 | 2024-10-30T01:11:03.093Z | [ recovery-image] Oct 30 01:11:03.390 INFO O| Oct 30 01:11:03.389 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-10-30T01:11:03.104Z | [ recovery-image] Oct 30 01:11:03.400 INFO O| Oct 30 01:11:03.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6718 | 2024-10-30T01:11:03.107Z | [ recovery-image] Oct 30 01:11:03.400 INFO O| Oct 30 01:11:03.400 INFO STEP 857 (remove_files) COMPLETE |
6719 | 2024-10-30T01:11:03.107Z | [ recovery-image] Oct 30 01:11:03.400 INFO O| Oct 30 01:11:03.400 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-10-30T01:11:03.115Z | [ recovery-image] Oct 30 01:11:03.410 INFO O| Oct 30 01:11:03.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6721 | 2024-10-30T01:11:03.115Z | [ recovery-image] Oct 30 01:11:03.410 INFO O| Oct 30 01:11:03.410 INFO STEP 858 (remove_files) COMPLETE |
6722 | 2024-10-30T01:11:03.118Z | [ recovery-image] Oct 30 01:11:03.410 INFO O| Oct 30 01:11:03.410 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-10-30T01:11:03.125Z | [ recovery-image] Oct 30 01:11:03.421 INFO O| Oct 30 01:11:03.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6724 | 2024-10-30T01:11:03.125Z | [ recovery-image] Oct 30 01:11:03.421 INFO O| Oct 30 01:11:03.421 INFO STEP 859 (remove_files) COMPLETE |
6725 | 2024-10-30T01:11:03.125Z | [ recovery-image] Oct 30 01:11:03.421 INFO O| Oct 30 01:11:03.421 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-10-30T01:11:03.136Z | [ recovery-image] Oct 30 01:11:03.432 INFO O| Oct 30 01:11:03.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6727 | 2024-10-30T01:11:03.136Z | [ recovery-image] Oct 30 01:11:03.432 INFO O| Oct 30 01:11:03.432 INFO STEP 860 (remove_files) COMPLETE |
6728 | 2024-10-30T01:11:03.139Z | [ recovery-image] Oct 30 01:11:03.432 INFO O| Oct 30 01:11:03.432 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-10-30T01:11:03.146Z | [ recovery-image] Oct 30 01:11:03.442 INFO O| Oct 30 01:11:03.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6730 | 2024-10-30T01:11:03.146Z | [ recovery-image] Oct 30 01:11:03.442 INFO O| Oct 30 01:11:03.442 INFO STEP 861 (remove_files) COMPLETE |
6731 | 2024-10-30T01:11:03.149Z | [ recovery-image] Oct 30 01:11:03.442 INFO O| Oct 30 01:11:03.442 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-10-30T01:11:03.156Z | [ recovery-image] Oct 30 01:11:03.452 INFO O| Oct 30 01:11:03.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6733 | 2024-10-30T01:11:03.159Z | [ recovery-image] Oct 30 01:11:03.452 INFO O| Oct 30 01:11:03.452 INFO STEP 862 (remove_files) COMPLETE |
6734 | 2024-10-30T01:11:03.159Z | [ recovery-image] Oct 30 01:11:03.452 INFO O| Oct 30 01:11:03.452 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-10-30T01:11:03.169Z | [ recovery-image] Oct 30 01:11:03.464 INFO O| Oct 30 01:11:03.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6736 | 2024-10-30T01:11:03.169Z | [ recovery-image] Oct 30 01:11:03.464 INFO O| Oct 30 01:11:03.464 INFO STEP 863 (remove_files) COMPLETE |
6737 | 2024-10-30T01:11:03.172Z | [ recovery-image] Oct 30 01:11:03.464 INFO O| Oct 30 01:11:03.464 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-10-30T01:11:03.179Z | [ recovery-image] Oct 30 01:11:03.475 INFO O| Oct 30 01:11:03.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6739 | 2024-10-30T01:11:03.179Z | [ recovery-image] Oct 30 01:11:03.475 INFO O| Oct 30 01:11:03.475 INFO STEP 864 (remove_files) COMPLETE |
6740 | 2024-10-30T01:11:03.182Z | [ recovery-image] Oct 30 01:11:03.475 INFO O| Oct 30 01:11:03.475 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-10-30T01:11:03.193Z | [ recovery-image] Oct 30 01:11:03.485 INFO O| Oct 30 01:11:03.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6742 | 2024-10-30T01:11:03.193Z | [ recovery-image] Oct 30 01:11:03.485 INFO O| Oct 30 01:11:03.485 INFO STEP 865 (remove_files) COMPLETE |
6743 | 2024-10-30T01:11:03.197Z | [ recovery-image] Oct 30 01:11:03.485 INFO O| Oct 30 01:11:03.485 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-10-30T01:11:03.201Z | [ recovery-image] Oct 30 01:11:03.494 INFO O| Oct 30 01:11:03.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6745 | 2024-10-30T01:11:03.201Z | [ recovery-image] Oct 30 01:11:03.494 INFO O| Oct 30 01:11:03.494 INFO STEP 866 (remove_files) COMPLETE |
6746 | 2024-10-30T01:11:03.201Z | [ recovery-image] Oct 30 01:11:03.495 INFO O| Oct 30 01:11:03.494 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-10-30T01:11:03.208Z | [ recovery-image] Oct 30 01:11:03.504 INFO O| Oct 30 01:11:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6748 | 2024-10-30T01:11:03.211Z | [ recovery-image] Oct 30 01:11:03.504 INFO O| Oct 30 01:11:03.504 INFO STEP 867 (remove_files) COMPLETE |
6749 | 2024-10-30T01:11:03.211Z | [ recovery-image] Oct 30 01:11:03.504 INFO O| Oct 30 01:11:03.504 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-10-30T01:11:03.217Z | [ recovery-image] Oct 30 01:11:03.513 INFO O| Oct 30 01:11:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6751 | 2024-10-30T01:11:03.217Z | [ recovery-image] Oct 30 01:11:03.514 INFO O| Oct 30 01:11:03.514 INFO STEP 868 (remove_files) COMPLETE |
6752 | 2024-10-30T01:11:03.220Z | [ recovery-image] Oct 30 01:11:03.514 INFO O| Oct 30 01:11:03.514 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-10-30T01:11:03.227Z | [ recovery-image] Oct 30 01:11:03.523 INFO O| Oct 30 01:11:03.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6754 | 2024-10-30T01:11:03.227Z | [ recovery-image] Oct 30 01:11:03.523 INFO O| Oct 30 01:11:03.523 INFO STEP 869 (remove_files) COMPLETE |
6755 | 2024-10-30T01:11:03.227Z | [ recovery-image] Oct 30 01:11:03.523 INFO O| Oct 30 01:11:03.523 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-10-30T01:11:03.237Z | [ recovery-image] Oct 30 01:11:03.533 INFO O| Oct 30 01:11:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6757 | 2024-10-30T01:11:03.237Z | [ recovery-image] Oct 30 01:11:03.533 INFO O| Oct 30 01:11:03.533 INFO STEP 870 (remove_files) COMPLETE |
6758 | 2024-10-30T01:11:03.239Z | [ recovery-image] Oct 30 01:11:03.533 INFO O| Oct 30 01:11:03.533 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-10-30T01:11:03.246Z | [ recovery-image] Oct 30 01:11:03.542 INFO O| Oct 30 01:11:03.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6760 | 2024-10-30T01:11:03.249Z | [ recovery-image] Oct 30 01:11:03.542 INFO O| Oct 30 01:11:03.542 INFO STEP 871 (remove_files) COMPLETE |
6761 | 2024-10-30T01:11:03.249Z | [ recovery-image] Oct 30 01:11:03.543 INFO O| Oct 30 01:11:03.542 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-10-30T01:11:03.256Z | [ recovery-image] Oct 30 01:11:03.552 INFO O| Oct 30 01:11:03.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6763 | 2024-10-30T01:11:03.258Z | [ recovery-image] Oct 30 01:11:03.552 INFO O| Oct 30 01:11:03.552 INFO STEP 872 (remove_files) COMPLETE |
6764 | 2024-10-30T01:11:03.258Z | [ recovery-image] Oct 30 01:11:03.552 INFO O| Oct 30 01:11:03.552 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-10-30T01:11:03.265Z | [ recovery-image] Oct 30 01:11:03.562 INFO O| Oct 30 01:11:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6766 | 2024-10-30T01:11:03.268Z | [ recovery-image] Oct 30 01:11:03.562 INFO O| Oct 30 01:11:03.562 INFO STEP 873 (remove_files) COMPLETE |
6767 | 2024-10-30T01:11:03.268Z | [ recovery-image] Oct 30 01:11:03.562 INFO O| Oct 30 01:11:03.562 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-10-30T01:11:03.275Z | [ recovery-image] Oct 30 01:11:03.571 INFO O| Oct 30 01:11:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6769 | 2024-10-30T01:11:03.277Z | [ recovery-image] Oct 30 01:11:03.571 INFO O| Oct 30 01:11:03.571 INFO STEP 874 (remove_files) COMPLETE |
6770 | 2024-10-30T01:11:03.278Z | [ recovery-image] Oct 30 01:11:03.571 INFO O| Oct 30 01:11:03.571 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-10-30T01:11:03.285Z | [ recovery-image] Oct 30 01:11:03.581 INFO O| Oct 30 01:11:03.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6772 | 2024-10-30T01:11:03.287Z | [ recovery-image] Oct 30 01:11:03.581 INFO O| Oct 30 01:11:03.581 INFO STEP 875 (remove_files) COMPLETE |
6773 | 2024-10-30T01:11:03.287Z | [ recovery-image] Oct 30 01:11:03.581 INFO O| Oct 30 01:11:03.581 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-10-30T01:11:03.294Z | [ recovery-image] Oct 30 01:11:03.590 INFO O| Oct 30 01:11:03.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6775 | 2024-10-30T01:11:03.297Z | [ recovery-image] Oct 30 01:11:03.591 INFO O| Oct 30 01:11:03.591 INFO STEP 876 (remove_files) COMPLETE |
6776 | 2024-10-30T01:11:03.297Z | [ recovery-image] Oct 30 01:11:03.591 INFO O| Oct 30 01:11:03.591 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-10-30T01:11:03.304Z | [ recovery-image] Oct 30 01:11:03.600 INFO O| Oct 30 01:11:03.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6778 | 2024-10-30T01:11:03.306Z | [ recovery-image] Oct 30 01:11:03.600 INFO O| Oct 30 01:11:03.600 INFO STEP 877 (remove_files) COMPLETE |
6779 | 2024-10-30T01:11:03.306Z | [ recovery-image] Oct 30 01:11:03.600 INFO O| Oct 30 01:11:03.600 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-10-30T01:11:03.313Z | [ recovery-image] Oct 30 01:11:03.610 INFO O| Oct 30 01:11:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6781 | 2024-10-30T01:11:03.313Z | [ recovery-image] Oct 30 01:11:03.610 INFO O| Oct 30 01:11:03.610 INFO STEP 878 (remove_files) COMPLETE |
6782 | 2024-10-30T01:11:03.316Z | [ recovery-image] Oct 30 01:11:03.610 INFO O| Oct 30 01:11:03.610 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-10-30T01:11:03.324Z | [ recovery-image] Oct 30 01:11:03.620 INFO O| Oct 30 01:11:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6784 | 2024-10-30T01:11:03.324Z | [ recovery-image] Oct 30 01:11:03.620 INFO O| Oct 30 01:11:03.620 INFO STEP 879 (remove_files) COMPLETE |
6785 | 2024-10-30T01:11:03.326Z | [ recovery-image] Oct 30 01:11:03.620 INFO O| Oct 30 01:11:03.620 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-10-30T01:11:03.334Z | [ recovery-image] Oct 30 01:11:03.630 INFO O| Oct 30 01:11:03.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6787 | 2024-10-30T01:11:03.336Z | [ recovery-image] Oct 30 01:11:03.630 INFO O| Oct 30 01:11:03.630 INFO STEP 880 (remove_files) COMPLETE |
6788 | 2024-10-30T01:11:03.336Z | [ recovery-image] Oct 30 01:11:03.630 INFO O| Oct 30 01:11:03.630 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-10-30T01:11:03.343Z | [ recovery-image] Oct 30 01:11:03.640 INFO O| Oct 30 01:11:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6790 | 2024-10-30T01:11:03.346Z | [ recovery-image] Oct 30 01:11:03.640 INFO O| Oct 30 01:11:03.640 INFO STEP 881 (remove_files) COMPLETE |
6791 | 2024-10-30T01:11:03.346Z | [ recovery-image] Oct 30 01:11:03.640 INFO O| Oct 30 01:11:03.640 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-10-30T01:11:03.353Z | [ recovery-image] Oct 30 01:11:03.649 INFO O| Oct 30 01:11:03.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6793 | 2024-10-30T01:11:03.356Z | [ recovery-image] Oct 30 01:11:03.650 INFO O| Oct 30 01:11:03.649 INFO STEP 882 (remove_files) COMPLETE |
6794 | 2024-10-30T01:11:03.356Z | [ recovery-image] Oct 30 01:11:03.650 INFO O| Oct 30 01:11:03.649 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-10-30T01:11:03.363Z | [ recovery-image] Oct 30 01:11:03.659 INFO O| Oct 30 01:11:03.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6796 | 2024-10-30T01:11:03.365Z | [ recovery-image] Oct 30 01:11:03.659 INFO O| Oct 30 01:11:03.659 INFO STEP 883 (remove_files) COMPLETE |
6797 | 2024-10-30T01:11:03.365Z | [ recovery-image] Oct 30 01:11:03.659 INFO O| Oct 30 01:11:03.659 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-10-30T01:11:03.372Z | [ recovery-image] Oct 30 01:11:03.669 INFO O| Oct 30 01:11:03.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6799 | 2024-10-30T01:11:03.372Z | [ recovery-image] Oct 30 01:11:03.669 INFO O| Oct 30 01:11:03.669 INFO STEP 884 (remove_files) COMPLETE |
6800 | 2024-10-30T01:11:03.375Z | [ recovery-image] Oct 30 01:11:03.669 INFO O| Oct 30 01:11:03.669 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-10-30T01:11:03.382Z | [ recovery-image] Oct 30 01:11:03.678 INFO O| Oct 30 01:11:03.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6802 | 2024-10-30T01:11:03.382Z | [ recovery-image] Oct 30 01:11:03.678 INFO O| Oct 30 01:11:03.678 INFO STEP 885 (remove_files) COMPLETE |
6803 | 2024-10-30T01:11:03.385Z | [ recovery-image] Oct 30 01:11:03.678 INFO O| Oct 30 01:11:03.678 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-10-30T01:11:03.391Z | [ recovery-image] Oct 30 01:11:03.688 INFO O| Oct 30 01:11:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6805 | 2024-10-30T01:11:03.392Z | [ recovery-image] Oct 30 01:11:03.688 INFO O| Oct 30 01:11:03.688 INFO STEP 886 (remove_files) COMPLETE |
6806 | 2024-10-30T01:11:03.394Z | [ recovery-image] Oct 30 01:11:03.688 INFO O| Oct 30 01:11:03.688 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-10-30T01:11:03.401Z | [ recovery-image] Oct 30 01:11:03.697 INFO O| Oct 30 01:11:03.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6808 | 2024-10-30T01:11:03.404Z | [ recovery-image] Oct 30 01:11:03.698 INFO O| Oct 30 01:11:03.698 INFO STEP 887 (remove_files) COMPLETE |
6809 | 2024-10-30T01:11:03.404Z | [ recovery-image] Oct 30 01:11:03.698 INFO O| Oct 30 01:11:03.698 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-10-30T01:11:03.411Z | [ recovery-image] Oct 30 01:11:03.707 INFO O| Oct 30 01:11:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6811 | 2024-10-30T01:11:03.413Z | [ recovery-image] Oct 30 01:11:03.707 INFO O| Oct 30 01:11:03.707 INFO STEP 888 (remove_files) COMPLETE |
6812 | 2024-10-30T01:11:03.413Z | [ recovery-image] Oct 30 01:11:03.707 INFO O| Oct 30 01:11:03.707 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-10-30T01:11:03.420Z | [ recovery-image] Oct 30 01:11:03.717 INFO O| Oct 30 01:11:03.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6814 | 2024-10-30T01:11:03.423Z | [ recovery-image] Oct 30 01:11:03.717 INFO O| Oct 30 01:11:03.717 INFO STEP 889 (remove_files) COMPLETE |
6815 | 2024-10-30T01:11:03.423Z | [ recovery-image] Oct 30 01:11:03.717 INFO O| Oct 30 01:11:03.717 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-10-30T01:11:03.430Z | [ recovery-image] Oct 30 01:11:03.727 INFO O| Oct 30 01:11:03.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6817 | 2024-10-30T01:11:03.430Z | [ recovery-image] Oct 30 01:11:03.727 INFO O| Oct 30 01:11:03.727 INFO STEP 890 (remove_files) COMPLETE |
6818 | 2024-10-30T01:11:03.433Z | [ recovery-image] Oct 30 01:11:03.727 INFO O| Oct 30 01:11:03.727 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-10-30T01:11:03.440Z | [ recovery-image] Oct 30 01:11:03.736 INFO O| Oct 30 01:11:03.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6820 | 2024-10-30T01:11:03.440Z | [ recovery-image] Oct 30 01:11:03.736 INFO O| Oct 30 01:11:03.736 INFO STEP 891 (remove_files) COMPLETE |
6821 | 2024-10-30T01:11:03.440Z | [ recovery-image] Oct 30 01:11:03.736 INFO O| Oct 30 01:11:03.736 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-10-30T01:11:03.449Z | [ recovery-image] Oct 30 01:11:03.746 INFO O| Oct 30 01:11:03.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6823 | 2024-10-30T01:11:03.452Z | [ recovery-image] Oct 30 01:11:03.746 INFO O| Oct 30 01:11:03.746 INFO STEP 892 (remove_files) COMPLETE |
6824 | 2024-10-30T01:11:03.452Z | [ recovery-image] Oct 30 01:11:03.746 INFO O| Oct 30 01:11:03.746 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-10-30T01:11:03.459Z | [ recovery-image] Oct 30 01:11:03.756 INFO O| Oct 30 01:11:03.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6826 | 2024-10-30T01:11:03.459Z | [ recovery-image] Oct 30 01:11:03.756 INFO O| Oct 30 01:11:03.756 INFO STEP 893 (remove_files) COMPLETE |
6827 | 2024-10-30T01:11:03.462Z | [ recovery-image] Oct 30 01:11:03.756 INFO O| Oct 30 01:11:03.756 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-10-30T01:11:03.469Z | [ recovery-image] Oct 30 01:11:03.765 INFO O| Oct 30 01:11:03.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6829 | 2024-10-30T01:11:03.469Z | [ recovery-image] Oct 30 01:11:03.765 INFO O| Oct 30 01:11:03.765 INFO STEP 894 (remove_files) COMPLETE |
6830 | 2024-10-30T01:11:03.469Z | [ recovery-image] Oct 30 01:11:03.765 INFO O| Oct 30 01:11:03.765 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-10-30T01:11:03.479Z | [ recovery-image] Oct 30 01:11:03.775 INFO O| Oct 30 01:11:03.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6832 | 2024-10-30T01:11:03.479Z | [ recovery-image] Oct 30 01:11:03.775 INFO O| Oct 30 01:11:03.775 INFO STEP 895 (remove_files) COMPLETE |
6833 | 2024-10-30T01:11:03.479Z | [ recovery-image] Oct 30 01:11:03.775 INFO O| Oct 30 01:11:03.775 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-10-30T01:11:03.488Z | [ recovery-image] Oct 30 01:11:03.785 INFO O| Oct 30 01:11:03.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6835 | 2024-10-30T01:11:03.488Z | [ recovery-image] Oct 30 01:11:03.785 INFO O| Oct 30 01:11:03.785 INFO STEP 896 (remove_files) COMPLETE |
6836 | 2024-10-30T01:11:03.488Z | [ recovery-image] Oct 30 01:11:03.785 INFO O| Oct 30 01:11:03.785 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-10-30T01:11:03.498Z | [ recovery-image] Oct 30 01:11:03.794 INFO O| Oct 30 01:11:03.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6838 | 2024-10-30T01:11:03.500Z | [ recovery-image] Oct 30 01:11:03.794 INFO O| Oct 30 01:11:03.794 INFO STEP 897 (remove_files) COMPLETE |
6839 | 2024-10-30T01:11:03.500Z | [ recovery-image] Oct 30 01:11:03.794 INFO O| Oct 30 01:11:03.794 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-10-30T01:11:03.507Z | [ recovery-image] Oct 30 01:11:03.804 INFO O| Oct 30 01:11:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6841 | 2024-10-30T01:11:03.507Z | [ recovery-image] Oct 30 01:11:03.804 INFO O| Oct 30 01:11:03.804 INFO STEP 898 (remove_files) COMPLETE |
6842 | 2024-10-30T01:11:03.510Z | [ recovery-image] Oct 30 01:11:03.804 INFO O| Oct 30 01:11:03.804 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-10-30T01:11:03.517Z | [ recovery-image] Oct 30 01:11:03.813 INFO O| Oct 30 01:11:03.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6844 | 2024-10-30T01:11:03.520Z | [ recovery-image] Oct 30 01:11:03.814 INFO O| Oct 30 01:11:03.814 INFO STEP 899 (remove_files) COMPLETE |
6845 | 2024-10-30T01:11:03.520Z | [ recovery-image] Oct 30 01:11:03.814 INFO O| Oct 30 01:11:03.814 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-10-30T01:11:03.527Z | [ recovery-image] Oct 30 01:11:03.823 INFO O| Oct 30 01:11:03.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6847 | 2024-10-30T01:11:03.529Z | [ recovery-image] Oct 30 01:11:03.823 INFO O| Oct 30 01:11:03.823 INFO STEP 900 (remove_files) COMPLETE |
6848 | 2024-10-30T01:11:03.529Z | [ recovery-image] Oct 30 01:11:03.823 INFO O| Oct 30 01:11:03.823 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-10-30T01:11:03.537Z | [ recovery-image] Oct 30 01:11:03.833 INFO O| Oct 30 01:11:03.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6850 | 2024-10-30T01:11:03.537Z | [ recovery-image] Oct 30 01:11:03.833 INFO O| Oct 30 01:11:03.833 INFO STEP 901 (remove_files) COMPLETE |
6851 | 2024-10-30T01:11:03.539Z | [ recovery-image] Oct 30 01:11:03.833 INFO O| Oct 30 01:11:03.833 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-10-30T01:11:03.547Z | [ recovery-image] Oct 30 01:11:03.843 INFO O| Oct 30 01:11:03.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6853 | 2024-10-30T01:11:03.549Z | [ recovery-image] Oct 30 01:11:03.843 INFO O| Oct 30 01:11:03.843 INFO STEP 902 (remove_files) COMPLETE |
6854 | 2024-10-30T01:11:03.549Z | [ recovery-image] Oct 30 01:11:03.843 INFO O| Oct 30 01:11:03.843 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-10-30T01:11:03.556Z | [ recovery-image] Oct 30 01:11:03.852 INFO O| Oct 30 01:11:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6856 | 2024-10-30T01:11:03.556Z | [ recovery-image] Oct 30 01:11:03.853 INFO O| Oct 30 01:11:03.853 INFO STEP 903 (remove_files) COMPLETE |
6857 | 2024-10-30T01:11:03.559Z | [ recovery-image] Oct 30 01:11:03.853 INFO O| Oct 30 01:11:03.853 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-10-30T01:11:03.566Z | [ recovery-image] Oct 30 01:11:03.862 INFO O| Oct 30 01:11:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6859 | 2024-10-30T01:11:03.566Z | [ recovery-image] Oct 30 01:11:03.862 INFO O| Oct 30 01:11:03.862 INFO STEP 904 (remove_files) COMPLETE |
6860 | 2024-10-30T01:11:03.566Z | [ recovery-image] Oct 30 01:11:03.862 INFO O| Oct 30 01:11:03.862 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-10-30T01:11:03.575Z | [ recovery-image] Oct 30 01:11:03.872 INFO O| Oct 30 01:11:03.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6862 | 2024-10-30T01:11:03.575Z | [ recovery-image] Oct 30 01:11:03.872 INFO O| Oct 30 01:11:03.872 INFO STEP 905 (remove_files) COMPLETE |
6863 | 2024-10-30T01:11:03.578Z | [ recovery-image] Oct 30 01:11:03.872 INFO O| Oct 30 01:11:03.872 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-10-30T01:11:03.586Z | [ recovery-image] Oct 30 01:11:03.882 INFO O| Oct 30 01:11:03.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6865 | 2024-10-30T01:11:03.586Z | [ recovery-image] Oct 30 01:11:03.882 INFO O| Oct 30 01:11:03.882 INFO STEP 906 (remove_files) COMPLETE |
6866 | 2024-10-30T01:11:03.588Z | [ recovery-image] Oct 30 01:11:03.882 INFO O| Oct 30 01:11:03.882 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-10-30T01:11:03.596Z | [ recovery-image] Oct 30 01:11:03.893 INFO O| Oct 30 01:11:03.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6868 | 2024-10-30T01:11:03.599Z | [ recovery-image] Oct 30 01:11:03.893 INFO O| Oct 30 01:11:03.893 INFO STEP 907 (remove_files) COMPLETE |
6869 | 2024-10-30T01:11:03.599Z | [ recovery-image] Oct 30 01:11:03.893 INFO O| Oct 30 01:11:03.893 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-10-30T01:11:03.607Z | [ recovery-image] Oct 30 01:11:03.904 INFO O| Oct 30 01:11:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6871 | 2024-10-30T01:11:03.607Z | [ recovery-image] Oct 30 01:11:03.904 INFO O| Oct 30 01:11:03.904 INFO STEP 908 (remove_files) COMPLETE |
6872 | 2024-10-30T01:11:03.610Z | [ recovery-image] Oct 30 01:11:03.904 INFO O| Oct 30 01:11:03.904 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-10-30T01:11:03.617Z | [ recovery-image] Oct 30 01:11:03.914 INFO O| Oct 30 01:11:03.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6874 | 2024-10-30T01:11:03.620Z | [ recovery-image] Oct 30 01:11:03.914 INFO O| Oct 30 01:11:03.914 INFO STEP 909 (remove_files) COMPLETE |
6875 | 2024-10-30T01:11:03.620Z | [ recovery-image] Oct 30 01:11:03.914 INFO O| Oct 30 01:11:03.914 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-10-30T01:11:03.627Z | [ recovery-image] Oct 30 01:11:03.923 INFO O| Oct 30 01:11:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6877 | 2024-10-30T01:11:03.627Z | [ recovery-image] Oct 30 01:11:03.924 INFO O| Oct 30 01:11:03.924 INFO STEP 910 (remove_files) COMPLETE |
6878 | 2024-10-30T01:11:03.627Z | [ recovery-image] Oct 30 01:11:03.924 INFO O| Oct 30 01:11:03.924 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-10-30T01:11:03.638Z | [ recovery-image] Oct 30 01:11:03.934 INFO O| Oct 30 01:11:03.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6880 | 2024-10-30T01:11:03.641Z | [ recovery-image] Oct 30 01:11:03.935 INFO O| Oct 30 01:11:03.934 INFO STEP 911 (remove_files) COMPLETE |
6881 | 2024-10-30T01:11:03.641Z | [ recovery-image] Oct 30 01:11:03.935 INFO O| Oct 30 01:11:03.935 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-10-30T01:11:03.656Z | [ recovery-image] Oct 30 01:11:03.953 INFO O| Oct 30 01:11:03.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6883 | 2024-10-30T01:11:03.656Z | [ recovery-image] Oct 30 01:11:03.953 INFO O| Oct 30 01:11:03.953 INFO STEP 912 (remove_files) COMPLETE |
6884 | 2024-10-30T01:11:03.659Z | [ recovery-image] Oct 30 01:11:03.953 INFO O| Oct 30 01:11:03.953 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-10-30T01:11:03.668Z | [ recovery-image] Oct 30 01:11:03.965 INFO O| Oct 30 01:11:03.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6886 | 2024-10-30T01:11:03.668Z | [ recovery-image] Oct 30 01:11:03.965 INFO O| Oct 30 01:11:03.965 INFO STEP 913 (remove_files) COMPLETE |
6887 | 2024-10-30T01:11:03.668Z | [ recovery-image] Oct 30 01:11:03.965 INFO O| Oct 30 01:11:03.965 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-10-30T01:11:03.681Z | [ recovery-image] Oct 30 01:11:03.978 INFO O| Oct 30 01:11:03.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6889 | 2024-10-30T01:11:03.684Z | [ recovery-image] Oct 30 01:11:03.978 INFO O| Oct 30 01:11:03.978 INFO STEP 914 (remove_files) COMPLETE |
6890 | 2024-10-30T01:11:03.684Z | [ recovery-image] Oct 30 01:11:03.978 INFO O| Oct 30 01:11:03.978 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-10-30T01:11:03.694Z | [ recovery-image] Oct 30 01:11:03.990 INFO O| Oct 30 01:11:03.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6892 | 2024-10-30T01:11:03.697Z | [ recovery-image] Oct 30 01:11:03.991 INFO O| Oct 30 01:11:03.991 INFO STEP 915 (remove_files) COMPLETE |
6893 | 2024-10-30T01:11:03.697Z | [ recovery-image] Oct 30 01:11:03.991 INFO O| Oct 30 01:11:03.991 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-10-30T01:11:03.704Z | [ recovery-image] Oct 30 01:11:04.000 INFO O| Oct 30 01:11:04.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6895 | 2024-10-30T01:11:03.704Z | [ recovery-image] Oct 30 01:11:04.001 INFO O| Oct 30 01:11:04.000 INFO STEP 916 (remove_files) COMPLETE |
6896 | 2024-10-30T01:11:03.707Z | [ recovery-image] Oct 30 01:11:04.001 INFO O| Oct 30 01:11:04.000 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-10-30T01:11:03.715Z | [ recovery-image] Oct 30 01:11:04.011 INFO O| Oct 30 01:11:04.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6898 | 2024-10-30T01:11:03.715Z | [ recovery-image] Oct 30 01:11:04.011 INFO O| Oct 30 01:11:04.011 INFO STEP 917 (remove_files) COMPLETE |
6899 | 2024-10-30T01:11:03.718Z | [ recovery-image] Oct 30 01:11:04.011 INFO O| Oct 30 01:11:04.011 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-10-30T01:11:03.724Z | [ recovery-image] Oct 30 01:11:04.021 INFO O| Oct 30 01:11:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6901 | 2024-10-30T01:11:03.725Z | [ recovery-image] Oct 30 01:11:04.021 INFO O| Oct 30 01:11:04.021 INFO STEP 918 (remove_files) COMPLETE |
6902 | 2024-10-30T01:11:03.727Z | [ recovery-image] Oct 30 01:11:04.021 INFO O| Oct 30 01:11:04.021 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-10-30T01:11:03.734Z | [ recovery-image] Oct 30 01:11:04.031 INFO O| Oct 30 01:11:04.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6904 | 2024-10-30T01:11:03.734Z | [ recovery-image] Oct 30 01:11:04.031 INFO O| Oct 30 01:11:04.031 INFO STEP 919 (remove_files) COMPLETE |
6905 | 2024-10-30T01:11:03.734Z | [ recovery-image] Oct 30 01:11:04.031 INFO O| Oct 30 01:11:04.031 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-10-30T01:11:03.744Z | [ recovery-image] Oct 30 01:11:04.041 INFO O| Oct 30 01:11:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6907 | 2024-10-30T01:11:03.747Z | [ recovery-image] Oct 30 01:11:04.041 INFO O| Oct 30 01:11:04.041 INFO STEP 920 (remove_files) COMPLETE |
6908 | 2024-10-30T01:11:03.747Z | [ recovery-image] Oct 30 01:11:04.041 INFO O| Oct 30 01:11:04.041 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-10-30T01:11:03.754Z | [ recovery-image] Oct 30 01:11:04.051 INFO O| Oct 30 01:11:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6910 | 2024-10-30T01:11:03.754Z | [ recovery-image] Oct 30 01:11:04.051 INFO O| Oct 30 01:11:04.051 INFO STEP 921 (remove_files) COMPLETE |
6911 | 2024-10-30T01:11:03.754Z | [ recovery-image] Oct 30 01:11:04.051 INFO O| Oct 30 01:11:04.051 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-10-30T01:11:03.765Z | [ recovery-image] Oct 30 01:11:04.062 INFO O| Oct 30 01:11:04.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6913 | 2024-10-30T01:11:03.765Z | [ recovery-image] Oct 30 01:11:04.062 INFO O| Oct 30 01:11:04.062 INFO STEP 922 (remove_files) COMPLETE |
6914 | 2024-10-30T01:11:03.765Z | [ recovery-image] Oct 30 01:11:04.062 INFO O| Oct 30 01:11:04.062 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-10-30T01:11:03.775Z | [ recovery-image] Oct 30 01:11:04.072 INFO O| Oct 30 01:11:04.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6916 | 2024-10-30T01:11:03.775Z | [ recovery-image] Oct 30 01:11:04.072 INFO O| Oct 30 01:11:04.072 INFO STEP 923 (remove_files) COMPLETE |
6917 | 2024-10-30T01:11:03.775Z | [ recovery-image] Oct 30 01:11:04.072 INFO O| Oct 30 01:11:04.072 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-10-30T01:11:03.786Z | [ recovery-image] Oct 30 01:11:04.082 INFO O| Oct 30 01:11:04.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6919 | 2024-10-30T01:11:03.786Z | [ recovery-image] Oct 30 01:11:04.082 INFO O| Oct 30 01:11:04.082 INFO STEP 924 (remove_files) COMPLETE |
6920 | 2024-10-30T01:11:03.786Z | [ recovery-image] Oct 30 01:11:04.082 INFO O| Oct 30 01:11:04.082 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-10-30T01:11:03.795Z | [ recovery-image] Oct 30 01:11:04.092 INFO O| Oct 30 01:11:04.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6922 | 2024-10-30T01:11:03.795Z | [ recovery-image] Oct 30 01:11:04.092 INFO O| Oct 30 01:11:04.092 INFO STEP 925 (remove_files) COMPLETE |
6923 | 2024-10-30T01:11:03.795Z | [ recovery-image] Oct 30 01:11:04.092 INFO O| Oct 30 01:11:04.092 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-10-30T01:11:03.805Z | [ recovery-image] Oct 30 01:11:04.102 INFO O| Oct 30 01:11:04.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6925 | 2024-10-30T01:11:03.807Z | [ recovery-image] Oct 30 01:11:04.102 INFO O| Oct 30 01:11:04.102 INFO STEP 926 (remove_files) COMPLETE |
6926 | 2024-10-30T01:11:03.807Z | [ recovery-image] Oct 30 01:11:04.102 INFO O| Oct 30 01:11:04.102 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-10-30T01:11:03.815Z | [ recovery-image] Oct 30 01:11:04.112 INFO O| Oct 30 01:11:04.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6928 | 2024-10-30T01:11:03.818Z | [ recovery-image] Oct 30 01:11:04.112 INFO O| Oct 30 01:11:04.112 INFO STEP 927 (remove_files) COMPLETE |
6929 | 2024-10-30T01:11:03.818Z | [ recovery-image] Oct 30 01:11:04.112 INFO O| Oct 30 01:11:04.112 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-10-30T01:11:03.825Z | [ recovery-image] Oct 30 01:11:04.122 INFO O| Oct 30 01:11:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6931 | 2024-10-30T01:11:03.827Z | [ recovery-image] Oct 30 01:11:04.122 INFO O| Oct 30 01:11:04.122 INFO STEP 928 (remove_files) COMPLETE |
6932 | 2024-10-30T01:11:03.827Z | [ recovery-image] Oct 30 01:11:04.122 INFO O| Oct 30 01:11:04.122 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-10-30T01:11:03.835Z | [ recovery-image] Oct 30 01:11:04.131 INFO O| Oct 30 01:11:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6934 | 2024-10-30T01:11:03.837Z | [ recovery-image] Oct 30 01:11:04.131 INFO O| Oct 30 01:11:04.131 INFO STEP 929 (remove_files) COMPLETE |
6935 | 2024-10-30T01:11:03.837Z | [ recovery-image] Oct 30 01:11:04.131 INFO O| Oct 30 01:11:04.131 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-10-30T01:11:03.844Z | [ recovery-image] Oct 30 01:11:04.141 INFO O| Oct 30 01:11:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6937 | 2024-10-30T01:11:03.846Z | [ recovery-image] Oct 30 01:11:04.141 INFO O| Oct 30 01:11:04.141 INFO STEP 930 (remove_files) COMPLETE |
6938 | 2024-10-30T01:11:03.847Z | [ recovery-image] Oct 30 01:11:04.141 INFO O| Oct 30 01:11:04.141 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-10-30T01:11:03.854Z | [ recovery-image] Oct 30 01:11:04.150 INFO O| Oct 30 01:11:04.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6940 | 2024-10-30T01:11:03.854Z | [ recovery-image] Oct 30 01:11:04.150 INFO O| Oct 30 01:11:04.150 INFO STEP 931 (remove_files) COMPLETE |
6941 | 2024-10-30T01:11:03.856Z | [ recovery-image] Oct 30 01:11:04.150 INFO O| Oct 30 01:11:04.150 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-10-30T01:11:03.863Z | [ recovery-image] Oct 30 01:11:04.160 INFO O| Oct 30 01:11:04.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6943 | 2024-10-30T01:11:03.866Z | [ recovery-image] Oct 30 01:11:04.160 INFO O| Oct 30 01:11:04.160 INFO STEP 932 (remove_files) COMPLETE |
6944 | 2024-10-30T01:11:03.866Z | [ recovery-image] Oct 30 01:11:04.160 INFO O| Oct 30 01:11:04.160 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-10-30T01:11:03.873Z | [ recovery-image] Oct 30 01:11:04.169 INFO O| Oct 30 01:11:04.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6946 | 2024-10-30T01:11:03.873Z | [ recovery-image] Oct 30 01:11:04.170 INFO O| Oct 30 01:11:04.169 INFO STEP 933 (remove_files) COMPLETE |
6947 | 2024-10-30T01:11:03.873Z | [ recovery-image] Oct 30 01:11:04.170 INFO O| Oct 30 01:11:04.170 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-10-30T01:11:03.882Z | [ recovery-image] Oct 30 01:11:04.179 INFO O| Oct 30 01:11:04.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6949 | 2024-10-30T01:11:03.883Z | [ recovery-image] Oct 30 01:11:04.179 INFO O| Oct 30 01:11:04.179 INFO STEP 934 (remove_files) COMPLETE |
6950 | 2024-10-30T01:11:03.885Z | [ recovery-image] Oct 30 01:11:04.179 INFO O| Oct 30 01:11:04.179 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-10-30T01:11:03.892Z | [ recovery-image] Oct 30 01:11:04.189 INFO O| Oct 30 01:11:04.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6952 | 2024-10-30T01:11:03.895Z | [ recovery-image] Oct 30 01:11:04.189 INFO O| Oct 30 01:11:04.189 INFO STEP 935 (remove_files) COMPLETE |
6953 | 2024-10-30T01:11:03.895Z | [ recovery-image] Oct 30 01:11:04.189 INFO O| Oct 30 01:11:04.189 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-10-30T01:11:03.903Z | [ recovery-image] Oct 30 01:11:04.198 INFO O| Oct 30 01:11:04.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6955 | 2024-10-30T01:11:03.903Z | [ recovery-image] Oct 30 01:11:04.198 INFO O| Oct 30 01:11:04.198 INFO STEP 936 (remove_files) COMPLETE |
6956 | 2024-10-30T01:11:03.906Z | [ recovery-image] Oct 30 01:11:04.198 INFO O| Oct 30 01:11:04.198 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-10-30T01:11:03.912Z | [ recovery-image] Oct 30 01:11:04.208 INFO O| Oct 30 01:11:04.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6958 | 2024-10-30T01:11:03.912Z | [ recovery-image] Oct 30 01:11:04.208 INFO O| Oct 30 01:11:04.208 INFO STEP 937 (remove_files) COMPLETE |
6959 | 2024-10-30T01:11:03.915Z | [ recovery-image] Oct 30 01:11:04.208 INFO O| Oct 30 01:11:04.208 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-10-30T01:11:03.922Z | [ recovery-image] Oct 30 01:11:04.219 INFO O| Oct 30 01:11:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6961 | 2024-10-30T01:11:03.922Z | [ recovery-image] Oct 30 01:11:04.219 INFO O| Oct 30 01:11:04.219 INFO STEP 938 (remove_files) COMPLETE |
6962 | 2024-10-30T01:11:03.928Z | [ recovery-image] Oct 30 01:11:04.219 INFO O| Oct 30 01:11:04.219 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-10-30T01:11:03.933Z | [ recovery-image] Oct 30 01:11:04.229 INFO O| Oct 30 01:11:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6964 | 2024-10-30T01:11:03.933Z | [ recovery-image] Oct 30 01:11:04.229 INFO O| Oct 30 01:11:04.229 INFO STEP 939 (remove_files) COMPLETE |
6965 | 2024-10-30T01:11:03.935Z | [ recovery-image] Oct 30 01:11:04.229 INFO O| Oct 30 01:11:04.229 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-10-30T01:11:03.943Z | [ recovery-image] Oct 30 01:11:04.239 INFO O| Oct 30 01:11:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6967 | 2024-10-30T01:11:03.943Z | [ recovery-image] Oct 30 01:11:04.239 INFO O| Oct 30 01:11:04.239 INFO STEP 940 (remove_files) COMPLETE |
6968 | 2024-10-30T01:11:03.946Z | [ recovery-image] Oct 30 01:11:04.239 INFO O| Oct 30 01:11:04.239 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-10-30T01:11:03.953Z | [ recovery-image] Oct 30 01:11:04.249 INFO O| Oct 30 01:11:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6970 | 2024-10-30T01:11:03.953Z | [ recovery-image] Oct 30 01:11:04.249 INFO O| Oct 30 01:11:04.249 INFO STEP 941 (remove_files) COMPLETE |
6971 | 2024-10-30T01:11:03.953Z | [ recovery-image] Oct 30 01:11:04.249 INFO O| Oct 30 01:11:04.249 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-10-30T01:11:03.963Z | [ recovery-image] Oct 30 01:11:04.259 INFO O| Oct 30 01:11:04.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6973 | 2024-10-30T01:11:03.964Z | [ recovery-image] Oct 30 01:11:04.259 INFO O| Oct 30 01:11:04.259 INFO STEP 942 (remove_files) COMPLETE |
6974 | 2024-10-30T01:11:03.964Z | [ recovery-image] Oct 30 01:11:04.259 INFO O| Oct 30 01:11:04.259 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-10-30T01:11:03.972Z | [ recovery-image] Oct 30 01:11:04.268 INFO O| Oct 30 01:11:04.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6976 | 2024-10-30T01:11:03.972Z | [ recovery-image] Oct 30 01:11:04.268 INFO O| Oct 30 01:11:04.268 INFO STEP 943 (remove_files) COMPLETE |
6977 | 2024-10-30T01:11:03.972Z | [ recovery-image] Oct 30 01:11:04.268 INFO O| Oct 30 01:11:04.268 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-10-30T01:11:03.981Z | [ recovery-image] Oct 30 01:11:04.278 INFO O| Oct 30 01:11:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6979 | 2024-10-30T01:11:03.982Z | [ recovery-image] Oct 30 01:11:04.278 INFO O| Oct 30 01:11:04.278 INFO STEP 944 (remove_files) COMPLETE |
6980 | 2024-10-30T01:11:03.982Z | [ recovery-image] Oct 30 01:11:04.278 INFO O| Oct 30 01:11:04.278 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-10-30T01:11:03.992Z | [ recovery-image] Oct 30 01:11:04.287 INFO O| Oct 30 01:11:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6982 | 2024-10-30T01:11:03.992Z | [ recovery-image] Oct 30 01:11:04.288 INFO O| Oct 30 01:11:04.287 INFO STEP 945 (remove_files) COMPLETE |
6983 | 2024-10-30T01:11:03.995Z | [ recovery-image] Oct 30 01:11:04.288 INFO O| Oct 30 01:11:04.287 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-10-30T01:11:04.003Z | [ recovery-image] Oct 30 01:11:04.297 INFO O| Oct 30 01:11:04.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6985 | 2024-10-30T01:11:04.006Z | [ recovery-image] Oct 30 01:11:04.297 INFO O| Oct 30 01:11:04.297 INFO STEP 946 (remove_files) COMPLETE |
6986 | 2024-10-30T01:11:04.006Z | [ recovery-image] Oct 30 01:11:04.297 INFO O| Oct 30 01:11:04.297 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-10-30T01:11:04.010Z | [ recovery-image] Oct 30 01:11:04.307 INFO O| Oct 30 01:11:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6988 | 2024-10-30T01:11:04.013Z | [ recovery-image] Oct 30 01:11:04.307 INFO O| Oct 30 01:11:04.307 INFO STEP 947 (remove_files) COMPLETE |
6989 | 2024-10-30T01:11:04.013Z | [ recovery-image] Oct 30 01:11:04.307 INFO O| Oct 30 01:11:04.307 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-10-30T01:11:04.020Z | [ recovery-image] Oct 30 01:11:04.316 INFO O| Oct 30 01:11:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6991 | 2024-10-30T01:11:04.020Z | [ recovery-image] Oct 30 01:11:04.316 INFO O| Oct 30 01:11:04.316 INFO STEP 948 (remove_files) COMPLETE |
6992 | 2024-10-30T01:11:04.020Z | [ recovery-image] Oct 30 01:11:04.316 INFO O| Oct 30 01:11:04.316 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-10-30T01:11:04.029Z | [ recovery-image] Oct 30 01:11:04.326 INFO O| Oct 30 01:11:04.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6994 | 2024-10-30T01:11:04.029Z | [ recovery-image] Oct 30 01:11:04.326 INFO O| Oct 30 01:11:04.326 INFO STEP 949 (remove_files) COMPLETE |
6995 | 2024-10-30T01:11:04.039Z | [ recovery-image] Oct 30 01:11:04.326 INFO O| Oct 30 01:11:04.326 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-10-30T01:11:04.047Z | [ recovery-image] Oct 30 01:11:04.335 INFO O| Oct 30 01:11:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6997 | 2024-10-30T01:11:04.047Z | [ recovery-image] Oct 30 01:11:04.336 INFO O| Oct 30 01:11:04.336 INFO STEP 950 (remove_files) COMPLETE |
6998 | 2024-10-30T01:11:04.047Z | [ recovery-image] Oct 30 01:11:04.336 INFO O| Oct 30 01:11:04.336 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-10-30T01:11:04.054Z | [ recovery-image] Oct 30 01:11:04.345 INFO O| Oct 30 01:11:04.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7000 | 2024-10-30T01:11:04.054Z | [ recovery-image] Oct 30 01:11:04.345 INFO O| Oct 30 01:11:04.345 INFO STEP 951 (remove_files) COMPLETE |
7001 | 2024-10-30T01:11:04.054Z | [ recovery-image] Oct 30 01:11:04.345 INFO O| Oct 30 01:11:04.345 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-10-30T01:11:04.063Z | [ recovery-image] Oct 30 01:11:04.355 INFO O| Oct 30 01:11:04.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7003 | 2024-10-30T01:11:04.063Z | [ recovery-image] Oct 30 01:11:04.355 INFO O| Oct 30 01:11:04.355 INFO STEP 952 (remove_files) COMPLETE |
7004 | 2024-10-30T01:11:04.063Z | [ recovery-image] Oct 30 01:11:04.355 INFO O| Oct 30 01:11:04.355 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-10-30T01:11:04.068Z | [ recovery-image] Oct 30 01:11:04.364 INFO O| Oct 30 01:11:04.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7006 | 2024-10-30T01:11:04.068Z | [ recovery-image] Oct 30 01:11:04.364 INFO O| Oct 30 01:11:04.364 INFO STEP 953 (remove_files) COMPLETE |
7007 | 2024-10-30T01:11:04.073Z | [ recovery-image] Oct 30 01:11:04.365 INFO O| Oct 30 01:11:04.364 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-10-30T01:11:04.078Z | [ recovery-image] Oct 30 01:11:04.374 INFO O| Oct 30 01:11:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7009 | 2024-10-30T01:11:04.078Z | [ recovery-image] Oct 30 01:11:04.374 INFO O| Oct 30 01:11:04.374 INFO STEP 954 (remove_files) COMPLETE |
7010 | 2024-10-30T01:11:04.078Z | [ recovery-image] Oct 30 01:11:04.374 INFO O| Oct 30 01:11:04.374 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-10-30T01:11:04.087Z | [ recovery-image] Oct 30 01:11:04.384 INFO O| Oct 30 01:11:04.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7012 | 2024-10-30T01:11:04.090Z | [ recovery-image] Oct 30 01:11:04.384 INFO O| Oct 30 01:11:04.384 INFO STEP 955 (remove_files) COMPLETE |
7013 | 2024-10-30T01:11:04.090Z | [ recovery-image] Oct 30 01:11:04.384 INFO O| Oct 30 01:11:04.384 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-10-30T01:11:04.097Z | [ recovery-image] Oct 30 01:11:04.393 INFO O| Oct 30 01:11:04.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7015 | 2024-10-30T01:11:04.099Z | [ recovery-image] Oct 30 01:11:04.394 INFO O| Oct 30 01:11:04.393 INFO STEP 956 (remove_files) COMPLETE |
7016 | 2024-10-30T01:11:04.099Z | [ recovery-image] Oct 30 01:11:04.394 INFO O| Oct 30 01:11:04.394 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-10-30T01:11:04.106Z | [ recovery-image] Oct 30 01:11:04.403 INFO O| Oct 30 01:11:04.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7018 | 2024-10-30T01:11:04.106Z | [ recovery-image] Oct 30 01:11:04.403 INFO O| Oct 30 01:11:04.403 INFO STEP 957 (remove_files) COMPLETE |
7019 | 2024-10-30T01:11:04.109Z | [ recovery-image] Oct 30 01:11:04.403 INFO O| Oct 30 01:11:04.403 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-10-30T01:11:04.116Z | [ recovery-image] Oct 30 01:11:04.413 INFO O| Oct 30 01:11:04.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7021 | 2024-10-30T01:11:04.118Z | [ recovery-image] Oct 30 01:11:04.413 INFO O| Oct 30 01:11:04.413 INFO STEP 958 (remove_files) COMPLETE |
7022 | 2024-10-30T01:11:04.118Z | [ recovery-image] Oct 30 01:11:04.413 INFO O| Oct 30 01:11:04.413 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-10-30T01:11:04.126Z | [ recovery-image] Oct 30 01:11:04.422 INFO O| Oct 30 01:11:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7024 | 2024-10-30T01:11:04.128Z | [ recovery-image] Oct 30 01:11:04.422 INFO O| Oct 30 01:11:04.422 INFO STEP 959 (remove_files) COMPLETE |
7025 | 2024-10-30T01:11:04.128Z | [ recovery-image] Oct 30 01:11:04.422 INFO O| Oct 30 01:11:04.422 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-10-30T01:11:04.135Z | [ recovery-image] Oct 30 01:11:04.432 INFO O| Oct 30 01:11:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7027 | 2024-10-30T01:11:04.135Z | [ recovery-image] Oct 30 01:11:04.432 INFO O| Oct 30 01:11:04.432 INFO STEP 960 (remove_files) COMPLETE |
7028 | 2024-10-30T01:11:04.138Z | [ recovery-image] Oct 30 01:11:04.432 INFO O| Oct 30 01:11:04.432 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-10-30T01:11:04.145Z | [ recovery-image] Oct 30 01:11:04.442 INFO O| Oct 30 01:11:04.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7030 | 2024-10-30T01:11:04.145Z | [ recovery-image] Oct 30 01:11:04.442 INFO O| Oct 30 01:11:04.442 INFO STEP 961 (remove_files) COMPLETE |
7031 | 2024-10-30T01:11:04.145Z | [ recovery-image] Oct 30 01:11:04.442 INFO O| Oct 30 01:11:04.442 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-10-30T01:11:04.155Z | [ recovery-image] Oct 30 01:11:04.451 INFO O| Oct 30 01:11:04.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7033 | 2024-10-30T01:11:04.155Z | [ recovery-image] Oct 30 01:11:04.452 INFO O| Oct 30 01:11:04.452 INFO STEP 962 (remove_files) COMPLETE |
7034 | 2024-10-30T01:11:04.157Z | [ recovery-image] Oct 30 01:11:04.452 INFO O| Oct 30 01:11:04.452 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-10-30T01:11:04.164Z | [ recovery-image] Oct 30 01:11:04.461 INFO O| Oct 30 01:11:04.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7036 | 2024-10-30T01:11:04.164Z | [ recovery-image] Oct 30 01:11:04.461 INFO O| Oct 30 01:11:04.461 INFO STEP 963 (remove_files) COMPLETE |
7037 | 2024-10-30T01:11:04.167Z | [ recovery-image] Oct 30 01:11:04.461 INFO O| Oct 30 01:11:04.461 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-10-30T01:11:04.174Z | [ recovery-image] Oct 30 01:11:04.471 INFO O| Oct 30 01:11:04.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7039 | 2024-10-30T01:11:04.174Z | [ recovery-image] Oct 30 01:11:04.471 INFO O| Oct 30 01:11:04.471 INFO STEP 964 (remove_files) COMPLETE |
7040 | 2024-10-30T01:11:04.176Z | [ recovery-image] Oct 30 01:11:04.471 INFO O| Oct 30 01:11:04.471 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-10-30T01:11:04.184Z | [ recovery-image] Oct 30 01:11:04.480 INFO O| Oct 30 01:11:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7042 | 2024-10-30T01:11:04.186Z | [ recovery-image] Oct 30 01:11:04.480 INFO O| Oct 30 01:11:04.480 INFO STEP 965 (remove_files) COMPLETE |
7043 | 2024-10-30T01:11:04.186Z | [ recovery-image] Oct 30 01:11:04.481 INFO O| Oct 30 01:11:04.480 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-10-30T01:11:04.193Z | [ recovery-image] Oct 30 01:11:04.490 INFO O| Oct 30 01:11:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7045 | 2024-10-30T01:11:04.196Z | [ recovery-image] Oct 30 01:11:04.490 INFO O| Oct 30 01:11:04.490 INFO STEP 966 (remove_files) COMPLETE |
7046 | 2024-10-30T01:11:04.196Z | [ recovery-image] Oct 30 01:11:04.490 INFO O| Oct 30 01:11:04.490 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-10-30T01:11:04.203Z | [ recovery-image] Oct 30 01:11:04.499 INFO O| Oct 30 01:11:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7048 | 2024-10-30T01:11:04.205Z | [ recovery-image] Oct 30 01:11:04.500 INFO O| Oct 30 01:11:04.500 INFO STEP 967 (remove_files) COMPLETE |
7049 | 2024-10-30T01:11:04.205Z | [ recovery-image] Oct 30 01:11:04.500 INFO O| Oct 30 01:11:04.500 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-10-30T01:11:04.208Z | [ host-image] Oct 30 01:11:04.503 INFO O| Oct 30 01:11:04.503 INFO O| Done |
7051 | 2024-10-30T01:11:04.217Z | [ recovery-image] Oct 30 01:11:04.509 INFO O| Oct 30 01:11:04.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7052 | 2024-10-30T01:11:04.217Z | [ recovery-image] Oct 30 01:11:04.509 INFO O| Oct 30 01:11:04.509 INFO STEP 968 (remove_files) COMPLETE |
7053 | 2024-10-30T01:11:04.217Z | [ recovery-image] Oct 30 01:11:04.509 INFO O| Oct 30 01:11:04.509 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-10-30T01:11:04.223Z | [ recovery-image] Oct 30 01:11:04.519 INFO O| Oct 30 01:11:04.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7055 | 2024-10-30T01:11:04.223Z | [ recovery-image] Oct 30 01:11:04.519 INFO O| Oct 30 01:11:04.519 INFO STEP 969 (remove_files) COMPLETE |
7056 | 2024-10-30T01:11:04.225Z | [ recovery-image] Oct 30 01:11:04.520 INFO O| Oct 30 01:11:04.519 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-10-30T01:11:04.230Z | [ host-image] Oct 30 01:11:04.526 INFO O| Oct 30 01:11:04.526 INFO O| Done |
7058 | 2024-10-30T01:11:04.233Z | [ host-image] Oct 30 01:11:04.526 INFO O| Oct 30 01:11:04.526 INFO O| Done |
7059 | 2024-10-30T01:11:04.233Z | [ recovery-image] Oct 30 01:11:04.529 INFO O| Oct 30 01:11:04.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7060 | 2024-10-30T01:11:04.233Z | [ recovery-image] Oct 30 01:11:04.529 INFO O| Oct 30 01:11:04.529 INFO STEP 970 (remove_files) COMPLETE |
7061 | 2024-10-30T01:11:04.233Z | [ recovery-image] Oct 30 01:11:04.529 INFO O| Oct 30 01:11:04.529 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-10-30T01:11:04.242Z | [ recovery-image] Oct 30 01:11:04.539 INFO O| Oct 30 01:11:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7063 | 2024-10-30T01:11:04.242Z | [ recovery-image] Oct 30 01:11:04.539 INFO O| Oct 30 01:11:04.539 INFO STEP 971 (remove_files) COMPLETE |
7064 | 2024-10-30T01:11:04.242Z | [ recovery-image] Oct 30 01:11:04.539 INFO O| Oct 30 01:11:04.539 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-10-30T01:11:04.245Z | [ host-image] Oct 30 01:11:04.541 INFO O| Oct 30 01:11:04.540 INFO O| Done |
7066 | 2024-10-30T01:11:04.252Z | [ recovery-image] Oct 30 01:11:04.549 INFO O| Oct 30 01:11:04.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7067 | 2024-10-30T01:11:04.254Z | [ recovery-image] Oct 30 01:11:04.549 INFO O| Oct 30 01:11:04.549 INFO STEP 972 (remove_files) COMPLETE |
7068 | 2024-10-30T01:11:04.254Z | [ recovery-image] Oct 30 01:11:04.549 INFO O| Oct 30 01:11:04.549 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-10-30T01:11:04.262Z | [ recovery-image] Oct 30 01:11:04.559 INFO O| Oct 30 01:11:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7070 | 2024-10-30T01:11:04.265Z | [ recovery-image] Oct 30 01:11:04.559 INFO O| Oct 30 01:11:04.559 INFO STEP 973 (remove_files) COMPLETE |
7071 | 2024-10-30T01:11:04.265Z | [ recovery-image] Oct 30 01:11:04.559 INFO O| Oct 30 01:11:04.559 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-10-30T01:11:04.273Z | [ recovery-image] Oct 30 01:11:04.570 INFO O| Oct 30 01:11:04.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7073 | 2024-10-30T01:11:04.276Z | [ recovery-image] Oct 30 01:11:04.570 INFO O| Oct 30 01:11:04.570 INFO STEP 974 (remove_files) COMPLETE |
7074 | 2024-10-30T01:11:04.276Z | [ recovery-image] Oct 30 01:11:04.570 INFO O| Oct 30 01:11:04.570 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-10-30T01:11:04.283Z | [ recovery-image] Oct 30 01:11:04.580 INFO O| Oct 30 01:11:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7076 | 2024-10-30T01:11:04.283Z | [ recovery-image] Oct 30 01:11:04.580 INFO O| Oct 30 01:11:04.580 INFO STEP 975 (remove_files) COMPLETE |
7077 | 2024-10-30T01:11:04.285Z | [ recovery-image] Oct 30 01:11:04.580 INFO O| Oct 30 01:11:04.580 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-10-30T01:11:04.293Z | [ recovery-image] Oct 30 01:11:04.589 INFO O| Oct 30 01:11:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7079 | 2024-10-30T01:11:04.295Z | [ recovery-image] Oct 30 01:11:04.590 INFO O| Oct 30 01:11:04.590 INFO STEP 976 (remove_files) COMPLETE |
7080 | 2024-10-30T01:11:04.295Z | [ recovery-image] Oct 30 01:11:04.590 INFO O| Oct 30 01:11:04.590 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-10-30T01:11:04.303Z | [ recovery-image] Oct 30 01:11:04.599 INFO O| Oct 30 01:11:04.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7082 | 2024-10-30T01:11:04.305Z | [ recovery-image] Oct 30 01:11:04.600 INFO O| Oct 30 01:11:04.600 INFO STEP 977 (remove_files) COMPLETE |
7083 | 2024-10-30T01:11:04.305Z | [ recovery-image] Oct 30 01:11:04.600 INFO O| Oct 30 01:11:04.600 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-10-30T01:11:04.313Z | [ recovery-image] Oct 30 01:11:04.610 INFO O| Oct 30 01:11:04.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7085 | 2024-10-30T01:11:04.317Z | [ recovery-image] Oct 30 01:11:04.610 INFO O| Oct 30 01:11:04.610 INFO STEP 978 (remove_files) COMPLETE |
7086 | 2024-10-30T01:11:04.317Z | [ recovery-image] Oct 30 01:11:04.610 INFO O| Oct 30 01:11:04.610 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-10-30T01:11:04.323Z | [ recovery-image] Oct 30 01:11:04.620 INFO O| Oct 30 01:11:04.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7088 | 2024-10-30T01:11:04.323Z | [ recovery-image] Oct 30 01:11:04.620 INFO O| Oct 30 01:11:04.620 INFO STEP 979 (remove_files) COMPLETE |
7089 | 2024-10-30T01:11:04.326Z | [ recovery-image] Oct 30 01:11:04.620 INFO O| Oct 30 01:11:04.620 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-10-30T01:11:04.333Z | [ recovery-image] Oct 30 01:11:04.630 INFO O| Oct 30 01:11:04.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7091 | 2024-10-30T01:11:04.336Z | [ recovery-image] Oct 30 01:11:04.631 INFO O| Oct 30 01:11:04.631 INFO STEP 980 (remove_files) COMPLETE |
7092 | 2024-10-30T01:11:04.336Z | [ recovery-image] Oct 30 01:11:04.631 INFO O| Oct 30 01:11:04.631 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-10-30T01:11:04.344Z | [ recovery-image] Oct 30 01:11:04.640 INFO O| Oct 30 01:11:04.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7094 | 2024-10-30T01:11:04.346Z | [ recovery-image] Oct 30 01:11:04.640 INFO O| Oct 30 01:11:04.640 INFO STEP 981 (remove_files) COMPLETE |
7095 | 2024-10-30T01:11:04.346Z | [ recovery-image] Oct 30 01:11:04.640 INFO O| Oct 30 01:11:04.640 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-10-30T01:11:04.351Z | [ host-image] Oct 30 01:11:04.648 INFO O| Oct 30 01:11:04.648 INFO STEP 12 (pkg_install) COMPLETE |
7097 | 2024-10-30T01:11:04.355Z | [ host-image] Oct 30 01:11:04.648 INFO O| Oct 30 01:11:04.648 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7098 | 2024-10-30T01:11:04.355Z | [ recovery-image] Oct 30 01:11:04.650 INFO O| Oct 30 01:11:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7099 | 2024-10-30T01:11:04.355Z | [ recovery-image] Oct 30 01:11:04.650 INFO O| Oct 30 01:11:04.650 INFO STEP 982 (remove_files) COMPLETE |
7100 | 2024-10-30T01:11:04.355Z | [ recovery-image] Oct 30 01:11:04.650 INFO O| Oct 30 01:11:04.650 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-10-30T01:11:04.361Z | [ host-image] Oct 30 01:11:04.658 INFO O| Oct 30 01:11:04.658 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
7102 | 2024-10-30T01:11:04.364Z | [ recovery-image] Oct 30 01:11:04.660 INFO O| Oct 30 01:11:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7103 | 2024-10-30T01:11:04.364Z | [ recovery-image] Oct 30 01:11:04.660 INFO O| Oct 30 01:11:04.660 INFO STEP 983 (remove_files) COMPLETE |
7104 | 2024-10-30T01:11:04.364Z | [ recovery-image] Oct 30 01:11:04.660 INFO O| Oct 30 01:11:04.660 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-10-30T01:11:04.373Z | [ recovery-image] Oct 30 01:11:04.670 INFO O| Oct 30 01:11:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7106 | 2024-10-30T01:11:04.373Z | [ recovery-image] Oct 30 01:11:04.670 INFO O| Oct 30 01:11:04.670 INFO STEP 984 (remove_files) COMPLETE |
7107 | 2024-10-30T01:11:04.376Z | [ recovery-image] Oct 30 01:11:04.670 INFO O| Oct 30 01:11:04.670 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-10-30T01:11:04.383Z | [ recovery-image] Oct 30 01:11:04.680 INFO O| Oct 30 01:11:04.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7109 | 2024-10-30T01:11:04.383Z | [ recovery-image] Oct 30 01:11:04.680 INFO O| Oct 30 01:11:04.680 INFO STEP 985 (remove_files) COMPLETE |
7110 | 2024-10-30T01:11:04.383Z | [ recovery-image] Oct 30 01:11:04.680 INFO O| Oct 30 01:11:04.680 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-10-30T01:11:04.393Z | [ recovery-image] Oct 30 01:11:04.689 INFO O| Oct 30 01:11:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7112 | 2024-10-30T01:11:04.393Z | [ recovery-image] Oct 30 01:11:04.689 INFO O| Oct 30 01:11:04.689 INFO STEP 986 (remove_files) COMPLETE |
7113 | 2024-10-30T01:11:04.393Z | [ recovery-image] Oct 30 01:11:04.689 INFO O| Oct 30 01:11:04.689 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-10-30T01:11:04.402Z | [ recovery-image] Oct 30 01:11:04.699 INFO O| Oct 30 01:11:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7115 | 2024-10-30T01:11:04.402Z | [ recovery-image] Oct 30 01:11:04.699 INFO O| Oct 30 01:11:04.699 INFO STEP 987 (remove_files) COMPLETE |
7116 | 2024-10-30T01:11:04.405Z | [ recovery-image] Oct 30 01:11:04.699 INFO O| Oct 30 01:11:04.699 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-10-30T01:11:04.412Z | [ recovery-image] Oct 30 01:11:04.709 INFO O| Oct 30 01:11:04.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7118 | 2024-10-30T01:11:04.412Z | [ recovery-image] Oct 30 01:11:04.709 INFO O| Oct 30 01:11:04.709 INFO STEP 988 (remove_files) COMPLETE |
7119 | 2024-10-30T01:11:04.415Z | [ recovery-image] Oct 30 01:11:04.709 INFO O| Oct 30 01:11:04.709 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-10-30T01:11:04.422Z | [ recovery-image] Oct 30 01:11:04.718 INFO O| Oct 30 01:11:04.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7121 | 2024-10-30T01:11:04.422Z | [ recovery-image] Oct 30 01:11:04.719 INFO O| Oct 30 01:11:04.719 INFO STEP 989 (remove_files) COMPLETE |
7122 | 2024-10-30T01:11:04.425Z | [ recovery-image] Oct 30 01:11:04.719 INFO O| Oct 30 01:11:04.719 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-10-30T01:11:04.431Z | [ recovery-image] Oct 30 01:11:04.728 INFO O| Oct 30 01:11:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7124 | 2024-10-30T01:11:04.431Z | [ recovery-image] Oct 30 01:11:04.728 INFO O| Oct 30 01:11:04.728 INFO STEP 990 (remove_files) COMPLETE |
7125 | 2024-10-30T01:11:04.431Z | [ recovery-image] Oct 30 01:11:04.728 INFO O| Oct 30 01:11:04.728 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-10-30T01:11:04.441Z | [ recovery-image] Oct 30 01:11:04.737 INFO O| Oct 30 01:11:04.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7127 | 2024-10-30T01:11:04.441Z | [ recovery-image] Oct 30 01:11:04.738 INFO O| Oct 30 01:11:04.738 INFO STEP 991 (remove_files) COMPLETE |
7128 | 2024-10-30T01:11:04.443Z | [ recovery-image] Oct 30 01:11:04.738 INFO O| Oct 30 01:11:04.738 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-10-30T01:11:04.450Z | [ recovery-image] Oct 30 01:11:04.747 INFO O| Oct 30 01:11:04.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7130 | 2024-10-30T01:11:04.450Z | [ recovery-image] Oct 30 01:11:04.747 INFO O| Oct 30 01:11:04.747 INFO STEP 992 (remove_files) COMPLETE |
7131 | 2024-10-30T01:11:04.450Z | [ recovery-image] Oct 30 01:11:04.747 INFO O| Oct 30 01:11:04.747 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-10-30T01:11:04.460Z | [ recovery-image] Oct 30 01:11:04.757 INFO O| Oct 30 01:11:04.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7133 | 2024-10-30T01:11:04.460Z | [ recovery-image] Oct 30 01:11:04.757 INFO O| Oct 30 01:11:04.757 INFO STEP 993 (remove_files) COMPLETE |
7134 | 2024-10-30T01:11:04.460Z | [ recovery-image] Oct 30 01:11:04.757 INFO O| Oct 30 01:11:04.757 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-10-30T01:11:04.470Z | [ recovery-image] Oct 30 01:11:04.766 INFO O| Oct 30 01:11:04.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7136 | 2024-10-30T01:11:04.470Z | [ recovery-image] Oct 30 01:11:04.766 INFO O| Oct 30 01:11:04.766 INFO STEP 994 (remove_files) COMPLETE |
7137 | 2024-10-30T01:11:04.470Z | [ recovery-image] Oct 30 01:11:04.766 INFO O| Oct 30 01:11:04.766 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-10-30T01:11:04.479Z | [ recovery-image] Oct 30 01:11:04.776 INFO O| Oct 30 01:11:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7139 | 2024-10-30T01:11:04.479Z | [ recovery-image] Oct 30 01:11:04.776 INFO O| Oct 30 01:11:04.776 INFO STEP 995 (remove_files) COMPLETE |
7140 | 2024-10-30T01:11:04.479Z | [ recovery-image] Oct 30 01:11:04.776 INFO O| Oct 30 01:11:04.776 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-10-30T01:11:04.489Z | [ recovery-image] Oct 30 01:11:04.786 INFO O| Oct 30 01:11:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7142 | 2024-10-30T01:11:04.489Z | [ recovery-image] Oct 30 01:11:04.786 INFO O| Oct 30 01:11:04.786 INFO STEP 996 (remove_files) COMPLETE |
7143 | 2024-10-30T01:11:04.489Z | [ recovery-image] Oct 30 01:11:04.786 INFO O| Oct 30 01:11:04.786 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-10-30T01:11:04.499Z | [ recovery-image] Oct 30 01:11:04.795 INFO O| Oct 30 01:11:04.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7145 | 2024-10-30T01:11:04.499Z | [ recovery-image] Oct 30 01:11:04.795 INFO O| Oct 30 01:11:04.795 INFO STEP 997 (remove_files) COMPLETE |
7146 | 2024-10-30T01:11:04.499Z | [ recovery-image] Oct 30 01:11:04.795 INFO O| Oct 30 01:11:04.795 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-10-30T01:11:04.508Z | [ recovery-image] Oct 30 01:11:04.805 INFO O| Oct 30 01:11:04.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7148 | 2024-10-30T01:11:04.508Z | [ recovery-image] Oct 30 01:11:04.805 INFO O| Oct 30 01:11:04.805 INFO STEP 998 (remove_files) COMPLETE |
7149 | 2024-10-30T01:11:04.508Z | [ recovery-image] Oct 30 01:11:04.805 INFO O| Oct 30 01:11:04.805 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-10-30T01:11:04.518Z | [ recovery-image] Oct 30 01:11:04.815 INFO O| Oct 30 01:11:04.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7151 | 2024-10-30T01:11:04.518Z | [ recovery-image] Oct 30 01:11:04.815 INFO O| Oct 30 01:11:04.815 INFO STEP 999 (remove_files) COMPLETE |
7152 | 2024-10-30T01:11:04.520Z | [ recovery-image] Oct 30 01:11:04.815 INFO O| Oct 30 01:11:04.815 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-10-30T01:11:04.527Z | [ recovery-image] Oct 30 01:11:04.824 INFO O| Oct 30 01:11:04.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7154 | 2024-10-30T01:11:04.530Z | [ recovery-image] Oct 30 01:11:04.824 INFO O| Oct 30 01:11:04.824 INFO STEP 1000 (remove_files) COMPLETE |
7155 | 2024-10-30T01:11:04.530Z | [ recovery-image] Oct 30 01:11:04.824 INFO O| Oct 30 01:11:04.824 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-10-30T01:11:04.538Z | [ recovery-image] Oct 30 01:11:04.834 INFO O| Oct 30 01:11:04.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7157 | 2024-10-30T01:11:04.538Z | [ recovery-image] Oct 30 01:11:04.834 INFO O| Oct 30 01:11:04.834 INFO STEP 1001 (remove_files) COMPLETE |
7158 | 2024-10-30T01:11:04.538Z | [ recovery-image] Oct 30 01:11:04.834 INFO O| Oct 30 01:11:04.834 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-10-30T01:11:04.547Z | [ recovery-image] Oct 30 01:11:04.843 INFO O| Oct 30 01:11:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7160 | 2024-10-30T01:11:04.547Z | [ recovery-image] Oct 30 01:11:04.843 INFO O| Oct 30 01:11:04.843 INFO STEP 1002 (remove_files) COMPLETE |
7161 | 2024-10-30T01:11:04.547Z | [ recovery-image] Oct 30 01:11:04.843 INFO O| Oct 30 01:11:04.843 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-10-30T01:11:04.556Z | [ recovery-image] Oct 30 01:11:04.853 INFO O| Oct 30 01:11:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7163 | 2024-10-30T01:11:04.556Z | [ recovery-image] Oct 30 01:11:04.853 INFO O| Oct 30 01:11:04.853 INFO STEP 1003 (remove_files) COMPLETE |
7164 | 2024-10-30T01:11:04.559Z | [ recovery-image] Oct 30 01:11:04.853 INFO O| Oct 30 01:11:04.853 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-10-30T01:11:04.566Z | [ recovery-image] Oct 30 01:11:04.863 INFO O| Oct 30 01:11:04.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7166 | 2024-10-30T01:11:04.566Z | [ recovery-image] Oct 30 01:11:04.863 INFO O| Oct 30 01:11:04.863 INFO STEP 1004 (remove_files) COMPLETE |
7167 | 2024-10-30T01:11:04.566Z | [ recovery-image] Oct 30 01:11:04.863 INFO O| Oct 30 01:11:04.863 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-10-30T01:11:04.576Z | [ recovery-image] Oct 30 01:11:04.872 INFO O| Oct 30 01:11:04.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7169 | 2024-10-30T01:11:04.576Z | [ recovery-image] Oct 30 01:11:04.873 INFO O| Oct 30 01:11:04.873 INFO STEP 1005 (remove_files) COMPLETE |
7170 | 2024-10-30T01:11:04.576Z | [ recovery-image] Oct 30 01:11:04.873 INFO O| Oct 30 01:11:04.873 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-10-30T01:11:04.585Z | [ recovery-image] Oct 30 01:11:04.882 INFO O| Oct 30 01:11:04.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7172 | 2024-10-30T01:11:04.585Z | [ recovery-image] Oct 30 01:11:04.882 INFO O| Oct 30 01:11:04.882 INFO STEP 1006 (remove_files) COMPLETE |
7173 | 2024-10-30T01:11:04.588Z | [ recovery-image] Oct 30 01:11:04.882 INFO O| Oct 30 01:11:04.882 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-10-30T01:11:04.595Z | [ recovery-image] Oct 30 01:11:04.892 INFO O| Oct 30 01:11:04.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7175 | 2024-10-30T01:11:04.598Z | [ recovery-image] Oct 30 01:11:04.892 INFO O| Oct 30 01:11:04.892 INFO STEP 1007 (remove_files) COMPLETE |
7176 | 2024-10-30T01:11:04.598Z | [ recovery-image] Oct 30 01:11:04.892 INFO O| Oct 30 01:11:04.892 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-10-30T01:11:04.605Z | [ recovery-image] Oct 30 01:11:04.902 INFO O| Oct 30 01:11:04.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7178 | 2024-10-30T01:11:04.605Z | [ recovery-image] Oct 30 01:11:04.902 INFO O| Oct 30 01:11:04.902 INFO STEP 1008 (remove_files) COMPLETE |
7179 | 2024-10-30T01:11:04.608Z | [ recovery-image] Oct 30 01:11:04.902 INFO O| Oct 30 01:11:04.902 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-10-30T01:11:04.615Z | [ recovery-image] Oct 30 01:11:04.911 INFO O| Oct 30 01:11:04.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7181 | 2024-10-30T01:11:04.615Z | [ recovery-image] Oct 30 01:11:04.912 INFO O| Oct 30 01:11:04.911 INFO STEP 1009 (remove_files) COMPLETE |
7182 | 2024-10-30T01:11:04.615Z | [ recovery-image] Oct 30 01:11:04.912 INFO O| Oct 30 01:11:04.911 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-10-30T01:11:04.624Z | [ recovery-image] Oct 30 01:11:04.921 INFO O| Oct 30 01:11:04.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7184 | 2024-10-30T01:11:04.627Z | [ recovery-image] Oct 30 01:11:04.921 INFO O| Oct 30 01:11:04.921 INFO STEP 1010 (remove_files) COMPLETE |
7185 | 2024-10-30T01:11:04.627Z | [ recovery-image] Oct 30 01:11:04.921 INFO O| Oct 30 01:11:04.921 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-10-30T01:11:04.634Z | [ recovery-image] Oct 30 01:11:04.931 INFO O| Oct 30 01:11:04.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7187 | 2024-10-30T01:11:04.634Z | [ recovery-image] Oct 30 01:11:04.931 INFO O| Oct 30 01:11:04.931 INFO STEP 1011 (remove_files) COMPLETE |
7188 | 2024-10-30T01:11:04.636Z | [ recovery-image] Oct 30 01:11:04.931 INFO O| Oct 30 01:11:04.931 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-10-30T01:11:04.644Z | [ recovery-image] Oct 30 01:11:04.941 INFO O| Oct 30 01:11:04.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7190 | 2024-10-30T01:11:04.646Z | [ recovery-image] Oct 30 01:11:04.941 INFO O| Oct 30 01:11:04.941 INFO STEP 1012 (remove_files) COMPLETE |
7191 | 2024-10-30T01:11:04.646Z | [ recovery-image] Oct 30 01:11:04.941 INFO O| Oct 30 01:11:04.941 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-10-30T01:11:04.654Z | [ recovery-image] Oct 30 01:11:04.950 INFO O| Oct 30 01:11:04.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7193 | 2024-10-30T01:11:04.656Z | [ recovery-image] Oct 30 01:11:04.951 INFO O| Oct 30 01:11:04.950 INFO STEP 1013 (remove_files) COMPLETE |
7194 | 2024-10-30T01:11:04.656Z | [ recovery-image] Oct 30 01:11:04.951 INFO O| Oct 30 01:11:04.951 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-10-30T01:11:04.663Z | [ recovery-image] Oct 30 01:11:04.960 INFO O| Oct 30 01:11:04.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7196 | 2024-10-30T01:11:04.666Z | [ recovery-image] Oct 30 01:11:04.960 INFO O| Oct 30 01:11:04.960 INFO STEP 1014 (remove_files) COMPLETE |
7197 | 2024-10-30T01:11:04.666Z | [ recovery-image] Oct 30 01:11:04.960 INFO O| Oct 30 01:11:04.960 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-10-30T01:11:04.673Z | [ recovery-image] Oct 30 01:11:04.969 INFO O| Oct 30 01:11:04.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7199 | 2024-10-30T01:11:04.673Z | [ recovery-image] Oct 30 01:11:04.970 INFO O| Oct 30 01:11:04.970 INFO STEP 1015 (remove_files) COMPLETE |
7200 | 2024-10-30T01:11:04.675Z | [ recovery-image] Oct 30 01:11:04.970 INFO O| Oct 30 01:11:04.970 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-10-30T01:11:04.682Z | [ recovery-image] Oct 30 01:11:04.979 INFO O| Oct 30 01:11:04.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7202 | 2024-10-30T01:11:04.685Z | [ recovery-image] Oct 30 01:11:04.979 INFO O| Oct 30 01:11:04.979 INFO STEP 1016 (remove_files) COMPLETE |
7203 | 2024-10-30T01:11:04.685Z | [ recovery-image] Oct 30 01:11:04.979 INFO O| Oct 30 01:11:04.979 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-10-30T01:11:04.691Z | [ recovery-image] Oct 30 01:11:04.988 INFO O| Oct 30 01:11:04.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7205 | 2024-10-30T01:11:04.694Z | [ recovery-image] Oct 30 01:11:04.988 INFO O| Oct 30 01:11:04.988 INFO STEP 1017 (remove_files) COMPLETE |
7206 | 2024-10-30T01:11:04.694Z | [ recovery-image] Oct 30 01:11:04.988 INFO O| Oct 30 01:11:04.988 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-10-30T01:11:04.701Z | [ recovery-image] Oct 30 01:11:04.998 INFO O| Oct 30 01:11:04.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7208 | 2024-10-30T01:11:04.701Z | [ recovery-image] Oct 30 01:11:04.998 INFO O| Oct 30 01:11:04.998 INFO STEP 1018 (remove_files) COMPLETE |
7209 | 2024-10-30T01:11:04.703Z | [ recovery-image] Oct 30 01:11:04.998 INFO O| Oct 30 01:11:04.998 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-10-30T01:11:04.712Z | [ recovery-image] Oct 30 01:11:05.008 INFO O| Oct 30 01:11:05.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7211 | 2024-10-30T01:11:04.712Z | [ recovery-image] Oct 30 01:11:05.009 INFO O| Oct 30 01:11:05.009 INFO STEP 1019 (remove_files) COMPLETE |
7212 | 2024-10-30T01:11:04.712Z | [ recovery-image] Oct 30 01:11:05.009 INFO O| Oct 30 01:11:05.009 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-10-30T01:11:04.722Z | [ recovery-image] Oct 30 01:11:05.018 INFO O| Oct 30 01:11:05.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7214 | 2024-10-30T01:11:04.724Z | [ recovery-image] Oct 30 01:11:05.019 INFO O| Oct 30 01:11:05.019 INFO STEP 1020 (remove_files) COMPLETE |
7215 | 2024-10-30T01:11:04.724Z | [ recovery-image] Oct 30 01:11:05.019 INFO O| Oct 30 01:11:05.019 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-10-30T01:11:04.731Z | [ recovery-image] Oct 30 01:11:05.028 INFO O| Oct 30 01:11:05.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7217 | 2024-10-30T01:11:04.734Z | [ recovery-image] Oct 30 01:11:05.029 INFO O| Oct 30 01:11:05.029 INFO STEP 1021 (remove_files) COMPLETE |
7218 | 2024-10-30T01:11:04.734Z | [ recovery-image] Oct 30 01:11:05.029 INFO O| Oct 30 01:11:05.029 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-10-30T01:11:04.742Z | [ recovery-image] Oct 30 01:11:05.039 INFO O| Oct 30 01:11:05.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7220 | 2024-10-30T01:11:04.745Z | [ recovery-image] Oct 30 01:11:05.039 INFO O| Oct 30 01:11:05.039 INFO STEP 1022 (remove_files) COMPLETE |
7221 | 2024-10-30T01:11:04.745Z | [ recovery-image] Oct 30 01:11:05.039 INFO O| Oct 30 01:11:05.039 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-10-30T01:11:04.752Z | [ recovery-image] Oct 30 01:11:05.048 INFO O| Oct 30 01:11:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7223 | 2024-10-30T01:11:04.752Z | [ recovery-image] Oct 30 01:11:05.049 INFO O| Oct 30 01:11:05.048 INFO STEP 1023 (remove_files) COMPLETE |
7224 | 2024-10-30T01:11:04.754Z | [ recovery-image] Oct 30 01:11:05.049 INFO O| Oct 30 01:11:05.049 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-10-30T01:11:04.761Z | [ recovery-image] Oct 30 01:11:05.058 INFO O| Oct 30 01:11:05.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7226 | 2024-10-30T01:11:04.761Z | [ recovery-image] Oct 30 01:11:05.058 INFO O| Oct 30 01:11:05.058 INFO STEP 1024 (remove_files) COMPLETE |
7227 | 2024-10-30T01:11:04.764Z | [ recovery-image] Oct 30 01:11:05.058 INFO O| Oct 30 01:11:05.058 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-10-30T01:11:04.771Z | [ recovery-image] Oct 30 01:11:05.068 INFO O| Oct 30 01:11:05.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7229 | 2024-10-30T01:11:04.774Z | [ recovery-image] Oct 30 01:11:05.068 INFO O| Oct 30 01:11:05.068 INFO STEP 1025 (remove_files) COMPLETE |
7230 | 2024-10-30T01:11:04.774Z | [ recovery-image] Oct 30 01:11:05.068 INFO O| Oct 30 01:11:05.068 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-10-30T01:11:04.781Z | [ recovery-image] Oct 30 01:11:05.078 INFO O| Oct 30 01:11:05.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7232 | 2024-10-30T01:11:04.783Z | [ recovery-image] Oct 30 01:11:05.078 INFO O| Oct 30 01:11:05.078 INFO STEP 1026 (remove_files) COMPLETE |
7233 | 2024-10-30T01:11:04.783Z | [ recovery-image] Oct 30 01:11:05.078 INFO O| Oct 30 01:11:05.078 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-10-30T01:11:04.790Z | [ recovery-image] Oct 30 01:11:05.087 INFO O| Oct 30 01:11:05.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7235 | 2024-10-30T01:11:04.790Z | [ recovery-image] Oct 30 01:11:05.087 INFO O| Oct 30 01:11:05.087 INFO STEP 1027 (remove_files) COMPLETE |
7236 | 2024-10-30T01:11:04.791Z | [ recovery-image] Oct 30 01:11:05.087 INFO O| Oct 30 01:11:05.087 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-10-30T01:11:04.800Z | [ recovery-image] Oct 30 01:11:05.097 INFO O| Oct 30 01:11:05.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7238 | 2024-10-30T01:11:04.800Z | [ recovery-image] Oct 30 01:11:05.097 INFO O| Oct 30 01:11:05.097 INFO STEP 1028 (remove_files) COMPLETE |
7239 | 2024-10-30T01:11:04.803Z | [ recovery-image] Oct 30 01:11:05.097 INFO O| Oct 30 01:11:05.097 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-10-30T01:11:04.810Z | [ recovery-image] Oct 30 01:11:05.107 INFO O| Oct 30 01:11:05.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7241 | 2024-10-30T01:11:04.810Z | [ recovery-image] Oct 30 01:11:05.107 INFO O| Oct 30 01:11:05.107 INFO STEP 1029 (remove_files) COMPLETE |
7242 | 2024-10-30T01:11:04.812Z | [ recovery-image] Oct 30 01:11:05.107 INFO O| Oct 30 01:11:05.107 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-10-30T01:11:04.819Z | [ recovery-image] Oct 30 01:11:05.116 INFO O| Oct 30 01:11:05.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7244 | 2024-10-30T01:11:04.822Z | [ recovery-image] Oct 30 01:11:05.116 INFO O| Oct 30 01:11:05.116 INFO STEP 1030 (remove_files) COMPLETE |
7245 | 2024-10-30T01:11:04.822Z | [ recovery-image] Oct 30 01:11:05.116 INFO O| Oct 30 01:11:05.116 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-10-30T01:11:04.827Z | [ host-image] Oct 30 01:11:05.124 INFO O| Oct 30 01:11:05.124 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7247 | 2024-10-30T01:11:04.830Z | [ recovery-image] Oct 30 01:11:05.126 INFO O| Oct 30 01:11:05.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7248 | 2024-10-30T01:11:04.830Z | [ recovery-image] Oct 30 01:11:05.126 INFO O| Oct 30 01:11:05.126 INFO STEP 1031 (remove_files) COMPLETE |
7249 | 2024-10-30T01:11:04.830Z | [ recovery-image] Oct 30 01:11:05.126 INFO O| Oct 30 01:11:05.126 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-10-30T01:11:04.839Z | [ recovery-image] Oct 30 01:11:05.136 INFO O| Oct 30 01:11:05.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7251 | 2024-10-30T01:11:04.839Z | [ recovery-image] Oct 30 01:11:05.136 INFO O| Oct 30 01:11:05.136 INFO STEP 1032 (remove_files) COMPLETE |
7252 | 2024-10-30T01:11:04.841Z | [ recovery-image] Oct 30 01:11:05.136 INFO O| Oct 30 01:11:05.136 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-10-30T01:11:04.849Z | [ recovery-image] Oct 30 01:11:05.146 INFO O| Oct 30 01:11:05.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7254 | 2024-10-30T01:11:04.849Z | [ recovery-image] Oct 30 01:11:05.146 INFO O| Oct 30 01:11:05.146 INFO STEP 1033 (remove_files) COMPLETE |
7255 | 2024-10-30T01:11:04.849Z | [ recovery-image] Oct 30 01:11:05.146 INFO O| Oct 30 01:11:05.146 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-10-30T01:11:04.859Z | [ recovery-image] Oct 30 01:11:05.156 INFO O| Oct 30 01:11:05.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7257 | 2024-10-30T01:11:04.859Z | [ recovery-image] Oct 30 01:11:05.156 INFO O| Oct 30 01:11:05.156 INFO STEP 1034 (remove_files) COMPLETE |
7258 | 2024-10-30T01:11:04.859Z | [ recovery-image] Oct 30 01:11:05.156 INFO O| Oct 30 01:11:05.156 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-10-30T01:11:04.869Z | [ recovery-image] Oct 30 01:11:05.166 INFO O| Oct 30 01:11:05.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7260 | 2024-10-30T01:11:04.869Z | [ recovery-image] Oct 30 01:11:05.166 INFO O| Oct 30 01:11:05.166 INFO STEP 1035 (remove_files) COMPLETE |
7261 | 2024-10-30T01:11:04.869Z | [ recovery-image] Oct 30 01:11:05.166 INFO O| Oct 30 01:11:05.166 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-10-30T01:11:04.878Z | [ recovery-image] Oct 30 01:11:05.175 INFO O| Oct 30 01:11:05.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7263 | 2024-10-30T01:11:04.878Z | [ recovery-image] Oct 30 01:11:05.175 INFO O| Oct 30 01:11:05.175 INFO STEP 1036 (remove_files) COMPLETE |
7264 | 2024-10-30T01:11:04.881Z | [ recovery-image] Oct 30 01:11:05.175 INFO O| Oct 30 01:11:05.175 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-10-30T01:11:04.888Z | [ recovery-image] Oct 30 01:11:05.185 INFO O| Oct 30 01:11:05.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7266 | 2024-10-30T01:11:04.888Z | [ recovery-image] Oct 30 01:11:05.185 INFO O| Oct 30 01:11:05.185 INFO STEP 1037 (remove_files) COMPLETE |
7267 | 2024-10-30T01:11:04.891Z | [ recovery-image] Oct 30 01:11:05.185 INFO O| Oct 30 01:11:05.185 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-10-30T01:11:04.898Z | [ recovery-image] Oct 30 01:11:05.195 INFO O| Oct 30 01:11:05.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7269 | 2024-10-30T01:11:04.898Z | [ recovery-image] Oct 30 01:11:05.195 INFO O| Oct 30 01:11:05.195 INFO STEP 1038 (remove_files) COMPLETE |
7270 | 2024-10-30T01:11:04.901Z | [ recovery-image] Oct 30 01:11:05.195 INFO O| Oct 30 01:11:05.195 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-10-30T01:11:04.908Z | [ recovery-image] Oct 30 01:11:05.204 INFO O| Oct 30 01:11:05.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7272 | 2024-10-30T01:11:04.908Z | [ recovery-image] Oct 30 01:11:05.205 INFO O| Oct 30 01:11:05.205 INFO STEP 1039 (remove_files) COMPLETE |
7273 | 2024-10-30T01:11:04.911Z | [ recovery-image] Oct 30 01:11:05.205 INFO O| Oct 30 01:11:05.205 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-10-30T01:11:04.918Z | [ recovery-image] Oct 30 01:11:05.215 INFO O| Oct 30 01:11:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7275 | 2024-10-30T01:11:04.921Z | [ recovery-image] Oct 30 01:11:05.215 INFO O| Oct 30 01:11:05.215 INFO STEP 1040 (remove_files) COMPLETE |
7276 | 2024-10-30T01:11:04.921Z | [ recovery-image] Oct 30 01:11:05.215 INFO O| Oct 30 01:11:05.215 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-10-30T01:11:04.929Z | [ recovery-image] Oct 30 01:11:05.226 INFO O| Oct 30 01:11:05.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7278 | 2024-10-30T01:11:04.929Z | [ recovery-image] Oct 30 01:11:05.226 INFO O| Oct 30 01:11:05.226 INFO STEP 1041 (remove_files) COMPLETE |
7279 | 2024-10-30T01:11:04.929Z | [ recovery-image] Oct 30 01:11:05.226 INFO O| Oct 30 01:11:05.226 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-10-30T01:11:04.939Z | [ recovery-image] Oct 30 01:11:05.236 INFO O| Oct 30 01:11:05.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7281 | 2024-10-30T01:11:04.939Z | [ recovery-image] Oct 30 01:11:05.236 INFO O| Oct 30 01:11:05.236 INFO STEP 1042 (remove_files) COMPLETE |
7282 | 2024-10-30T01:11:04.941Z | [ recovery-image] Oct 30 01:11:05.236 INFO O| Oct 30 01:11:05.236 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-10-30T01:11:04.950Z | [ recovery-image] Oct 30 01:11:05.247 INFO O| Oct 30 01:11:05.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7284 | 2024-10-30T01:11:04.950Z | [ recovery-image] Oct 30 01:11:05.247 INFO O| Oct 30 01:11:05.247 INFO STEP 1043 (remove_files) COMPLETE |
7285 | 2024-10-30T01:11:04.950Z | [ recovery-image] Oct 30 01:11:05.247 INFO O| Oct 30 01:11:05.247 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-10-30T01:11:04.961Z | [ recovery-image] Oct 30 01:11:05.258 INFO O| Oct 30 01:11:05.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7287 | 2024-10-30T01:11:04.961Z | [ recovery-image] Oct 30 01:11:05.258 INFO O| Oct 30 01:11:05.258 INFO STEP 1044 (remove_files) COMPLETE |
7288 | 2024-10-30T01:11:04.963Z | [ recovery-image] Oct 30 01:11:05.258 INFO O| Oct 30 01:11:05.258 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-10-30T01:11:04.970Z | [ recovery-image] Oct 30 01:11:05.267 INFO O| Oct 30 01:11:05.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7290 | 2024-10-30T01:11:04.970Z | [ recovery-image] Oct 30 01:11:05.267 INFO O| Oct 30 01:11:05.267 INFO STEP 1045 (remove_files) COMPLETE |
7291 | 2024-10-30T01:11:04.973Z | [ recovery-image] Oct 30 01:11:05.267 INFO O| Oct 30 01:11:05.267 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-10-30T01:11:04.982Z | [ recovery-image] Oct 30 01:11:05.279 INFO O| Oct 30 01:11:05.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7293 | 2024-10-30T01:11:04.982Z | [ recovery-image] Oct 30 01:11:05.279 INFO O| Oct 30 01:11:05.279 INFO STEP 1046 (remove_files) COMPLETE |
7294 | 2024-10-30T01:11:04.985Z | [ recovery-image] Oct 30 01:11:05.279 INFO O| Oct 30 01:11:05.279 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-10-30T01:11:04.993Z | [ recovery-image] Oct 30 01:11:05.290 INFO O| Oct 30 01:11:05.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7296 | 2024-10-30T01:11:04.993Z | [ recovery-image] Oct 30 01:11:05.290 INFO O| Oct 30 01:11:05.290 INFO STEP 1047 (remove_files) COMPLETE |
7297 | 2024-10-30T01:11:04.993Z | [ recovery-image] Oct 30 01:11:05.290 INFO O| Oct 30 01:11:05.290 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-10-30T01:11:05.004Z | [ recovery-image] Oct 30 01:11:05.301 INFO O| Oct 30 01:11:05.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7299 | 2024-10-30T01:11:05.004Z | [ recovery-image] Oct 30 01:11:05.301 INFO O| Oct 30 01:11:05.301 INFO STEP 1048 (remove_files) COMPLETE |
7300 | 2024-10-30T01:11:05.004Z | [ recovery-image] Oct 30 01:11:05.301 INFO O| Oct 30 01:11:05.301 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-10-30T01:11:05.014Z | [ recovery-image] Oct 30 01:11:05.311 INFO O| Oct 30 01:11:05.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7302 | 2024-10-30T01:11:05.014Z | [ recovery-image] Oct 30 01:11:05.311 INFO O| Oct 30 01:11:05.311 INFO STEP 1049 (remove_files) COMPLETE |
7303 | 2024-10-30T01:11:05.017Z | [ recovery-image] Oct 30 01:11:05.311 INFO O| Oct 30 01:11:05.311 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-10-30T01:11:05.024Z | [ recovery-image] Oct 30 01:11:05.321 INFO O| Oct 30 01:11:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7305 | 2024-10-30T01:11:05.024Z | [ recovery-image] Oct 30 01:11:05.321 INFO O| Oct 30 01:11:05.321 INFO STEP 1050 (remove_files) COMPLETE |
7306 | 2024-10-30T01:11:05.024Z | [ recovery-image] Oct 30 01:11:05.321 INFO O| Oct 30 01:11:05.321 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-10-30T01:11:05.034Z | [ recovery-image] Oct 30 01:11:05.331 INFO O| Oct 30 01:11:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7308 | 2024-10-30T01:11:05.034Z | [ recovery-image] Oct 30 01:11:05.331 INFO O| Oct 30 01:11:05.331 INFO STEP 1051 (remove_files) COMPLETE |
7309 | 2024-10-30T01:11:05.034Z | [ recovery-image] Oct 30 01:11:05.331 INFO O| Oct 30 01:11:05.331 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-10-30T01:11:05.044Z | [ recovery-image] Oct 30 01:11:05.341 INFO O| Oct 30 01:11:05.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7311 | 2024-10-30T01:11:05.046Z | [ recovery-image] Oct 30 01:11:05.341 INFO O| Oct 30 01:11:05.341 INFO STEP 1052 (remove_files) COMPLETE |
7312 | 2024-10-30T01:11:05.046Z | [ recovery-image] Oct 30 01:11:05.341 INFO O| Oct 30 01:11:05.341 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-10-30T01:11:05.054Z | [ recovery-image] Oct 30 01:11:05.351 INFO O| Oct 30 01:11:05.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7314 | 2024-10-30T01:11:05.054Z | [ recovery-image] Oct 30 01:11:05.351 INFO O| Oct 30 01:11:05.351 INFO STEP 1053 (remove_files) COMPLETE |
7315 | 2024-10-30T01:11:05.054Z | [ recovery-image] Oct 30 01:11:05.351 INFO O| Oct 30 01:11:05.351 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-10-30T01:11:05.064Z | [ recovery-image] Oct 30 01:11:05.361 INFO O| Oct 30 01:11:05.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7317 | 2024-10-30T01:11:05.064Z | [ recovery-image] Oct 30 01:11:05.361 INFO O| Oct 30 01:11:05.361 INFO STEP 1054 (remove_files) COMPLETE |
7318 | 2024-10-30T01:11:05.064Z | [ recovery-image] Oct 30 01:11:05.361 INFO O| Oct 30 01:11:05.361 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-10-30T01:11:05.074Z | [ recovery-image] Oct 30 01:11:05.371 INFO O| Oct 30 01:11:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7320 | 2024-10-30T01:11:05.077Z | [ recovery-image] Oct 30 01:11:05.371 INFO O| Oct 30 01:11:05.371 INFO STEP 1055 (remove_files) COMPLETE |
7321 | 2024-10-30T01:11:05.077Z | [ recovery-image] Oct 30 01:11:05.371 INFO O| Oct 30 01:11:05.371 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-10-30T01:11:05.084Z | [ recovery-image] Oct 30 01:11:05.381 INFO O| Oct 30 01:11:05.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7323 | 2024-10-30T01:11:05.084Z | [ recovery-image] Oct 30 01:11:05.381 INFO O| Oct 30 01:11:05.381 INFO STEP 1056 (remove_files) COMPLETE |
7324 | 2024-10-30T01:11:05.084Z | [ recovery-image] Oct 30 01:11:05.381 INFO O| Oct 30 01:11:05.381 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-10-30T01:11:05.094Z | [ recovery-image] Oct 30 01:11:05.391 INFO O| Oct 30 01:11:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7326 | 2024-10-30T01:11:05.094Z | [ recovery-image] Oct 30 01:11:05.391 INFO O| Oct 30 01:11:05.391 INFO STEP 1057 (remove_files) COMPLETE |
7327 | 2024-10-30T01:11:05.094Z | [ recovery-image] Oct 30 01:11:05.391 INFO O| Oct 30 01:11:05.391 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-10-30T01:11:05.104Z | [ recovery-image] Oct 30 01:11:05.401 INFO O| Oct 30 01:11:05.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7329 | 2024-10-30T01:11:05.104Z | [ recovery-image] Oct 30 01:11:05.401 INFO O| Oct 30 01:11:05.401 INFO STEP 1058 (remove_files) COMPLETE |
7330 | 2024-10-30T01:11:05.104Z | [ recovery-image] Oct 30 01:11:05.401 INFO O| Oct 30 01:11:05.401 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-10-30T01:11:05.113Z | [ recovery-image] Oct 30 01:11:05.410 INFO O| Oct 30 01:11:05.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7332 | 2024-10-30T01:11:05.113Z | [ recovery-image] Oct 30 01:11:05.410 INFO O| Oct 30 01:11:05.410 INFO STEP 1059 (remove_files) COMPLETE |
7333 | 2024-10-30T01:11:05.113Z | [ recovery-image] Oct 30 01:11:05.410 INFO O| Oct 30 01:11:05.410 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-10-30T01:11:05.123Z | [ recovery-image] Oct 30 01:11:05.420 INFO O| Oct 30 01:11:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7335 | 2024-10-30T01:11:05.123Z | [ recovery-image] Oct 30 01:11:05.420 INFO O| Oct 30 01:11:05.420 INFO STEP 1060 (remove_files) COMPLETE |
7336 | 2024-10-30T01:11:05.125Z | [ recovery-image] Oct 30 01:11:05.420 INFO O| Oct 30 01:11:05.420 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-10-30T01:11:05.132Z | [ recovery-image] Oct 30 01:11:05.429 INFO O| Oct 30 01:11:05.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7338 | 2024-10-30T01:11:05.132Z | [ recovery-image] Oct 30 01:11:05.429 INFO O| Oct 30 01:11:05.429 INFO STEP 1061 (remove_files) COMPLETE |
7339 | 2024-10-30T01:11:05.132Z | [ recovery-image] Oct 30 01:11:05.429 INFO O| Oct 30 01:11:05.429 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-10-30T01:11:05.142Z | [ recovery-image] Oct 30 01:11:05.439 INFO O| Oct 30 01:11:05.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7341 | 2024-10-30T01:11:05.142Z | [ recovery-image] Oct 30 01:11:05.439 INFO O| Oct 30 01:11:05.439 INFO STEP 1062 (remove_files) COMPLETE |
7342 | 2024-10-30T01:11:05.142Z | [ recovery-image] Oct 30 01:11:05.439 INFO O| Oct 30 01:11:05.439 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-10-30T01:11:05.152Z | [ recovery-image] Oct 30 01:11:05.449 INFO O| Oct 30 01:11:05.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7344 | 2024-10-30T01:11:05.152Z | [ recovery-image] Oct 30 01:11:05.449 INFO O| Oct 30 01:11:05.449 INFO STEP 1063 (remove_files) COMPLETE |
7345 | 2024-10-30T01:11:05.155Z | [ recovery-image] Oct 30 01:11:05.449 INFO O| Oct 30 01:11:05.449 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-10-30T01:11:05.162Z | [ recovery-image] Oct 30 01:11:05.459 INFO O| Oct 30 01:11:05.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7347 | 2024-10-30T01:11:05.162Z | [ recovery-image] Oct 30 01:11:05.459 INFO O| Oct 30 01:11:05.459 INFO STEP 1064 (remove_files) COMPLETE |
7348 | 2024-10-30T01:11:05.165Z | [ recovery-image] Oct 30 01:11:05.459 INFO O| Oct 30 01:11:05.459 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-10-30T01:11:05.173Z | [ recovery-image] Oct 30 01:11:05.469 INFO O| Oct 30 01:11:05.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7350 | 2024-10-30T01:11:05.176Z | [ recovery-image] Oct 30 01:11:05.469 INFO O| Oct 30 01:11:05.469 INFO STEP 1065 (remove_files) COMPLETE |
7351 | 2024-10-30T01:11:05.176Z | [ recovery-image] Oct 30 01:11:05.469 INFO O| Oct 30 01:11:05.469 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-10-30T01:11:05.182Z | [ recovery-image] Oct 30 01:11:05.479 INFO O| Oct 30 01:11:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7353 | 2024-10-30T01:11:05.182Z | [ recovery-image] Oct 30 01:11:05.479 INFO O| Oct 30 01:11:05.479 INFO STEP 1066 (remove_files) COMPLETE |
7354 | 2024-10-30T01:11:05.185Z | [ recovery-image] Oct 30 01:11:05.479 INFO O| Oct 30 01:11:05.479 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-10-30T01:11:05.194Z | [ recovery-image] Oct 30 01:11:05.491 INFO O| Oct 30 01:11:05.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7356 | 2024-10-30T01:11:05.195Z | [ recovery-image] Oct 30 01:11:05.492 INFO O| Oct 30 01:11:05.491 INFO STEP 1067 (remove_files) COMPLETE |
7357 | 2024-10-30T01:11:05.195Z | [ recovery-image] Oct 30 01:11:05.492 INFO O| Oct 30 01:11:05.491 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-10-30T01:11:05.205Z | [ recovery-image] Oct 30 01:11:05.502 INFO O| Oct 30 01:11:05.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7359 | 2024-10-30T01:11:05.205Z | [ recovery-image] Oct 30 01:11:05.502 INFO O| Oct 30 01:11:05.502 INFO STEP 1068 (remove_files) COMPLETE |
7360 | 2024-10-30T01:11:05.208Z | [ recovery-image] Oct 30 01:11:05.502 INFO O| Oct 30 01:11:05.502 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-10-30T01:11:05.215Z | [ recovery-image] Oct 30 01:11:05.512 INFO O| Oct 30 01:11:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7362 | 2024-10-30T01:11:05.218Z | [ recovery-image] Oct 30 01:11:05.512 INFO O| Oct 30 01:11:05.512 INFO STEP 1069 (remove_files) COMPLETE |
7363 | 2024-10-30T01:11:05.218Z | [ recovery-image] Oct 30 01:11:05.512 INFO O| Oct 30 01:11:05.512 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-10-30T01:11:05.225Z | [ recovery-image] Oct 30 01:11:05.522 INFO O| Oct 30 01:11:05.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7365 | 2024-10-30T01:11:05.225Z | [ recovery-image] Oct 30 01:11:05.522 INFO O| Oct 30 01:11:05.522 INFO STEP 1070 (remove_files) COMPLETE |
7366 | 2024-10-30T01:11:05.228Z | [ recovery-image] Oct 30 01:11:05.522 INFO O| Oct 30 01:11:05.522 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-10-30T01:11:05.235Z | [ recovery-image] Oct 30 01:11:05.532 INFO O| Oct 30 01:11:05.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7368 | 2024-10-30T01:11:05.237Z | [ recovery-image] Oct 30 01:11:05.532 INFO O| Oct 30 01:11:05.532 INFO STEP 1071 (remove_files) COMPLETE |
7369 | 2024-10-30T01:11:05.238Z | [ recovery-image] Oct 30 01:11:05.532 INFO O| Oct 30 01:11:05.532 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-10-30T01:11:05.245Z | [ recovery-image] Oct 30 01:11:05.542 INFO O| Oct 30 01:11:05.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7371 | 2024-10-30T01:11:05.247Z | [ recovery-image] Oct 30 01:11:05.542 INFO O| Oct 30 01:11:05.542 INFO STEP 1072 (remove_files) COMPLETE |
7372 | 2024-10-30T01:11:05.247Z | [ recovery-image] Oct 30 01:11:05.542 INFO O| Oct 30 01:11:05.542 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-10-30T01:11:05.255Z | [ recovery-image] Oct 30 01:11:05.552 INFO O| Oct 30 01:11:05.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7374 | 2024-10-30T01:11:05.255Z | [ recovery-image] Oct 30 01:11:05.552 INFO O| Oct 30 01:11:05.552 INFO STEP 1073 (remove_files) COMPLETE |
7375 | 2024-10-30T01:11:05.255Z | [ recovery-image] Oct 30 01:11:05.552 INFO O| Oct 30 01:11:05.552 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-10-30T01:11:05.265Z | [ recovery-image] Oct 30 01:11:05.562 INFO O| Oct 30 01:11:05.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7377 | 2024-10-30T01:11:05.265Z | [ recovery-image] Oct 30 01:11:05.562 INFO O| Oct 30 01:11:05.562 INFO STEP 1074 (remove_files) COMPLETE |
7378 | 2024-10-30T01:11:05.267Z | [ recovery-image] Oct 30 01:11:05.562 INFO O| Oct 30 01:11:05.562 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-10-30T01:11:05.275Z | [ recovery-image] Oct 30 01:11:05.572 INFO O| Oct 30 01:11:05.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7380 | 2024-10-30T01:11:05.277Z | [ recovery-image] Oct 30 01:11:05.572 INFO O| Oct 30 01:11:05.572 INFO STEP 1075 (remove_files) COMPLETE |
7381 | 2024-10-30T01:11:05.277Z | [ recovery-image] Oct 30 01:11:05.572 INFO O| Oct 30 01:11:05.572 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-10-30T01:11:05.285Z | [ recovery-image] Oct 30 01:11:05.582 INFO O| Oct 30 01:11:05.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7383 | 2024-10-30T01:11:05.287Z | [ recovery-image] Oct 30 01:11:05.582 INFO O| Oct 30 01:11:05.582 INFO STEP 1076 (remove_files) COMPLETE |
7384 | 2024-10-30T01:11:05.287Z | [ recovery-image] Oct 30 01:11:05.582 INFO O| Oct 30 01:11:05.582 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-10-30T01:11:05.295Z | [ recovery-image] Oct 30 01:11:05.592 INFO O| Oct 30 01:11:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7386 | 2024-10-30T01:11:05.295Z | [ recovery-image] Oct 30 01:11:05.592 INFO O| Oct 30 01:11:05.592 INFO STEP 1077 (remove_files) COMPLETE |
7387 | 2024-10-30T01:11:05.297Z | [ recovery-image] Oct 30 01:11:05.592 INFO O| Oct 30 01:11:05.592 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-10-30T01:11:05.305Z | [ recovery-image] Oct 30 01:11:05.602 INFO O| Oct 30 01:11:05.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7389 | 2024-10-30T01:11:05.307Z | [ recovery-image] Oct 30 01:11:05.602 INFO O| Oct 30 01:11:05.602 INFO STEP 1078 (remove_files) COMPLETE |
7390 | 2024-10-30T01:11:05.307Z | [ recovery-image] Oct 30 01:11:05.602 INFO O| Oct 30 01:11:05.602 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-10-30T01:11:05.315Z | [ recovery-image] Oct 30 01:11:05.612 INFO O| Oct 30 01:11:05.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7392 | 2024-10-30T01:11:05.315Z | [ recovery-image] Oct 30 01:11:05.612 INFO O| Oct 30 01:11:05.612 INFO STEP 1079 (remove_files) COMPLETE |
7393 | 2024-10-30T01:11:05.318Z | [ recovery-image] Oct 30 01:11:05.612 INFO O| Oct 30 01:11:05.612 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-10-30T01:11:05.326Z | [ recovery-image] Oct 30 01:11:05.623 INFO O| Oct 30 01:11:05.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7395 | 2024-10-30T01:11:05.329Z | [ recovery-image] Oct 30 01:11:05.623 INFO O| Oct 30 01:11:05.623 INFO STEP 1080 (remove_files) COMPLETE |
7396 | 2024-10-30T01:11:05.329Z | [ recovery-image] Oct 30 01:11:05.623 INFO O| Oct 30 01:11:05.623 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-10-30T01:11:05.339Z | [ recovery-image] Oct 30 01:11:05.636 INFO O| Oct 30 01:11:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7398 | 2024-10-30T01:11:05.341Z | [ recovery-image] Oct 30 01:11:05.636 INFO O| Oct 30 01:11:05.636 INFO STEP 1081 (remove_files) COMPLETE |
7399 | 2024-10-30T01:11:05.342Z | [ recovery-image] Oct 30 01:11:05.636 INFO O| Oct 30 01:11:05.636 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-10-30T01:11:05.352Z | [ recovery-image] Oct 30 01:11:05.649 INFO O| Oct 30 01:11:05.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7401 | 2024-10-30T01:11:05.352Z | [ recovery-image] Oct 30 01:11:05.649 INFO O| Oct 30 01:11:05.649 INFO STEP 1082 (remove_files) COMPLETE |
7402 | 2024-10-30T01:11:05.354Z | [ recovery-image] Oct 30 01:11:05.649 INFO O| Oct 30 01:11:05.649 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-10-30T01:11:05.363Z | [ recovery-image] Oct 30 01:11:05.660 INFO O| Oct 30 01:11:05.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7404 | 2024-10-30T01:11:05.363Z | [ recovery-image] Oct 30 01:11:05.660 INFO O| Oct 30 01:11:05.660 INFO STEP 1083 (remove_files) COMPLETE |
7405 | 2024-10-30T01:11:05.366Z | [ recovery-image] Oct 30 01:11:05.660 INFO O| Oct 30 01:11:05.660 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-10-30T01:11:05.375Z | [ recovery-image] Oct 30 01:11:05.672 INFO O| Oct 30 01:11:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7407 | 2024-10-30T01:11:05.375Z | [ recovery-image] Oct 30 01:11:05.672 INFO O| Oct 30 01:11:05.672 INFO STEP 1084 (remove_files) COMPLETE |
7408 | 2024-10-30T01:11:05.377Z | [ recovery-image] Oct 30 01:11:05.672 INFO O| Oct 30 01:11:05.672 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-10-30T01:11:05.387Z | [ recovery-image] Oct 30 01:11:05.684 INFO O| Oct 30 01:11:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7410 | 2024-10-30T01:11:05.389Z | [ recovery-image] Oct 30 01:11:05.684 INFO O| Oct 30 01:11:05.684 INFO STEP 1085 (remove_files) COMPLETE |
7411 | 2024-10-30T01:11:05.389Z | [ recovery-image] Oct 30 01:11:05.684 INFO O| Oct 30 01:11:05.684 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-10-30T01:11:05.397Z | [ recovery-image] Oct 30 01:11:05.694 INFO O| Oct 30 01:11:05.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7413 | 2024-10-30T01:11:05.400Z | [ recovery-image] Oct 30 01:11:05.694 INFO O| Oct 30 01:11:05.694 INFO STEP 1086 (remove_files) COMPLETE |
7414 | 2024-10-30T01:11:05.400Z | [ recovery-image] Oct 30 01:11:05.694 INFO O| Oct 30 01:11:05.694 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-10-30T01:11:05.407Z | [ recovery-image] Oct 30 01:11:05.704 INFO O| Oct 30 01:11:05.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7416 | 2024-10-30T01:11:05.407Z | [ recovery-image] Oct 30 01:11:05.704 INFO O| Oct 30 01:11:05.704 INFO STEP 1087 (remove_files) COMPLETE |
7417 | 2024-10-30T01:11:05.410Z | [ recovery-image] Oct 30 01:11:05.704 INFO O| Oct 30 01:11:05.704 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-10-30T01:11:05.417Z | [ recovery-image] Oct 30 01:11:05.714 INFO O| Oct 30 01:11:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7419 | 2024-10-30T01:11:05.417Z | [ recovery-image] Oct 30 01:11:05.714 INFO O| Oct 30 01:11:05.714 INFO STEP 1088 (remove_files) COMPLETE |
7420 | 2024-10-30T01:11:05.417Z | [ recovery-image] Oct 30 01:11:05.714 INFO O| Oct 30 01:11:05.714 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-10-30T01:11:05.427Z | [ recovery-image] Oct 30 01:11:05.724 INFO O| Oct 30 01:11:05.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7422 | 2024-10-30T01:11:05.430Z | [ recovery-image] Oct 30 01:11:05.724 INFO O| Oct 30 01:11:05.724 INFO STEP 1089 (remove_files) COMPLETE |
7423 | 2024-10-30T01:11:05.430Z | [ recovery-image] Oct 30 01:11:05.724 INFO O| Oct 30 01:11:05.724 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-10-30T01:11:05.437Z | [ recovery-image] Oct 30 01:11:05.734 INFO O| Oct 30 01:11:05.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7425 | 2024-10-30T01:11:05.437Z | [ recovery-image] Oct 30 01:11:05.734 INFO O| Oct 30 01:11:05.734 INFO STEP 1090 (remove_files) COMPLETE |
7426 | 2024-10-30T01:11:05.437Z | [ recovery-image] Oct 30 01:11:05.734 INFO O| Oct 30 01:11:05.734 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-10-30T01:11:05.447Z | [ recovery-image] Oct 30 01:11:05.744 INFO O| Oct 30 01:11:05.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7428 | 2024-10-30T01:11:05.447Z | [ recovery-image] Oct 30 01:11:05.744 INFO O| Oct 30 01:11:05.744 INFO STEP 1091 (remove_files) COMPLETE |
7429 | 2024-10-30T01:11:05.447Z | [ recovery-image] Oct 30 01:11:05.744 INFO O| Oct 30 01:11:05.744 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-10-30T01:11:05.457Z | [ recovery-image] Oct 30 01:11:05.754 INFO O| Oct 30 01:11:05.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7431 | 2024-10-30T01:11:05.457Z | [ recovery-image] Oct 30 01:11:05.754 INFO O| Oct 30 01:11:05.754 INFO STEP 1092 (remove_files) COMPLETE |
7432 | 2024-10-30T01:11:05.460Z | [ recovery-image] Oct 30 01:11:05.754 INFO O| Oct 30 01:11:05.754 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-10-30T01:11:05.467Z | [ recovery-image] Oct 30 01:11:05.764 INFO O| Oct 30 01:11:05.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7434 | 2024-10-30T01:11:05.469Z | [ recovery-image] Oct 30 01:11:05.764 INFO O| Oct 30 01:11:05.764 INFO STEP 1093 (remove_files) COMPLETE |
7435 | 2024-10-30T01:11:05.470Z | [ recovery-image] Oct 30 01:11:05.764 INFO O| Oct 30 01:11:05.764 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-10-30T01:11:05.476Z | [ recovery-image] Oct 30 01:11:05.774 INFO O| Oct 30 01:11:05.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7437 | 2024-10-30T01:11:05.476Z | [ recovery-image] Oct 30 01:11:05.774 INFO O| Oct 30 01:11:05.774 INFO STEP 1094 (remove_files) COMPLETE |
7438 | 2024-10-30T01:11:05.479Z | [ recovery-image] Oct 30 01:11:05.774 INFO O| Oct 30 01:11:05.774 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-10-30T01:11:05.486Z | [ recovery-image] Oct 30 01:11:05.783 INFO O| Oct 30 01:11:05.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7440 | 2024-10-30T01:11:05.486Z | [ recovery-image] Oct 30 01:11:05.784 INFO O| Oct 30 01:11:05.784 INFO STEP 1095 (remove_files) COMPLETE |
7441 | 2024-10-30T01:11:05.486Z | [ recovery-image] Oct 30 01:11:05.784 INFO O| Oct 30 01:11:05.784 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-10-30T01:11:05.496Z | [ recovery-image] Oct 30 01:11:05.793 INFO O| Oct 30 01:11:05.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7443 | 2024-10-30T01:11:05.496Z | [ recovery-image] Oct 30 01:11:05.793 INFO O| Oct 30 01:11:05.793 INFO STEP 1096 (remove_files) COMPLETE |
7444 | 2024-10-30T01:11:05.496Z | [ recovery-image] Oct 30 01:11:05.793 INFO O| Oct 30 01:11:05.793 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-10-30T01:11:05.507Z | [ recovery-image] Oct 30 01:11:05.803 INFO O| Oct 30 01:11:05.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7446 | 2024-10-30T01:11:05.507Z | [ recovery-image] Oct 30 01:11:05.803 INFO O| Oct 30 01:11:05.803 INFO STEP 1097 (remove_files) COMPLETE |
7447 | 2024-10-30T01:11:05.509Z | [ recovery-image] Oct 30 01:11:05.803 INFO O| Oct 30 01:11:05.803 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-10-30T01:11:05.516Z | [ recovery-image] Oct 30 01:11:05.813 INFO O| Oct 30 01:11:05.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7449 | 2024-10-30T01:11:05.516Z | [ recovery-image] Oct 30 01:11:05.813 INFO O| Oct 30 01:11:05.813 INFO STEP 1098 (remove_files) COMPLETE |
7450 | 2024-10-30T01:11:05.516Z | [ recovery-image] Oct 30 01:11:05.813 INFO O| Oct 30 01:11:05.813 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-10-30T01:11:05.525Z | [ recovery-image] Oct 30 01:11:05.822 INFO O| Oct 30 01:11:05.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7452 | 2024-10-30T01:11:05.525Z | [ recovery-image] Oct 30 01:11:05.822 INFO O| Oct 30 01:11:05.822 INFO STEP 1099 (remove_files) COMPLETE |
7453 | 2024-10-30T01:11:05.529Z | [ recovery-image] Oct 30 01:11:05.822 INFO O| Oct 30 01:11:05.822 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-10-30T01:11:05.536Z | [ recovery-image] Oct 30 01:11:05.833 INFO O| Oct 30 01:11:05.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7455 | 2024-10-30T01:11:05.539Z | [ recovery-image] Oct 30 01:11:05.833 INFO O| Oct 30 01:11:05.833 INFO STEP 1100 (remove_files) COMPLETE |
7456 | 2024-10-30T01:11:05.539Z | [ recovery-image] Oct 30 01:11:05.833 INFO O| Oct 30 01:11:05.833 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-10-30T01:11:05.545Z | [ recovery-image] Oct 30 01:11:05.842 INFO O| Oct 30 01:11:05.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7458 | 2024-10-30T01:11:05.548Z | [ recovery-image] Oct 30 01:11:05.842 INFO O| Oct 30 01:11:05.842 INFO STEP 1101 (remove_files) COMPLETE |
7459 | 2024-10-30T01:11:05.548Z | [ recovery-image] Oct 30 01:11:05.842 INFO O| Oct 30 01:11:05.842 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-10-30T01:11:05.557Z | [ recovery-image] Oct 30 01:11:05.853 INFO O| Oct 30 01:11:05.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7461 | 2024-10-30T01:11:05.560Z | [ recovery-image] Oct 30 01:11:05.853 INFO O| Oct 30 01:11:05.853 INFO STEP 1102 (remove_files) COMPLETE |
7462 | 2024-10-30T01:11:05.560Z | [ recovery-image] Oct 30 01:11:05.853 INFO O| Oct 30 01:11:05.853 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-10-30T01:11:05.566Z | [ recovery-image] Oct 30 01:11:05.863 INFO O| Oct 30 01:11:05.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7464 | 2024-10-30T01:11:05.566Z | [ recovery-image] Oct 30 01:11:05.863 INFO O| Oct 30 01:11:05.863 INFO STEP 1103 (remove_files) COMPLETE |
7465 | 2024-10-30T01:11:05.566Z | [ recovery-image] Oct 30 01:11:05.863 INFO O| Oct 30 01:11:05.863 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-10-30T01:11:05.577Z | [ recovery-image] Oct 30 01:11:05.874 INFO O| Oct 30 01:11:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7467 | 2024-10-30T01:11:05.577Z | [ recovery-image] Oct 30 01:11:05.875 INFO O| Oct 30 01:11:05.875 INFO STEP 1104 (remove_files) COMPLETE |
7468 | 2024-10-30T01:11:05.578Z | [ recovery-image] Oct 30 01:11:05.875 INFO O| Oct 30 01:11:05.875 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-10-30T01:11:05.589Z | [ recovery-image] Oct 30 01:11:05.886 INFO O| Oct 30 01:11:05.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7470 | 2024-10-30T01:11:05.592Z | [ recovery-image] Oct 30 01:11:05.886 INFO O| Oct 30 01:11:05.886 INFO STEP 1105 (remove_files) COMPLETE |
7471 | 2024-10-30T01:11:05.592Z | [ recovery-image] Oct 30 01:11:05.887 INFO O| Oct 30 01:11:05.886 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-10-30T01:11:05.600Z | [ recovery-image] Oct 30 01:11:05.898 INFO O| Oct 30 01:11:05.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7473 | 2024-10-30T01:11:05.603Z | [ recovery-image] Oct 30 01:11:05.898 INFO O| Oct 30 01:11:05.898 INFO STEP 1106 (remove_files) COMPLETE |
7474 | 2024-10-30T01:11:05.603Z | [ recovery-image] Oct 30 01:11:05.898 INFO O| Oct 30 01:11:05.898 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-10-30T01:11:05.611Z | [ recovery-image] Oct 30 01:11:05.908 INFO O| Oct 30 01:11:05.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7476 | 2024-10-30T01:11:05.614Z | [ recovery-image] Oct 30 01:11:05.909 INFO O| Oct 30 01:11:05.909 INFO STEP 1107 (remove_files) COMPLETE |
7477 | 2024-10-30T01:11:05.614Z | [ recovery-image] Oct 30 01:11:05.909 INFO O| Oct 30 01:11:05.909 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-10-30T01:11:05.622Z | [ recovery-image] Oct 30 01:11:05.919 INFO O| Oct 30 01:11:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7479 | 2024-10-30T01:11:05.625Z | [ recovery-image] Oct 30 01:11:05.919 INFO O| Oct 30 01:11:05.919 INFO STEP 1108 (remove_files) COMPLETE |
7480 | 2024-10-30T01:11:05.625Z | [ recovery-image] Oct 30 01:11:05.919 INFO O| Oct 30 01:11:05.919 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-10-30T01:11:05.633Z | [ recovery-image] Oct 30 01:11:05.930 INFO O| Oct 30 01:11:05.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7482 | 2024-10-30T01:11:05.633Z | [ recovery-image] Oct 30 01:11:05.930 INFO O| Oct 30 01:11:05.930 INFO STEP 1109 (remove_files) COMPLETE |
7483 | 2024-10-30T01:11:05.636Z | [ recovery-image] Oct 30 01:11:05.930 INFO O| Oct 30 01:11:05.930 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-10-30T01:11:05.645Z | [ recovery-image] Oct 30 01:11:05.942 INFO O| Oct 30 01:11:05.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7485 | 2024-10-30T01:11:05.645Z | [ recovery-image] Oct 30 01:11:05.942 INFO O| Oct 30 01:11:05.942 INFO STEP 1110 (remove_files) COMPLETE |
7486 | 2024-10-30T01:11:05.645Z | [ recovery-image] Oct 30 01:11:05.942 INFO O| Oct 30 01:11:05.942 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-10-30T01:11:05.656Z | [ recovery-image] Oct 30 01:11:05.953 INFO O| Oct 30 01:11:05.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7488 | 2024-10-30T01:11:05.660Z | [ recovery-image] Oct 30 01:11:05.953 INFO O| Oct 30 01:11:05.953 INFO STEP 1111 (remove_files) COMPLETE |
7489 | 2024-10-30T01:11:05.660Z | [ recovery-image] Oct 30 01:11:05.953 INFO O| Oct 30 01:11:05.953 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-10-30T01:11:05.666Z | [ recovery-image] Oct 30 01:11:05.964 INFO O| Oct 30 01:11:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7491 | 2024-10-30T01:11:05.669Z | [ recovery-image] Oct 30 01:11:05.964 INFO O| Oct 30 01:11:05.964 INFO STEP 1112 (remove_files) COMPLETE |
7492 | 2024-10-30T01:11:05.669Z | [ recovery-image] Oct 30 01:11:05.964 INFO O| Oct 30 01:11:05.964 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-10-30T01:11:05.677Z | [ recovery-image] Oct 30 01:11:05.974 INFO O| Oct 30 01:11:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7494 | 2024-10-30T01:11:05.680Z | [ recovery-image] Oct 30 01:11:05.974 INFO O| Oct 30 01:11:05.974 INFO STEP 1113 (remove_files) COMPLETE |
7495 | 2024-10-30T01:11:05.680Z | [ recovery-image] Oct 30 01:11:05.974 INFO O| Oct 30 01:11:05.974 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-10-30T01:11:05.687Z | [ recovery-image] Oct 30 01:11:05.984 INFO O| Oct 30 01:11:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7497 | 2024-10-30T01:11:05.687Z | [ recovery-image] Oct 30 01:11:05.984 INFO O| Oct 30 01:11:05.984 INFO STEP 1114 (remove_files) COMPLETE |
7498 | 2024-10-30T01:11:05.690Z | [ recovery-image] Oct 30 01:11:05.984 INFO O| Oct 30 01:11:05.984 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-10-30T01:11:05.697Z | [ recovery-image] Oct 30 01:11:05.995 INFO O| Oct 30 01:11:05.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7500 | 2024-10-30T01:11:05.700Z | [ recovery-image] Oct 30 01:11:05.995 INFO O| Oct 30 01:11:05.995 INFO STEP 1115 (remove_files) COMPLETE |
7501 | 2024-10-30T01:11:05.700Z | [ recovery-image] Oct 30 01:11:05.995 INFO O| Oct 30 01:11:05.995 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-10-30T01:11:05.709Z | [ recovery-image] Oct 30 01:11:06.006 INFO O| Oct 30 01:11:06.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7503 | 2024-10-30T01:11:05.712Z | [ recovery-image] Oct 30 01:11:06.007 INFO O| Oct 30 01:11:06.007 INFO STEP 1116 (remove_files) COMPLETE |
7504 | 2024-10-30T01:11:05.712Z | [ recovery-image] Oct 30 01:11:06.007 INFO O| Oct 30 01:11:06.007 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-10-30T01:11:05.720Z | [ recovery-image] Oct 30 01:11:06.017 INFO O| Oct 30 01:11:06.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7506 | 2024-10-30T01:11:05.723Z | [ recovery-image] Oct 30 01:11:06.018 INFO O| Oct 30 01:11:06.018 INFO STEP 1117 (remove_files) COMPLETE |
7507 | 2024-10-30T01:11:05.723Z | [ recovery-image] Oct 30 01:11:06.018 INFO O| Oct 30 01:11:06.018 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-10-30T01:11:05.730Z | [ recovery-image] Oct 30 01:11:06.027 INFO O| Oct 30 01:11:06.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7509 | 2024-10-30T01:11:05.730Z | [ recovery-image] Oct 30 01:11:06.028 INFO O| Oct 30 01:11:06.028 INFO STEP 1118 (remove_files) COMPLETE |
7510 | 2024-10-30T01:11:05.733Z | [ recovery-image] Oct 30 01:11:06.028 INFO O| Oct 30 01:11:06.028 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-10-30T01:11:05.741Z | [ recovery-image] Oct 30 01:11:06.037 INFO O| Oct 30 01:11:06.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7512 | 2024-10-30T01:11:05.743Z | [ recovery-image] Oct 30 01:11:06.037 INFO O| Oct 30 01:11:06.037 INFO STEP 1119 (remove_files) COMPLETE |
7513 | 2024-10-30T01:11:05.743Z | [ recovery-image] Oct 30 01:11:06.037 INFO O| Oct 30 01:11:06.037 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-10-30T01:11:05.750Z | [ recovery-image] Oct 30 01:11:06.047 INFO O| Oct 30 01:11:06.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7515 | 2024-10-30T01:11:05.752Z | [ recovery-image] Oct 30 01:11:06.047 INFO O| Oct 30 01:11:06.047 INFO STEP 1120 (remove_files) COMPLETE |
7516 | 2024-10-30T01:11:05.752Z | [ recovery-image] Oct 30 01:11:06.047 INFO O| Oct 30 01:11:06.047 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-10-30T01:11:05.759Z | [ recovery-image] Oct 30 01:11:06.056 INFO O| Oct 30 01:11:06.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7518 | 2024-10-30T01:11:05.759Z | [ recovery-image] Oct 30 01:11:06.057 INFO O| Oct 30 01:11:06.056 INFO STEP 1121 (remove_files) COMPLETE |
7519 | 2024-10-30T01:11:05.759Z | [ recovery-image] Oct 30 01:11:06.057 INFO O| Oct 30 01:11:06.057 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-10-30T01:11:05.769Z | [ recovery-image] Oct 30 01:11:06.066 INFO O| Oct 30 01:11:06.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7521 | 2024-10-30T01:11:05.771Z | [ recovery-image] Oct 30 01:11:06.066 INFO O| Oct 30 01:11:06.066 INFO STEP 1122 (remove_files) COMPLETE |
7522 | 2024-10-30T01:11:05.771Z | [ recovery-image] Oct 30 01:11:06.066 INFO O| Oct 30 01:11:06.066 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-10-30T01:11:05.779Z | [ recovery-image] Oct 30 01:11:06.076 INFO O| Oct 30 01:11:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7524 | 2024-10-30T01:11:05.781Z | [ recovery-image] Oct 30 01:11:06.076 INFO O| Oct 30 01:11:06.076 INFO STEP 1123 (remove_files) COMPLETE |
7525 | 2024-10-30T01:11:05.781Z | [ recovery-image] Oct 30 01:11:06.076 INFO O| Oct 30 01:11:06.076 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-10-30T01:11:05.788Z | [ recovery-image] Oct 30 01:11:06.085 INFO O| Oct 30 01:11:06.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7527 | 2024-10-30T01:11:05.788Z | [ recovery-image] Oct 30 01:11:06.085 INFO O| Oct 30 01:11:06.085 INFO STEP 1124 (remove_files) COMPLETE |
7528 | 2024-10-30T01:11:05.788Z | [ recovery-image] Oct 30 01:11:06.085 INFO O| Oct 30 01:11:06.085 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-10-30T01:11:05.798Z | [ recovery-image] Oct 30 01:11:06.095 INFO O| Oct 30 01:11:06.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7530 | 2024-10-30T01:11:05.798Z | [ recovery-image] Oct 30 01:11:06.096 INFO O| Oct 30 01:11:06.096 INFO STEP 1125 (remove_files) COMPLETE |
7531 | 2024-10-30T01:11:05.798Z | [ recovery-image] Oct 30 01:11:06.096 INFO O| Oct 30 01:11:06.096 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-10-30T01:11:05.808Z | [ recovery-image] Oct 30 01:11:06.105 INFO O| Oct 30 01:11:06.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7533 | 2024-10-30T01:11:05.808Z | [ recovery-image] Oct 30 01:11:06.105 INFO O| Oct 30 01:11:06.105 INFO STEP 1126 (remove_files) COMPLETE |
7534 | 2024-10-30T01:11:05.808Z | [ recovery-image] Oct 30 01:11:06.105 INFO O| Oct 30 01:11:06.105 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-10-30T01:11:05.818Z | [ recovery-image] Oct 30 01:11:06.115 INFO O| Oct 30 01:11:06.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7536 | 2024-10-30T01:11:05.818Z | [ recovery-image] Oct 30 01:11:06.115 INFO O| Oct 30 01:11:06.115 INFO STEP 1127 (remove_files) COMPLETE |
7537 | 2024-10-30T01:11:05.818Z | [ recovery-image] Oct 30 01:11:06.115 INFO O| Oct 30 01:11:06.115 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-10-30T01:11:05.827Z | [ recovery-image] Oct 30 01:11:06.125 INFO O| Oct 30 01:11:06.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7539 | 2024-10-30T01:11:05.827Z | [ recovery-image] Oct 30 01:11:06.125 INFO O| Oct 30 01:11:06.125 INFO STEP 1128 (remove_files) COMPLETE |
7540 | 2024-10-30T01:11:05.827Z | [ recovery-image] Oct 30 01:11:06.125 INFO O| Oct 30 01:11:06.125 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-10-30T01:11:05.838Z | [ recovery-image] Oct 30 01:11:06.134 INFO O| Oct 30 01:11:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7542 | 2024-10-30T01:11:05.838Z | [ recovery-image] Oct 30 01:11:06.134 INFO O| Oct 30 01:11:06.134 INFO STEP 1129 (remove_files) COMPLETE |
7543 | 2024-10-30T01:11:05.841Z | [ recovery-image] Oct 30 01:11:06.134 INFO O| Oct 30 01:11:06.134 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-10-30T01:11:05.846Z | [ recovery-image] Oct 30 01:11:06.144 INFO O| Oct 30 01:11:06.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7545 | 2024-10-30T01:11:05.847Z | [ recovery-image] Oct 30 01:11:06.144 INFO O| Oct 30 01:11:06.144 INFO STEP 1130 (remove_files) COMPLETE |
7546 | 2024-10-30T01:11:05.849Z | [ recovery-image] Oct 30 01:11:06.144 INFO O| Oct 30 01:11:06.144 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-10-30T01:11:05.856Z | [ recovery-image] Oct 30 01:11:06.153 INFO O| Oct 30 01:11:06.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7548 | 2024-10-30T01:11:05.856Z | [ recovery-image] Oct 30 01:11:06.153 INFO O| Oct 30 01:11:06.153 INFO STEP 1131 (remove_files) COMPLETE |
7549 | 2024-10-30T01:11:05.856Z | [ recovery-image] Oct 30 01:11:06.153 INFO O| Oct 30 01:11:06.153 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-10-30T01:11:05.866Z | [ recovery-image] Oct 30 01:11:06.163 INFO O| Oct 30 01:11:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7551 | 2024-10-30T01:11:05.866Z | [ recovery-image] Oct 30 01:11:06.163 INFO O| Oct 30 01:11:06.163 INFO STEP 1132 (remove_files) COMPLETE |
7552 | 2024-10-30T01:11:05.869Z | [ recovery-image] Oct 30 01:11:06.163 INFO O| Oct 30 01:11:06.163 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-10-30T01:11:05.875Z | [ recovery-image] Oct 30 01:11:06.173 INFO O| Oct 30 01:11:06.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7554 | 2024-10-30T01:11:05.878Z | [ recovery-image] Oct 30 01:11:06.173 INFO O| Oct 30 01:11:06.173 INFO STEP 1133 (remove_files) COMPLETE |
7555 | 2024-10-30T01:11:05.878Z | [ recovery-image] Oct 30 01:11:06.173 INFO O| Oct 30 01:11:06.173 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-10-30T01:11:05.885Z | [ recovery-image] Oct 30 01:11:06.182 INFO O| Oct 30 01:11:06.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7557 | 2024-10-30T01:11:05.887Z | [ recovery-image] Oct 30 01:11:06.182 INFO O| Oct 30 01:11:06.182 INFO STEP 1134 (remove_files) COMPLETE |
7558 | 2024-10-30T01:11:05.887Z | [ recovery-image] Oct 30 01:11:06.182 INFO O| Oct 30 01:11:06.182 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-10-30T01:11:05.894Z | [ recovery-image] Oct 30 01:11:06.191 INFO O| Oct 30 01:11:06.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7560 | 2024-10-30T01:11:05.894Z | [ recovery-image] Oct 30 01:11:06.192 INFO O| Oct 30 01:11:06.192 INFO STEP 1135 (remove_files) COMPLETE |
7561 | 2024-10-30T01:11:05.897Z | [ recovery-image] Oct 30 01:11:06.192 INFO O| Oct 30 01:11:06.192 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-10-30T01:11:05.904Z | [ recovery-image] Oct 30 01:11:06.201 INFO O| Oct 30 01:11:06.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7563 | 2024-10-30T01:11:05.904Z | [ recovery-image] Oct 30 01:11:06.201 INFO O| Oct 30 01:11:06.201 INFO STEP 1136 (remove_files) COMPLETE |
7564 | 2024-10-30T01:11:05.906Z | [ recovery-image] Oct 30 01:11:06.201 INFO O| Oct 30 01:11:06.201 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-10-30T01:11:05.916Z | [ recovery-image] Oct 30 01:11:06.213 INFO O| Oct 30 01:11:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7566 | 2024-10-30T01:11:05.916Z | [ recovery-image] Oct 30 01:11:06.214 INFO O| Oct 30 01:11:06.213 INFO STEP 1137 (remove_files) COMPLETE |
7567 | 2024-10-30T01:11:05.916Z | [ recovery-image] Oct 30 01:11:06.214 INFO O| Oct 30 01:11:06.214 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-10-30T01:11:05.928Z | [ recovery-image] Oct 30 01:11:06.225 INFO O| Oct 30 01:11:06.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7569 | 2024-10-30T01:11:05.931Z | [ recovery-image] Oct 30 01:11:06.226 INFO O| Oct 30 01:11:06.225 INFO STEP 1138 (remove_files) COMPLETE |
7570 | 2024-10-30T01:11:05.931Z | [ recovery-image] Oct 30 01:11:06.226 INFO O| Oct 30 01:11:06.226 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-10-30T01:11:05.940Z | [ recovery-image] Oct 30 01:11:06.237 INFO O| Oct 30 01:11:06.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7572 | 2024-10-30T01:11:05.940Z | [ recovery-image] Oct 30 01:11:06.237 INFO O| Oct 30 01:11:06.237 INFO STEP 1139 (remove_files) COMPLETE |
7573 | 2024-10-30T01:11:05.940Z | [ recovery-image] Oct 30 01:11:06.237 INFO O| Oct 30 01:11:06.237 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-10-30T01:11:05.951Z | [ recovery-image] Oct 30 01:11:06.249 INFO O| Oct 30 01:11:06.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7575 | 2024-10-30T01:11:05.954Z | [ recovery-image] Oct 30 01:11:06.249 INFO O| Oct 30 01:11:06.249 INFO STEP 1140 (remove_files) COMPLETE |
7576 | 2024-10-30T01:11:05.954Z | [ recovery-image] Oct 30 01:11:06.249 INFO O| Oct 30 01:11:06.249 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-10-30T01:11:05.963Z | [ recovery-image] Oct 30 01:11:06.260 INFO O| Oct 30 01:11:06.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7578 | 2024-10-30T01:11:05.963Z | [ recovery-image] Oct 30 01:11:06.260 INFO O| Oct 30 01:11:06.260 INFO STEP 1141 (remove_files) COMPLETE |
7579 | 2024-10-30T01:11:05.965Z | [ recovery-image] Oct 30 01:11:06.260 INFO O| Oct 30 01:11:06.260 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-10-30T01:11:05.973Z | [ recovery-image] Oct 30 01:11:06.271 INFO O| Oct 30 01:11:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7581 | 2024-10-30T01:11:05.976Z | [ recovery-image] Oct 30 01:11:06.271 INFO O| Oct 30 01:11:06.271 INFO STEP 1142 (remove_files) COMPLETE |
7582 | 2024-10-30T01:11:05.976Z | [ recovery-image] Oct 30 01:11:06.271 INFO O| Oct 30 01:11:06.271 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-10-30T01:11:05.986Z | [ recovery-image] Oct 30 01:11:06.283 INFO O| Oct 30 01:11:06.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7584 | 2024-10-30T01:11:05.988Z | [ recovery-image] Oct 30 01:11:06.283 INFO O| Oct 30 01:11:06.283 INFO STEP 1143 (remove_files) COMPLETE |
7585 | 2024-10-30T01:11:05.989Z | [ recovery-image] Oct 30 01:11:06.283 INFO O| Oct 30 01:11:06.283 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-10-30T01:11:05.998Z | [ recovery-image] Oct 30 01:11:06.295 INFO O| Oct 30 01:11:06.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7587 | 2024-10-30T01:11:05.998Z | [ recovery-image] Oct 30 01:11:06.295 INFO O| Oct 30 01:11:06.295 INFO STEP 1144 (remove_files) COMPLETE |
7588 | 2024-10-30T01:11:06.000Z | [ recovery-image] Oct 30 01:11:06.295 INFO O| Oct 30 01:11:06.295 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-10-30T01:11:06.009Z | [ recovery-image] Oct 30 01:11:06.306 INFO O| Oct 30 01:11:06.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7590 | 2024-10-30T01:11:06.011Z | [ recovery-image] Oct 30 01:11:06.306 INFO O| Oct 30 01:11:06.306 INFO STEP 1145 (remove_files) COMPLETE |
7591 | 2024-10-30T01:11:06.011Z | [ recovery-image] Oct 30 01:11:06.306 INFO O| Oct 30 01:11:06.306 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-10-30T01:11:06.019Z | [ recovery-image] Oct 30 01:11:06.316 INFO O| Oct 30 01:11:06.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7593 | 2024-10-30T01:11:06.019Z | [ recovery-image] Oct 30 01:11:06.317 INFO O| Oct 30 01:11:06.317 INFO STEP 1146 (remove_files) COMPLETE |
7594 | 2024-10-30T01:11:06.022Z | [ recovery-image] Oct 30 01:11:06.317 INFO O| Oct 30 01:11:06.317 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-10-30T01:11:06.030Z | [ recovery-image] Oct 30 01:11:06.327 INFO O| Oct 30 01:11:06.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7596 | 2024-10-30T01:11:06.033Z | [ recovery-image] Oct 30 01:11:06.327 INFO O| Oct 30 01:11:06.327 INFO STEP 1147 (remove_files) COMPLETE |
7597 | 2024-10-30T01:11:06.033Z | [ recovery-image] Oct 30 01:11:06.327 INFO O| Oct 30 01:11:06.327 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-10-30T01:11:06.039Z | [ recovery-image] Oct 30 01:11:06.337 INFO O| Oct 30 01:11:06.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7599 | 2024-10-30T01:11:06.039Z | [ recovery-image] Oct 30 01:11:06.337 INFO O| Oct 30 01:11:06.337 INFO STEP 1148 (remove_files) COMPLETE |
7600 | 2024-10-30T01:11:06.042Z | [ recovery-image] Oct 30 01:11:06.337 INFO O| Oct 30 01:11:06.337 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-10-30T01:11:06.049Z | [ recovery-image] Oct 30 01:11:06.346 INFO O| Oct 30 01:11:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7602 | 2024-10-30T01:11:06.049Z | [ recovery-image] Oct 30 01:11:06.347 INFO O| Oct 30 01:11:06.346 INFO STEP 1149 (remove_files) COMPLETE |
7603 | 2024-10-30T01:11:06.052Z | [ recovery-image] Oct 30 01:11:06.347 INFO O| Oct 30 01:11:06.347 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-10-30T01:11:06.059Z | [ recovery-image] Oct 30 01:11:06.356 INFO O| Oct 30 01:11:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7605 | 2024-10-30T01:11:06.059Z | [ recovery-image] Oct 30 01:11:06.356 INFO O| Oct 30 01:11:06.356 INFO STEP 1150 (remove_files) COMPLETE |
7606 | 2024-10-30T01:11:06.061Z | [ recovery-image] Oct 30 01:11:06.356 INFO O| Oct 30 01:11:06.356 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-10-30T01:11:06.069Z | [ recovery-image] Oct 30 01:11:06.366 INFO O| Oct 30 01:11:06.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7608 | 2024-10-30T01:11:06.069Z | [ recovery-image] Oct 30 01:11:06.366 INFO O| Oct 30 01:11:06.366 INFO STEP 1151 (remove_files) COMPLETE |
7609 | 2024-10-30T01:11:06.069Z | [ recovery-image] Oct 30 01:11:06.366 INFO O| Oct 30 01:11:06.366 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-10-30T01:11:06.079Z | [ recovery-image] Oct 30 01:11:06.376 INFO O| Oct 30 01:11:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7611 | 2024-10-30T01:11:06.081Z | [ recovery-image] Oct 30 01:11:06.376 INFO O| Oct 30 01:11:06.376 INFO STEP 1152 (remove_files) COMPLETE |
7612 | 2024-10-30T01:11:06.081Z | [ recovery-image] Oct 30 01:11:06.376 INFO O| Oct 30 01:11:06.376 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-10-30T01:11:06.088Z | [ recovery-image] Oct 30 01:11:06.386 INFO O| Oct 30 01:11:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7614 | 2024-10-30T01:11:06.091Z | [ recovery-image] Oct 30 01:11:06.386 INFO O| Oct 30 01:11:06.386 INFO STEP 1153 (remove_files) COMPLETE |
7615 | 2024-10-30T01:11:06.091Z | [ recovery-image] Oct 30 01:11:06.386 INFO O| Oct 30 01:11:06.386 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-10-30T01:11:06.098Z | [ recovery-image] Oct 30 01:11:06.395 INFO O| Oct 30 01:11:06.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7617 | 2024-10-30T01:11:06.098Z | [ recovery-image] Oct 30 01:11:06.395 INFO O| Oct 30 01:11:06.395 INFO STEP 1154 (remove_files) COMPLETE |
7618 | 2024-10-30T01:11:06.098Z | [ recovery-image] Oct 30 01:11:06.395 INFO O| Oct 30 01:11:06.395 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-10-30T01:11:06.107Z | [ recovery-image] Oct 30 01:11:06.405 INFO O| Oct 30 01:11:06.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7620 | 2024-10-30T01:11:06.108Z | [ recovery-image] Oct 30 01:11:06.405 INFO O| Oct 30 01:11:06.405 INFO STEP 1155 (remove_files) COMPLETE |
7621 | 2024-10-30T01:11:06.108Z | [ recovery-image] Oct 30 01:11:06.405 INFO O| Oct 30 01:11:06.405 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-10-30T01:11:06.118Z | [ recovery-image] Oct 30 01:11:06.415 INFO O| Oct 30 01:11:06.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7623 | 2024-10-30T01:11:06.120Z | [ recovery-image] Oct 30 01:11:06.415 INFO O| Oct 30 01:11:06.415 INFO STEP 1156 (remove_files) COMPLETE |
7624 | 2024-10-30T01:11:06.120Z | [ recovery-image] Oct 30 01:11:06.415 INFO O| Oct 30 01:11:06.415 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-10-30T01:11:06.127Z | [ recovery-image] Oct 30 01:11:06.425 INFO O| Oct 30 01:11:06.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7626 | 2024-10-30T01:11:06.127Z | [ recovery-image] Oct 30 01:11:06.425 INFO O| Oct 30 01:11:06.425 INFO STEP 1157 (remove_files) COMPLETE |
7627 | 2024-10-30T01:11:06.130Z | [ recovery-image] Oct 30 01:11:06.425 INFO O| Oct 30 01:11:06.425 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-10-30T01:11:06.137Z | [ recovery-image] Oct 30 01:11:06.434 INFO O| Oct 30 01:11:06.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7629 | 2024-10-30T01:11:06.137Z | [ recovery-image] Oct 30 01:11:06.434 INFO O| Oct 30 01:11:06.434 INFO STEP 1158 (remove_files) COMPLETE |
7630 | 2024-10-30T01:11:06.137Z | [ recovery-image] Oct 30 01:11:06.434 INFO O| Oct 30 01:11:06.434 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-10-30T01:11:06.146Z | [ recovery-image] Oct 30 01:11:06.444 INFO O| Oct 30 01:11:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7632 | 2024-10-30T01:11:06.146Z | [ recovery-image] Oct 30 01:11:06.444 INFO O| Oct 30 01:11:06.444 INFO STEP 1159 (remove_files) COMPLETE |
7633 | 2024-10-30T01:11:06.149Z | [ recovery-image] Oct 30 01:11:06.444 INFO O| Oct 30 01:11:06.444 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-10-30T01:11:06.156Z | [ recovery-image] Oct 30 01:11:06.453 INFO O| Oct 30 01:11:06.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7635 | 2024-10-30T01:11:06.156Z | [ recovery-image] Oct 30 01:11:06.454 INFO O| Oct 30 01:11:06.453 INFO STEP 1160 (remove_files) COMPLETE |
7636 | 2024-10-30T01:11:06.156Z | [ recovery-image] Oct 30 01:11:06.454 INFO O| Oct 30 01:11:06.453 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-10-30T01:11:06.166Z | [ recovery-image] Oct 30 01:11:06.463 INFO O| Oct 30 01:11:06.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7638 | 2024-10-30T01:11:06.166Z | [ recovery-image] Oct 30 01:11:06.463 INFO O| Oct 30 01:11:06.463 INFO STEP 1161 (remove_files) COMPLETE |
7639 | 2024-10-30T01:11:06.166Z | [ recovery-image] Oct 30 01:11:06.463 INFO O| Oct 30 01:11:06.463 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-10-30T01:11:06.175Z | [ recovery-image] Oct 30 01:11:06.473 INFO O| Oct 30 01:11:06.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7641 | 2024-10-30T01:11:06.175Z | [ recovery-image] Oct 30 01:11:06.473 INFO O| Oct 30 01:11:06.473 INFO STEP 1162 (remove_files) COMPLETE |
7642 | 2024-10-30T01:11:06.175Z | [ recovery-image] Oct 30 01:11:06.473 INFO O| Oct 30 01:11:06.473 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-10-30T01:11:06.186Z | [ recovery-image] Oct 30 01:11:06.482 INFO O| Oct 30 01:11:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7644 | 2024-10-30T01:11:06.186Z | [ recovery-image] Oct 30 01:11:06.482 INFO O| Oct 30 01:11:06.482 INFO STEP 1163 (remove_files) COMPLETE |
7645 | 2024-10-30T01:11:06.189Z | [ recovery-image] Oct 30 01:11:06.482 INFO O| Oct 30 01:11:06.482 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-10-30T01:11:06.195Z | [ recovery-image] Oct 30 01:11:06.492 INFO O| Oct 30 01:11:06.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7647 | 2024-10-30T01:11:06.195Z | [ recovery-image] Oct 30 01:11:06.492 INFO O| Oct 30 01:11:06.492 INFO STEP 1164 (remove_files) COMPLETE |
7648 | 2024-10-30T01:11:06.197Z | [ recovery-image] Oct 30 01:11:06.492 INFO O| Oct 30 01:11:06.492 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-10-30T01:11:06.204Z | [ recovery-image] Oct 30 01:11:06.502 INFO O| Oct 30 01:11:06.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7650 | 2024-10-30T01:11:06.204Z | [ recovery-image] Oct 30 01:11:06.502 INFO O| Oct 30 01:11:06.502 INFO STEP 1165 (remove_files) COMPLETE |
7651 | 2024-10-30T01:11:06.207Z | [ recovery-image] Oct 30 01:11:06.502 INFO O| Oct 30 01:11:06.502 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-10-30T01:11:06.214Z | [ recovery-image] Oct 30 01:11:06.511 INFO O| Oct 30 01:11:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7653 | 2024-10-30T01:11:06.214Z | [ recovery-image] Oct 30 01:11:06.511 INFO O| Oct 30 01:11:06.511 INFO STEP 1166 (remove_files) COMPLETE |
7654 | 2024-10-30T01:11:06.217Z | [ recovery-image] Oct 30 01:11:06.511 INFO O| Oct 30 01:11:06.511 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-10-30T01:11:06.224Z | [ recovery-image] Oct 30 01:11:06.522 INFO O| Oct 30 01:11:06.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7656 | 2024-10-30T01:11:06.224Z | [ recovery-image] Oct 30 01:11:06.522 INFO O| Oct 30 01:11:06.522 INFO STEP 1167 (remove_files) COMPLETE |
7657 | 2024-10-30T01:11:06.227Z | [ recovery-image] Oct 30 01:11:06.522 INFO O| Oct 30 01:11:06.522 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-10-30T01:11:06.234Z | [ recovery-image] Oct 30 01:11:06.532 INFO O| Oct 30 01:11:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7659 | 2024-10-30T01:11:06.237Z | [ recovery-image] Oct 30 01:11:06.532 INFO O| Oct 30 01:11:06.532 INFO STEP 1168 (remove_files) COMPLETE |
7660 | 2024-10-30T01:11:06.237Z | [ recovery-image] Oct 30 01:11:06.532 INFO O| Oct 30 01:11:06.532 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-10-30T01:11:06.244Z | [ recovery-image] Oct 30 01:11:06.541 INFO O| Oct 30 01:11:06.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7662 | 2024-10-30T01:11:06.246Z | [ recovery-image] Oct 30 01:11:06.541 INFO O| Oct 30 01:11:06.541 INFO STEP 1169 (remove_files) COMPLETE |
7663 | 2024-10-30T01:11:06.246Z | [ recovery-image] Oct 30 01:11:06.541 INFO O| Oct 30 01:11:06.541 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-10-30T01:11:06.254Z | [ recovery-image] Oct 30 01:11:06.551 INFO O| Oct 30 01:11:06.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7665 | 2024-10-30T01:11:06.254Z | [ recovery-image] Oct 30 01:11:06.551 INFO O| Oct 30 01:11:06.551 INFO STEP 1170 (remove_files) COMPLETE |
7666 | 2024-10-30T01:11:06.254Z | [ recovery-image] Oct 30 01:11:06.551 INFO O| Oct 30 01:11:06.551 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-10-30T01:11:06.264Z | [ recovery-image] Oct 30 01:11:06.561 INFO O| Oct 30 01:11:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7668 | 2024-10-30T01:11:06.264Z | [ recovery-image] Oct 30 01:11:06.561 INFO O| Oct 30 01:11:06.561 INFO STEP 1171 (remove_files) COMPLETE |
7669 | 2024-10-30T01:11:06.266Z | [ recovery-image] Oct 30 01:11:06.561 INFO O| Oct 30 01:11:06.561 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-10-30T01:11:06.273Z | [ recovery-image] Oct 30 01:11:06.571 INFO O| Oct 30 01:11:06.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7671 | 2024-10-30T01:11:06.273Z | [ recovery-image] Oct 30 01:11:06.571 INFO O| Oct 30 01:11:06.571 INFO STEP 1172 (remove_files) COMPLETE |
7672 | 2024-10-30T01:11:06.273Z | [ recovery-image] Oct 30 01:11:06.571 INFO O| Oct 30 01:11:06.571 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-10-30T01:11:06.283Z | [ recovery-image] Oct 30 01:11:06.580 INFO O| Oct 30 01:11:06.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7674 | 2024-10-30T01:11:06.286Z | [ recovery-image] Oct 30 01:11:06.580 INFO O| Oct 30 01:11:06.580 INFO STEP 1173 (remove_files) COMPLETE |
7675 | 2024-10-30T01:11:06.286Z | [ recovery-image] Oct 30 01:11:06.580 INFO O| Oct 30 01:11:06.580 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-10-30T01:11:06.293Z | [ recovery-image] Oct 30 01:11:06.590 INFO O| Oct 30 01:11:06.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7677 | 2024-10-30T01:11:06.293Z | [ recovery-image] Oct 30 01:11:06.590 INFO O| Oct 30 01:11:06.590 INFO STEP 1174 (remove_files) COMPLETE |
7678 | 2024-10-30T01:11:06.295Z | [ recovery-image] Oct 30 01:11:06.590 INFO O| Oct 30 01:11:06.590 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-10-30T01:11:06.303Z | [ recovery-image] Oct 30 01:11:06.601 INFO O| Oct 30 01:11:06.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7680 | 2024-10-30T01:11:06.303Z | [ recovery-image] Oct 30 01:11:06.601 INFO O| Oct 30 01:11:06.601 INFO STEP 1175 (remove_files) COMPLETE |
7681 | 2024-10-30T01:11:06.306Z | [ recovery-image] Oct 30 01:11:06.601 INFO O| Oct 30 01:11:06.601 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-10-30T01:11:06.313Z | [ recovery-image] Oct 30 01:11:06.611 INFO O| Oct 30 01:11:06.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7683 | 2024-10-30T01:11:06.313Z | [ recovery-image] Oct 30 01:11:06.611 INFO O| Oct 30 01:11:06.611 INFO STEP 1176 (remove_files) COMPLETE |
7684 | 2024-10-30T01:11:06.313Z | [ recovery-image] Oct 30 01:11:06.611 INFO O| Oct 30 01:11:06.611 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-10-30T01:11:06.324Z | [ recovery-image] Oct 30 01:11:06.621 INFO O| Oct 30 01:11:06.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7686 | 2024-10-30T01:11:06.324Z | [ recovery-image] Oct 30 01:11:06.621 INFO O| Oct 30 01:11:06.621 INFO STEP 1177 (remove_files) COMPLETE |
7687 | 2024-10-30T01:11:06.324Z | [ recovery-image] Oct 30 01:11:06.621 INFO O| Oct 30 01:11:06.621 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-10-30T01:11:06.334Z | [ recovery-image] Oct 30 01:11:06.631 INFO O| Oct 30 01:11:06.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7689 | 2024-10-30T01:11:06.334Z | [ recovery-image] Oct 30 01:11:06.631 INFO O| Oct 30 01:11:06.631 INFO STEP 1178 (remove_files) COMPLETE |
7690 | 2024-10-30T01:11:06.336Z | [ recovery-image] Oct 30 01:11:06.631 INFO O| Oct 30 01:11:06.631 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-10-30T01:11:06.346Z | [ recovery-image] Oct 30 01:11:06.643 INFO O| Oct 30 01:11:06.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7692 | 2024-10-30T01:11:06.346Z | [ recovery-image] Oct 30 01:11:06.643 INFO O| Oct 30 01:11:06.643 INFO STEP 1179 (remove_files) COMPLETE |
7693 | 2024-10-30T01:11:06.346Z | [ recovery-image] Oct 30 01:11:06.643 INFO O| Oct 30 01:11:06.643 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-10-30T01:11:06.357Z | [ recovery-image] Oct 30 01:11:06.654 INFO O| Oct 30 01:11:06.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7695 | 2024-10-30T01:11:06.357Z | [ recovery-image] Oct 30 01:11:06.654 INFO O| Oct 30 01:11:06.654 INFO STEP 1180 (remove_files) COMPLETE |
7696 | 2024-10-30T01:11:06.360Z | [ recovery-image] Oct 30 01:11:06.654 INFO O| Oct 30 01:11:06.654 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-10-30T01:11:06.367Z | [ recovery-image] Oct 30 01:11:06.664 INFO O| Oct 30 01:11:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7698 | 2024-10-30T01:11:06.367Z | [ recovery-image] Oct 30 01:11:06.664 INFO O| Oct 30 01:11:06.664 INFO STEP 1181 (remove_files) COMPLETE |
7699 | 2024-10-30T01:11:06.369Z | [ recovery-image] Oct 30 01:11:06.664 INFO O| Oct 30 01:11:06.664 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-10-30T01:11:06.377Z | [ recovery-image] Oct 30 01:11:06.675 INFO O| Oct 30 01:11:06.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7701 | 2024-10-30T01:11:06.377Z | [ recovery-image] Oct 30 01:11:06.675 INFO O| Oct 30 01:11:06.675 INFO STEP 1182 (remove_files) COMPLETE |
7702 | 2024-10-30T01:11:06.377Z | [ recovery-image] Oct 30 01:11:06.675 INFO O| Oct 30 01:11:06.675 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-10-30T01:11:06.388Z | [ recovery-image] Oct 30 01:11:06.685 INFO O| Oct 30 01:11:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7704 | 2024-10-30T01:11:06.390Z | [ recovery-image] Oct 30 01:11:06.685 INFO O| Oct 30 01:11:06.685 INFO STEP 1183 (remove_files) COMPLETE |
7705 | 2024-10-30T01:11:06.390Z | [ recovery-image] Oct 30 01:11:06.685 INFO O| Oct 30 01:11:06.685 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-10-30T01:11:06.398Z | [ recovery-image] Oct 30 01:11:06.696 INFO O| Oct 30 01:11:06.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7707 | 2024-10-30T01:11:06.401Z | [ recovery-image] Oct 30 01:11:06.696 INFO O| Oct 30 01:11:06.696 INFO STEP 1184 (remove_files) COMPLETE |
7708 | 2024-10-30T01:11:06.401Z | [ recovery-image] Oct 30 01:11:06.696 INFO O| Oct 30 01:11:06.696 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-10-30T01:11:06.409Z | [ recovery-image] Oct 30 01:11:06.706 INFO O| Oct 30 01:11:06.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7710 | 2024-10-30T01:11:06.409Z | [ recovery-image] Oct 30 01:11:06.706 INFO O| Oct 30 01:11:06.706 INFO STEP 1185 (remove_files) COMPLETE |
7711 | 2024-10-30T01:11:06.411Z | [ recovery-image] Oct 30 01:11:06.706 INFO O| Oct 30 01:11:06.706 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-10-30T01:11:06.420Z | [ recovery-image] Oct 30 01:11:06.718 INFO O| Oct 30 01:11:06.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7713 | 2024-10-30T01:11:06.420Z | [ recovery-image] Oct 30 01:11:06.718 INFO O| Oct 30 01:11:06.718 INFO STEP 1186 (remove_files) COMPLETE |
7714 | 2024-10-30T01:11:06.420Z | [ recovery-image] Oct 30 01:11:06.718 INFO O| Oct 30 01:11:06.718 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-10-30T01:11:06.432Z | [ recovery-image] Oct 30 01:11:06.729 INFO O| Oct 30 01:11:06.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7716 | 2024-10-30T01:11:06.436Z | [ recovery-image] Oct 30 01:11:06.729 INFO O| Oct 30 01:11:06.729 INFO STEP 1187 (remove_files) COMPLETE |
7717 | 2024-10-30T01:11:06.436Z | [ recovery-image] Oct 30 01:11:06.729 INFO O| Oct 30 01:11:06.729 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-10-30T01:11:06.442Z | [ recovery-image] Oct 30 01:11:06.740 INFO O| Oct 30 01:11:06.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7719 | 2024-10-30T01:11:06.442Z | [ recovery-image] Oct 30 01:11:06.740 INFO O| Oct 30 01:11:06.740 INFO STEP 1188 (remove_files) COMPLETE |
7720 | 2024-10-30T01:11:06.445Z | [ recovery-image] Oct 30 01:11:06.740 INFO O| Oct 30 01:11:06.740 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-10-30T01:11:06.453Z | [ recovery-image] Oct 30 01:11:06.750 INFO O| Oct 30 01:11:06.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7722 | 2024-10-30T01:11:06.453Z | [ recovery-image] Oct 30 01:11:06.750 INFO O| Oct 30 01:11:06.750 INFO STEP 1189 (remove_files) COMPLETE |
7723 | 2024-10-30T01:11:06.453Z | [ recovery-image] Oct 30 01:11:06.750 INFO O| Oct 30 01:11:06.750 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-10-30T01:11:06.463Z | [ recovery-image] Oct 30 01:11:06.761 INFO O| Oct 30 01:11:06.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7725 | 2024-10-30T01:11:06.466Z | [ recovery-image] Oct 30 01:11:06.761 INFO O| Oct 30 01:11:06.761 INFO STEP 1190 (remove_files) COMPLETE |
7726 | 2024-10-30T01:11:06.466Z | [ recovery-image] Oct 30 01:11:06.761 INFO O| Oct 30 01:11:06.761 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-10-30T01:11:06.473Z | [ recovery-image] Oct 30 01:11:06.771 INFO O| Oct 30 01:11:06.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7728 | 2024-10-30T01:11:06.476Z | [ recovery-image] Oct 30 01:11:06.771 INFO O| Oct 30 01:11:06.771 INFO STEP 1191 (remove_files) COMPLETE |
7729 | 2024-10-30T01:11:06.476Z | [ recovery-image] Oct 30 01:11:06.771 INFO O| Oct 30 01:11:06.771 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-10-30T01:11:06.483Z | [ recovery-image] Oct 30 01:11:06.781 INFO O| Oct 30 01:11:06.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7731 | 2024-10-30T01:11:06.486Z | [ recovery-image] Oct 30 01:11:06.781 INFO O| Oct 30 01:11:06.781 INFO STEP 1192 (remove_files) COMPLETE |
7732 | 2024-10-30T01:11:06.486Z | [ recovery-image] Oct 30 01:11:06.781 INFO O| Oct 30 01:11:06.781 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-10-30T01:11:06.493Z | [ recovery-image] Oct 30 01:11:06.790 INFO O| Oct 30 01:11:06.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7734 | 2024-10-30T01:11:06.495Z | [ recovery-image] Oct 30 01:11:06.790 INFO O| Oct 30 01:11:06.790 INFO STEP 1193 (remove_files) COMPLETE |
7735 | 2024-10-30T01:11:06.495Z | [ recovery-image] Oct 30 01:11:06.790 INFO O| Oct 30 01:11:06.790 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-10-30T01:11:06.502Z | [ recovery-image] Oct 30 01:11:06.800 INFO O| Oct 30 01:11:06.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7737 | 2024-10-30T01:11:06.502Z | [ recovery-image] Oct 30 01:11:06.800 INFO O| Oct 30 01:11:06.800 INFO STEP 1194 (remove_files) COMPLETE |
7738 | 2024-10-30T01:11:06.503Z | [ recovery-image] Oct 30 01:11:06.800 INFO O| Oct 30 01:11:06.800 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-10-30T01:11:06.512Z | [ recovery-image] Oct 30 01:11:06.809 INFO O| Oct 30 01:11:06.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7740 | 2024-10-30T01:11:06.515Z | [ recovery-image] Oct 30 01:11:06.810 INFO O| Oct 30 01:11:06.810 INFO STEP 1195 (remove_files) COMPLETE |
7741 | 2024-10-30T01:11:06.515Z | [ recovery-image] Oct 30 01:11:06.810 INFO O| Oct 30 01:11:06.810 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-10-30T01:11:06.522Z | [ recovery-image] Oct 30 01:11:06.819 INFO O| Oct 30 01:11:06.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7743 | 2024-10-30T01:11:06.524Z | [ recovery-image] Oct 30 01:11:06.819 INFO O| Oct 30 01:11:06.819 INFO STEP 1196 (remove_files) COMPLETE |
7744 | 2024-10-30T01:11:06.524Z | [ recovery-image] Oct 30 01:11:06.819 INFO O| Oct 30 01:11:06.819 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-10-30T01:11:06.531Z | [ recovery-image] Oct 30 01:11:06.829 INFO O| Oct 30 01:11:06.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7746 | 2024-10-30T01:11:06.531Z | [ recovery-image] Oct 30 01:11:06.829 INFO O| Oct 30 01:11:06.829 INFO STEP 1197 (remove_files) COMPLETE |
7747 | 2024-10-30T01:11:06.534Z | [ recovery-image] Oct 30 01:11:06.829 INFO O| Oct 30 01:11:06.829 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-10-30T01:11:06.541Z | [ recovery-image] Oct 30 01:11:06.838 INFO O| Oct 30 01:11:06.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7749 | 2024-10-30T01:11:06.541Z | [ recovery-image] Oct 30 01:11:06.839 INFO O| Oct 30 01:11:06.838 INFO STEP 1198 (remove_files) COMPLETE |
7750 | 2024-10-30T01:11:06.541Z | [ recovery-image] Oct 30 01:11:06.839 INFO O| Oct 30 01:11:06.838 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-10-30T01:11:06.551Z | [ recovery-image] Oct 30 01:11:06.849 INFO O| Oct 30 01:11:06.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7752 | 2024-10-30T01:11:06.554Z | [ recovery-image] Oct 30 01:11:06.849 INFO O| Oct 30 01:11:06.849 INFO STEP 1199 (remove_files) COMPLETE |
7753 | 2024-10-30T01:11:06.554Z | [ recovery-image] Oct 30 01:11:06.849 INFO O| Oct 30 01:11:06.849 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-10-30T01:11:06.561Z | [ recovery-image] Oct 30 01:11:06.859 INFO O| Oct 30 01:11:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7755 | 2024-10-30T01:11:06.561Z | [ recovery-image] Oct 30 01:11:06.859 INFO O| Oct 30 01:11:06.859 INFO STEP 1200 (remove_files) COMPLETE |
7756 | 2024-10-30T01:11:06.565Z | [ recovery-image] Oct 30 01:11:06.859 INFO O| Oct 30 01:11:06.859 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-10-30T01:11:06.571Z | [ recovery-image] Oct 30 01:11:06.868 INFO O| Oct 30 01:11:06.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7758 | 2024-10-30T01:11:06.571Z | [ recovery-image] Oct 30 01:11:06.868 INFO O| Oct 30 01:11:06.868 INFO STEP 1201 (remove_files) COMPLETE |
7759 | 2024-10-30T01:11:06.571Z | [ recovery-image] Oct 30 01:11:06.868 INFO O| Oct 30 01:11:06.868 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-10-30T01:11:06.580Z | [ recovery-image] Oct 30 01:11:06.878 INFO O| Oct 30 01:11:06.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7761 | 2024-10-30T01:11:06.583Z | [ recovery-image] Oct 30 01:11:06.878 INFO O| Oct 30 01:11:06.878 INFO STEP 1202 (remove_files) COMPLETE |
7762 | 2024-10-30T01:11:06.583Z | [ recovery-image] Oct 30 01:11:06.878 INFO O| Oct 30 01:11:06.878 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-10-30T01:11:06.590Z | [ recovery-image] Oct 30 01:11:06.887 INFO O| Oct 30 01:11:06.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7764 | 2024-10-30T01:11:06.592Z | [ recovery-image] Oct 30 01:11:06.887 INFO O| Oct 30 01:11:06.887 INFO STEP 1203 (remove_files) COMPLETE |
7765 | 2024-10-30T01:11:06.592Z | [ recovery-image] Oct 30 01:11:06.887 INFO O| Oct 30 01:11:06.887 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-10-30T01:11:06.599Z | [ recovery-image] Oct 30 01:11:06.897 INFO O| Oct 30 01:11:06.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7767 | 2024-10-30T01:11:06.602Z | [ recovery-image] Oct 30 01:11:06.897 INFO O| Oct 30 01:11:06.897 INFO STEP 1204 (remove_files) COMPLETE |
7768 | 2024-10-30T01:11:06.602Z | [ recovery-image] Oct 30 01:11:06.897 INFO O| Oct 30 01:11:06.897 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-10-30T01:11:06.609Z | [ recovery-image] Oct 30 01:11:06.906 INFO O| Oct 30 01:11:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7770 | 2024-10-30T01:11:06.611Z | [ recovery-image] Oct 30 01:11:06.906 INFO O| Oct 30 01:11:06.906 INFO STEP 1205 (remove_files) COMPLETE |
7771 | 2024-10-30T01:11:06.611Z | [ recovery-image] Oct 30 01:11:06.906 INFO O| Oct 30 01:11:06.906 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7772 | 2024-10-30T01:11:06.624Z | [ recovery-image] Oct 30 01:11:06.921 INFO O| Oct 30 01:11:06.921 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7773 | 2024-10-30T01:11:06.624Z | [ recovery-image] Oct 30 01:11:06.921 INFO O| Oct 30 01:11:06.921 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7774 | 2024-10-30T01:11:06.737Z | [ host-image] Oct 30 01:11:07.034 INFO O| Oct 30 01:11:07.034 INFO O| Planning: Solver setup ... Done |
7775 | 2024-10-30T01:11:06.740Z | [ host-image] Oct 30 01:11:07.038 INFO O| Oct 30 01:11:07.038 INFO O| Planning: Running solver ... Done |
7776 | 2024-10-30T01:11:06.793Z | [ host-image] Oct 30 01:11:07.091 INFO O| Oct 30 01:11:07.091 INFO O| Planning: Finding local manifests ... Done |
7777 | 2024-10-30T01:11:06.796Z | [ host-image] Oct 30 01:11:07.092 INFO O| Oct 30 01:11:07.092 INFO O| Planning: Fetching manifests: 0/6 0% complete |
7778 | 2024-10-30T01:11:06.951Z | [ host-image] Oct 30 01:11:07.248 INFO O| Oct 30 01:11:07.248 INFO O| Planning: Fetching manifests: 6/6 100% complete |
7779 | 2024-10-30T01:11:06.985Z | [ host-image] Oct 30 01:11:07.282 INFO O| Oct 30 01:11:07.282 INFO O| Planning: Package planning ... Done |
7780 | 2024-10-30T01:11:07.003Z | [ host-image] Oct 30 01:11:07.300 INFO O| Oct 30 01:11:07.300 INFO O| Planning: Merging actions ... Done |
7781 | 2024-10-30T01:11:07.075Z | [ host-image] Oct 30 01:11:07.373 INFO O| Oct 30 01:11:07.373 INFO O| Planning: Checking for conflicting actions ... Done |
7782 | 2024-10-30T01:11:07.079Z | [ host-image] Oct 30 01:11:07.377 INFO O| Oct 30 01:11:07.377 INFO O| Planning: Consolidating action changes ... Done |
7783 | 2024-10-30T01:11:07.257Z | [ host-image] Oct 30 01:11:07.555 INFO O| Oct 30 01:11:07.555 INFO O| Planning: Evaluating mediators ... Done |
7784 | 2024-10-30T01:11:07.260Z | [ host-image] Oct 30 01:11:07.558 INFO O| Oct 30 01:11:07.558 INFO O| Planning: Planning completed in 2.43 seconds |
7785 | 2024-10-30T01:11:07.263Z | [ host-image] Oct 30 01:11:07.560 INFO O| Oct 30 01:11:07.560 INFO O| Packages to install: 6 |
7786 | 2024-10-30T01:11:07.263Z | [ host-image] Oct 30 01:11:07.560 INFO O| Oct 30 01:11:07.560 INFO O| Mediators to change: 1 |
7787 | 2024-10-30T01:11:07.263Z | [ host-image] Oct 30 01:11:07.560 INFO O| Oct 30 01:11:07.560 INFO O| Services to change: 1 |
7788 | 2024-10-30T01:11:07.275Z | [ host-image] Oct 30 01:11:07.573 INFO O| Oct 30 01:11:07.573 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
7789 | 2024-10-30T01:11:07.338Z | [ recovery-image] Oct 30 01:11:07.636 INFO O| Oct 30 01:11:07.636 INFO STEP 1206 (pack_tar) COMPLETE |
7790 | 2024-10-30T01:11:07.338Z | [ recovery-image] Oct 30 01:11:07.636 INFO O| Oct 30 01:11:07.636 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7791 | 2024-10-30T01:11:07.338Z | [ recovery-image] Oct 30 01:11:07.636 INFO O| Oct 30 01:11:07.636 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7792 | 2024-10-30T01:11:07.699Z | [ recovery-image] Oct 30 01:11:07.997 INFO O| Oct 30 01:11:07.997 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7793 | 2024-10-30T01:11:07.783Z | [ recovery-image] Oct 30 01:11:08.081 INFO O| Oct 30 01:11:08.081 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7794 | 2024-10-30T01:11:07.790Z | [ recovery-image] Oct 30 01:11:08.087 INFO image builder template: zfs-recovery... |
7795 | 2024-10-30T01:11:07.792Z | [ recovery-image] Oct 30 01:11:08.088 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/.tmpaVpy3U/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 |
7796 | 2024-10-30T01:11:07.821Z | [ recovery-image] Oct 30 01:11:08.119 INFO O| Oct 30 01:11:08.119 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7797 | 2024-10-30T01:11:07.825Z | [ recovery-image] Oct 30 01:11:08.123 INFO O| Oct 30 01:11:08.123 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7798 | 2024-10-30T01:11:07.942Z | [ recovery-image] Oct 30 01:11:08.240 INFO O| Oct 30 01:11:08.240 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7799 | 2024-10-30T01:11:08.007Z | [ recovery-image] Oct 30 01:11:08.306 INFO O| Oct 30 01:11:08.305 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7800 | 2024-10-30T01:11:08.010Z | [ recovery-image] Oct 30 01:11:08.306 INFO O| Oct 30 01:11:08.306 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7801 | 2024-10-30T01:11:08.012Z | [ recovery-image] Oct 30 01:11:08.310 INFO O| Oct 30 01:11:08.310 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7802 | 2024-10-30T01:11:08.096Z | [ recovery-image] Oct 30 01:11:08.394 INFO O| Oct 30 01:11:08.394 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7803 | 2024-10-30T01:11:08.212Z | [ recovery-image] Oct 30 01:11:08.510 INFO O| Oct 30 01:11:08.510 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7804 | 2024-10-30T01:11:08.221Z | [ recovery-image] Oct 30 01:11:08.519 INFO O| Oct 30 01:11:08.519 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7805 | 2024-10-30T01:11:08.225Z | [ recovery-image] Oct 30 01:11:08.523 INFO O| Oct 30 01:11:08.523 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7806 | 2024-10-30T01:11:08.228Z | [ recovery-image] Oct 30 01:11:08.525 INFO O| Oct 30 01:11:08.525 INFO no lofi found |
7807 | 2024-10-30T01:11:08.228Z | [ recovery-image] Oct 30 01:11:08.525 INFO O| Oct 30 01:11:08.525 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7808 | 2024-10-30T01:11:08.228Z | [ recovery-image] Oct 30 01:11:08.525 INFO O| Oct 30 01:11:08.525 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7809 | 2024-10-30T01:11:09.711Z | [ recovery-image] Oct 30 01:11:10.010 INFO O| Oct 30 01:11:10.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7810 | 2024-10-30T01:11:09.712Z | [ recovery-image] Oct 30 01:11:10.010 INFO O| Oct 30 01:11:10.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7811 | 2024-10-30T01:11:09.714Z | [ recovery-image] Oct 30 01:11:10.010 INFO O| Oct 30 01:11:10.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7812 | 2024-10-30T01:11:09.785Z | [ recovery-image] Oct 30 01:11:10.084 INFO O| Oct 30 01:11:10.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7813 | 2024-10-30T01:11:09.785Z | [ recovery-image] Oct 30 01:11:10.084 INFO O| Oct 30 01:11:10.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7814 | 2024-10-30T01:11:09.805Z | [ recovery-image] Oct 30 01:11:10.104 INFO O| Oct 30 01:11:10.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7815 | 2024-10-30T01:11:09.870Z | [ recovery-image] Oct 30 01:11:10.169 INFO O| Oct 30 01:11:10.169 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7816 | 2024-10-30T01:11:09.916Z | [ recovery-image] Oct 30 01:11:10.214 INFO O| Oct 30 01:11:10.214 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7817 | 2024-10-30T01:11:09.928Z | [ recovery-image] Oct 30 01:11:10.227 INFO O| Oct 30 01:11:10.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7818 | 2024-10-30T01:11:09.938Z | [ recovery-image] Oct 30 01:11:10.237 INFO O| Oct 30 01:11:10.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7819 | 2024-10-30T01:11:09.982Z | [ recovery-image] Oct 30 01:11:10.281 INFO O| Oct 30 01:11:10.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7820 | 2024-10-30T01:11:09.985Z | [ recovery-image] Oct 30 01:11:10.281 INFO O| Oct 30 01:11:10.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7821 | 2024-10-30T01:11:09.985Z | [ recovery-image] Oct 30 01:11:10.281 INFO O| Oct 30 01:11:10.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7822 | 2024-10-30T01:11:09.990Z | [ recovery-image] Oct 30 01:11:10.289 INFO O| Oct 30 01:11:10.289 INFO boot environment UUID: 0bc46fe4-0cde-4d14-aa4d-7edbe428012d |
7823 | 2024-10-30T01:11:09.992Z | [ recovery-image] Oct 30 01:11:10.289 INFO O| Oct 30 01:11:10.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0bc46fe4-0cde-4d14-aa4d-7edbe428012d |
7824 | 2024-10-30T01:11:10.000Z | [ recovery-image] Oct 30 01:11:10.298 INFO O| Oct 30 01:11:10.298 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7825 | 2024-10-30T01:11:10.011Z | [ recovery-image] Oct 30 01:11:10.309 INFO O| Oct 30 01:11:10.309 INFO STEP 0 (create_be) COMPLETE |
7826 | 2024-10-30T01:11:10.013Z | [ recovery-image] Oct 30 01:11:10.309 INFO O| Oct 30 01:11:10.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7827 | 2024-10-30T01:11:10.031Z | [ recovery-image] Oct 30 01:11:10.330 INFO O| Oct 30 01:11:10.330 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"] |
7828 | 2024-10-30T01:11:11.425Z | [ host-image] Oct 30 01:11:11.724 INFO O| Oct 30 01:11:11.724 INFO O| Download: Completed 8.42 MB in 4.15 seconds (2.0M/s) |
7829 | 2024-10-30T01:11:11.469Z | [ recovery-image] Oct 30 01:11:11.768 INFO O| Oct 30 01:11:11.768 INFO STEP 1 (unpack_tar) COMPLETE |
7830 | 2024-10-30T01:11:11.469Z | [ recovery-image] Oct 30 01:11:11.768 INFO O| Oct 30 01:11:11.768 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7831 | 2024-10-30T01:11:11.480Z | [ recovery-image] Oct 30 01:11:11.780 INFO O| Oct 30 01:11:11.780 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7832 | 2024-10-30T01:11:11.488Z | [ host-image] Oct 30 01:11:11.787 INFO O| Oct 30 01:11:11.787 INFO O| Actions: 1/1361 actions (Installing new actions) |
7833 | 2024-10-30T01:11:11.769Z | [ recovery-image] Oct 30 01:11:12.068 INFO O| Oct 30 01:11:12.068 INFO STEP 2 (devfsadm) COMPLETE |
7834 | 2024-10-30T01:11:11.769Z | [ recovery-image] Oct 30 01:11:12.069 INFO O| Oct 30 01:11:12.068 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7835 | 2024-10-30T01:11:11.782Z | [ recovery-image] Oct 30 01:11:12.081 INFO O| Oct 30 01:11:12.081 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7836 | 2024-10-30T01:11:11.785Z | [ recovery-image] Oct 30 01:11:12.081 INFO O| Oct 30 01:11:12.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7837 | 2024-10-30T01:11:11.785Z | [ recovery-image] Oct 30 01:11:12.081 INFO O| Oct 30 01:11:12.081 INFO STEP 3 (ensure_dir) COMPLETE |
7838 | 2024-10-30T01:11:11.785Z | [ recovery-image] Oct 30 01:11:12.081 INFO O| Oct 30 01:11:12.081 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7839 | 2024-10-30T01:11:11.793Z | [ recovery-image] Oct 30 01:11:12.092 INFO O| Oct 30 01:11:12.092 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7840 | 2024-10-30T01:11:11.793Z | [ recovery-image] Oct 30 01:11:12.092 INFO O| Oct 30 01:11:12.092 INFO STEP 4 (ensure_dir) COMPLETE |
7841 | 2024-10-30T01:11:11.795Z | [ recovery-image] Oct 30 01:11:12.092 INFO O| Oct 30 01:11:12.092 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7842 | 2024-10-30T01:11:11.803Z | [ recovery-image] Oct 30 01:11:12.102 INFO O| Oct 30 01:11:12.102 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7843 | 2024-10-30T01:11:11.805Z | [ recovery-image] Oct 30 01:11:12.102 INFO O| Oct 30 01:11:12.102 INFO STEP 5 (ensure_dir) COMPLETE |
7844 | 2024-10-30T01:11:11.806Z | [ recovery-image] Oct 30 01:11:12.102 INFO O| Oct 30 01:11:12.102 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7845 | 2024-10-30T01:11:11.813Z | [ recovery-image] Oct 30 01:11:12.112 INFO O| Oct 30 01:11:12.112 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7846 | 2024-10-30T01:11:11.816Z | [ recovery-image] Oct 30 01:11:12.113 INFO O| Oct 30 01:11:12.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7847 | 2024-10-30T01:11:11.816Z | [ recovery-image] Oct 30 01:11:12.113 INFO O| Oct 30 01:11:12.113 INFO STEP 6 (ensure_dir) COMPLETE |
7848 | 2024-10-30T01:11:11.816Z | [ recovery-image] Oct 30 01:11:12.113 INFO O| Oct 30 01:11:12.113 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7849 | 2024-10-30T01:11:11.823Z | [ recovery-image] Oct 30 01:11:12.123 INFO O| Oct 30 01:11:12.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7850 | 2024-10-30T01:11:11.826Z | [ recovery-image] Oct 30 01:11:12.123 INFO O| Oct 30 01:11:12.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7851 | 2024-10-30T01:11:11.826Z | [ recovery-image] Oct 30 01:11:12.123 INFO O| Oct 30 01:11:12.123 INFO STEP 7 (ensure_dir) COMPLETE |
7852 | 2024-10-30T01:11:11.826Z | [ recovery-image] Oct 30 01:11:12.123 INFO O| Oct 30 01:11:12.123 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7853 | 2024-10-30T01:11:11.834Z | [ recovery-image] Oct 30 01:11:12.133 INFO O| Oct 30 01:11:12.133 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7854 | 2024-10-30T01:11:11.837Z | [ recovery-image] Oct 30 01:11:12.134 INFO O| Oct 30 01:11:12.133 INFO STEP 8 (remove_files) COMPLETE |
7855 | 2024-10-30T01:11:11.837Z | [ recovery-image] Oct 30 01:11:12.134 INFO O| Oct 30 01:11:12.133 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7856 | 2024-10-30T01:11:11.845Z | [ recovery-image] Oct 30 01:11:12.144 INFO O| Oct 30 01:11:12.144 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7857 | 2024-10-30T01:11:11.847Z | [ recovery-image] Oct 30 01:11:12.145 INFO O| Oct 30 01:11:12.145 INFO STEP 9 (remove_files) COMPLETE |
7858 | 2024-10-30T01:11:11.847Z | [ recovery-image] Oct 30 01:11:12.145 INFO O| Oct 30 01:11:12.145 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7859 | 2024-10-30T01:11:11.855Z | [ recovery-image] Oct 30 01:11:12.155 INFO O| Oct 30 01:11:12.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7860 | 2024-10-30T01:11:11.858Z | [ recovery-image] Oct 30 01:11:12.156 INFO O| Oct 30 01:11:12.156 INFO STEP 10 (remove_files) COMPLETE |
7861 | 2024-10-30T01:11:11.858Z | [ recovery-image] Oct 30 01:11:12.156 INFO O| Oct 30 01:11:12.156 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7862 | 2024-10-30T01:11:11.866Z | [ recovery-image] Oct 30 01:11:12.165 INFO O| Oct 30 01:11:12.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7863 | 2024-10-30T01:11:11.869Z | [ recovery-image] Oct 30 01:11:12.165 INFO O| Oct 30 01:11:12.165 INFO STEP 11 (remove_files) COMPLETE |
7864 | 2024-10-30T01:11:11.869Z | [ recovery-image] Oct 30 01:11:12.166 INFO O| Oct 30 01:11:12.165 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7865 | 2024-10-30T01:11:11.876Z | [ recovery-image] Oct 30 01:11:12.175 INFO O| Oct 30 01:11:12.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7866 | 2024-10-30T01:11:11.879Z | [ recovery-image] Oct 30 01:11:12.175 INFO O| Oct 30 01:11:12.175 INFO STEP 12 (remove_files) COMPLETE |
7867 | 2024-10-30T01:11:11.879Z | [ recovery-image] Oct 30 01:11:12.175 INFO O| Oct 30 01:11:12.175 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7868 | 2024-10-30T01:11:11.886Z | [ recovery-image] Oct 30 01:11:12.185 INFO O| Oct 30 01:11:12.185 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7869 | 2024-10-30T01:11:11.889Z | [ recovery-image] Oct 30 01:11:12.186 INFO O| Oct 30 01:11:12.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7870 | 2024-10-30T01:11:11.889Z | [ recovery-image] Oct 30 01:11:12.186 INFO O| Oct 30 01:11:12.186 INFO STEP 13 (ensure_dir) COMPLETE |
7871 | 2024-10-30T01:11:11.889Z | [ recovery-image] Oct 30 01:11:12.186 INFO O| Oct 30 01:11:12.186 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7872 | 2024-10-30T01:11:11.896Z | [ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7873 | 2024-10-30T01:11:11.896Z | [ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7874 | 2024-10-30T01:11:11.899Z | [ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7875 | 2024-10-30T01:11:11.899Z | [ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO STEP 14 (ensure_dir) COMPLETE |
7876 | 2024-10-30T01:11:11.899Z | [ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7877 | 2024-10-30T01:11:11.909Z | [ recovery-image] Oct 30 01:11:12.208 INFO O| Oct 30 01:11:12.208 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7878 | 2024-10-30T01:11:11.912Z | [ recovery-image] Oct 30 01:11:12.208 INFO O| Oct 30 01:11:12.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7879 | 2024-10-30T01:11:11.912Z | [ recovery-image] Oct 30 01:11:12.208 INFO O| Oct 30 01:11:12.208 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7880 | 2024-10-30T01:11:11.912Z | [ recovery-image] Oct 30 01:11:12.209 INFO O| Oct 30 01:11:12.208 INFO STEP 15 (ensure_dir) COMPLETE |
7881 | 2024-10-30T01:11:11.912Z | [ recovery-image] Oct 30 01:11:12.209 INFO O| Oct 30 01:11:12.208 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7882 | 2024-10-30T01:11:11.920Z | [ recovery-image] Oct 30 01:11:12.219 INFO O| Oct 30 01:11:12.219 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7883 | 2024-10-30T01:11:11.923Z | [ recovery-image] Oct 30 01:11:12.219 INFO O| Oct 30 01:11:12.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7884 | 2024-10-30T01:11:11.923Z | [ recovery-image] Oct 30 01:11:12.219 INFO O| Oct 30 01:11:12.219 INFO STEP 16 (ensure_dir) COMPLETE |
7885 | 2024-10-30T01:11:11.923Z | [ recovery-image] Oct 30 01:11:12.219 INFO O| Oct 30 01:11:12.219 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7886 | 2024-10-30T01:11:11.930Z | [ recovery-image] Oct 30 01:11:12.230 INFO O| Oct 30 01:11:12.230 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7887 | 2024-10-30T01:11:11.930Z | [ recovery-image] Oct 30 01:11:12.230 INFO O| Oct 30 01:11:12.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7888 | 2024-10-30T01:11:11.933Z | [ recovery-image] Oct 30 01:11:12.230 INFO O| Oct 30 01:11:12.230 INFO STEP 17 (ensure_dir) COMPLETE |
7889 | 2024-10-30T01:11:11.933Z | [ recovery-image] Oct 30 01:11:12.230 INFO O| Oct 30 01:11:12.230 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7890 | 2024-10-30T01:11:11.941Z | [ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7891 | 2024-10-30T01:11:11.941Z | [ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7892 | 2024-10-30T01:11:11.941Z | [ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO ok! |
7893 | 2024-10-30T01:11:11.945Z | [ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO STEP 18 (ensure_symlink) COMPLETE |
7894 | 2024-10-30T01:11:11.945Z | [ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7895 | 2024-10-30T01:11:11.954Z | [ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7896 | 2024-10-30T01:11:11.954Z | [ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7897 | 2024-10-30T01:11:11.956Z | [ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO ok! |
7898 | 2024-10-30T01:11:11.956Z | [ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO STEP 19 (ensure_file) COMPLETE |
7899 | 2024-10-30T01:11:11.957Z | [ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7900 | 2024-10-30T01:11:11.965Z | [ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7901 | 2024-10-30T01:11:11.965Z | [ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7902 | 2024-10-30T01:11:11.967Z | [ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7903 | 2024-10-30T01:11:11.967Z | [ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO ok! |
7904 | 2024-10-30T01:11:11.967Z | [ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO STEP 20 (ensure_symlink) COMPLETE |
7905 | 2024-10-30T01:11:11.967Z | [ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7906 | 2024-10-30T01:11:11.975Z | [ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7907 | 2024-10-30T01:11:11.975Z | [ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7908 | 2024-10-30T01:11:11.978Z | [ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7909 | 2024-10-30T01:11:11.978Z | [ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO ok! |
7910 | 2024-10-30T01:11:11.978Z | [ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO STEP 21 (ensure_symlink) COMPLETE |
7911 | 2024-10-30T01:11:11.978Z | [ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7912 | 2024-10-30T01:11:11.989Z | [ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7913 | 2024-10-30T01:11:11.989Z | [ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7914 | 2024-10-30T01:11:11.992Z | [ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7915 | 2024-10-30T01:11:11.992Z | [ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO ok! |
7916 | 2024-10-30T01:11:11.992Z | [ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO STEP 22 (ensure_symlink) COMPLETE |
7917 | 2024-10-30T01:11:11.992Z | [ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7918 | 2024-10-30T01:11:11.998Z | [ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7919 | 2024-10-30T01:11:11.998Z | [ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7920 | 2024-10-30T01:11:12.003Z | [ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7921 | 2024-10-30T01:11:12.003Z | [ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO ok! |
7922 | 2024-10-30T01:11:12.003Z | [ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO STEP 23 (ensure_symlink) COMPLETE |
7923 | 2024-10-30T01:11:12.003Z | [ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7924 | 2024-10-30T01:11:12.012Z | [ recovery-image] Oct 30 01:11:12.311 INFO O| Oct 30 01:11:12.311 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7925 | 2024-10-30T01:11:12.012Z | [ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.311 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 ... |
7926 | 2024-10-30T01:11:12.015Z | [ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7927 | 2024-10-30T01:11:12.015Z | [ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.312 INFO ok! |
7928 | 2024-10-30T01:11:12.015Z | [ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.312 INFO STEP 24 (ensure_file) COMPLETE |
7929 | 2024-10-30T01:11:12.015Z | [ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.312 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7930 | 2024-10-30T01:11:12.023Z | [ recovery-image] Oct 30 01:11:12.322 INFO O| Oct 30 01:11:12.322 INFO updating shadow file |
7931 | 2024-10-30T01:11:12.026Z | [ recovery-image] Oct 30 01:11:12.323 INFO O| Oct 30 01:11:12.323 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7932 | 2024-10-30T01:11:12.026Z | [ recovery-image] Oct 30 01:11:12.323 INFO O| Oct 30 01:11:12.323 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7933 | 2024-10-30T01:11:12.026Z | [ recovery-image] Oct 30 01:11:12.323 INFO O| Oct 30 01:11:12.323 INFO STEP 25 (shadow) COMPLETE |
7934 | 2024-10-30T01:11:12.026Z | [ recovery-image] Oct 30 01:11:12.323 INFO O| Oct 30 01:11:12.323 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7935 | 2024-10-30T01:11:12.033Z | [ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7936 | 2024-10-30T01:11:12.037Z | [ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7937 | 2024-10-30T01:11:12.037Z | [ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7938 | 2024-10-30T01:11:12.037Z | [ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO ok! |
7939 | 2024-10-30T01:11:12.037Z | [ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO STEP 26 (ensure_file) COMPLETE |
7940 | 2024-10-30T01:11:12.037Z | [ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7941 | 2024-10-30T01:11:12.044Z | [ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7942 | 2024-10-30T01:11:12.046Z | [ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7943 | 2024-10-30T01:11:12.046Z | [ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7944 | 2024-10-30T01:11:12.046Z | [ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO ok! |
7945 | 2024-10-30T01:11:12.046Z | [ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO STEP 27 (ensure_file) COMPLETE |
7946 | 2024-10-30T01:11:12.046Z | [ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7947 | 2024-10-30T01:11:12.046Z | [ host-image] Oct 30 01:11:12.344 INFO O| Oct 30 01:11:12.344 INFO O| Actions: Completed 1361 actions in 0.56 seconds. |
7948 | 2024-10-30T01:11:12.054Z | [ recovery-image] Oct 30 01:11:12.353 INFO O| Oct 30 01:11:12.353 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7949 | 2024-10-30T01:11:12.054Z | [ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7950 | 2024-10-30T01:11:12.057Z | [ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7951 | 2024-10-30T01:11:12.058Z | [ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7952 | 2024-10-30T01:11:12.058Z | [ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO ok! |
7953 | 2024-10-30T01:11:12.058Z | [ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO STEP 28 (ensure_file) COMPLETE |
7954 | 2024-10-30T01:11:12.058Z | [ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7955 | 2024-10-30T01:11:12.065Z | [ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7956 | 2024-10-30T01:11:12.065Z | [ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7957 | 2024-10-30T01:11:12.065Z | [ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7958 | 2024-10-30T01:11:12.065Z | [ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO ok! |
7959 | 2024-10-30T01:11:12.067Z | [ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO STEP 29 (ensure_file) COMPLETE |
7960 | 2024-10-30T01:11:12.068Z | [ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7961 | 2024-10-30T01:11:12.074Z | [ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7962 | 2024-10-30T01:11:12.074Z | [ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7963 | 2024-10-30T01:11:12.077Z | [ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7964 | 2024-10-30T01:11:12.077Z | [ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO ok! |
7965 | 2024-10-30T01:11:12.077Z | [ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO STEP 30 (ensure_file) COMPLETE |
7966 | 2024-10-30T01:11:12.077Z | [ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7967 | 2024-10-30T01:11:12.085Z | [ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7968 | 2024-10-30T01:11:12.085Z | [ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7969 | 2024-10-30T01:11:12.089Z | [ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7970 | 2024-10-30T01:11:12.089Z | [ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7971 | 2024-10-30T01:11:12.089Z | [ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO ok! |
7972 | 2024-10-30T01:11:12.089Z | [ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO STEP 31 (ensure_file) COMPLETE |
7973 | 2024-10-30T01:11:12.089Z | [ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7974 | 2024-10-30T01:11:12.096Z | [ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7975 | 2024-10-30T01:11:12.096Z | [ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7976 | 2024-10-30T01:11:12.099Z | [ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7977 | 2024-10-30T01:11:12.099Z | [ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO ok! |
7978 | 2024-10-30T01:11:12.099Z | [ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO STEP 32 (ensure_file) COMPLETE |
7979 | 2024-10-30T01:11:12.099Z | [ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7980 | 2024-10-30T01:11:12.107Z | [ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.405 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7981 | 2024-10-30T01:11:12.108Z | [ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7982 | 2024-10-30T01:11:12.110Z | [ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7983 | 2024-10-30T01:11:12.111Z | [ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO ok! |
7984 | 2024-10-30T01:11:12.111Z | [ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO STEP 33 (ensure_file) COMPLETE |
7985 | 2024-10-30T01:11:12.111Z | [ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7986 | 2024-10-30T01:11:12.120Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7987 | 2024-10-30T01:11:12.124Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7988 | 2024-10-30T01:11:12.124Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7989 | 2024-10-30T01:11:12.124Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7990 | 2024-10-30T01:11:12.124Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7991 | 2024-10-30T01:11:12.124Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7992 | 2024-10-30T01:11:12.124Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO ok! |
7993 | 2024-10-30T01:11:12.124Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO STEP 34 (ensure_file) COMPLETE |
7994 | 2024-10-30T01:11:12.124Z | [ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7995 | 2024-10-30T01:11:12.129Z | [ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7996 | 2024-10-30T01:11:12.132Z | [ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7997 | 2024-10-30T01:11:12.132Z | [ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7998 | 2024-10-30T01:11:12.132Z | [ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO STEP 35 (ensure_dir) COMPLETE |
7999 | 2024-10-30T01:11:12.132Z | [ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8000 | 2024-10-30T01:11:12.140Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 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 |
8001 | 2024-10-30T01:11:12.140Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 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 ... |
8002 | 2024-10-30T01:11:12.142Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 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 |
8003 | 2024-10-30T01:11:12.142Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 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 |
8004 | 2024-10-30T01:11:12.143Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 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 |
8005 | 2024-10-30T01:11:12.143Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 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 |
8006 | 2024-10-30T01:11:12.143Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO ok! |
8007 | 2024-10-30T01:11:12.143Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO STEP 36 (ensure_file) COMPLETE |
8008 | 2024-10-30T01:11:12.143Z | [ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8009 | 2024-10-30T01:11:12.150Z | [ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8010 | 2024-10-30T01:11:12.150Z | [ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 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 ... |
8011 | 2024-10-30T01:11:12.152Z | [ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8012 | 2024-10-30T01:11:12.152Z | [ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO ok! |
8013 | 2024-10-30T01:11:12.152Z | [ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO STEP 37 (ensure_symlink) COMPLETE |
8014 | 2024-10-30T01:11:12.152Z | [ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8015 | 2024-10-30T01:11:12.160Z | [ recovery-image] Oct 30 01:11:12.459 INFO O| Oct 30 01:11:12.459 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8016 | 2024-10-30T01:11:12.160Z | [ recovery-image] Oct 30 01:11:12.459 INFO O| Oct 30 01:11:12.459 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8017 | 2024-10-30T01:11:12.163Z | [ recovery-image] Oct 30 01:11:12.459 INFO O| Oct 30 01:11:12.459 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8018 | 2024-10-30T01:11:12.163Z | [ recovery-image] Oct 30 01:11:12.459 INFO O| Oct 30 01:11:12.459 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8019 | 2024-10-30T01:11:12.163Z | [ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.459 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8020 | 2024-10-30T01:11:12.163Z | [ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.460 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8021 | 2024-10-30T01:11:12.163Z | [ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.460 INFO ok! |
8022 | 2024-10-30T01:11:12.163Z | [ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.460 INFO STEP 38 (ensure_file) COMPLETE |
8023 | 2024-10-30T01:11:12.163Z | [ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.460 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8024 | 2024-10-30T01:11:12.172Z | [ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8025 | 2024-10-30T01:11:12.172Z | [ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 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 ... |
8026 | 2024-10-30T01:11:12.175Z | [ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 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 |
8027 | 2024-10-30T01:11:12.175Z | [ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8028 | 2024-10-30T01:11:12.175Z | [ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO ok! |
8029 | 2024-10-30T01:11:12.175Z | [ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO STEP 39 (ensure_file) COMPLETE |
8030 | 2024-10-30T01:11:12.175Z | [ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8031 | 2024-10-30T01:11:12.182Z | [ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8032 | 2024-10-30T01:11:12.185Z | [ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8033 | 2024-10-30T01:11:12.185Z | [ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8034 | 2024-10-30T01:11:12.185Z | [ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO ok! |
8035 | 2024-10-30T01:11:12.185Z | [ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO STEP 40 (ensure_file) COMPLETE |
8036 | 2024-10-30T01:11:12.185Z | [ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8037 | 2024-10-30T01:11:12.193Z | [ recovery-image] Oct 30 01:11:12.492 INFO O| Oct 30 01:11:12.492 INFO updating shadow file |
8038 | 2024-10-30T01:11:12.196Z | [ recovery-image] Oct 30 01:11:12.492 INFO O| Oct 30 01:11:12.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8039 | 2024-10-30T01:11:12.196Z | [ recovery-image] Oct 30 01:11:12.492 INFO O| Oct 30 01:11:12.492 INFO STEP 41 (shadow) COMPLETE |
8040 | 2024-10-30T01:11:12.196Z | [ recovery-image] Oct 30 01:11:12.493 INFO O| Oct 30 01:11:12.492 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8041 | 2024-10-30T01:11:12.204Z | [ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8042 | 2024-10-30T01:11:12.204Z | [ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8043 | 2024-10-30T01:11:12.207Z | [ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8044 | 2024-10-30T01:11:12.207Z | [ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8045 | 2024-10-30T01:11:12.207Z | [ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO ok! |
8046 | 2024-10-30T01:11:12.207Z | [ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO STEP 42 (ensure_file) COMPLETE |
8047 | 2024-10-30T01:11:12.207Z | [ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8048 | 2024-10-30T01:11:12.215Z | [ recovery-image] Oct 30 01:11:12.514 INFO O| Oct 30 01:11:12.514 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8049 | 2024-10-30T01:11:12.215Z | [ recovery-image] Oct 30 01:11:12.514 INFO O| Oct 30 01:11:12.514 INFO STEP 43 (ensure_dir) COMPLETE |
8050 | 2024-10-30T01:11:12.217Z | [ recovery-image] Oct 30 01:11:12.514 INFO O| Oct 30 01:11:12.514 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8051 | 2024-10-30T01:11:12.225Z | [ recovery-image] Oct 30 01:11:12.524 INFO O| Oct 30 01:11:12.524 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8052 | 2024-10-30T01:11:12.225Z | [ recovery-image] Oct 30 01:11:12.524 INFO O| Oct 30 01:11:12.524 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8053 | 2024-10-30T01:11:12.225Z | [ recovery-image] Oct 30 01:11:12.524 INFO O| Oct 30 01:11:12.524 INFO STEP 44 (ensure_dir) COMPLETE |
8054 | 2024-10-30T01:11:12.227Z | [ recovery-image] Oct 30 01:11:12.524 INFO O| Oct 30 01:11:12.524 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8055 | 2024-10-30T01:11:12.237Z | [ recovery-image] Oct 30 01:11:12.536 INFO O| Oct 30 01:11:12.536 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8056 | 2024-10-30T01:11:12.237Z | [ recovery-image] Oct 30 01:11:12.536 INFO O| Oct 30 01:11:12.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8057 | 2024-10-30T01:11:12.237Z | [ recovery-image] Oct 30 01:11:12.536 INFO O| Oct 30 01:11:12.536 INFO STEP 45 (ensure_dir) COMPLETE |
8058 | 2024-10-30T01:11:12.240Z | [ recovery-image] Oct 30 01:11:12.536 INFO O| Oct 30 01:11:12.536 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8059 | 2024-10-30T01:11:12.248Z | [ recovery-image] Oct 30 01:11:12.548 INFO O| Oct 30 01:11:12.548 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8060 | 2024-10-30T01:11:12.248Z | [ recovery-image] Oct 30 01:11:12.548 INFO O| Oct 30 01:11:12.548 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8061 | 2024-10-30T01:11:12.280Z | [ recovery-image] Oct 30 01:11:12.579 INFO O| Oct 30 01:11:12.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8062 | 2024-10-30T01:11:12.280Z | [ recovery-image] Oct 30 01:11:12.580 INFO O| Oct 30 01:11:12.579 INFO ok! |
8063 | 2024-10-30T01:11:12.284Z | [ recovery-image] Oct 30 01:11:12.580 INFO O| Oct 30 01:11:12.579 INFO STEP 46 (ensure_file) COMPLETE |
8064 | 2024-10-30T01:11:12.284Z | [ recovery-image] Oct 30 01:11:12.580 INFO O| Oct 30 01:11:12.579 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8065 | 2024-10-30T01:11:12.293Z | [ recovery-image] Oct 30 01:11:12.593 INFO O| Oct 30 01:11:12.592 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8066 | 2024-10-30T01:11:12.295Z | [ recovery-image] Oct 30 01:11:12.593 INFO O| Oct 30 01:11:12.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8067 | 2024-10-30T01:11:12.296Z | [ recovery-image] Oct 30 01:11:12.593 INFO O| Oct 30 01:11:12.593 INFO STEP 47 (ensure_dir) COMPLETE |
8068 | 2024-10-30T01:11:12.296Z | [ recovery-image] Oct 30 01:11:12.593 INFO O| Oct 30 01:11:12.593 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8069 | 2024-10-30T01:11:12.304Z | [ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8070 | 2024-10-30T01:11:12.304Z | [ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8071 | 2024-10-30T01:11:12.307Z | [ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8072 | 2024-10-30T01:11:12.307Z | [ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO ok! |
8073 | 2024-10-30T01:11:12.307Z | [ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO STEP 48 (ensure_file) COMPLETE |
8074 | 2024-10-30T01:11:12.307Z | [ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8075 | 2024-10-30T01:11:12.315Z | [ recovery-image] Oct 30 01:11:12.614 INFO O| Oct 30 01:11:12.614 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8076 | 2024-10-30T01:11:12.317Z | [ recovery-image] Oct 30 01:11:12.614 INFO O| Oct 30 01:11:12.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8077 | 2024-10-30T01:11:12.317Z | [ recovery-image] Oct 30 01:11:12.614 INFO O| Oct 30 01:11:12.614 INFO STEP 49 (ensure_dir) COMPLETE |
8078 | 2024-10-30T01:11:12.317Z | [ recovery-image] Oct 30 01:11:12.614 INFO O| Oct 30 01:11:12.614 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8079 | 2024-10-30T01:11:12.325Z | [ recovery-image] Oct 30 01:11:12.625 INFO O| Oct 30 01:11:12.625 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8080 | 2024-10-30T01:11:12.325Z | [ recovery-image] Oct 30 01:11:12.625 INFO O| Oct 30 01:11:12.625 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8081 | 2024-10-30T01:11:12.340Z | [ recovery-image] Oct 30 01:11:12.639 INFO O| Oct 30 01:11:12.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8082 | 2024-10-30T01:11:12.340Z | [ recovery-image] Oct 30 01:11:12.639 INFO O| Oct 30 01:11:12.639 INFO ok! |
8083 | 2024-10-30T01:11:12.342Z | [ recovery-image] Oct 30 01:11:12.639 INFO O| Oct 30 01:11:12.639 INFO STEP 50 (ensure_file) COMPLETE |
8084 | 2024-10-30T01:11:12.342Z | [ recovery-image] Oct 30 01:11:12.639 INFO O| Oct 30 01:11:12.639 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8085 | 2024-10-30T01:11:12.351Z | [ recovery-image] Oct 30 01:11:12.650 INFO O| Oct 30 01:11:12.650 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8086 | 2024-10-30T01:11:12.351Z | [ recovery-image] Oct 30 01:11:12.650 INFO O| Oct 30 01:11:12.650 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8087 | 2024-10-30T01:11:12.376Z | [ host-image] Oct 30 01:11:12.675 INFO O| Oct 30 01:11:12.675 INFO O| Done |
8088 | 2024-10-30T01:11:12.376Z | [ host-image] Oct 30 01:11:12.675 INFO O| Oct 30 01:11:12.675 INFO O| Done |
8089 | 2024-10-30T01:11:12.826Z | [ recovery-image] Oct 30 01:11:13.125 INFO O| Oct 30 01:11:13.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8090 | 2024-10-30T01:11:12.826Z | [ recovery-image] Oct 30 01:11:13.125 INFO O| Oct 30 01:11:13.125 INFO ok! |
8091 | 2024-10-30T01:11:12.830Z | [ recovery-image] Oct 30 01:11:13.125 INFO O| Oct 30 01:11:13.125 INFO STEP 51 (ensure_file) COMPLETE |
8092 | 2024-10-30T01:11:12.830Z | [ recovery-image] Oct 30 01:11:13.125 INFO O| Oct 30 01:11:13.125 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8093 | 2024-10-30T01:11:12.838Z | [ recovery-image] Oct 30 01:11:13.136 INFO O| Oct 30 01:11:13.136 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8094 | 2024-10-30T01:11:12.841Z | [ recovery-image] Oct 30 01:11:13.136 INFO O| Oct 30 01:11:13.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8095 | 2024-10-30T01:11:12.841Z | [ recovery-image] Oct 30 01:11:13.136 INFO O| Oct 30 01:11:13.136 INFO STEP 52 (ensure_dir) COMPLETE |
8096 | 2024-10-30T01:11:12.841Z | [ recovery-image] Oct 30 01:11:13.136 INFO O| Oct 30 01:11:13.136 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8097 | 2024-10-30T01:11:12.847Z | [ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8098 | 2024-10-30T01:11:12.847Z | [ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO copying /tmp/.tmpaVpy3U/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 ... |
8099 | 2024-10-30T01:11:12.850Z | [ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 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 |
8100 | 2024-10-30T01:11:12.850Z | [ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO ok! |
8101 | 2024-10-30T01:11:12.850Z | [ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO STEP 53 (ensure_file) COMPLETE |
8102 | 2024-10-30T01:11:12.850Z | [ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8103 | 2024-10-30T01:11:12.858Z | [ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8104 | 2024-10-30T01:11:12.861Z | [ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO copying /tmp/.tmpaVpy3U/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 ... |
8105 | 2024-10-30T01:11:12.861Z | [ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 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 |
8106 | 2024-10-30T01:11:12.861Z | [ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO ok! |
8107 | 2024-10-30T01:11:12.861Z | [ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO STEP 54 (ensure_file) COMPLETE |
8108 | 2024-10-30T01:11:12.861Z | [ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8109 | 2024-10-30T01:11:12.867Z | [ recovery-image] Oct 30 01:11:13.167 INFO O| Oct 30 01:11:13.167 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8110 | 2024-10-30T01:11:12.867Z | [ recovery-image] Oct 30 01:11:13.167 INFO O| Oct 30 01:11:13.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8111 | 2024-10-30T01:11:12.870Z | [ recovery-image] Oct 30 01:11:13.167 INFO O| Oct 30 01:11:13.167 INFO STEP 55 (ensure_dir) COMPLETE |
8112 | 2024-10-30T01:11:12.870Z | [ recovery-image] Oct 30 01:11:13.167 INFO O| Oct 30 01:11:13.167 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8113 | 2024-10-30T01:11:12.877Z | [ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8114 | 2024-10-30T01:11:12.880Z | [ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO copying /tmp/.tmpaVpy3U/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 ... |
8115 | 2024-10-30T01:11:12.880Z | [ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8116 | 2024-10-30T01:11:12.880Z | [ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO ok! |
8117 | 2024-10-30T01:11:12.880Z | [ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO STEP 56 (ensure_file) COMPLETE |
8118 | 2024-10-30T01:11:12.880Z | [ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8119 | 2024-10-30T01:11:12.887Z | [ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8120 | 2024-10-30T01:11:12.890Z | [ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO copying /tmp/.tmpaVpy3U/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 ... |
8121 | 2024-10-30T01:11:12.890Z | [ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 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 |
8122 | 2024-10-30T01:11:12.890Z | [ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO ok! |
8123 | 2024-10-30T01:11:12.890Z | [ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO STEP 57 (ensure_file) COMPLETE |
8124 | 2024-10-30T01:11:12.890Z | [ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8125 | 2024-10-30T01:11:12.899Z | [ recovery-image] Oct 30 01:11:13.198 INFO O| Oct 30 01:11:13.198 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8126 | 2024-10-30T01:11:12.901Z | [ recovery-image] Oct 30 01:11:13.198 INFO O| Oct 30 01:11:13.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8127 | 2024-10-30T01:11:12.901Z | [ recovery-image] Oct 30 01:11:13.198 INFO O| Oct 30 01:11:13.198 INFO STEP 58 (ensure_dir) COMPLETE |
8128 | 2024-10-30T01:11:12.901Z | [ recovery-image] Oct 30 01:11:13.198 INFO O| Oct 30 01:11:13.198 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8129 | 2024-10-30T01:11:12.910Z | [ recovery-image] Oct 30 01:11:13.209 INFO O| Oct 30 01:11:13.209 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8130 | 2024-10-30T01:11:12.910Z | [ recovery-image] Oct 30 01:11:13.209 INFO O| Oct 30 01:11:13.209 INFO copying /tmp/.tmpaVpy3U/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 ... |
8131 | 2024-10-30T01:11:12.913Z | [ recovery-image] Oct 30 01:11:13.210 INFO O| Oct 30 01:11:13.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8132 | 2024-10-30T01:11:12.913Z | [ recovery-image] Oct 30 01:11:13.210 INFO O| Oct 30 01:11:13.210 INFO ok! |
8133 | 2024-10-30T01:11:12.913Z | [ recovery-image] Oct 30 01:11:13.210 INFO O| Oct 30 01:11:13.210 INFO STEP 59 (ensure_file) COMPLETE |
8134 | 2024-10-30T01:11:12.913Z | [ recovery-image] Oct 30 01:11:13.210 INFO O| Oct 30 01:11:13.210 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8135 | 2024-10-30T01:11:12.920Z | [ recovery-image] Oct 30 01:11:13.219 INFO O| Oct 30 01:11:13.219 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8136 | 2024-10-30T01:11:12.924Z | [ recovery-image] Oct 30 01:11:13.219 INFO O| Oct 30 01:11:13.219 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8137 | 2024-10-30T01:11:12.924Z | [ recovery-image] Oct 30 01:11:13.220 INFO O| Oct 30 01:11:13.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8138 | 2024-10-30T01:11:12.925Z | [ recovery-image] Oct 30 01:11:13.220 INFO O| Oct 30 01:11:13.220 INFO ok! |
8139 | 2024-10-30T01:11:12.925Z | [ recovery-image] Oct 30 01:11:13.220 INFO O| Oct 30 01:11:13.220 INFO STEP 60 (ensure_file) COMPLETE |
8140 | 2024-10-30T01:11:12.925Z | [ recovery-image] Oct 30 01:11:13.220 INFO O| Oct 30 01:11:13.220 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8141 | 2024-10-30T01:11:12.930Z | [ recovery-image] Oct 30 01:11:13.230 INFO O| Oct 30 01:11:13.229 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8142 | 2024-10-30T01:11:12.930Z | [ recovery-image] Oct 30 01:11:13.230 INFO O| Oct 30 01:11:13.230 INFO STEP 61 (ensure_dir) COMPLETE |
8143 | 2024-10-30T01:11:12.933Z | [ recovery-image] Oct 30 01:11:13.230 INFO O| Oct 30 01:11:13.230 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8144 | 2024-10-30T01:11:12.940Z | [ recovery-image] Oct 30 01:11:13.239 INFO O| Oct 30 01:11:13.239 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8145 | 2024-10-30T01:11:12.940Z | [ recovery-image] Oct 30 01:11:13.240 INFO O| Oct 30 01:11:13.239 INFO STEP 62 (ensure_dir) COMPLETE |
8146 | 2024-10-30T01:11:12.943Z | [ recovery-image] Oct 30 01:11:13.240 INFO O| Oct 30 01:11:13.239 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8147 | 2024-10-30T01:11:12.951Z | [ recovery-image] Oct 30 01:11:13.250 INFO O| Oct 30 01:11:13.250 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8148 | 2024-10-30T01:11:12.951Z | [ recovery-image] Oct 30 01:11:13.250 INFO O| Oct 30 01:11:13.250 INFO STEP 63 (ensure_dir) COMPLETE |
8149 | 2024-10-30T01:11:12.953Z | [ recovery-image] Oct 30 01:11:13.250 INFO O| Oct 30 01:11:13.250 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8150 | 2024-10-30T01:11:12.960Z | [ recovery-image] Oct 30 01:11:13.260 INFO O| Oct 30 01:11:13.260 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8151 | 2024-10-30T01:11:12.960Z | [ recovery-image] Oct 30 01:11:13.260 INFO O| Oct 30 01:11:13.260 INFO STEP 64 (ensure_dir) COMPLETE |
8152 | 2024-10-30T01:11:12.963Z | [ recovery-image] Oct 30 01:11:13.260 INFO O| Oct 30 01:11:13.260 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8153 | 2024-10-30T01:11:12.970Z | [ recovery-image] Oct 30 01:11:13.269 INFO O| Oct 30 01:11:13.269 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8154 | 2024-10-30T01:11:12.973Z | [ recovery-image] Oct 30 01:11:13.269 INFO O| Oct 30 01:11:13.269 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8155 | 2024-10-30T01:11:12.973Z | [ recovery-image] Oct 30 01:11:13.270 INFO O| Oct 30 01:11:13.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8156 | 2024-10-30T01:11:12.973Z | [ recovery-image] Oct 30 01:11:13.270 INFO O| Oct 30 01:11:13.270 INFO ok! |
8157 | 2024-10-30T01:11:12.973Z | [ recovery-image] Oct 30 01:11:13.270 INFO O| Oct 30 01:11:13.270 INFO STEP 65 (ensure_file) COMPLETE |
8158 | 2024-10-30T01:11:12.973Z | [ recovery-image] Oct 30 01:11:13.270 INFO O| Oct 30 01:11:13.270 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8159 | 2024-10-30T01:11:12.980Z | [ recovery-image] Oct 30 01:11:13.279 INFO O| Oct 30 01:11:13.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8160 | 2024-10-30T01:11:12.983Z | [ recovery-image] Oct 30 01:11:13.279 INFO O| Oct 30 01:11:13.279 INFO STEP 66 (remove_files) COMPLETE |
8161 | 2024-10-30T01:11:12.983Z | [ recovery-image] Oct 30 01:11:13.279 INFO O| Oct 30 01:11:13.279 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8162 | 2024-10-30T01:11:12.990Z | [ recovery-image] Oct 30 01:11:13.289 INFO O| Oct 30 01:11:13.289 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8163 | 2024-10-30T01:11:12.992Z | [ recovery-image] Oct 30 01:11:13.289 INFO O| Oct 30 01:11:13.289 INFO STEP 67 (remove_files) COMPLETE |
8164 | 2024-10-30T01:11:12.992Z | [ recovery-image] Oct 30 01:11:13.289 INFO O| Oct 30 01:11:13.289 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8165 | 2024-10-30T01:11:12.999Z | [ recovery-image] Oct 30 01:11:13.299 INFO O| Oct 30 01:11:13.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8166 | 2024-10-30T01:11:13.002Z | [ recovery-image] Oct 30 01:11:13.299 INFO O| Oct 30 01:11:13.299 INFO STEP 68 (remove_files) COMPLETE |
8167 | 2024-10-30T01:11:13.002Z | [ recovery-image] Oct 30 01:11:13.299 INFO O| Oct 30 01:11:13.299 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8168 | 2024-10-30T01:11:13.009Z | [ recovery-image] Oct 30 01:11:13.309 INFO O| Oct 30 01:11:13.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8169 | 2024-10-30T01:11:13.012Z | [ recovery-image] Oct 30 01:11:13.309 INFO O| Oct 30 01:11:13.309 INFO STEP 69 (remove_files) COMPLETE |
8170 | 2024-10-30T01:11:13.012Z | [ recovery-image] Oct 30 01:11:13.310 INFO O| Oct 30 01:11:13.309 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8171 | 2024-10-30T01:11:13.019Z | [ recovery-image] Oct 30 01:11:13.319 INFO O| Oct 30 01:11:13.319 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8172 | 2024-10-30T01:11:13.022Z | [ recovery-image] Oct 30 01:11:13.319 INFO O| Oct 30 01:11:13.319 INFO STEP 70 (remove_files) COMPLETE |
8173 | 2024-10-30T01:11:13.022Z | [ recovery-image] Oct 30 01:11:13.319 INFO O| Oct 30 01:11:13.319 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8174 | 2024-10-30T01:11:13.029Z | [ recovery-image] Oct 30 01:11:13.329 INFO O| Oct 30 01:11:13.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8175 | 2024-10-30T01:11:13.032Z | [ recovery-image] Oct 30 01:11:13.329 INFO O| Oct 30 01:11:13.329 INFO STEP 71 (remove_files) COMPLETE |
8176 | 2024-10-30T01:11:13.032Z | [ recovery-image] Oct 30 01:11:13.329 INFO O| Oct 30 01:11:13.329 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8177 | 2024-10-30T01:11:13.040Z | [ recovery-image] Oct 30 01:11:13.339 INFO O| Oct 30 01:11:13.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8178 | 2024-10-30T01:11:13.042Z | [ recovery-image] Oct 30 01:11:13.340 INFO O| Oct 30 01:11:13.339 INFO STEP 72 (remove_files) COMPLETE |
8179 | 2024-10-30T01:11:13.042Z | [ recovery-image] Oct 30 01:11:13.340 INFO O| Oct 30 01:11:13.340 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8180 | 2024-10-30T01:11:13.050Z | [ recovery-image] Oct 30 01:11:13.349 INFO O| Oct 30 01:11:13.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8181 | 2024-10-30T01:11:13.050Z | [ recovery-image] Oct 30 01:11:13.350 INFO O| Oct 30 01:11:13.349 INFO STEP 73 (remove_files) COMPLETE |
8182 | 2024-10-30T01:11:13.052Z | [ recovery-image] Oct 30 01:11:13.350 INFO O| Oct 30 01:11:13.350 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8183 | 2024-10-30T01:11:13.056Z | [ host-image] Oct 30 01:11:13.356 INFO O| Oct 30 01:11:13.356 INFO O| Done |
8184 | 2024-10-30T01:11:13.059Z | [ recovery-image] Oct 30 01:11:13.359 INFO O| Oct 30 01:11:13.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8185 | 2024-10-30T01:11:13.059Z | [ recovery-image] Oct 30 01:11:13.359 INFO O| Oct 30 01:11:13.359 INFO STEP 74 (remove_files) COMPLETE |
8186 | 2024-10-30T01:11:13.062Z | [ recovery-image] Oct 30 01:11:13.359 INFO O| Oct 30 01:11:13.359 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8187 | 2024-10-30T01:11:13.070Z | [ recovery-image] Oct 30 01:11:13.369 INFO O| Oct 30 01:11:13.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8188 | 2024-10-30T01:11:13.072Z | [ recovery-image] Oct 30 01:11:13.369 INFO O| Oct 30 01:11:13.369 INFO STEP 75 (remove_files) COMPLETE |
8189 | 2024-10-30T01:11:13.072Z | [ recovery-image] Oct 30 01:11:13.370 INFO O| Oct 30 01:11:13.369 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8190 | 2024-10-30T01:11:13.080Z | [ recovery-image] Oct 30 01:11:13.379 INFO O| Oct 30 01:11:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8191 | 2024-10-30T01:11:13.080Z | [ recovery-image] Oct 30 01:11:13.380 INFO O| Oct 30 01:11:13.380 INFO STEP 76 (remove_files) COMPLETE |
8192 | 2024-10-30T01:11:13.082Z | [ recovery-image] Oct 30 01:11:13.380 INFO O| Oct 30 01:11:13.380 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8193 | 2024-10-30T01:11:13.090Z | [ recovery-image] Oct 30 01:11:13.390 INFO O| Oct 30 01:11:13.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8194 | 2024-10-30T01:11:13.090Z | [ recovery-image] Oct 30 01:11:13.390 INFO O| Oct 30 01:11:13.390 INFO STEP 77 (remove_files) COMPLETE |
8195 | 2024-10-30T01:11:13.093Z | [ recovery-image] Oct 30 01:11:13.390 INFO O| Oct 30 01:11:13.390 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8196 | 2024-10-30T01:11:13.100Z | [ recovery-image] Oct 30 01:11:13.400 INFO O| Oct 30 01:11:13.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8197 | 2024-10-30T01:11:13.103Z | [ recovery-image] Oct 30 01:11:13.400 INFO O| Oct 30 01:11:13.400 INFO STEP 78 (remove_files) COMPLETE |
8198 | 2024-10-30T01:11:13.103Z | [ recovery-image] Oct 30 01:11:13.400 INFO O| Oct 30 01:11:13.400 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8199 | 2024-10-30T01:11:13.111Z | [ recovery-image] Oct 30 01:11:13.410 INFO O| Oct 30 01:11:13.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8200 | 2024-10-30T01:11:13.111Z | [ recovery-image] Oct 30 01:11:13.410 INFO O| Oct 30 01:11:13.410 INFO STEP 79 (remove_files) COMPLETE |
8201 | 2024-10-30T01:11:13.113Z | [ recovery-image] Oct 30 01:11:13.411 INFO O| Oct 30 01:11:13.410 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8202 | 2024-10-30T01:11:13.121Z | [ recovery-image] Oct 30 01:11:13.421 INFO O| Oct 30 01:11:13.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8203 | 2024-10-30T01:11:13.121Z | [ recovery-image] Oct 30 01:11:13.421 INFO O| Oct 30 01:11:13.421 INFO STEP 80 (remove_files) COMPLETE |
8204 | 2024-10-30T01:11:13.124Z | [ recovery-image] Oct 30 01:11:13.421 INFO O| Oct 30 01:11:13.421 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8205 | 2024-10-30T01:11:13.131Z | [ recovery-image] Oct 30 01:11:13.431 INFO O| Oct 30 01:11:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8206 | 2024-10-30T01:11:13.131Z | [ recovery-image] Oct 30 01:11:13.431 INFO O| Oct 30 01:11:13.431 INFO STEP 81 (remove_files) COMPLETE |
8207 | 2024-10-30T01:11:13.134Z | [ recovery-image] Oct 30 01:11:13.431 INFO O| Oct 30 01:11:13.431 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8208 | 2024-10-30T01:11:13.141Z | [ recovery-image] Oct 30 01:11:13.441 INFO O| Oct 30 01:11:13.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8209 | 2024-10-30T01:11:13.141Z | [ recovery-image] Oct 30 01:11:13.441 INFO O| Oct 30 01:11:13.441 INFO STEP 82 (remove_files) COMPLETE |
8210 | 2024-10-30T01:11:13.144Z | [ recovery-image] Oct 30 01:11:13.441 INFO O| Oct 30 01:11:13.441 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8211 | 2024-10-30T01:11:13.152Z | [ recovery-image] Oct 30 01:11:13.452 INFO O| Oct 30 01:11:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8212 | 2024-10-30T01:11:13.155Z | [ recovery-image] Oct 30 01:11:13.452 INFO O| Oct 30 01:11:13.452 INFO STEP 83 (remove_files) COMPLETE |
8213 | 2024-10-30T01:11:13.155Z | [ recovery-image] Oct 30 01:11:13.452 INFO O| Oct 30 01:11:13.452 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8214 | 2024-10-30T01:11:13.162Z | [ recovery-image] Oct 30 01:11:13.462 INFO O| Oct 30 01:11:13.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8215 | 2024-10-30T01:11:13.162Z | [ recovery-image] Oct 30 01:11:13.462 INFO O| Oct 30 01:11:13.462 INFO STEP 84 (remove_files) COMPLETE |
8216 | 2024-10-30T01:11:13.162Z | [ recovery-image] Oct 30 01:11:13.462 INFO O| Oct 30 01:11:13.462 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8217 | 2024-10-30T01:11:13.172Z | [ recovery-image] Oct 30 01:11:13.472 INFO O| Oct 30 01:11:13.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8218 | 2024-10-30T01:11:13.175Z | [ recovery-image] Oct 30 01:11:13.472 INFO O| Oct 30 01:11:13.472 INFO STEP 85 (remove_files) COMPLETE |
8219 | 2024-10-30T01:11:13.175Z | [ recovery-image] Oct 30 01:11:13.472 INFO O| Oct 30 01:11:13.472 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8220 | 2024-10-30T01:11:13.182Z | [ recovery-image] Oct 30 01:11:13.482 INFO O| Oct 30 01:11:13.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8221 | 2024-10-30T01:11:13.185Z | [ recovery-image] Oct 30 01:11:13.482 INFO O| Oct 30 01:11:13.482 INFO STEP 86 (remove_files) COMPLETE |
8222 | 2024-10-30T01:11:13.185Z | [ recovery-image] Oct 30 01:11:13.482 INFO O| Oct 30 01:11:13.482 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8223 | 2024-10-30T01:11:13.192Z | [ recovery-image] Oct 30 01:11:13.492 INFO O| Oct 30 01:11:13.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8224 | 2024-10-30T01:11:13.192Z | [ recovery-image] Oct 30 01:11:13.492 INFO O| Oct 30 01:11:13.492 INFO STEP 87 (remove_files) COMPLETE |
8225 | 2024-10-30T01:11:13.195Z | [ recovery-image] Oct 30 01:11:13.493 INFO O| Oct 30 01:11:13.492 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8226 | 2024-10-30T01:11:13.203Z | [ recovery-image] Oct 30 01:11:13.503 INFO O| Oct 30 01:11:13.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8227 | 2024-10-30T01:11:13.203Z | [ recovery-image] Oct 30 01:11:13.503 INFO O| Oct 30 01:11:13.503 INFO STEP 88 (remove_files) COMPLETE |
8228 | 2024-10-30T01:11:13.206Z | [ recovery-image] Oct 30 01:11:13.503 INFO O| Oct 30 01:11:13.503 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8229 | 2024-10-30T01:11:13.213Z | [ recovery-image] Oct 30 01:11:13.513 INFO O| Oct 30 01:11:13.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8230 | 2024-10-30T01:11:13.216Z | [ recovery-image] Oct 30 01:11:13.513 INFO O| Oct 30 01:11:13.513 INFO STEP 89 (remove_files) COMPLETE |
8231 | 2024-10-30T01:11:13.216Z | [ recovery-image] Oct 30 01:11:13.513 INFO O| Oct 30 01:11:13.513 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8232 | 2024-10-30T01:11:13.223Z | [ recovery-image] Oct 30 01:11:13.523 INFO O| Oct 30 01:11:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8233 | 2024-10-30T01:11:13.225Z | [ recovery-image] Oct 30 01:11:13.523 INFO O| Oct 30 01:11:13.523 INFO STEP 90 (remove_files) COMPLETE |
8234 | 2024-10-30T01:11:13.226Z | [ recovery-image] Oct 30 01:11:13.523 INFO O| Oct 30 01:11:13.523 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8235 | 2024-10-30T01:11:13.233Z | [ recovery-image] Oct 30 01:11:13.533 INFO O| Oct 30 01:11:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8236 | 2024-10-30T01:11:13.236Z | [ recovery-image] Oct 30 01:11:13.533 INFO O| Oct 30 01:11:13.533 INFO STEP 91 (remove_files) COMPLETE |
8237 | 2024-10-30T01:11:13.236Z | [ recovery-image] Oct 30 01:11:13.533 INFO O| Oct 30 01:11:13.533 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8238 | 2024-10-30T01:11:13.243Z | [ recovery-image] Oct 30 01:11:13.543 INFO O| Oct 30 01:11:13.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8239 | 2024-10-30T01:11:13.243Z | [ recovery-image] Oct 30 01:11:13.543 INFO O| Oct 30 01:11:13.543 INFO STEP 92 (remove_files) COMPLETE |
8240 | 2024-10-30T01:11:13.246Z | [ recovery-image] Oct 30 01:11:13.543 INFO O| Oct 30 01:11:13.543 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8241 | 2024-10-30T01:11:13.253Z | [ recovery-image] Oct 30 01:11:13.553 INFO O| Oct 30 01:11:13.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8242 | 2024-10-30T01:11:13.253Z | [ recovery-image] Oct 30 01:11:13.553 INFO O| Oct 30 01:11:13.553 INFO STEP 93 (remove_files) COMPLETE |
8243 | 2024-10-30T01:11:13.256Z | [ recovery-image] Oct 30 01:11:13.553 INFO O| Oct 30 01:11:13.553 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8244 | 2024-10-30T01:11:13.263Z | [ recovery-image] Oct 30 01:11:13.563 INFO O| Oct 30 01:11:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8245 | 2024-10-30T01:11:13.266Z | [ recovery-image] Oct 30 01:11:13.563 INFO O| Oct 30 01:11:13.563 INFO STEP 94 (remove_files) COMPLETE |
8246 | 2024-10-30T01:11:13.266Z | [ recovery-image] Oct 30 01:11:13.563 INFO O| Oct 30 01:11:13.563 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8247 | 2024-10-30T01:11:13.278Z | [ recovery-image] Oct 30 01:11:13.578 INFO O| Oct 30 01:11:13.578 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8248 | 2024-10-30T01:11:13.280Z | [ recovery-image] Oct 30 01:11:13.578 INFO O| Oct 30 01:11:13.578 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8249 | 2024-10-30T01:11:14.244Z | [ host-image] Oct 30 01:11:14.544 INFO O| Oct 30 01:11:14.544 INFO O| Done |
8250 | 2024-10-30T01:11:14.267Z | [ host-image] Oct 30 01:11:14.567 INFO O| Oct 30 01:11:14.567 INFO O| Done |
8251 | 2024-10-30T01:11:14.270Z | [ host-image] Oct 30 01:11:14.567 INFO O| Oct 30 01:11:14.567 INFO O| Done |
8252 | 2024-10-30T01:11:14.308Z | [ host-image] Oct 30 01:11:14.608 INFO O| Oct 30 01:11:14.608 INFO O| Done |
8253 | 2024-10-30T01:11:14.410Z | [ host-image] Oct 30 01:11:14.710 INFO O| Oct 30 01:11:14.710 INFO STEP 13 (pkg_install) COMPLETE |
8254 | 2024-10-30T01:11:14.410Z | [ host-image] Oct 30 01:11:14.710 INFO O| Oct 30 01:11:14.710 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8255 | 2024-10-30T01:11:14.423Z | [ host-image] Oct 30 01:11:14.723 INFO O| Oct 30 01:11:14.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
8256 | 2024-10-30T01:11:14.902Z | [ host-image] Oct 30 01:11:15.202 INFO O| Oct 30 01:11:15.202 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8257 | 2024-10-30T01:11:16.812Z | [ host-image] Oct 30 01:11:17.113 INFO O| Oct 30 01:11:17.113 INFO O| Planning: Solver setup ... Done |
8258 | 2024-10-30T01:11:16.816Z | [ host-image] Oct 30 01:11:17.117 INFO O| Oct 30 01:11:17.117 INFO O| Planning: Running solver ... Done |
8259 | 2024-10-30T01:11:16.865Z | [ host-image] Oct 30 01:11:17.166 INFO O| Oct 30 01:11:17.166 INFO O| Planning: Finding local manifests ... Done |
8260 | 2024-10-30T01:11:16.868Z | [ host-image] Oct 30 01:11:17.167 INFO O| Oct 30 01:11:17.167 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8261 | 2024-10-30T01:11:16.945Z | [ host-image] Oct 30 01:11:17.246 INFO O| Oct 30 01:11:17.246 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8262 | 2024-10-30T01:11:16.964Z | [ host-image] Oct 30 01:11:17.265 INFO O| Oct 30 01:11:17.265 INFO O| Planning: Package planning ... Done |
8263 | 2024-10-30T01:11:16.967Z | [ host-image] Oct 30 01:11:17.265 INFO O| Oct 30 01:11:17.265 INFO O| Planning: Merging actions ... Done |
8264 | 2024-10-30T01:11:17.023Z | [ host-image] Oct 30 01:11:17.324 INFO O| Oct 30 01:11:17.324 INFO O| Planning: Checking for conflicting actions ... Done |
8265 | 2024-10-30T01:11:17.026Z | [ host-image] Oct 30 01:11:17.325 INFO O| Oct 30 01:11:17.325 INFO O| Planning: Consolidating action changes ... Done |
8266 | 2024-10-30T01:11:17.193Z | [ host-image] Oct 30 01:11:17.494 INFO O| Oct 30 01:11:17.494 INFO O| Planning: Evaluating mediators ... Done |
8267 | 2024-10-30T01:11:17.196Z | [ host-image] Oct 30 01:11:17.495 INFO O| Oct 30 01:11:17.495 INFO O| Planning: Planning completed in 2.29 seconds |
8268 | 2024-10-30T01:11:17.196Z | [ host-image] Oct 30 01:11:17.496 INFO O| Oct 30 01:11:17.496 INFO O| Packages to install: 1 |
8269 | 2024-10-30T01:11:17.205Z | [ host-image] Oct 30 01:11:17.507 INFO O| Oct 30 01:11:17.507 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
8270 | 2024-10-30T01:11:17.814Z | [ host-image] Oct 30 01:11:18.115 INFO O| Oct 30 01:11:18.115 INFO O| Download: Completed 20.80 MB in 0.61 seconds (34.2M/s) |
8271 | 2024-10-30T01:11:17.843Z | [ host-image] Oct 30 01:11:18.144 INFO O| Oct 30 01:11:18.144 INFO O| Actions: 1/22 actions (Installing new actions) |
8272 | 2024-10-30T01:11:18.435Z | [ host-image] Oct 30 01:11:18.736 INFO O| Oct 30 01:11:18.736 INFO O| Actions: Completed 22 actions in 0.59 seconds. |
8273 | 2024-10-30T01:11:18.733Z | [ host-image] Oct 30 01:11:19.034 INFO O| Oct 30 01:11:19.034 INFO O| Done |
8274 | 2024-10-30T01:11:18.733Z | [ host-image] Oct 30 01:11:19.034 INFO O| Oct 30 01:11:19.034 INFO O| Done |
8275 | 2024-10-30T01:11:19.191Z | [ host-image] Oct 30 01:11:19.493 INFO O| Oct 30 01:11:19.493 INFO O| Done |
8276 | 2024-10-30T01:11:20.372Z | [ host-image] Oct 30 01:11:20.674 INFO O| Oct 30 01:11:20.674 INFO O| Done |
8277 | 2024-10-30T01:11:20.394Z | [ host-image] Oct 30 01:11:20.696 INFO O| Oct 30 01:11:20.696 INFO O| Done |
8278 | 2024-10-30T01:11:20.397Z | [ host-image] Oct 30 01:11:20.696 INFO O| Oct 30 01:11:20.696 INFO O| Done |
8279 | 2024-10-30T01:11:20.404Z | [ host-image] Oct 30 01:11:20.706 INFO O| Oct 30 01:11:20.706 INFO O| Done |
8280 | 2024-10-30T01:11:20.507Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 14 (pkg_install) COMPLETE |
8281 | 2024-10-30T01:11:20.507Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8282 | 2024-10-30T01:11:20.507Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO skip step because feature "mfg" is not enabled |
8283 | 2024-10-30T01:11:20.510Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8284 | 2024-10-30T01:11:20.511Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO skip step because feature "compliance" is not enabled |
8285 | 2024-10-30T01:11:20.511Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8286 | 2024-10-30T01:11:20.511Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO skip step because feature "stress" is not enabled |
8287 | 2024-10-30T01:11:20.511Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8288 | 2024-10-30T01:11:20.511Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO skip step because feature "nfs" is not enabled |
8289 | 2024-10-30T01:11:20.511Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8290 | 2024-10-30T01:11:20.511Z | [ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8291 | 2024-10-30T01:11:20.679Z | [ host-image] Oct 30 01:11:20.979 INFO O| Oct 30 01:11:20.979 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8292 | 2024-10-30T01:11:20.779Z | [ host-image] Oct 30 01:11:21.079 INFO O| Oct 30 01:11:21.079 INFO completed processing gimlet/ramdisk-01-os |
8293 | 2024-10-30T01:11:20.782Z | [ host-image] Oct 30 01:11:21.081 INFO omicron1 baseline generation... |
8294 | 2024-10-30T01:11:20.782Z | [ host-image] Oct 30 01:11:21.082 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8295 | 2024-10-30T01:11:21.163Z | [ host-image] Oct 30 01:11:21.466 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z |
8296 | 2024-10-30T01:11:22.703Z | [ recovery-image] Oct 30 01:11:23.006 INFO O| Oct 30 01:11:23.006 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 |
8297 | 2024-10-30T01:11:22.703Z | [ recovery-image] Oct 30 01:11:23.006 INFO O| Oct 30 01:11:23.006 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8298 | 2024-10-30T01:11:22.717Z | [ recovery-image] Oct 30 01:11:23.020 INFO O| Oct 30 01:11:23.020 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8299 | 2024-10-30T01:11:22.792Z | [ recovery-image] Oct 30 01:11:23.095 INFO O| Oct 30 01:11:23.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8300 | 2024-10-30T01:11:22.792Z | [ recovery-image] Oct 30 01:11:23.095 INFO O| Oct 30 01:11:23.095 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 ... |
8301 | 2024-10-30T01:11:22.796Z | [ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8302 | 2024-10-30T01:11:22.796Z | [ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO ok! |
8303 | 2024-10-30T01:11:22.796Z | [ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8304 | 2024-10-30T01:11:22.796Z | [ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO STEP 95 (seed_smf) COMPLETE |
8305 | 2024-10-30T01:11:22.796Z | [ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO steps complete; finalising image! |
8306 | 2024-10-30T01:11:22.796Z | [ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8307 | 2024-10-30T01:11:22.828Z | [ recovery-image] Oct 30 01:11:23.131 INFO O| Oct 30 01:11:23.131 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Oct 30 01:11:23 2024) |
8308 | 2024-10-30T01:11:23.049Z | [ recovery-image] Oct 30 01:11:23.353 INFO O| Oct 30 01:11:23.353 INFO temporary pool has 410M used, 1.35G avail, 1.00x compressratio |
8309 | 2024-10-30T01:11:23.050Z | [ recovery-image] Oct 30 01:11:23.353 INFO O| Oct 30 01:11:23.353 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8310 | 2024-10-30T01:11:23.258Z | [ recovery-image] Oct 30 01:11:23.561 INFO O| Oct 30 01:11:23.561 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 |
8311 | 2024-10-30T01:11:23.258Z | [ recovery-image] Oct 30 01:11:23.561 INFO O| Oct 30 01:11:23.561 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8312 | 2024-10-30T01:11:26.229Z | [ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8313 | 2024-10-30T01:11:26.229Z | [ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8314 | 2024-10-30T01:11:26.232Z | [ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8315 | 2024-10-30T01:11:26.232Z | [ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO completed processing gimlet/zfs-recovery |
8316 | 2024-10-30T01:11:26.232Z | [ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8317 | 2024-10-30T01:11:26.759Z | [ recovery-image] Oct 30 01:11:27.064 INFO O| Oct 30 01:11:27.063 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8318 | 2024-10-30T01:11:26.855Z | [ recovery-image] Oct 30 01:11:27.159 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
8319 | 2024-10-30T01:11:26.857Z | [ recovery-image] Oct 30 01:11:27.159 INFO expanded image name: "recovery f78d2bb/${os_short_commit} 2024-10-30 00:42" -> "recovery f78d2bb/54a974b 2024-10-30 00:42" |
8320 | 2024-10-30T01:11:26.857Z | [ recovery-image] Oct 30 01:11:27.160 INFO output artefacts stored in: "/work/os-recovery" |
8321 | 2024-10-30T01:11:26.857Z | [ recovery-image] Oct 30 01:11:27.160 INFO collecting git info from project "pinprick"... |
8322 | 2024-10-30T01:11:26.865Z | [ recovery-image] Oct 30 01:11:27.169 INFO collecting git info from project "bootserver"... |
8323 | 2024-10-30T01:11:26.870Z | [ recovery-image] Oct 30 01:11:27.175 INFO collecting git info from project "amd-host-image-builder"... |
8324 | 2024-10-30T01:11:27.111Z | [ recovery-image] Oct 30 01:11:27.415 INFO collecting git info from project "chelsio-t6-roms"... |
8325 | 2024-10-30T01:11:27.132Z | [ recovery-image] Oct 30 01:11:27.437 INFO collecting git info from project "phbl"... |
8326 | 2024-10-30T01:11:27.138Z | [ recovery-image] Oct 30 01:11:27.443 INFO collecting git info from project "pilot"... |
8327 | 2024-10-30T01:11:27.149Z | [ recovery-image] Oct 30 01:11:27.454 INFO collecting git info from project "image-builder"... |
8328 | 2024-10-30T01:11:27.155Z | [ recovery-image] Oct 30 01:11:27.460 INFO collecting git info from project "amd-firmware"... |
8329 | 2024-10-30T01:11:27.361Z | [ recovery-image] Oct 30 01:11:27.665 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8330 | 2024-10-30T01:11:27.720Z | [ recovery-image] Oct 30 01:11:28.025 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8331 | 2024-10-30T01:11:28.064Z | [ recovery-image] Oct 30 01:11:28.368 INFO creating Oxide boot image... |
8332 | 2024-10-30T01:11:28.064Z | [ recovery-image] Oct 30 01:11:28.369 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f78d2bb/54a974b 2024-10-30 00:42", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8333 | 2024-10-30T01:12:07.684Z | [ host-image] Oct 30 01:12:08.003 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z |
8334 | 2024-10-30T01:12:07.684Z | [ host-image] Oct 30 01:12:08.003 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z |
8335 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.003 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8336 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.004 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8337 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.004 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8338 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.004 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8339 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8340 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8341 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8342 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8343 | 2024-10-30T01:12:07.687Z | [ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z |
8344 | 2024-10-30T01:12:07.690Z | [ host-image] Oct 30 01:12:08.007 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z |
8345 | 2024-10-30T01:12:07.690Z | [ host-image] Oct 30 01:12:08.008 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z |
8346 | 2024-10-30T01:12:07.690Z | [ host-image] Oct 30 01:12:08.008 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z |
8347 | 2024-10-30T01:12:07.690Z | [ host-image] Oct 30 01:12:08.008 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8348 | 2024-10-30T01:12:07.692Z | [ host-image] Oct 30 01:12:08.009 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z |
8349 | 2024-10-30T01:12:07.692Z | [ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z |
8350 | 2024-10-30T01:12:07.692Z | [ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z |
8351 | 2024-10-30T01:12:07.692Z | [ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z |
8352 | 2024-10-30T01:12:07.692Z | [ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z |
8353 | 2024-10-30T01:12:07.692Z | [ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z |
8354 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z |
8355 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z |
8356 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z |
8357 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z |
8358 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z |
8359 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z |
8360 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z |
8361 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8362 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z |
8363 | 2024-10-30T01:12:07.693Z | [ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z |
8364 | 2024-10-30T01:12:07.695Z | [ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z |
8365 | 2024-10-30T01:12:07.695Z | [ host-image] Oct 30 01:12:08.012 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z |
8366 | 2024-10-30T01:12:07.695Z | [ host-image] Oct 30 01:12:08.013 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z |
8367 | 2024-10-30T01:12:07.695Z | [ host-image] Oct 30 01:12:08.013 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z |
8368 | 2024-10-30T01:12:07.703Z | [ host-image] Oct 30 01:12:08.023 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8369 | 2024-10-30T01:12:07.706Z | [ host-image] Oct 30 01:12:08.023 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z |
8370 | 2024-10-30T01:12:07.706Z | [ host-image] Oct 30 01:12:08.023 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8371 | 2024-10-30T01:12:07.706Z | [ host-image] Oct 30 01:12:08.023 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8372 | 2024-10-30T01:12:07.706Z | [ host-image] Oct 30 01:12:08.024 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8373 | 2024-10-30T01:12:07.706Z | [ host-image] Oct 30 01:12:08.024 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z |
8374 | 2024-10-30T01:12:07.706Z | [ host-image] Oct 30 01:12:08.024 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8375 | 2024-10-30T01:12:07.706Z | [ host-image] Oct 30 01:12:08.024 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8376 | 2024-10-30T01:12:07.709Z | [ host-image] Oct 30 01:12:08.026 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8377 | 2024-10-30T01:12:07.709Z | [ host-image] Oct 30 01:12:08.026 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8378 | 2024-10-30T01:12:07.719Z | [ host-image] Oct 30 01:12:08.038 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8379 | 2024-10-30T01:12:07.720Z | [ host-image] Oct 30 01:12:08.039 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8380 | 2024-10-30T01:12:07.722Z | [ host-image] Oct 30 01:12:08.039 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8381 | 2024-10-30T01:12:07.722Z | [ host-image] Oct 30 01:12:08.039 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8382 | 2024-10-30T01:12:07.722Z | [ host-image] Oct 30 01:12:08.040 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8383 | 2024-10-30T01:12:07.722Z | [ host-image] Oct 30 01:12:08.040 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8384 | 2024-10-30T01:12:07.758Z | [ host-image] Oct 30 01:12:08.077 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8385 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.078 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8386 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.078 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8387 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.078 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z |
8388 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z |
8389 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8390 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z |
8391 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8392 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8393 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8394 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z |
8395 | 2024-10-30T01:12:07.761Z | [ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8396 | 2024-10-30T01:12:07.765Z | [ host-image] Oct 30 01:12:08.084 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8397 | 2024-10-30T01:12:07.765Z | [ host-image] Oct 30 01:12:08.084 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8398 | 2024-10-30T01:12:07.765Z | [ host-image] Oct 30 01:12:08.084 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8399 | 2024-10-30T01:12:07.768Z | [ host-image] Oct 30 01:12:08.085 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z |
8400 | 2024-10-30T01:12:07.768Z | [ host-image] Oct 30 01:12:08.085 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8401 | 2024-10-30T01:12:07.781Z | [ host-image] Oct 30 01:12:08.100 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8402 | 2024-10-30T01:12:07.783Z | [ host-image] Oct 30 01:12:08.100 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z |
8403 | 2024-10-30T01:12:07.783Z | [ host-image] Oct 30 01:12:08.102 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z |
8404 | 2024-10-30T01:12:07.783Z | [ host-image] Oct 30 01:12:08.103 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z |
8405 | 2024-10-30T01:12:07.786Z | [ host-image] Oct 30 01:12:08.103 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8406 | 2024-10-30T01:12:07.786Z | [ host-image] Oct 30 01:12:08.103 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z |
8407 | 2024-10-30T01:12:07.786Z | [ host-image] Oct 30 01:12:08.104 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z |
8408 | 2024-10-30T01:12:07.786Z | [ host-image] Oct 30 01:12:08.104 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z |
8409 | 2024-10-30T01:12:07.786Z | [ host-image] Oct 30 01:12:08.104 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z |
8410 | 2024-10-30T01:12:07.789Z | [ host-image] Oct 30 01:12:08.108 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8411 | 2024-10-30T01:12:07.792Z | [ host-image] Oct 30 01:12:08.108 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z |
8412 | 2024-10-30T01:12:07.792Z | [ host-image] Oct 30 01:12:08.109 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z |
8413 | 2024-10-30T01:12:07.792Z | [ host-image] Oct 30 01:12:08.109 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8414 | 2024-10-30T01:12:07.792Z | [ host-image] Oct 30 01:12:08.109 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z |
8415 | 2024-10-30T01:12:07.792Z | [ host-image] Oct 30 01:12:08.110 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z |
8416 | 2024-10-30T01:12:07.792Z | [ host-image] Oct 30 01:12:08.110 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z |
8417 | 2024-10-30T01:12:07.792Z | [ host-image] Oct 30 01:12:08.110 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z |
8418 | 2024-10-30T01:12:07.799Z | [ host-image] Oct 30 01:12:08.119 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z |
8419 | 2024-10-30T01:12:07.799Z | [ host-image] Oct 30 01:12:08.119 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8420 | 2024-10-30T01:12:07.802Z | [ host-image] Oct 30 01:12:08.121 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z |
8421 | 2024-10-30T01:12:07.804Z | [ host-image] Oct 30 01:12:08.122 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z |
8422 | 2024-10-30T01:12:07.805Z | [ host-image] Oct 30 01:12:08.122 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z |
8423 | 2024-10-30T01:12:07.805Z | [ host-image] Oct 30 01:12:08.123 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z |
8424 | 2024-10-30T01:12:07.805Z | [ host-image] Oct 30 01:12:08.123 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z |
8425 | 2024-10-30T01:12:07.805Z | [ host-image] Oct 30 01:12:08.123 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z |
8426 | 2024-10-30T01:12:07.814Z | [ host-image] Oct 30 01:12:08.134 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z |
8427 | 2024-10-30T01:12:07.817Z | [ host-image] Oct 30 01:12:08.134 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z |
8428 | 2024-10-30T01:12:07.817Z | [ host-image] Oct 30 01:12:08.134 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z |
8429 | 2024-10-30T01:12:07.817Z | [ host-image] Oct 30 01:12:08.135 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z |
8430 | 2024-10-30T01:12:07.817Z | [ host-image] Oct 30 01:12:08.135 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z |
8431 | 2024-10-30T01:12:07.838Z | [ host-image] Oct 30 01:12:08.157 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z |
8432 | 2024-10-30T01:12:07.841Z | [ host-image] Oct 30 01:12:08.157 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z |
8433 | 2024-10-30T01:12:07.841Z | [ host-image] Oct 30 01:12:08.157 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z |
8434 | 2024-10-30T01:12:07.841Z | [ host-image] Oct 30 01:12:08.158 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8435 | 2024-10-30T01:12:07.841Z | [ host-image] Oct 30 01:12:08.158 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8436 | 2024-10-30T01:12:07.869Z | [ host-image] Oct 30 01:12:08.188 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z |
8437 | 2024-10-30T01:12:07.872Z | [ host-image] Oct 30 01:12:08.188 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8438 | 2024-10-30T01:12:07.872Z | [ host-image] Oct 30 01:12:08.188 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z |
8439 | 2024-10-30T01:12:07.872Z | [ host-image] Oct 30 01:12:08.188 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z |
8440 | 2024-10-30T01:12:07.872Z | [ host-image] Oct 30 01:12:08.190 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z |
8441 | 2024-10-30T01:12:07.872Z | [ host-image] Oct 30 01:12:08.190 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8442 | 2024-10-30T01:12:07.872Z | [ host-image] Oct 30 01:12:08.191 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8443 | 2024-10-30T01:12:07.874Z | [ host-image] Oct 30 01:12:08.191 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z |
8444 | 2024-10-30T01:12:07.874Z | [ host-image] Oct 30 01:12:08.191 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z |
8445 | 2024-10-30T01:12:07.874Z | [ host-image] Oct 30 01:12:08.191 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z |
8446 | 2024-10-30T01:12:07.875Z | [ host-image] Oct 30 01:12:08.192 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z |
8447 | 2024-10-30T01:12:07.875Z | [ host-image] Oct 30 01:12:08.192 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z |
8448 | 2024-10-30T01:12:07.875Z | [ host-image] Oct 30 01:12:08.192 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z |
8449 | 2024-10-30T01:12:07.877Z | [ host-image] Oct 30 01:12:08.195 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8450 | 2024-10-30T01:12:07.877Z | [ host-image] Oct 30 01:12:08.195 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z |
8451 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.197 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z |
8452 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.197 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z |
8453 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.197 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z |
8454 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z |
8455 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z |
8456 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8457 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8458 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z |
8459 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z |
8460 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8461 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8462 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8463 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8464 | 2024-10-30T01:12:07.880Z | [ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8465 | 2024-10-30T01:12:07.883Z | [ host-image] Oct 30 01:12:08.200 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8466 | 2024-10-30T01:12:07.883Z | [ host-image] Oct 30 01:12:08.201 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8467 | 2024-10-30T01:12:07.883Z | [ host-image] Oct 30 01:12:08.201 INFO O| tempdir @ "/tmp/.tmpNAeeRz/tmp" |
8468 | 2024-10-30T01:12:07.883Z | [ host-image] Oct 30 01:12:08.201 INFO O| image root @ "/tmp/.tmpNAeeRz/tmp/root" |
8469 | 2024-10-30T01:12:07.883Z | [ host-image] Oct 30 01:12:08.201 INFO O| creating image... |
8470 | 2024-10-30T01:12:08.377Z | [ host-image] Oct 30 01:12:08.696 INFO O| copying publishers... |
8471 | 2024-10-30T01:12:17.498Z | [ host-image] Oct 30 01:12:17.820 INFO O| adding properties... |
8472 | 2024-10-30T01:12:18.491Z | [ host-image] Oct 30 01:12:18.814 INFO O| installing packages... |
8473 | 2024-10-30T01:12:21.489Z | [ recovery-image] Oct 30 01:12:21.812 INFO O| ok, image written! |
8474 | 2024-10-30T01:12:21.489Z | [ recovery-image] Oct 30 01:12:21.813 INFO O| ok, boot_image_csum file written! |
8475 | 2024-10-30T01:12:21.494Z | [ recovery-image] Oct 30 01:12:21.818 INFO creating boot archive (CPIO)... |
8476 | 2024-10-30T01:12:21.507Z | [ recovery-image] Oct 30 01:12:21.818 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 |
8477 | 2024-10-30T01:12:21.507Z | [ recovery-image] Oct 30 01:12:21.826 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8478 | 2024-10-30T01:12:21.507Z | [ recovery-image] Oct 30 01:12:21.826 INFO E| + outfile=/work/os-recovery/cpio |
8479 | 2024-10-30T01:12:21.507Z | [ recovery-image] Oct 30 01:12:21.826 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8480 | 2024-10-30T01:12:21.507Z | [ recovery-image] Oct 30 01:12:21.828 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8481 | 2024-10-30T01:12:21.507Z | [ recovery-image] Oct 30 01:12:21.828 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8482 | 2024-10-30T01:12:21.536Z | [ recovery-image] Oct 30 01:12:21.860 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8483 | 2024-10-30T01:12:21.536Z | [ recovery-image] Oct 30 01:12:21.860 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8484 | 2024-10-30T01:12:21.543Z | [ recovery-image] Oct 30 01:12:21.867 INFO creating compressed cpio/unix for nanobl-rs... |
8485 | 2024-10-30T01:12:21.546Z | [ recovery-image] Oct 30 01:12:21.867 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 |
8486 | 2024-10-30T01:12:21.830Z | [ recovery-image] Oct 30 01:12:22.153 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8487 | 2024-10-30T01:12:26.172Z | [ recovery-image] Oct 30 01:12:26.498 INFO creating reset image... |
8488 | 2024-10-30T01:12:26.175Z | [ recovery-image] Oct 30 01:12:26.498 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8489 | 2024-10-30T01:12:26.408Z | [ recovery-image] Oct 30 01:12:26.734 INFO E| Updating crates.io index |
8490 | 2024-10-30T01:12:26.534Z | [ recovery-image] Oct 30 01:12:26.860 INFO E| Downloading crates ... |
8491 | 2024-10-30T01:12:26.610Z | [ recovery-image] Oct 30 01:12:26.935 INFO E| Downloaded os_pipe v1.2.1 |
8492 | 2024-10-30T01:12:26.635Z | [ recovery-image] Oct 30 01:12:26.961 INFO E| Downloaded shared_child v1.0.1 |
8493 | 2024-10-30T01:12:26.638Z | [ recovery-image] Oct 30 01:12:26.963 INFO E| Downloaded duct v0.13.7 |
8494 | 2024-10-30T01:12:26.643Z | [ recovery-image] Oct 30 01:12:26.969 INFO E| Downloaded clap_builder v4.5.17 |
8495 | 2024-10-30T01:12:26.650Z | [ recovery-image] Oct 30 01:12:26.975 INFO E| Downloaded clap v4.5.17 |
8496 | 2024-10-30T01:12:26.685Z | [ recovery-image] Oct 30 01:12:27.011 INFO E| Downloaded libc v0.2.158 |
8497 | 2024-10-30T01:12:26.759Z | [ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling proc-macro2 v1.0.86 |
8498 | 2024-10-30T01:12:26.759Z | [ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling unicode-ident v1.0.13 |
8499 | 2024-10-30T01:12:26.759Z | [ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling libc v0.2.158 |
8500 | 2024-10-30T01:12:26.759Z | [ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling utf8parse v0.2.2 |
8501 | 2024-10-30T01:12:26.762Z | [ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling colorchoice v1.0.2 |
8502 | 2024-10-30T01:12:26.762Z | [ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8503 | 2024-10-30T01:12:26.765Z | [ recovery-image] Oct 30 01:12:27.091 INFO E| Compiling anstyle v1.0.8 |
8504 | 2024-10-30T01:12:26.769Z | [ recovery-image] Oct 30 01:12:27.095 INFO E| Compiling anstyle-query v1.1.1 |
8505 | 2024-10-30T01:12:26.944Z | [ recovery-image] Oct 30 01:12:27.269 INFO E| Compiling anstyle-parse v0.2.5 |
8506 | 2024-10-30T01:12:26.976Z | [ recovery-image] Oct 30 01:12:27.301 INFO E| Compiling clap_lex v0.7.2 |
8507 | 2024-10-30T01:12:26.976Z | [ recovery-image] Oct 30 01:12:27.302 INFO E| Compiling heck v0.5.0 |
8508 | 2024-10-30T01:12:26.988Z | [ recovery-image] Oct 30 01:12:27.314 INFO E| Compiling strsim v0.11.1 |
8509 | 2024-10-30T01:12:27.037Z | [ recovery-image] Oct 30 01:12:27.363 INFO E| Compiling once_cell v1.19.0 |
8510 | 2024-10-30T01:12:27.223Z | [ recovery-image] Oct 30 01:12:27.549 INFO E| Compiling anstream v0.6.15 |
8511 | 2024-10-30T01:12:27.587Z | [ recovery-image] Oct 30 01:12:27.912 INFO E| Compiling clap_builder v4.5.17 |
8512 | 2024-10-30T01:12:27.990Z | [ recovery-image] Oct 30 01:12:28.316 INFO E| Compiling os_pipe v1.2.1 |
8513 | 2024-10-30T01:12:27.990Z | [ recovery-image] Oct 30 01:12:28.316 INFO E| Compiling shared_child v1.0.1 |
8514 | 2024-10-30T01:12:28.136Z | [ recovery-image] Oct 30 01:12:28.461 INFO E| Compiling duct v0.13.7 |
8515 | 2024-10-30T01:12:28.270Z | [ recovery-image] Oct 30 01:12:28.596 INFO E| Compiling quote v1.0.37 |
8516 | 2024-10-30T01:12:28.530Z | [ recovery-image] Oct 30 01:12:28.856 INFO E| Compiling syn v2.0.77 |
8517 | 2024-10-30T01:12:32.235Z | [ recovery-image] Oct 30 01:12:32.562 INFO E| Compiling clap_derive v4.5.13 |
8518 | 2024-10-30T01:12:34.067Z | [ recovery-image] Oct 30 01:12:34.396 INFO E| Compiling clap v4.5.17 |
8519 | 2024-10-30T01:12:34.121Z | [ recovery-image] Oct 30 01:12:34.449 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8520 | 2024-10-30T01:12:35.035Z | [ host-image] Oct 30 01:12:35.363 INFO O| seeding SMF database... |
8521 | 2024-10-30T01:12:35.143Z | [ recovery-image] Oct 30 01:12:35.472 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s |
8522 | 2024-10-30T01:12:35.156Z | [ recovery-image] Oct 30 01:12:35.485 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8523 | 2024-10-30T01:12:35.275Z | [ recovery-image] Oct 30 01:12:35.603 INFO E| Updating crates.io index |
8524 | 2024-10-30T01:12:35.447Z | [ recovery-image] Oct 30 01:12:35.776 INFO E| Downloading crates ... |
8525 | 2024-10-30T01:12:35.501Z | [ recovery-image] Oct 30 01:12:35.829 INFO E| Downloaded bit_field v0.10.2 |
8526 | 2024-10-30T01:12:35.505Z | [ recovery-image] Oct 30 01:12:35.834 INFO E| Downloaded seq-macro v0.3.5 |
8527 | 2024-10-30T01:12:35.512Z | [ recovery-image] Oct 30 01:12:35.840 INFO E| Downloaded bitstruct_derive v0.1.0 |
8528 | 2024-10-30T01:12:35.514Z | [ recovery-image] Oct 30 01:12:35.841 INFO E| Downloaded bitstruct v0.1.1 |
8529 | 2024-10-30T01:12:35.532Z | [ recovery-image] Oct 30 01:12:35.861 INFO E| Downloaded cpio_reader v0.1.1 |
8530 | 2024-10-30T01:12:35.547Z | [ recovery-image] Oct 30 01:12:35.876 INFO E| Downloaded raw-cpuid v10.7.0 |
8531 | 2024-10-30T01:12:35.657Z | [ recovery-image] Oct 30 01:12:35.986 INFO E| Downloaded x86 v0.52.0 |
8532 | 2024-10-30T01:12:35.718Z | [ recovery-image] Oct 30 01:12:36.046 INFO E| Updating crates.io index |
8533 | 2024-10-30T01:12:35.774Z | [ recovery-image] Oct 30 01:12:36.103 INFO E| Downloading crates ... |
8534 | 2024-10-30T01:12:35.858Z | [ recovery-image] Oct 30 01:12:36.186 INFO E| Downloaded compiler_builtins v0.1.125 |
8535 | 2024-10-30T01:12:35.874Z | [ recovery-image] Oct 30 01:12:36.203 INFO E| Downloaded unicode-width v0.1.13 |
8536 | 2024-10-30T01:12:35.943Z | [ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling compiler_builtins v0.1.125 |
8537 | 2024-10-30T01:12:35.943Z | [ recovery-image] Oct 30 01:12:36.271 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) |
8538 | 2024-10-30T01:12:35.945Z | [ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling proc-macro2 v1.0.86 |
8539 | 2024-10-30T01:12:35.945Z | [ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling unicode-ident v1.0.13 |
8540 | 2024-10-30T01:12:35.945Z | [ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling syn v1.0.109 |
8541 | 2024-10-30T01:12:35.945Z | [ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling x86 v0.52.0 |
8542 | 2024-10-30T01:12:35.945Z | [ recovery-image] Oct 30 01:12:36.272 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8543 | 2024-10-30T01:12:35.945Z | [ recovery-image] Oct 30 01:12:36.272 INFO E| Compiling seq-macro v0.3.5 |
8544 | 2024-10-30T01:12:42.812Z | [ host-image] Oct 30 01:12:43.143 INFO O| configuring SMF profile... |
8545 | 2024-10-30T01:12:42.815Z | [ host-image] Oct 30 01:12:43.143 INFO O| modifying shadow(5)... |
8546 | 2024-10-30T01:12:42.815Z | [ host-image] Oct 30 01:12:43.144 INFO O| loading user and group database... |
8547 | 2024-10-30T01:12:42.815Z | [ host-image] Oct 30 01:12:43.144 INFO O| assessing packaged files... |
8548 | 2024-10-30T01:12:44.978Z | [ host-image] Oct 30 01:12:45.310 INFO O| creating archive... |
8549 | 2024-10-30T01:12:45.011Z | [ host-image] Oct 30 01:12:45.343 INFO O| missing from packaging: |
8550 | 2024-10-30T01:12:45.014Z | [ host-image] Oct 30 01:12:45.343 INFO O| "etc/.pwd.lock" |
8551 | 2024-10-30T01:12:45.014Z | [ host-image] Oct 30 01:12:45.343 INFO O| "etc/bash" |
8552 | 2024-10-30T01:12:45.017Z | [ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/generic.xml" |
8553 | 2024-10-30T01:12:45.017Z | [ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/inetd_services.xml" |
8554 | 2024-10-30T01:12:45.017Z | [ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/name_service.xml" |
8555 | 2024-10-30T01:12:45.017Z | [ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/platform.xml" |
8556 | 2024-10-30T01:12:45.017Z | [ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8557 | 2024-10-30T01:12:45.017Z | [ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/repository.db" |
8558 | 2024-10-30T01:12:45.025Z | [ host-image] Oct 30 01:12:45.357 INFO O| "opt/ooce/share" |
8559 | 2024-10-30T01:12:45.028Z | [ host-image] Oct 30 01:12:45.357 INFO O| "opt/ooce/share/man" |
8560 | 2024-10-30T01:12:45.028Z | [ host-image] Oct 30 01:12:45.357 INFO O| "opt/ooce/share/man/man1" |
8561 | 2024-10-30T01:12:45.034Z | [ host-image] Oct 30 01:12:45.366 INFO O| finishing archive... |
8562 | 2024-10-30T01:12:47.861Z | [ host-image] Oct 30 01:12:48.194 INFO O| creating gzonly manifest... |
8563 | 2024-10-30T01:12:47.873Z | [ host-image] Oct 30 01:12:48.206 INFO O| ok |
8564 | 2024-10-30T01:12:47.979Z | [ host-image] Oct 30 01:12:48.312 INFO image builder template: ramdisk-02-trim... |
8565 | 2024-10-30T01:12:47.979Z | [ host-image] Oct 30 01:12:48.312 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/.tmpaVpy3U/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 |
8566 | 2024-10-30T01:12:48.002Z | [ host-image] Oct 30 01:12:48.335 INFO O| Oct 30 01:12:48.335 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8567 | 2024-10-30T01:12:48.006Z | [ host-image] Oct 30 01:12:48.339 INFO O| Oct 30 01:12:48.339 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8568 | 2024-10-30T01:12:48.170Z | [ host-image] Oct 30 01:12:48.503 INFO O| Oct 30 01:12:48.503 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8569 | 2024-10-30T01:12:48.279Z | [ host-image] Oct 30 01:12:48.612 INFO O| Oct 30 01:12:48.612 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8570 | 2024-10-30T01:12:48.283Z | [ host-image] Oct 30 01:12:48.612 INFO O| Oct 30 01:12:48.612 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8571 | 2024-10-30T01:12:48.286Z | [ host-image] Oct 30 01:12:48.617 INFO O| Oct 30 01:12:48.617 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8572 | 2024-10-30T01:12:48.289Z | [ host-image] Oct 30 01:12:48.621 INFO O| Oct 30 01:12:48.621 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8573 | 2024-10-30T01:12:48.294Z | [ host-image] Oct 30 01:12:48.626 INFO O| Oct 30 01:12:48.626 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8574 | 2024-10-30T01:12:48.500Z | [ host-image] Oct 30 01:12:48.833 INFO O| Oct 30 01:12:48.833 INFO rolled back to input snapshot; work may begin |
8575 | 2024-10-30T01:12:48.500Z | [ host-image] Oct 30 01:12:48.833 INFO O| Oct 30 01:12:48.833 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8576 | 2024-10-30T01:12:48.506Z | [ host-image] Oct 30 01:12:48.839 INFO O| Oct 30 01:12:48.839 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8577 | 2024-10-30T01:12:48.516Z | [ host-image] Oct 30 01:12:48.849 INFO O| Oct 30 01:12:48.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8578 | 2024-10-30T01:12:48.567Z | [ host-image] Oct 30 01:12:48.900 INFO O| Oct 30 01:12:48.900 INFO STEP 0 (remove_files) COMPLETE |
8579 | 2024-10-30T01:12:48.568Z | [ host-image] Oct 30 01:12:48.900 INFO O| Oct 30 01:12:48.900 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8580 | 2024-10-30T01:12:48.578Z | [ host-image] Oct 30 01:12:48.912 INFO O| Oct 30 01:12:48.912 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8581 | 2024-10-30T01:12:48.581Z | [ host-image] Oct 30 01:12:48.914 INFO O| Oct 30 01:12:48.913 INFO STEP 1 (remove_files) COMPLETE |
8582 | 2024-10-30T01:12:48.581Z | [ host-image] Oct 30 01:12:48.914 INFO O| Oct 30 01:12:48.914 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8583 | 2024-10-30T01:12:48.591Z | [ host-image] Oct 30 01:12:48.924 INFO O| Oct 30 01:12:48.924 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8584 | 2024-10-30T01:12:48.605Z | [ host-image] Oct 30 01:12:48.938 INFO O| Oct 30 01:12:48.938 INFO STEP 2 (remove_files) COMPLETE |
8585 | 2024-10-30T01:12:48.605Z | [ host-image] Oct 30 01:12:48.938 INFO O| Oct 30 01:12:48.938 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8586 | 2024-10-30T01:12:48.616Z | [ host-image] Oct 30 01:12:48.949 INFO O| Oct 30 01:12:48.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8587 | 2024-10-30T01:12:48.619Z | [ host-image] Oct 30 01:12:48.951 INFO O| Oct 30 01:12:48.951 INFO STEP 3 (remove_files) COMPLETE |
8588 | 2024-10-30T01:12:48.619Z | [ host-image] Oct 30 01:12:48.951 INFO O| Oct 30 01:12:48.951 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8589 | 2024-10-30T01:12:48.629Z | [ host-image] Oct 30 01:12:48.963 INFO O| Oct 30 01:12:48.962 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8590 | 2024-10-30T01:12:48.633Z | [ host-image] Oct 30 01:12:48.966 INFO O| Oct 30 01:12:48.966 INFO STEP 4 (remove_files) COMPLETE |
8591 | 2024-10-30T01:12:48.633Z | [ host-image] Oct 30 01:12:48.966 INFO O| Oct 30 01:12:48.966 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8592 | 2024-10-30T01:12:48.643Z | [ host-image] Oct 30 01:12:48.977 INFO O| Oct 30 01:12:48.977 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8593 | 2024-10-30T01:12:48.646Z | [ host-image] Oct 30 01:12:48.979 INFO O| Oct 30 01:12:48.979 INFO STEP 5 (remove_files) COMPLETE |
8594 | 2024-10-30T01:12:48.646Z | [ host-image] Oct 30 01:12:48.979 INFO O| Oct 30 01:12:48.979 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8595 | 2024-10-30T01:12:48.656Z | [ host-image] Oct 30 01:12:48.990 INFO O| Oct 30 01:12:48.989 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8596 | 2024-10-30T01:12:48.667Z | [ host-image] Oct 30 01:12:49.001 INFO O| Oct 30 01:12:49.001 INFO STEP 6 (remove_files) COMPLETE |
8597 | 2024-10-30T01:12:48.667Z | [ host-image] Oct 30 01:12:49.001 INFO O| Oct 30 01:12:49.001 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-10-30T01:12:48.680Z | [ host-image] Oct 30 01:12:49.013 INFO O| Oct 30 01:12:49.013 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8599 | 2024-10-30T01:12:48.694Z | [ host-image] Oct 30 01:12:49.027 INFO O| Oct 30 01:12:49.027 INFO STEP 7 (remove_files) COMPLETE |
8600 | 2024-10-30T01:12:48.694Z | [ host-image] Oct 30 01:12:49.027 INFO O| Oct 30 01:12:49.027 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8601 | 2024-10-30T01:12:48.705Z | [ host-image] Oct 30 01:12:49.038 INFO O| Oct 30 01:12:49.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8602 | 2024-10-30T01:12:48.793Z | [ host-image] Oct 30 01:12:49.126 INFO O| Oct 30 01:12:49.126 INFO STEP 8 (remove_files) COMPLETE |
8603 | 2024-10-30T01:12:48.793Z | [ host-image] Oct 30 01:12:49.126 INFO O| Oct 30 01:12:49.126 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8604 | 2024-10-30T01:12:48.803Z | [ host-image] Oct 30 01:12:49.137 INFO O| Oct 30 01:12:49.137 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8605 | 2024-10-30T01:12:48.893Z | [ host-image] Oct 30 01:12:49.227 INFO O| Oct 30 01:12:49.226 INFO STEP 9 (remove_files) COMPLETE |
8606 | 2024-10-30T01:12:48.893Z | [ host-image] Oct 30 01:12:49.227 INFO O| Oct 30 01:12:49.227 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8607 | 2024-10-30T01:12:48.904Z | [ host-image] Oct 30 01:12:49.237 INFO O| Oct 30 01:12:49.237 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8608 | 2024-10-30T01:12:48.907Z | [ host-image] Oct 30 01:12:49.241 INFO O| Oct 30 01:12:49.241 INFO STEP 10 (remove_files) COMPLETE |
8609 | 2024-10-30T01:12:48.910Z | [ host-image] Oct 30 01:12:49.241 INFO O| Oct 30 01:12:49.241 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8610 | 2024-10-30T01:12:48.917Z | [ host-image] Oct 30 01:12:49.250 INFO O| Oct 30 01:12:49.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8611 | 2024-10-30T01:12:48.920Z | [ host-image] Oct 30 01:12:49.251 INFO O| Oct 30 01:12:49.251 INFO STEP 11 (remove_files) COMPLETE |
8612 | 2024-10-30T01:12:48.920Z | [ host-image] Oct 30 01:12:49.251 INFO O| Oct 30 01:12:49.251 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8613 | 2024-10-30T01:12:48.927Z | [ host-image] Oct 30 01:12:49.261 INFO O| Oct 30 01:12:49.261 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8614 | 2024-10-30T01:12:48.930Z | [ host-image] Oct 30 01:12:49.262 INFO O| Oct 30 01:12:49.262 INFO STEP 12 (remove_files) COMPLETE |
8615 | 2024-10-30T01:12:48.930Z | [ host-image] Oct 30 01:12:49.262 INFO O| Oct 30 01:12:49.262 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8616 | 2024-10-30T01:12:48.957Z | [ host-image] Oct 30 01:12:49.290 INFO O| Oct 30 01:12:49.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8617 | 2024-10-30T01:12:48.957Z | [ host-image] Oct 30 01:12:49.290 INFO O| Oct 30 01:12:49.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8618 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.290 INFO O| Oct 30 01:12:49.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8619 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8620 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8621 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8622 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8623 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8624 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8625 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8626 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8627 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8628 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8629 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8630 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.293 INFO O| Oct 30 01:12:49.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8631 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.293 INFO O| Oct 30 01:12:49.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8632 | 2024-10-30T01:12:48.960Z | [ host-image] Oct 30 01:12:49.293 INFO O| Oct 30 01:12:49.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8633 | 2024-10-30T01:12:49.250Z | [ host-image] Oct 30 01:12:49.583 INFO O| Oct 30 01:12:49.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8634 | 2024-10-30T01:12:49.256Z | [ host-image] Oct 30 01:12:49.589 INFO O| Oct 30 01:12:49.589 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8635 | 2024-10-30T01:12:49.258Z | [ host-image] Oct 30 01:12:49.589 INFO O| Oct 30 01:12:49.589 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8636 | 2024-10-30T01:12:49.262Z | [ host-image] Oct 30 01:12:49.596 INFO O| Oct 30 01:12:49.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8637 | 2024-10-30T01:12:49.324Z | [ host-image] Oct 30 01:12:49.658 INFO O| Oct 30 01:12:49.658 INFO STEP 13 (remove_files) COMPLETE |
8638 | 2024-10-30T01:12:49.325Z | [ host-image] Oct 30 01:12:49.658 INFO O| Oct 30 01:12:49.658 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8639 | 2024-10-30T01:12:49.336Z | [ host-image] Oct 30 01:12:49.669 INFO O| Oct 30 01:12:49.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8640 | 2024-10-30T01:12:49.339Z | [ host-image] Oct 30 01:12:49.671 INFO O| Oct 30 01:12:49.671 INFO STEP 14 (remove_files) COMPLETE |
8641 | 2024-10-30T01:12:49.339Z | [ host-image] Oct 30 01:12:49.671 INFO O| Oct 30 01:12:49.671 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8642 | 2024-10-30T01:12:49.347Z | [ host-image] Oct 30 01:12:49.681 INFO O| Oct 30 01:12:49.680 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8643 | 2024-10-30T01:12:49.353Z | [ host-image] Oct 30 01:12:49.687 INFO O| Oct 30 01:12:49.687 INFO STEP 15 (remove_files) COMPLETE |
8644 | 2024-10-30T01:12:49.353Z | [ host-image] Oct 30 01:12:49.687 INFO O| Oct 30 01:12:49.687 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8645 | 2024-10-30T01:12:49.363Z | [ host-image] Oct 30 01:12:49.697 INFO O| Oct 30 01:12:49.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8646 | 2024-10-30T01:12:49.366Z | [ host-image] Oct 30 01:12:49.697 INFO O| Oct 30 01:12:49.697 INFO STEP 16 (remove_files) COMPLETE |
8647 | 2024-10-30T01:12:49.366Z | [ host-image] Oct 30 01:12:49.697 INFO O| Oct 30 01:12:49.697 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8648 | 2024-10-30T01:12:49.374Z | [ host-image] Oct 30 01:12:49.706 INFO O| Oct 30 01:12:49.706 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8649 | 2024-10-30T01:12:49.378Z | [ host-image] Oct 30 01:12:49.708 INFO O| Oct 30 01:12:49.708 INFO STEP 17 (remove_files) COMPLETE |
8650 | 2024-10-30T01:12:49.378Z | [ host-image] Oct 30 01:12:49.708 INFO O| Oct 30 01:12:49.708 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8651 | 2024-10-30T01:12:49.383Z | [ host-image] Oct 30 01:12:49.717 INFO O| Oct 30 01:12:49.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8652 | 2024-10-30T01:12:49.383Z | [ host-image] Oct 30 01:12:49.717 INFO O| Oct 30 01:12:49.717 INFO STEP 18 (remove_files) COMPLETE |
8653 | 2024-10-30T01:12:49.386Z | [ host-image] Oct 30 01:12:49.717 INFO O| Oct 30 01:12:49.717 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8654 | 2024-10-30T01:12:49.393Z | [ host-image] Oct 30 01:12:49.727 INFO O| Oct 30 01:12:49.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8655 | 2024-10-30T01:12:49.393Z | [ host-image] Oct 30 01:12:49.727 INFO O| Oct 30 01:12:49.727 INFO STEP 19 (remove_files) COMPLETE |
8656 | 2024-10-30T01:12:49.395Z | [ host-image] Oct 30 01:12:49.727 INFO O| Oct 30 01:12:49.727 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8657 | 2024-10-30T01:12:49.402Z | [ host-image] Oct 30 01:12:49.736 INFO O| Oct 30 01:12:49.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8658 | 2024-10-30T01:12:49.403Z | [ host-image] Oct 30 01:12:49.736 INFO O| Oct 30 01:12:49.736 INFO STEP 20 (remove_files) COMPLETE |
8659 | 2024-10-30T01:12:49.405Z | [ host-image] Oct 30 01:12:49.736 INFO O| Oct 30 01:12:49.736 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8660 | 2024-10-30T01:12:49.412Z | [ host-image] Oct 30 01:12:49.746 INFO O| Oct 30 01:12:49.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8661 | 2024-10-30T01:12:49.412Z | [ host-image] Oct 30 01:12:49.746 INFO O| Oct 30 01:12:49.746 INFO STEP 21 (remove_files) COMPLETE |
8662 | 2024-10-30T01:12:49.412Z | [ host-image] Oct 30 01:12:49.746 INFO O| Oct 30 01:12:49.746 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8663 | 2024-10-30T01:12:49.422Z | [ host-image] Oct 30 01:12:49.755 INFO O| Oct 30 01:12:49.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8664 | 2024-10-30T01:12:49.422Z | [ host-image] Oct 30 01:12:49.756 INFO O| Oct 30 01:12:49.756 INFO STEP 22 (remove_files) COMPLETE |
8665 | 2024-10-30T01:12:49.425Z | [ host-image] Oct 30 01:12:49.756 INFO O| Oct 30 01:12:49.756 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8666 | 2024-10-30T01:12:49.431Z | [ host-image] Oct 30 01:12:49.765 INFO O| Oct 30 01:12:49.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8667 | 2024-10-30T01:12:49.434Z | [ host-image] Oct 30 01:12:49.765 INFO O| Oct 30 01:12:49.765 INFO STEP 23 (remove_files) COMPLETE |
8668 | 2024-10-30T01:12:49.434Z | [ host-image] Oct 30 01:12:49.765 INFO O| Oct 30 01:12:49.765 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8669 | 2024-10-30T01:12:49.441Z | [ host-image] Oct 30 01:12:49.774 INFO O| Oct 30 01:12:49.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8670 | 2024-10-30T01:12:49.441Z | [ host-image] Oct 30 01:12:49.774 INFO O| Oct 30 01:12:49.774 INFO STEP 24 (remove_files) COMPLETE |
8671 | 2024-10-30T01:12:49.441Z | [ host-image] Oct 30 01:12:49.774 INFO O| Oct 30 01:12:49.774 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8672 | 2024-10-30T01:12:49.450Z | [ host-image] Oct 30 01:12:49.784 INFO O| Oct 30 01:12:49.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8673 | 2024-10-30T01:12:49.453Z | [ host-image] Oct 30 01:12:49.784 INFO O| Oct 30 01:12:49.784 INFO STEP 25 (remove_files) COMPLETE |
8674 | 2024-10-30T01:12:49.453Z | [ host-image] Oct 30 01:12:49.784 INFO O| Oct 30 01:12:49.784 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8675 | 2024-10-30T01:12:49.459Z | [ host-image] Oct 30 01:12:49.793 INFO O| Oct 30 01:12:49.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8676 | 2024-10-30T01:12:49.459Z | [ host-image] Oct 30 01:12:49.793 INFO O| Oct 30 01:12:49.793 INFO STEP 26 (remove_files) COMPLETE |
8677 | 2024-10-30T01:12:49.462Z | [ host-image] Oct 30 01:12:49.793 INFO O| Oct 30 01:12:49.793 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8678 | 2024-10-30T01:12:49.469Z | [ host-image] Oct 30 01:12:49.802 INFO O| Oct 30 01:12:49.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8679 | 2024-10-30T01:12:49.469Z | [ host-image] Oct 30 01:12:49.802 INFO O| Oct 30 01:12:49.802 INFO STEP 27 (remove_files) COMPLETE |
8680 | 2024-10-30T01:12:49.469Z | [ host-image] Oct 30 01:12:49.803 INFO O| Oct 30 01:12:49.802 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8681 | 2024-10-30T01:12:49.479Z | [ host-image] Oct 30 01:12:49.812 INFO O| Oct 30 01:12:49.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8682 | 2024-10-30T01:12:49.481Z | [ host-image] Oct 30 01:12:49.812 INFO O| Oct 30 01:12:49.812 INFO STEP 28 (remove_files) COMPLETE |
8683 | 2024-10-30T01:12:49.481Z | [ host-image] Oct 30 01:12:49.812 INFO O| Oct 30 01:12:49.812 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8684 | 2024-10-30T01:12:49.488Z | [ host-image] Oct 30 01:12:49.822 INFO O| Oct 30 01:12:49.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8685 | 2024-10-30T01:12:49.488Z | [ host-image] Oct 30 01:12:49.822 INFO O| Oct 30 01:12:49.822 INFO STEP 29 (remove_files) COMPLETE |
8686 | 2024-10-30T01:12:49.491Z | [ host-image] Oct 30 01:12:49.822 INFO O| Oct 30 01:12:49.822 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8687 | 2024-10-30T01:12:49.498Z | [ host-image] Oct 30 01:12:49.831 INFO O| Oct 30 01:12:49.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8688 | 2024-10-30T01:12:49.498Z | [ host-image] Oct 30 01:12:49.832 INFO O| Oct 30 01:12:49.831 INFO STEP 30 (remove_files) COMPLETE |
8689 | 2024-10-30T01:12:49.498Z | [ host-image] Oct 30 01:12:49.832 INFO O| Oct 30 01:12:49.832 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8690 | 2024-10-30T01:12:49.508Z | [ host-image] Oct 30 01:12:49.841 INFO O| Oct 30 01:12:49.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8691 | 2024-10-30T01:12:49.508Z | [ host-image] Oct 30 01:12:49.841 INFO O| Oct 30 01:12:49.841 INFO STEP 31 (remove_files) COMPLETE |
8692 | 2024-10-30T01:12:49.510Z | [ host-image] Oct 30 01:12:49.841 INFO O| Oct 30 01:12:49.841 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8693 | 2024-10-30T01:12:49.517Z | [ host-image] Oct 30 01:12:49.851 INFO O| Oct 30 01:12:49.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8694 | 2024-10-30T01:12:49.517Z | [ host-image] Oct 30 01:12:49.851 INFO O| Oct 30 01:12:49.851 INFO STEP 32 (remove_files) COMPLETE |
8695 | 2024-10-30T01:12:49.520Z | [ host-image] Oct 30 01:12:49.851 INFO O| Oct 30 01:12:49.851 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8696 | 2024-10-30T01:12:49.527Z | [ host-image] Oct 30 01:12:49.860 INFO O| Oct 30 01:12:49.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8697 | 2024-10-30T01:12:49.527Z | [ host-image] Oct 30 01:12:49.860 INFO O| Oct 30 01:12:49.860 INFO STEP 33 (remove_files) COMPLETE |
8698 | 2024-10-30T01:12:49.529Z | [ host-image] Oct 30 01:12:49.860 INFO O| Oct 30 01:12:49.860 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8699 | 2024-10-30T01:12:49.536Z | [ host-image] Oct 30 01:12:49.870 INFO O| Oct 30 01:12:49.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8700 | 2024-10-30T01:12:49.536Z | [ host-image] Oct 30 01:12:49.870 INFO O| Oct 30 01:12:49.870 INFO STEP 34 (remove_files) COMPLETE |
8701 | 2024-10-30T01:12:49.538Z | [ host-image] Oct 30 01:12:49.870 INFO O| Oct 30 01:12:49.870 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8702 | 2024-10-30T01:12:49.546Z | [ host-image] Oct 30 01:12:49.879 INFO O| Oct 30 01:12:49.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8703 | 2024-10-30T01:12:49.548Z | [ host-image] Oct 30 01:12:49.879 INFO O| Oct 30 01:12:49.879 INFO STEP 35 (remove_files) COMPLETE |
8704 | 2024-10-30T01:12:49.548Z | [ host-image] Oct 30 01:12:49.879 INFO O| Oct 30 01:12:49.879 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8705 | 2024-10-30T01:12:49.555Z | [ host-image] Oct 30 01:12:49.889 INFO O| Oct 30 01:12:49.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8706 | 2024-10-30T01:12:49.558Z | [ host-image] Oct 30 01:12:49.889 INFO O| Oct 30 01:12:49.889 INFO STEP 36 (remove_files) COMPLETE |
8707 | 2024-10-30T01:12:49.558Z | [ host-image] Oct 30 01:12:49.889 INFO O| Oct 30 01:12:49.889 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8708 | 2024-10-30T01:12:49.565Z | [ host-image] Oct 30 01:12:49.899 INFO O| Oct 30 01:12:49.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8709 | 2024-10-30T01:12:49.565Z | [ host-image] Oct 30 01:12:49.899 INFO O| Oct 30 01:12:49.899 INFO STEP 37 (remove_files) COMPLETE |
8710 | 2024-10-30T01:12:49.565Z | [ host-image] Oct 30 01:12:49.899 INFO O| Oct 30 01:12:49.899 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8711 | 2024-10-30T01:12:49.574Z | [ host-image] Oct 30 01:12:49.908 INFO O| Oct 30 01:12:49.908 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8712 | 2024-10-30T01:12:49.574Z | [ host-image] Oct 30 01:12:49.908 INFO O| Oct 30 01:12:49.908 INFO STEP 38 (remove_files) COMPLETE |
8713 | 2024-10-30T01:12:49.578Z | [ host-image] Oct 30 01:12:49.908 INFO O| Oct 30 01:12:49.908 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8714 | 2024-10-30T01:12:49.584Z | [ host-image] Oct 30 01:12:49.917 INFO O| Oct 30 01:12:49.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8715 | 2024-10-30T01:12:49.584Z | [ host-image] Oct 30 01:12:49.918 INFO O| Oct 30 01:12:49.917 INFO STEP 39 (remove_files) COMPLETE |
8716 | 2024-10-30T01:12:49.584Z | [ host-image] Oct 30 01:12:49.918 INFO O| Oct 30 01:12:49.917 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8717 | 2024-10-30T01:12:49.593Z | [ host-image] Oct 30 01:12:49.927 INFO O| Oct 30 01:12:49.927 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8718 | 2024-10-30T01:12:49.593Z | [ host-image] Oct 30 01:12:49.927 INFO O| Oct 30 01:12:49.927 INFO STEP 40 (remove_files) COMPLETE |
8719 | 2024-10-30T01:12:49.596Z | [ host-image] Oct 30 01:12:49.927 INFO O| Oct 30 01:12:49.927 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8720 | 2024-10-30T01:12:49.603Z | [ host-image] Oct 30 01:12:49.936 INFO O| Oct 30 01:12:49.936 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8721 | 2024-10-30T01:12:49.603Z | [ host-image] Oct 30 01:12:49.937 INFO O| Oct 30 01:12:49.936 INFO STEP 41 (remove_files) COMPLETE |
8722 | 2024-10-30T01:12:49.605Z | [ host-image] Oct 30 01:12:49.937 INFO O| Oct 30 01:12:49.937 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8723 | 2024-10-30T01:12:49.613Z | [ host-image] Oct 30 01:12:49.947 INFO O| Oct 30 01:12:49.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8724 | 2024-10-30T01:12:49.613Z | [ host-image] Oct 30 01:12:49.947 INFO O| Oct 30 01:12:49.947 INFO STEP 42 (remove_files) COMPLETE |
8725 | 2024-10-30T01:12:49.616Z | [ host-image] Oct 30 01:12:49.947 INFO O| Oct 30 01:12:49.947 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8726 | 2024-10-30T01:12:49.623Z | [ host-image] Oct 30 01:12:49.956 INFO O| Oct 30 01:12:49.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8727 | 2024-10-30T01:12:49.623Z | [ host-image] Oct 30 01:12:49.956 INFO O| Oct 30 01:12:49.956 INFO STEP 43 (remove_files) COMPLETE |
8728 | 2024-10-30T01:12:49.625Z | [ host-image] Oct 30 01:12:49.956 INFO O| Oct 30 01:12:49.956 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8729 | 2024-10-30T01:12:49.632Z | [ host-image] Oct 30 01:12:49.966 INFO O| Oct 30 01:12:49.966 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8730 | 2024-10-30T01:12:49.635Z | [ host-image] Oct 30 01:12:49.966 INFO O| Oct 30 01:12:49.966 INFO STEP 44 (remove_files) COMPLETE |
8731 | 2024-10-30T01:12:49.635Z | [ host-image] Oct 30 01:12:49.966 INFO O| Oct 30 01:12:49.966 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8732 | 2024-10-30T01:12:49.642Z | [ host-image] Oct 30 01:12:49.976 INFO O| Oct 30 01:12:49.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8733 | 2024-10-30T01:12:49.642Z | [ host-image] Oct 30 01:12:49.976 INFO O| Oct 30 01:12:49.976 INFO STEP 45 (remove_files) COMPLETE |
8734 | 2024-10-30T01:12:49.642Z | [ host-image] Oct 30 01:12:49.976 INFO O| Oct 30 01:12:49.976 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8735 | 2024-10-30T01:12:49.651Z | [ host-image] Oct 30 01:12:49.985 INFO O| Oct 30 01:12:49.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8736 | 2024-10-30T01:12:49.651Z | [ host-image] Oct 30 01:12:49.985 INFO O| Oct 30 01:12:49.985 INFO STEP 46 (remove_files) COMPLETE |
8737 | 2024-10-30T01:12:49.651Z | [ host-image] Oct 30 01:12:49.985 INFO O| Oct 30 01:12:49.985 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8738 | 2024-10-30T01:12:49.661Z | [ host-image] Oct 30 01:12:49.995 INFO O| Oct 30 01:12:49.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8739 | 2024-10-30T01:12:49.661Z | [ host-image] Oct 30 01:12:49.995 INFO O| Oct 30 01:12:49.995 INFO STEP 47 (remove_files) COMPLETE |
8740 | 2024-10-30T01:12:49.664Z | [ host-image] Oct 30 01:12:49.995 INFO O| Oct 30 01:12:49.995 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8741 | 2024-10-30T01:12:49.673Z | [ host-image] Oct 30 01:12:50.007 INFO O| Oct 30 01:12:50.007 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8742 | 2024-10-30T01:12:49.676Z | [ host-image] Oct 30 01:12:50.007 INFO O| Oct 30 01:12:50.007 INFO STEP 48 (remove_files) COMPLETE |
8743 | 2024-10-30T01:12:49.676Z | [ host-image] Oct 30 01:12:50.007 INFO O| Oct 30 01:12:50.007 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8744 | 2024-10-30T01:12:49.684Z | [ host-image] Oct 30 01:12:50.018 INFO O| Oct 30 01:12:50.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8745 | 2024-10-30T01:12:49.687Z | [ host-image] Oct 30 01:12:50.018 INFO O| Oct 30 01:12:50.018 INFO STEP 49 (remove_files) COMPLETE |
8746 | 2024-10-30T01:12:49.687Z | [ host-image] Oct 30 01:12:50.018 INFO O| Oct 30 01:12:50.018 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8747 | 2024-10-30T01:12:49.695Z | [ host-image] Oct 30 01:12:50.028 INFO O| Oct 30 01:12:50.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8748 | 2024-10-30T01:12:49.695Z | [ host-image] Oct 30 01:12:50.028 INFO O| Oct 30 01:12:50.028 INFO STEP 50 (remove_files) COMPLETE |
8749 | 2024-10-30T01:12:49.697Z | [ host-image] Oct 30 01:12:50.028 INFO O| Oct 30 01:12:50.028 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8750 | 2024-10-30T01:12:49.706Z | [ host-image] Oct 30 01:12:50.039 INFO O| Oct 30 01:12:50.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8751 | 2024-10-30T01:12:49.706Z | [ host-image] Oct 30 01:12:50.039 INFO O| Oct 30 01:12:50.039 INFO STEP 51 (remove_files) COMPLETE |
8752 | 2024-10-30T01:12:49.708Z | [ host-image] Oct 30 01:12:50.039 INFO O| Oct 30 01:12:50.039 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8753 | 2024-10-30T01:12:49.717Z | [ host-image] Oct 30 01:12:50.050 INFO O| Oct 30 01:12:50.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8754 | 2024-10-30T01:12:49.717Z | [ host-image] Oct 30 01:12:50.050 INFO O| Oct 30 01:12:50.050 INFO STEP 52 (remove_files) COMPLETE |
8755 | 2024-10-30T01:12:49.719Z | [ host-image] Oct 30 01:12:50.050 INFO O| Oct 30 01:12:50.050 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8756 | 2024-10-30T01:12:49.727Z | [ host-image] Oct 30 01:12:50.061 INFO O| Oct 30 01:12:50.061 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8757 | 2024-10-30T01:12:49.727Z | [ host-image] Oct 30 01:12:50.061 INFO O| Oct 30 01:12:50.061 INFO STEP 53 (remove_files) COMPLETE |
8758 | 2024-10-30T01:12:49.727Z | [ host-image] Oct 30 01:12:50.061 INFO O| Oct 30 01:12:50.061 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8759 | 2024-10-30T01:12:49.738Z | [ host-image] Oct 30 01:12:50.072 INFO O| Oct 30 01:12:50.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8760 | 2024-10-30T01:12:49.738Z | [ host-image] Oct 30 01:12:50.072 INFO O| Oct 30 01:12:50.072 INFO STEP 54 (remove_files) COMPLETE |
8761 | 2024-10-30T01:12:49.738Z | [ host-image] Oct 30 01:12:50.072 INFO O| Oct 30 01:12:50.072 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8762 | 2024-10-30T01:12:49.749Z | [ host-image] Oct 30 01:12:50.082 INFO O| Oct 30 01:12:50.082 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8763 | 2024-10-30T01:12:49.749Z | [ host-image] Oct 30 01:12:50.082 INFO O| Oct 30 01:12:50.082 INFO STEP 55 (remove_files) COMPLETE |
8764 | 2024-10-30T01:12:49.749Z | [ host-image] Oct 30 01:12:50.082 INFO O| Oct 30 01:12:50.082 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8765 | 2024-10-30T01:12:49.759Z | [ host-image] Oct 30 01:12:50.093 INFO O| Oct 30 01:12:50.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8766 | 2024-10-30T01:12:49.759Z | [ host-image] Oct 30 01:12:50.093 INFO O| Oct 30 01:12:50.093 INFO STEP 56 (remove_files) COMPLETE |
8767 | 2024-10-30T01:12:49.762Z | [ host-image] Oct 30 01:12:50.093 INFO O| Oct 30 01:12:50.093 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8768 | 2024-10-30T01:12:49.769Z | [ host-image] Oct 30 01:12:50.103 INFO O| Oct 30 01:12:50.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8769 | 2024-10-30T01:12:49.769Z | [ host-image] Oct 30 01:12:50.103 INFO O| Oct 30 01:12:50.103 INFO STEP 57 (remove_files) COMPLETE |
8770 | 2024-10-30T01:12:49.772Z | [ host-image] Oct 30 01:12:50.103 INFO O| Oct 30 01:12:50.103 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8771 | 2024-10-30T01:12:49.779Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8772 | 2024-10-30T01:12:49.779Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8773 | 2024-10-30T01:12:49.782Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8774 | 2024-10-30T01:12:49.782Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8775 | 2024-10-30T01:12:49.782Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8776 | 2024-10-30T01:12:49.782Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8777 | 2024-10-30T01:12:49.782Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO ok! |
8778 | 2024-10-30T01:12:49.782Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO STEP 58 (ensure_file) COMPLETE |
8779 | 2024-10-30T01:12:49.782Z | [ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8780 | 2024-10-30T01:12:49.789Z | [ host-image] Oct 30 01:12:50.123 INFO O| Oct 30 01:12:50.123 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8781 | 2024-10-30T01:12:49.792Z | [ host-image] Oct 30 01:12:50.123 INFO O| Oct 30 01:12:50.123 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8782 | 2024-10-30T01:12:49.792Z | [ host-image] Oct 30 01:12:50.123 INFO O| Oct 30 01:12:50.123 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8783 | 2024-10-30T01:12:49.792Z | [ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8784 | 2024-10-30T01:12:49.792Z | [ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8785 | 2024-10-30T01:12:49.792Z | [ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8786 | 2024-10-30T01:12:49.792Z | [ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO ok! |
8787 | 2024-10-30T01:12:49.792Z | [ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO STEP 59 (ensure_file) COMPLETE |
8788 | 2024-10-30T01:12:49.792Z | [ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8789 | 2024-10-30T01:12:49.799Z | [ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8790 | 2024-10-30T01:12:49.800Z | [ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8791 | 2024-10-30T01:12:49.802Z | [ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8792 | 2024-10-30T01:12:49.802Z | [ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO ok! |
8793 | 2024-10-30T01:12:49.802Z | [ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO STEP 60 (ensure_file) COMPLETE |
8794 | 2024-10-30T01:12:49.802Z | [ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-10-30T01:12:49.809Z | [ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8796 | 2024-10-30T01:12:49.809Z | [ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8797 | 2024-10-30T01:12:49.812Z | [ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8798 | 2024-10-30T01:12:49.812Z | [ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO ok! |
8799 | 2024-10-30T01:12:49.812Z | [ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO STEP 61 (ensure_file) COMPLETE |
8800 | 2024-10-30T01:12:49.812Z | [ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8801 | 2024-10-30T01:12:49.819Z | [ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8802 | 2024-10-30T01:12:49.822Z | [ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8803 | 2024-10-30T01:12:49.822Z | [ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8804 | 2024-10-30T01:12:49.822Z | [ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8805 | 2024-10-30T01:12:49.822Z | [ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO ok! |
8806 | 2024-10-30T01:12:49.822Z | [ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO STEP 62 (ensure_file) COMPLETE |
8807 | 2024-10-30T01:12:49.822Z | [ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8808 | 2024-10-30T01:12:49.829Z | [ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8809 | 2024-10-30T01:12:49.829Z | [ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8810 | 2024-10-30T01:12:49.832Z | [ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8811 | 2024-10-30T01:12:49.832Z | [ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8812 | 2024-10-30T01:12:49.832Z | [ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO ok! |
8813 | 2024-10-30T01:12:49.832Z | [ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO STEP 63 (ensure_file) COMPLETE |
8814 | 2024-10-30T01:12:49.832Z | [ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8815 | 2024-10-30T01:12:49.839Z | [ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.172 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8816 | 2024-10-30T01:12:49.839Z | [ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8817 | 2024-10-30T01:12:49.842Z | [ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8818 | 2024-10-30T01:12:49.842Z | [ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO ok! |
8819 | 2024-10-30T01:12:49.842Z | [ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO STEP 64 (assemble_files) COMPLETE |
8820 | 2024-10-30T01:12:49.842Z | [ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8821 | 2024-10-30T01:12:49.848Z | [ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8822 | 2024-10-30T01:12:49.848Z | [ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8823 | 2024-10-30T01:12:49.851Z | [ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8824 | 2024-10-30T01:12:49.851Z | [ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8825 | 2024-10-30T01:12:49.851Z | [ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO ok! |
8826 | 2024-10-30T01:12:49.851Z | [ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO STEP 65 (ensure_file) COMPLETE |
8827 | 2024-10-30T01:12:49.851Z | [ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-10-30T01:12:49.858Z | [ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8829 | 2024-10-30T01:12:49.861Z | [ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8830 | 2024-10-30T01:12:49.861Z | [ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8831 | 2024-10-30T01:12:49.861Z | [ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO STEP 66 (ensure_dir) COMPLETE |
8832 | 2024-10-30T01:12:49.861Z | [ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8833 | 2024-10-30T01:12:49.868Z | [ host-image] Oct 30 01:12:50.202 INFO O| Oct 30 01:12:50.202 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8834 | 2024-10-30T01:12:49.868Z | [ host-image] Oct 30 01:12:50.202 INFO O| Oct 30 01:12:50.202 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 ... |
8835 | 2024-10-30T01:12:49.875Z | [ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 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 |
8836 | 2024-10-30T01:12:49.878Z | [ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8837 | 2024-10-30T01:12:49.878Z | [ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO ok! |
8838 | 2024-10-30T01:12:49.878Z | [ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO STEP 67 (ensure_file) COMPLETE |
8839 | 2024-10-30T01:12:49.878Z | [ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-10-30T01:12:49.885Z | [ host-image] Oct 30 01:12:50.218 INFO O| Oct 30 01:12:50.218 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8841 | 2024-10-30T01:12:49.887Z | [ host-image] Oct 30 01:12:50.218 INFO O| Oct 30 01:12:50.218 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ... |
8842 | 2024-10-30T01:12:49.887Z | [ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8843 | 2024-10-30T01:12:49.887Z | [ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8844 | 2024-10-30T01:12:49.887Z | [ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO ok! |
8845 | 2024-10-30T01:12:49.887Z | [ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO STEP 68 (ensure_file) COMPLETE |
8846 | 2024-10-30T01:12:49.887Z | [ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8847 | 2024-10-30T01:12:49.899Z | [ host-image] Oct 30 01:12:50.233 INFO O| Oct 30 01:12:50.233 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8848 | 2024-10-30T01:12:49.899Z | [ host-image] Oct 30 01:12:50.233 INFO O| Oct 30 01:12:50.233 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8849 | 2024-10-30T01:12:51.976Z | [ host-image] Oct 30 01:12:52.310 INFO O| Oct 30 01:12:52.310 INFO STEP 69 (pack_tar) COMPLETE |
8850 | 2024-10-30T01:12:51.976Z | [ host-image] Oct 30 01:12:52.310 INFO O| Oct 30 01:12:52.310 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8851 | 2024-10-30T01:12:51.978Z | [ host-image] Oct 30 01:12:52.310 INFO O| Oct 30 01:12:52.310 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8852 | 2024-10-30T01:12:52.568Z | [ host-image] Oct 30 01:12:52.902 INFO O| Oct 30 01:12:52.902 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8853 | 2024-10-30T01:12:52.657Z | [ host-image] Oct 30 01:12:52.991 INFO O| Oct 30 01:12:52.991 INFO completed processing gimlet/ramdisk-02-trim |
8854 | 2024-10-30T01:12:52.659Z | [ host-image] Oct 30 01:12:52.993 INFO image builder template: zfs... |
8855 | 2024-10-30T01:12:52.659Z | [ host-image] Oct 30 01:12:52.993 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/.tmpaVpy3U/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 |
8856 | 2024-10-30T01:12:52.673Z | [ host-image] Oct 30 01:12:53.008 INFO O| Oct 30 01:12:53.008 INFO skip include "stress" because feature "stress" is not enabled |
8857 | 2024-10-30T01:12:52.705Z | [ host-image] Oct 30 01:12:53.039 INFO O| Oct 30 01:12:53.039 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8858 | 2024-10-30T01:12:52.709Z | [ host-image] Oct 30 01:12:53.043 INFO O| Oct 30 01:12:53.043 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8859 | 2024-10-30T01:12:52.827Z | [ host-image] Oct 30 01:12:53.161 INFO O| Oct 30 01:12:53.161 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8860 | 2024-10-30T01:12:52.877Z | [ host-image] Oct 30 01:12:53.211 INFO O| Oct 30 01:12:53.211 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8861 | 2024-10-30T01:12:52.877Z | [ host-image] Oct 30 01:12:53.211 INFO O| Oct 30 01:12:53.211 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8862 | 2024-10-30T01:12:52.881Z | [ host-image] Oct 30 01:12:53.216 INFO O| Oct 30 01:12:53.216 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8863 | 2024-10-30T01:12:53.009Z | [ host-image] Oct 30 01:12:53.344 INFO O| Oct 30 01:12:53.344 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8864 | 2024-10-30T01:12:53.086Z | [ host-image] Oct 30 01:12:53.421 INFO O| Oct 30 01:12:53.421 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8865 | 2024-10-30T01:12:53.097Z | [ host-image] Oct 30 01:12:53.432 INFO O| Oct 30 01:12:53.432 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8866 | 2024-10-30T01:12:53.102Z | [ host-image] Oct 30 01:12:53.437 INFO O| Oct 30 01:12:53.437 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8867 | 2024-10-30T01:12:53.105Z | [ host-image] Oct 30 01:12:53.437 INFO O| Oct 30 01:12:53.437 INFO no lofi found |
8868 | 2024-10-30T01:12:53.105Z | [ host-image] Oct 30 01:12:53.437 INFO O| Oct 30 01:12:53.437 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8869 | 2024-10-30T01:12:53.105Z | [ host-image] Oct 30 01:12:53.437 INFO O| Oct 30 01:12:53.437 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8870 | 2024-10-30T01:12:53.222Z | [ recovery-image] Oct 30 01:12:53.556 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) |
8871 | 2024-10-30T01:12:54.675Z | [ host-image] Oct 30 01:12:55.011 INFO O| Oct 30 01:12:55.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8872 | 2024-10-30T01:12:54.675Z | [ host-image] Oct 30 01:12:55.011 INFO O| Oct 30 01:12:55.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8873 | 2024-10-30T01:12:54.678Z | [ host-image] Oct 30 01:12:55.011 INFO O| Oct 30 01:12:55.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8874 | 2024-10-30T01:12:54.764Z | [ host-image] Oct 30 01:12:55.099 INFO O| Oct 30 01:12:55.099 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8875 | 2024-10-30T01:12:54.764Z | [ host-image] Oct 30 01:12:55.100 INFO O| Oct 30 01:12:55.099 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8876 | 2024-10-30T01:12:54.791Z | [ host-image] Oct 30 01:12:55.126 INFO O| Oct 30 01:12:55.126 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8877 | 2024-10-30T01:12:54.857Z | [ recovery-image] Oct 30 01:12:55.193 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) |
8878 | 2024-10-30T01:12:54.861Z | [ host-image] Oct 30 01:12:55.196 INFO O| Oct 30 01:12:55.196 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8879 | 2024-10-30T01:12:54.904Z | [ host-image] Oct 30 01:12:55.239 INFO O| Oct 30 01:12:55.239 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8880 | 2024-10-30T01:12:54.930Z | [ host-image] Oct 30 01:12:55.266 INFO O| Oct 30 01:12:55.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8881 | 2024-10-30T01:12:54.960Z | [ host-image] Oct 30 01:12:55.295 INFO O| Oct 30 01:12:55.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8882 | 2024-10-30T01:12:55.044Z | [ host-image] Oct 30 01:12:55.379 INFO O| Oct 30 01:12:55.379 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8883 | 2024-10-30T01:12:55.047Z | [ host-image] Oct 30 01:12:55.380 INFO O| Oct 30 01:12:55.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8884 | 2024-10-30T01:12:55.047Z | [ host-image] Oct 30 01:12:55.380 INFO O| Oct 30 01:12:55.380 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8885 | 2024-10-30T01:12:55.062Z | [ host-image] Oct 30 01:12:55.398 INFO O| Oct 30 01:12:55.398 INFO boot environment UUID: 84b2d159-2db8-4cd6-bbe1-dfc1f0ce0d39 |
8886 | 2024-10-30T01:12:55.062Z | [ host-image] Oct 30 01:12:55.398 INFO O| Oct 30 01:12:55.398 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 84b2d159-2db8-4cd6-bbe1-dfc1f0ce0d39 |
8887 | 2024-10-30T01:12:55.087Z | [ host-image] Oct 30 01:12:55.423 INFO O| Oct 30 01:12:55.422 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8888 | 2024-10-30T01:12:55.113Z | [ host-image] Oct 30 01:12:55.448 INFO O| Oct 30 01:12:55.448 INFO STEP 0 (create_be) COMPLETE |
8889 | 2024-10-30T01:12:55.113Z | [ host-image] Oct 30 01:12:55.448 INFO O| Oct 30 01:12:55.448 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8890 | 2024-10-30T01:12:55.141Z | [ host-image] Oct 30 01:12:55.476 INFO O| Oct 30 01:12:55.476 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8891 | 2024-10-30T01:12:56.300Z | [ recovery-image] Oct 30 01:12:56.636 INFO E| Compiling quote v1.0.37 |
8892 | 2024-10-30T01:12:56.792Z | [ recovery-image] Oct 30 01:12:57.128 INFO E| Compiling syn v2.0.77 |
8893 | 2024-10-30T01:13:00.509Z | [ recovery-image] Oct 30 01:13:00.846 INFO E| Compiling bitflags v1.3.2 |
8894 | 2024-10-30T01:13:00.715Z | [ recovery-image] Oct 30 01:13:01.053 INFO E| Compiling raw-cpuid v10.7.0 |
8895 | 2024-10-30T01:13:01.098Z | [ recovery-image] Oct 30 01:13:01.436 INFO E| Compiling log v0.4.22 |
8896 | 2024-10-30T01:13:01.166Z | [ recovery-image] Oct 30 01:13:01.503 INFO E| Compiling bit_field v0.10.2 |
8897 | 2024-10-30T01:13:01.166Z | [ recovery-image] Oct 30 01:13:01.503 INFO E| Compiling plain v0.2.3 |
8898 | 2024-10-30T01:13:01.166Z | [ recovery-image] Oct 30 01:13:01.503 INFO E| Compiling adler2 v2.0.0 |
8899 | 2024-10-30T01:13:01.412Z | [ recovery-image] Oct 30 01:13:01.750 INFO E| Compiling scroll_derive v0.12.0 |
8900 | 2024-10-30T01:13:01.423Z | [ recovery-image] Oct 30 01:13:01.761 INFO E| Compiling miniz_oxide v0.8.0 |
8901 | 2024-10-30T01:13:01.460Z | [ recovery-image] Oct 30 01:13:01.797 INFO E| Compiling cpio_reader v0.1.1 |
8902 | 2024-10-30T01:13:01.495Z | [ recovery-image] Oct 30 01:13:01.832 INFO E| Compiling static_assertions v1.1.0 |
8903 | 2024-10-30T01:13:03.485Z | [ recovery-image] Oct 30 01:13:03.820 INFO E| Compiling scroll v0.12.0 |
8904 | 2024-10-30T01:13:04.233Z | [ recovery-image] Oct 30 01:13:04.572 INFO E| Compiling goblin v0.8.2 |
8905 | 2024-10-30T01:13:06.054Z | [ recovery-image] Oct 30 01:13:06.393 INFO E| Compiling bitstruct_derive v0.1.0 |
8906 | 2024-10-30T01:13:07.372Z | [ recovery-image] Oct 30 01:13:07.712 INFO E| Compiling bitstruct v0.1.1 |
8907 | 2024-10-30T01:13:11.662Z | [ recovery-image] Oct 30 01:13:12.000 INFO E| Finished `release` profile [optimized] target(s) in 36.50s |
8908 | 2024-10-30T01:13:11.685Z | [ recovery-image] Oct 30 01:13:12.026 INFO building host image... |
8909 | 2024-10-30T01:13:11.688Z | [ recovery-image] Oct 30 01:13:12.027 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") |
8910 | 2024-10-30T01:13:12.371Z | [ recovery-image] Oct 30 01:13:12.712 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8911 | 2024-10-30T01:13:14.220Z | [ recovery-image] Oct 30 01:13:14.562 INFO image complete! materials are in "/work/os-recovery" |
8912 | 2024-10-30T01:13:14.223Z | [ recovery-image] |
8913 | 2024-10-30T01:13:14.223Z | [ recovery-image] real 8:01.071110282 |
8914 | 2024-10-30T01:13:14.223Z | [ recovery-image] user 5:19.663129462 |
8915 | 2024-10-30T01:13:14.223Z | [ recovery-image] sys 50.731263731 |
8916 | 2024-10-30T01:13:14.223Z | [ recovery-image] trap 0.244896799 |
8917 | 2024-10-30T01:13:14.223Z | [ recovery-image] tflt 0.239251791 |
8918 | 2024-10-30T01:13:14.226Z | [ recovery-image] dflt 1.352693880 |
8919 | 2024-10-30T01:13:14.226Z | [ recovery-image] kflt 0.000031443 |
8920 | 2024-10-30T01:13:14.226Z | [ recovery-image] lock 17:09.304267359 |
8921 | 2024-10-30T01:13:14.226Z | [ recovery-image] slp 50:03.536503117 |
8922 | 2024-10-30T01:13:14.226Z | [ recovery-image] lat 1:54.287077613 |
8923 | 2024-10-30T01:13:14.226Z | [ recovery-image] stop 4.321394807 |
8924 | 2024-10-30T01:13:14.226Z | Oct 30 01:13:14.566 INFO [recovery-image] process exited with exit status: 0 (481.107526982s) |
8925 | 2024-10-30T01:13:17.930Z | [ host-image] Oct 30 01:13:18.273 INFO O| Oct 30 01:13:18.273 INFO STEP 1 (unpack_tar) COMPLETE |
8926 | 2024-10-30T01:13:17.930Z | [ host-image] Oct 30 01:13:18.274 INFO O| Oct 30 01:13:18.273 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8927 | 2024-10-30T01:13:17.941Z | [ host-image] Oct 30 01:13:18.284 INFO O| Oct 30 01:13:18.284 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8928 | 2024-10-30T01:13:18.251Z | [ host-image] Oct 30 01:13:18.594 INFO O| Oct 30 01:13:18.594 INFO STEP 2 (devfsadm) COMPLETE |
8929 | 2024-10-30T01:13:18.251Z | [ host-image] Oct 30 01:13:18.594 INFO O| Oct 30 01:13:18.594 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8930 | 2024-10-30T01:13:18.261Z | [ host-image] Oct 30 01:13:18.605 INFO O| Oct 30 01:13:18.605 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8931 | 2024-10-30T01:13:18.261Z | [ host-image] Oct 30 01:13:18.605 INFO O| Oct 30 01:13:18.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8932 | 2024-10-30T01:13:18.264Z | [ host-image] Oct 30 01:13:18.605 INFO O| Oct 30 01:13:18.605 INFO STEP 3 (ensure_dir) COMPLETE |
8933 | 2024-10-30T01:13:18.264Z | [ host-image] Oct 30 01:13:18.605 INFO O| Oct 30 01:13:18.605 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8934 | 2024-10-30T01:13:18.272Z | [ host-image] Oct 30 01:13:18.616 INFO O| Oct 30 01:13:18.616 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8935 | 2024-10-30T01:13:18.272Z | [ host-image] Oct 30 01:13:18.616 INFO O| Oct 30 01:13:18.616 INFO STEP 4 (ensure_dir) COMPLETE |
8936 | 2024-10-30T01:13:18.272Z | [ host-image] Oct 30 01:13:18.616 INFO O| Oct 30 01:13:18.616 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8937 | 2024-10-30T01:13:18.284Z | [ host-image] Oct 30 01:13:18.628 INFO O| Oct 30 01:13:18.628 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8938 | 2024-10-30T01:13:18.284Z | [ host-image] Oct 30 01:13:18.628 INFO O| Oct 30 01:13:18.628 INFO STEP 5 (ensure_dir) COMPLETE |
8939 | 2024-10-30T01:13:18.287Z | [ host-image] Oct 30 01:13:18.628 INFO O| Oct 30 01:13:18.628 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8940 | 2024-10-30T01:13:18.296Z | [ host-image] Oct 30 01:13:18.638 INFO O| Oct 30 01:13:18.638 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8941 | 2024-10-30T01:13:18.296Z | [ host-image] Oct 30 01:13:18.638 INFO O| Oct 30 01:13:18.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8942 | 2024-10-30T01:13:18.298Z | [ host-image] Oct 30 01:13:18.638 INFO O| Oct 30 01:13:18.638 INFO STEP 6 (ensure_dir) COMPLETE |
8943 | 2024-10-30T01:13:18.298Z | [ host-image] Oct 30 01:13:18.638 INFO O| Oct 30 01:13:18.638 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8944 | 2024-10-30T01:13:18.304Z | [ host-image] Oct 30 01:13:18.648 INFO O| Oct 30 01:13:18.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8945 | 2024-10-30T01:13:18.306Z | [ host-image] Oct 30 01:13:18.648 INFO O| Oct 30 01:13:18.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8946 | 2024-10-30T01:13:18.307Z | [ host-image] Oct 30 01:13:18.648 INFO O| Oct 30 01:13:18.648 INFO STEP 7 (ensure_dir) COMPLETE |
8947 | 2024-10-30T01:13:18.307Z | [ host-image] Oct 30 01:13:18.648 INFO O| Oct 30 01:13:18.648 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8948 | 2024-10-30T01:13:18.313Z | [ host-image] Oct 30 01:13:18.657 INFO O| Oct 30 01:13:18.657 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8949 | 2024-10-30T01:13:18.316Z | [ host-image] Oct 30 01:13:18.657 INFO O| Oct 30 01:13:18.657 INFO STEP 8 (remove_files) COMPLETE |
8950 | 2024-10-30T01:13:18.316Z | [ host-image] Oct 30 01:13:18.657 INFO O| Oct 30 01:13:18.657 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8951 | 2024-10-30T01:13:18.323Z | [ host-image] Oct 30 01:13:18.667 INFO O| Oct 30 01:13:18.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8952 | 2024-10-30T01:13:18.326Z | [ host-image] Oct 30 01:13:18.668 INFO O| Oct 30 01:13:18.668 INFO STEP 9 (remove_files) COMPLETE |
8953 | 2024-10-30T01:13:18.326Z | [ host-image] Oct 30 01:13:18.668 INFO O| Oct 30 01:13:18.668 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8954 | 2024-10-30T01:13:18.333Z | [ host-image] Oct 30 01:13:18.677 INFO O| Oct 30 01:13:18.677 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8955 | 2024-10-30T01:13:18.336Z | [ host-image] Oct 30 01:13:18.678 INFO O| Oct 30 01:13:18.678 INFO STEP 10 (remove_files) COMPLETE |
8956 | 2024-10-30T01:13:18.336Z | [ host-image] Oct 30 01:13:18.678 INFO O| Oct 30 01:13:18.678 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8957 | 2024-10-30T01:13:18.343Z | [ host-image] Oct 30 01:13:18.687 INFO O| Oct 30 01:13:18.687 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8958 | 2024-10-30T01:13:18.346Z | [ host-image] Oct 30 01:13:18.687 INFO O| Oct 30 01:13:18.687 INFO STEP 11 (remove_files) COMPLETE |
8959 | 2024-10-30T01:13:18.346Z | [ host-image] Oct 30 01:13:18.687 INFO O| Oct 30 01:13:18.687 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8960 | 2024-10-30T01:13:18.353Z | [ host-image] Oct 30 01:13:18.697 INFO O| Oct 30 01:13:18.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8961 | 2024-10-30T01:13:18.356Z | [ host-image] Oct 30 01:13:18.697 INFO O| Oct 30 01:13:18.697 INFO STEP 12 (remove_files) COMPLETE |
8962 | 2024-10-30T01:13:18.356Z | [ host-image] Oct 30 01:13:18.697 INFO O| Oct 30 01:13:18.697 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8963 | 2024-10-30T01:13:18.363Z | [ host-image] Oct 30 01:13:18.707 INFO O| Oct 30 01:13:18.707 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8964 | 2024-10-30T01:13:18.366Z | [ host-image] Oct 30 01:13:18.707 INFO O| Oct 30 01:13:18.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8965 | 2024-10-30T01:13:18.366Z | [ host-image] Oct 30 01:13:18.707 INFO O| Oct 30 01:13:18.707 INFO STEP 13 (ensure_dir) COMPLETE |
8966 | 2024-10-30T01:13:18.366Z | [ host-image] Oct 30 01:13:18.707 INFO O| Oct 30 01:13:18.707 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8967 | 2024-10-30T01:13:18.373Z | [ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8968 | 2024-10-30T01:13:18.376Z | [ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8969 | 2024-10-30T01:13:18.376Z | [ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8970 | 2024-10-30T01:13:18.376Z | [ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO STEP 14 (ensure_dir) COMPLETE |
8971 | 2024-10-30T01:13:18.376Z | [ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8972 | 2024-10-30T01:13:18.383Z | [ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8973 | 2024-10-30T01:13:18.383Z | [ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8974 | 2024-10-30T01:13:18.386Z | [ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8975 | 2024-10-30T01:13:18.386Z | [ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO STEP 15 (ensure_dir) COMPLETE |
8976 | 2024-10-30T01:13:18.386Z | [ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8977 | 2024-10-30T01:13:18.393Z | [ host-image] Oct 30 01:13:18.737 INFO O| Oct 30 01:13:18.737 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8978 | 2024-10-30T01:13:18.393Z | [ host-image] Oct 30 01:13:18.737 INFO O| Oct 30 01:13:18.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8979 | 2024-10-30T01:13:18.396Z | [ host-image] Oct 30 01:13:18.737 INFO O| Oct 30 01:13:18.737 INFO STEP 16 (ensure_dir) COMPLETE |
8980 | 2024-10-30T01:13:18.396Z | [ host-image] Oct 30 01:13:18.737 INFO O| Oct 30 01:13:18.737 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8981 | 2024-10-30T01:13:18.402Z | [ host-image] Oct 30 01:13:18.746 INFO O| Oct 30 01:13:18.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8982 | 2024-10-30T01:13:18.402Z | [ host-image] Oct 30 01:13:18.746 INFO O| Oct 30 01:13:18.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8983 | 2024-10-30T01:13:18.405Z | [ host-image] Oct 30 01:13:18.746 INFO O| Oct 30 01:13:18.746 INFO STEP 17 (ensure_dir) COMPLETE |
8984 | 2024-10-30T01:13:18.405Z | [ host-image] Oct 30 01:13:18.746 INFO O| Oct 30 01:13:18.746 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8985 | 2024-10-30T01:13:18.412Z | [ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8986 | 2024-10-30T01:13:18.412Z | [ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8987 | 2024-10-30T01:13:18.415Z | [ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO ok! |
8988 | 2024-10-30T01:13:18.415Z | [ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO STEP 18 (ensure_symlink) COMPLETE |
8989 | 2024-10-30T01:13:18.415Z | [ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8990 | 2024-10-30T01:13:18.422Z | [ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8991 | 2024-10-30T01:13:18.422Z | [ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8992 | 2024-10-30T01:13:18.422Z | [ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO ok! |
8993 | 2024-10-30T01:13:18.424Z | [ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO STEP 19 (ensure_file) COMPLETE |
8994 | 2024-10-30T01:13:18.424Z | [ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8995 | 2024-10-30T01:13:18.431Z | [ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8996 | 2024-10-30T01:13:18.431Z | [ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8997 | 2024-10-30T01:13:18.434Z | [ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8998 | 2024-10-30T01:13:18.434Z | [ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO ok! |
8999 | 2024-10-30T01:13:18.434Z | [ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO STEP 20 (ensure_symlink) COMPLETE |
9000 | 2024-10-30T01:13:18.434Z | [ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9001 | 2024-10-30T01:13:18.441Z | [ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9002 | 2024-10-30T01:13:18.441Z | [ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9003 | 2024-10-30T01:13:18.444Z | [ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9004 | 2024-10-30T01:13:18.444Z | [ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO ok! |
9005 | 2024-10-30T01:13:18.444Z | [ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO STEP 21 (ensure_symlink) COMPLETE |
9006 | 2024-10-30T01:13:18.444Z | [ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9007 | 2024-10-30T01:13:18.451Z | [ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9008 | 2024-10-30T01:13:18.451Z | [ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9009 | 2024-10-30T01:13:18.453Z | [ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9010 | 2024-10-30T01:13:18.453Z | [ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO ok! |
9011 | 2024-10-30T01:13:18.453Z | [ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO STEP 22 (ensure_symlink) COMPLETE |
9012 | 2024-10-30T01:13:18.453Z | [ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9013 | 2024-10-30T01:13:18.460Z | [ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9014 | 2024-10-30T01:13:18.460Z | [ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9015 | 2024-10-30T01:13:18.463Z | [ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9016 | 2024-10-30T01:13:18.463Z | [ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO ok! |
9017 | 2024-10-30T01:13:18.463Z | [ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO STEP 23 (ensure_symlink) COMPLETE |
9018 | 2024-10-30T01:13:18.463Z | [ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9019 | 2024-10-30T01:13:18.470Z | [ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9020 | 2024-10-30T01:13:18.473Z | [ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9021 | 2024-10-30T01:13:18.473Z | [ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9022 | 2024-10-30T01:13:18.473Z | [ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO ok! |
9023 | 2024-10-30T01:13:18.473Z | [ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO STEP 24 (ensure_file) COMPLETE |
9024 | 2024-10-30T01:13:18.473Z | [ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9025 | 2024-10-30T01:13:18.481Z | [ host-image] Oct 30 01:13:18.824 INFO O| Oct 30 01:13:18.824 INFO updating shadow file |
9026 | 2024-10-30T01:13:18.483Z | [ host-image] Oct 30 01:13:18.825 INFO O| Oct 30 01:13:18.825 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9027 | 2024-10-30T01:13:18.483Z | [ host-image] Oct 30 01:13:18.825 INFO O| Oct 30 01:13:18.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9028 | 2024-10-30T01:13:18.483Z | [ host-image] Oct 30 01:13:18.825 INFO O| Oct 30 01:13:18.825 INFO STEP 25 (shadow) COMPLETE |
9029 | 2024-10-30T01:13:18.483Z | [ host-image] Oct 30 01:13:18.825 INFO O| Oct 30 01:13:18.825 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9030 | 2024-10-30T01:13:18.490Z | [ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9031 | 2024-10-30T01:13:18.490Z | [ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9032 | 2024-10-30T01:13:18.493Z | [ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9033 | 2024-10-30T01:13:18.493Z | [ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO ok! |
9034 | 2024-10-30T01:13:18.493Z | [ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO STEP 26 (ensure_file) COMPLETE |
9035 | 2024-10-30T01:13:18.493Z | [ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9036 | 2024-10-30T01:13:18.500Z | [ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9037 | 2024-10-30T01:13:18.502Z | [ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9038 | 2024-10-30T01:13:18.503Z | [ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9039 | 2024-10-30T01:13:18.503Z | [ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO ok! |
9040 | 2024-10-30T01:13:18.503Z | [ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO STEP 27 (ensure_file) COMPLETE |
9041 | 2024-10-30T01:13:18.503Z | [ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9042 | 2024-10-30T01:13:18.510Z | [ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9043 | 2024-10-30T01:13:18.510Z | [ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9044 | 2024-10-30T01:13:18.512Z | [ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9045 | 2024-10-30T01:13:18.513Z | [ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9046 | 2024-10-30T01:13:18.513Z | [ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO ok! |
9047 | 2024-10-30T01:13:18.513Z | [ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO STEP 28 (ensure_file) COMPLETE |
9048 | 2024-10-30T01:13:18.513Z | [ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9049 | 2024-10-30T01:13:18.520Z | [ host-image] Oct 30 01:13:18.863 INFO O| Oct 30 01:13:18.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9050 | 2024-10-30T01:13:18.520Z | [ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.863 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9051 | 2024-10-30T01:13:18.522Z | [ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9052 | 2024-10-30T01:13:18.522Z | [ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.864 INFO ok! |
9053 | 2024-10-30T01:13:18.522Z | [ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.864 INFO STEP 29 (ensure_file) COMPLETE |
9054 | 2024-10-30T01:13:18.522Z | [ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.864 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9055 | 2024-10-30T01:13:18.529Z | [ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9056 | 2024-10-30T01:13:18.529Z | [ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9057 | 2024-10-30T01:13:18.532Z | [ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9058 | 2024-10-30T01:13:18.532Z | [ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO ok! |
9059 | 2024-10-30T01:13:18.532Z | [ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO STEP 30 (ensure_file) COMPLETE |
9060 | 2024-10-30T01:13:18.532Z | [ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9061 | 2024-10-30T01:13:18.540Z | [ host-image] Oct 30 01:13:18.883 INFO O| Oct 30 01:13:18.883 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9062 | 2024-10-30T01:13:18.540Z | [ host-image] Oct 30 01:13:18.883 INFO O| Oct 30 01:13:18.883 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9063 | 2024-10-30T01:13:18.542Z | [ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9064 | 2024-10-30T01:13:18.542Z | [ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9065 | 2024-10-30T01:13:18.542Z | [ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO ok! |
9066 | 2024-10-30T01:13:18.542Z | [ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO STEP 31 (ensure_file) COMPLETE |
9067 | 2024-10-30T01:13:18.543Z | [ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9068 | 2024-10-30T01:13:18.550Z | [ host-image] Oct 30 01:13:18.893 INFO O| Oct 30 01:13:18.893 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9069 | 2024-10-30T01:13:18.550Z | [ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.893 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9070 | 2024-10-30T01:13:18.552Z | [ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9071 | 2024-10-30T01:13:18.552Z | [ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.894 INFO ok! |
9072 | 2024-10-30T01:13:18.552Z | [ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.894 INFO STEP 32 (ensure_file) COMPLETE |
9073 | 2024-10-30T01:13:18.552Z | [ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.894 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9074 | 2024-10-30T01:13:18.562Z | [ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9075 | 2024-10-30T01:13:18.562Z | [ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9076 | 2024-10-30T01:13:18.562Z | [ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9077 | 2024-10-30T01:13:18.562Z | [ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO ok! |
9078 | 2024-10-30T01:13:18.562Z | [ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO STEP 33 (ensure_file) COMPLETE |
9079 | 2024-10-30T01:13:18.562Z | [ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9080 | 2024-10-30T01:13:18.569Z | [ host-image] Oct 30 01:13:18.913 INFO O| Oct 30 01:13:18.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9081 | 2024-10-30T01:13:18.569Z | [ host-image] Oct 30 01:13:18.913 INFO O| Oct 30 01:13:18.913 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9082 | 2024-10-30T01:13:18.572Z | [ host-image] Oct 30 01:13:18.913 INFO O| Oct 30 01:13:18.913 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9083 | 2024-10-30T01:13:18.572Z | [ host-image] Oct 30 01:13:18.913 INFO O| Oct 30 01:13:18.913 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9084 | 2024-10-30T01:13:18.572Z | [ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.913 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9085 | 2024-10-30T01:13:18.572Z | [ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.914 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9086 | 2024-10-30T01:13:18.572Z | [ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.914 INFO ok! |
9087 | 2024-10-30T01:13:18.572Z | [ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.914 INFO STEP 34 (ensure_file) COMPLETE |
9088 | 2024-10-30T01:13:18.572Z | [ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.914 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9089 | 2024-10-30T01:13:18.579Z | [ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9090 | 2024-10-30T01:13:18.582Z | [ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9091 | 2024-10-30T01:13:18.582Z | [ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9092 | 2024-10-30T01:13:18.582Z | [ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO STEP 35 (ensure_dir) COMPLETE |
9093 | 2024-10-30T01:13:18.582Z | [ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9094 | 2024-10-30T01:13:18.589Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 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 |
9095 | 2024-10-30T01:13:18.589Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 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 ... |
9096 | 2024-10-30T01:13:18.591Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 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 |
9097 | 2024-10-30T01:13:18.591Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 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 |
9098 | 2024-10-30T01:13:18.592Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 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 |
9099 | 2024-10-30T01:13:18.592Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 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 |
9100 | 2024-10-30T01:13:18.592Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO ok! |
9101 | 2024-10-30T01:13:18.592Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO STEP 36 (ensure_file) COMPLETE |
9102 | 2024-10-30T01:13:18.592Z | [ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9103 | 2024-10-30T01:13:18.598Z | [ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9104 | 2024-10-30T01:13:18.598Z | [ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 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 ... |
9105 | 2024-10-30T01:13:18.601Z | [ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9106 | 2024-10-30T01:13:18.601Z | [ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO ok! |
9107 | 2024-10-30T01:13:18.601Z | [ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO STEP 37 (ensure_symlink) COMPLETE |
9108 | 2024-10-30T01:13:18.601Z | [ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9109 | 2024-10-30T01:13:18.608Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9110 | 2024-10-30T01:13:18.608Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9111 | 2024-10-30T01:13:18.611Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9112 | 2024-10-30T01:13:18.611Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9113 | 2024-10-30T01:13:18.611Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9114 | 2024-10-30T01:13:18.611Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9115 | 2024-10-30T01:13:18.611Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO ok! |
9116 | 2024-10-30T01:13:18.611Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO STEP 38 (ensure_file) COMPLETE |
9117 | 2024-10-30T01:13:18.611Z | [ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9118 | 2024-10-30T01:13:18.618Z | [ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9119 | 2024-10-30T01:13:18.618Z | [ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 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 ... |
9120 | 2024-10-30T01:13:18.621Z | [ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 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 |
9121 | 2024-10-30T01:13:18.621Z | [ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9122 | 2024-10-30T01:13:18.621Z | [ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO ok! |
9123 | 2024-10-30T01:13:18.621Z | [ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO STEP 39 (ensure_file) COMPLETE |
9124 | 2024-10-30T01:13:18.621Z | [ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9125 | 2024-10-30T01:13:18.628Z | [ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9126 | 2024-10-30T01:13:18.630Z | [ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9127 | 2024-10-30T01:13:18.630Z | [ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9128 | 2024-10-30T01:13:18.630Z | [ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO ok! |
9129 | 2024-10-30T01:13:18.630Z | [ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO STEP 40 (ensure_file) COMPLETE |
9130 | 2024-10-30T01:13:18.630Z | [ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9131 | 2024-10-30T01:13:18.638Z | [ host-image] Oct 30 01:13:18.982 INFO O| Oct 30 01:13:18.982 INFO updating shadow file |
9132 | 2024-10-30T01:13:18.640Z | [ host-image] Oct 30 01:13:18.982 INFO O| Oct 30 01:13:18.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9133 | 2024-10-30T01:13:18.640Z | [ host-image] Oct 30 01:13:18.982 INFO O| Oct 30 01:13:18.982 INFO STEP 41 (shadow) COMPLETE |
9134 | 2024-10-30T01:13:18.640Z | [ host-image] Oct 30 01:13:18.982 INFO O| Oct 30 01:13:18.982 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9135 | 2024-10-30T01:13:18.648Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9136 | 2024-10-30T01:13:18.648Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9137 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9138 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9139 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO ok! |
9140 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO STEP 42 (ensure_file) COMPLETE |
9141 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9142 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO skip step because feature "mfg" is not enabled |
9143 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9144 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO skip step because feature "mfg" is not enabled |
9145 | 2024-10-30T01:13:18.651Z | [ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9146 | 2024-10-30T01:13:18.658Z | [ host-image] Oct 30 01:13:19.002 INFO O| Oct 30 01:13:19.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9147 | 2024-10-30T01:13:18.658Z | [ host-image] Oct 30 01:13:19.002 INFO O| Oct 30 01:13:19.002 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9148 | 2024-10-30T01:13:19.291Z | [ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9149 | 2024-10-30T01:13:19.291Z | [ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9150 | 2024-10-30T01:13:19.294Z | [ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO ok! |
9151 | 2024-10-30T01:13:19.294Z | [ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO STEP 45 (ensure_file) COMPLETE |
9152 | 2024-10-30T01:13:19.294Z | [ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9153 | 2024-10-30T01:13:19.302Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9154 | 2024-10-30T01:13:19.302Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9155 | 2024-10-30T01:13:19.304Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9156 | 2024-10-30T01:13:19.304Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9157 | 2024-10-30T01:13:19.304Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9158 | 2024-10-30T01:13:19.304Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9159 | 2024-10-30T01:13:19.304Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO ok! |
9160 | 2024-10-30T01:13:19.305Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO STEP 46 (ensure_file) COMPLETE |
9161 | 2024-10-30T01:13:19.305Z | [ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9162 | 2024-10-30T01:13:19.312Z | [ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9163 | 2024-10-30T01:13:19.315Z | [ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 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 ... |
9164 | 2024-10-30T01:13:19.315Z | [ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 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 |
9165 | 2024-10-30T01:13:19.315Z | [ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9166 | 2024-10-30T01:13:19.315Z | [ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO ok! |
9167 | 2024-10-30T01:13:19.315Z | [ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO STEP 47 (ensure_file) COMPLETE |
9168 | 2024-10-30T01:13:19.315Z | [ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9169 | 2024-10-30T01:13:19.321Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9170 | 2024-10-30T01:13:19.324Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9171 | 2024-10-30T01:13:19.324Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9172 | 2024-10-30T01:13:19.324Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9173 | 2024-10-30T01:13:19.324Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9174 | 2024-10-30T01:13:19.324Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9175 | 2024-10-30T01:13:19.324Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO ok! |
9176 | 2024-10-30T01:13:19.324Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO STEP 48 (ensure_file) COMPLETE |
9177 | 2024-10-30T01:13:19.324Z | [ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9178 | 2024-10-30T01:13:19.331Z | [ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9179 | 2024-10-30T01:13:19.333Z | [ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 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 ... |
9180 | 2024-10-30T01:13:19.333Z | [ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 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 |
9181 | 2024-10-30T01:13:19.333Z | [ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9182 | 2024-10-30T01:13:19.333Z | [ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO ok! |
9183 | 2024-10-30T01:13:19.333Z | [ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO STEP 49 (ensure_file) COMPLETE |
9184 | 2024-10-30T01:13:19.333Z | [ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9185 | 2024-10-30T01:13:19.340Z | [ host-image] Oct 30 01:13:19.684 INFO O| Oct 30 01:13:19.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9186 | 2024-10-30T01:13:19.340Z | [ host-image] Oct 30 01:13:19.684 INFO O| Oct 30 01:13:19.684 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9187 | 2024-10-30T01:13:19.343Z | [ host-image] Oct 30 01:13:19.684 INFO O| Oct 30 01:13:19.684 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9188 | 2024-10-30T01:13:19.343Z | [ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.684 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9189 | 2024-10-30T01:13:19.343Z | [ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.684 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9190 | 2024-10-30T01:13:19.343Z | [ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.685 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9191 | 2024-10-30T01:13:19.343Z | [ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.685 INFO ok! |
9192 | 2024-10-30T01:13:19.343Z | [ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.685 INFO STEP 50 (ensure_file) COMPLETE |
9193 | 2024-10-30T01:13:19.343Z | [ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.685 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9194 | 2024-10-30T01:13:19.350Z | [ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9195 | 2024-10-30T01:13:19.350Z | [ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 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 ... |
9196 | 2024-10-30T01:13:19.352Z | [ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 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 |
9197 | 2024-10-30T01:13:19.352Z | [ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9198 | 2024-10-30T01:13:19.352Z | [ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO ok! |
9199 | 2024-10-30T01:13:19.352Z | [ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO STEP 51 (ensure_file) COMPLETE |
9200 | 2024-10-30T01:13:19.352Z | [ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9201 | 2024-10-30T01:13:19.360Z | [ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9202 | 2024-10-30T01:13:19.360Z | [ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 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 ... |
9203 | 2024-10-30T01:13:19.362Z | [ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 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 |
9204 | 2024-10-30T01:13:19.362Z | [ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9205 | 2024-10-30T01:13:19.362Z | [ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO ok! |
9206 | 2024-10-30T01:13:19.362Z | [ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO STEP 52 (ensure_file) COMPLETE |
9207 | 2024-10-30T01:13:19.362Z | [ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9208 | 2024-10-30T01:13:19.369Z | [ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9209 | 2024-10-30T01:13:19.369Z | [ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 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 ... |
9210 | 2024-10-30T01:13:19.372Z | [ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 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 |
9211 | 2024-10-30T01:13:19.372Z | [ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9212 | 2024-10-30T01:13:19.372Z | [ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO ok! |
9213 | 2024-10-30T01:13:19.372Z | [ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO STEP 53 (ensure_file) COMPLETE |
9214 | 2024-10-30T01:13:19.372Z | [ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9215 | 2024-10-30T01:13:19.379Z | [ host-image] Oct 30 01:13:19.723 INFO O| Oct 30 01:13:19.723 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9216 | 2024-10-30T01:13:19.379Z | [ host-image] Oct 30 01:13:19.723 INFO O| Oct 30 01:13:19.723 INFO STEP 54 (ensure_dir) COMPLETE |
9217 | 2024-10-30T01:13:19.382Z | [ host-image] Oct 30 01:13:19.723 INFO O| Oct 30 01:13:19.723 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9218 | 2024-10-30T01:13:19.388Z | [ host-image] Oct 30 01:13:19.732 INFO O| Oct 30 01:13:19.732 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9219 | 2024-10-30T01:13:19.388Z | [ host-image] Oct 30 01:13:19.732 INFO O| Oct 30 01:13:19.732 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9220 | 2024-10-30T01:13:19.391Z | [ host-image] Oct 30 01:13:19.733 INFO O| Oct 30 01:13:19.732 INFO STEP 55 (ensure_dir) COMPLETE |
9221 | 2024-10-30T01:13:19.391Z | [ host-image] Oct 30 01:13:19.733 INFO O| Oct 30 01:13:19.733 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9222 | 2024-10-30T01:13:19.398Z | [ host-image] Oct 30 01:13:19.742 INFO O| Oct 30 01:13:19.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9223 | 2024-10-30T01:13:19.400Z | [ host-image] Oct 30 01:13:19.742 INFO O| Oct 30 01:13:19.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9224 | 2024-10-30T01:13:19.400Z | [ host-image] Oct 30 01:13:19.742 INFO O| Oct 30 01:13:19.742 INFO STEP 56 (ensure_dir) COMPLETE |
9225 | 2024-10-30T01:13:19.401Z | [ host-image] Oct 30 01:13:19.742 INFO O| Oct 30 01:13:19.742 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9226 | 2024-10-30T01:13:19.408Z | [ host-image] Oct 30 01:13:19.751 INFO O| Oct 30 01:13:19.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9227 | 2024-10-30T01:13:19.408Z | [ host-image] Oct 30 01:13:19.751 INFO O| Oct 30 01:13:19.751 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9228 | 2024-10-30T01:13:19.424Z | [ host-image] Oct 30 01:13:19.768 INFO O| Oct 30 01:13:19.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9229 | 2024-10-30T01:13:19.424Z | [ host-image] Oct 30 01:13:19.768 INFO O| Oct 30 01:13:19.768 INFO ok! |
9230 | 2024-10-30T01:13:19.424Z | [ host-image] Oct 30 01:13:19.768 INFO O| Oct 30 01:13:19.768 INFO STEP 57 (ensure_file) COMPLETE |
9231 | 2024-10-30T01:13:19.426Z | [ host-image] Oct 30 01:13:19.768 INFO O| Oct 30 01:13:19.768 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9232 | 2024-10-30T01:13:19.434Z | [ host-image] Oct 30 01:13:19.778 INFO O| Oct 30 01:13:19.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9233 | 2024-10-30T01:13:19.434Z | [ host-image] Oct 30 01:13:19.778 INFO O| Oct 30 01:13:19.778 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9234 | 2024-10-30T01:13:20.493Z | [ host-image] Oct 30 01:13:20.837 INFO O| Oct 30 01:13:20.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9235 | 2024-10-30T01:13:20.493Z | [ host-image] Oct 30 01:13:20.837 INFO O| Oct 30 01:13:20.836 INFO ok! |
9236 | 2024-10-30T01:13:20.496Z | [ host-image] Oct 30 01:13:20.837 INFO O| Oct 30 01:13:20.836 INFO STEP 58 (ensure_file) COMPLETE |
9237 | 2024-10-30T01:13:20.496Z | [ host-image] Oct 30 01:13:20.837 INFO O| Oct 30 01:13:20.837 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9238 | 2024-10-30T01:13:20.503Z | [ host-image] Oct 30 01:13:20.848 INFO O| Oct 30 01:13:20.848 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9239 | 2024-10-30T01:13:20.506Z | [ host-image] Oct 30 01:13:20.848 INFO O| Oct 30 01:13:20.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9240 | 2024-10-30T01:13:20.506Z | [ host-image] Oct 30 01:13:20.848 INFO O| Oct 30 01:13:20.848 INFO STEP 59 (ensure_dir) COMPLETE |
9241 | 2024-10-30T01:13:20.506Z | [ host-image] Oct 30 01:13:20.848 INFO O| Oct 30 01:13:20.848 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9242 | 2024-10-30T01:13:20.513Z | [ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9243 | 2024-10-30T01:13:20.517Z | [ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO copying /tmp/.tmpaVpy3U/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 ... |
9244 | 2024-10-30T01:13:20.517Z | [ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9245 | 2024-10-30T01:13:20.517Z | [ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO ok! |
9246 | 2024-10-30T01:13:20.517Z | [ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO STEP 60 (ensure_file) COMPLETE |
9247 | 2024-10-30T01:13:20.517Z | [ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9248 | 2024-10-30T01:13:20.523Z | [ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9249 | 2024-10-30T01:13:20.523Z | [ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO copying /tmp/.tmpaVpy3U/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 ... |
9250 | 2024-10-30T01:13:20.525Z | [ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9251 | 2024-10-30T01:13:20.525Z | [ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO ok! |
9252 | 2024-10-30T01:13:20.525Z | [ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO STEP 61 (ensure_file) COMPLETE |
9253 | 2024-10-30T01:13:20.526Z | [ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9254 | 2024-10-30T01:13:20.532Z | [ host-image] Oct 30 01:13:20.876 INFO O| Oct 30 01:13:20.876 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9255 | 2024-10-30T01:13:20.534Z | [ host-image] Oct 30 01:13:20.876 INFO O| Oct 30 01:13:20.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9256 | 2024-10-30T01:13:20.535Z | [ host-image] Oct 30 01:13:20.876 INFO O| Oct 30 01:13:20.876 INFO STEP 62 (ensure_dir) COMPLETE |
9257 | 2024-10-30T01:13:20.535Z | [ host-image] Oct 30 01:13:20.876 INFO O| Oct 30 01:13:20.876 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9258 | 2024-10-30T01:13:20.541Z | [ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9259 | 2024-10-30T01:13:20.544Z | [ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO copying /tmp/.tmpaVpy3U/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 ... |
9260 | 2024-10-30T01:13:20.544Z | [ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9261 | 2024-10-30T01:13:20.544Z | [ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO ok! |
9262 | 2024-10-30T01:13:20.544Z | [ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO STEP 63 (ensure_file) COMPLETE |
9263 | 2024-10-30T01:13:20.544Z | [ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9264 | 2024-10-30T01:13:20.551Z | [ host-image] Oct 30 01:13:20.895 INFO O| Oct 30 01:13:20.895 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9265 | 2024-10-30T01:13:20.551Z | [ host-image] Oct 30 01:13:20.895 INFO O| Oct 30 01:13:20.895 INFO copying /tmp/.tmpaVpy3U/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 ... |
9266 | 2024-10-30T01:13:20.556Z | [ host-image] Oct 30 01:13:20.895 INFO O| Oct 30 01:13:20.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9267 | 2024-10-30T01:13:20.556Z | [ host-image] Oct 30 01:13:20.896 INFO O| Oct 30 01:13:20.895 INFO ok! |
9268 | 2024-10-30T01:13:20.556Z | [ host-image] Oct 30 01:13:20.896 INFO O| Oct 30 01:13:20.895 INFO STEP 64 (ensure_file) COMPLETE |
9269 | 2024-10-30T01:13:20.556Z | [ host-image] Oct 30 01:13:20.896 INFO O| Oct 30 01:13:20.896 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9270 | 2024-10-30T01:13:20.560Z | [ host-image] Oct 30 01:13:20.905 INFO O| Oct 30 01:13:20.905 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9271 | 2024-10-30T01:13:20.560Z | [ host-image] Oct 30 01:13:20.905 INFO O| Oct 30 01:13:20.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9272 | 2024-10-30T01:13:20.563Z | [ host-image] Oct 30 01:13:20.905 INFO O| Oct 30 01:13:20.905 INFO STEP 65 (ensure_dir) COMPLETE |
9273 | 2024-10-30T01:13:20.563Z | [ host-image] Oct 30 01:13:20.905 INFO O| Oct 30 01:13:20.905 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9274 | 2024-10-30T01:13:20.570Z | [ host-image] Oct 30 01:13:20.914 INFO O| Oct 30 01:13:20.914 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9275 | 2024-10-30T01:13:20.570Z | [ host-image] Oct 30 01:13:20.914 INFO O| Oct 30 01:13:20.914 INFO copying /tmp/.tmpaVpy3U/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 ... |
9276 | 2024-10-30T01:13:20.573Z | [ host-image] Oct 30 01:13:20.915 INFO O| Oct 30 01:13:20.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9277 | 2024-10-30T01:13:20.573Z | [ host-image] Oct 30 01:13:20.915 INFO O| Oct 30 01:13:20.915 INFO ok! |
9278 | 2024-10-30T01:13:20.573Z | [ host-image] Oct 30 01:13:20.915 INFO O| Oct 30 01:13:20.915 INFO STEP 66 (ensure_file) COMPLETE |
9279 | 2024-10-30T01:13:20.573Z | [ host-image] Oct 30 01:13:20.915 INFO O| Oct 30 01:13:20.915 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9280 | 2024-10-30T01:13:20.579Z | [ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9281 | 2024-10-30T01:13:20.582Z | [ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9282 | 2024-10-30T01:13:20.582Z | [ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9283 | 2024-10-30T01:13:20.582Z | [ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO ok! |
9284 | 2024-10-30T01:13:20.582Z | [ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO STEP 67 (ensure_file) COMPLETE |
9285 | 2024-10-30T01:13:20.582Z | [ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9286 | 2024-10-30T01:13:20.589Z | [ host-image] Oct 30 01:13:20.934 INFO O| Oct 30 01:13:20.934 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9287 | 2024-10-30T01:13:20.591Z | [ host-image] Oct 30 01:13:20.934 INFO O| Oct 30 01:13:20.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9288 | 2024-10-30T01:13:20.591Z | [ host-image] Oct 30 01:13:20.934 INFO O| Oct 30 01:13:20.934 INFO STEP 68 (ensure_dir) COMPLETE |
9289 | 2024-10-30T01:13:20.591Z | [ host-image] Oct 30 01:13:20.934 INFO O| Oct 30 01:13:20.934 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9290 | 2024-10-30T01:13:20.599Z | [ host-image] Oct 30 01:13:20.943 INFO O| Oct 30 01:13:20.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9291 | 2024-10-30T01:13:20.602Z | [ host-image] Oct 30 01:13:20.943 INFO O| Oct 30 01:13:20.943 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9292 | 2024-10-30T01:13:21.622Z | [ host-image] Oct 30 01:13:21.967 INFO O| Oct 30 01:13:21.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9293 | 2024-10-30T01:13:21.622Z | [ host-image] Oct 30 01:13:21.967 INFO O| Oct 30 01:13:21.967 INFO ok! |
9294 | 2024-10-30T01:13:21.622Z | [ host-image] Oct 30 01:13:21.967 INFO O| Oct 30 01:13:21.967 INFO STEP 69 (ensure_file) COMPLETE |
9295 | 2024-10-30T01:13:21.622Z | [ host-image] Oct 30 01:13:21.967 INFO O| Oct 30 01:13:21.967 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9296 | 2024-10-30T01:13:21.633Z | [ host-image] Oct 30 01:13:21.978 INFO O| Oct 30 01:13:21.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9297 | 2024-10-30T01:13:21.633Z | [ host-image] Oct 30 01:13:21.978 INFO O| Oct 30 01:13:21.978 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9298 | 2024-10-30T01:13:23.082Z | [ host-image] Oct 30 01:13:23.427 INFO O| Oct 30 01:13:23.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9299 | 2024-10-30T01:13:23.082Z | [ host-image] Oct 30 01:13:23.427 INFO O| Oct 30 01:13:23.427 INFO ok! |
9300 | 2024-10-30T01:13:23.082Z | [ host-image] Oct 30 01:13:23.427 INFO O| Oct 30 01:13:23.427 INFO STEP 70 (ensure_file) COMPLETE |
9301 | 2024-10-30T01:13:23.082Z | [ host-image] Oct 30 01:13:23.427 INFO O| Oct 30 01:13:23.427 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9302 | 2024-10-30T01:13:23.093Z | [ host-image] Oct 30 01:13:23.438 INFO O| Oct 30 01:13:23.438 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9303 | 2024-10-30T01:13:23.095Z | [ host-image] Oct 30 01:13:23.438 INFO O| Oct 30 01:13:23.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9304 | 2024-10-30T01:13:23.096Z | [ host-image] Oct 30 01:13:23.438 INFO O| Oct 30 01:13:23.438 INFO STEP 71 (ensure_dir) COMPLETE |
9305 | 2024-10-30T01:13:23.096Z | [ host-image] Oct 30 01:13:23.438 INFO O| Oct 30 01:13:23.438 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9306 | 2024-10-30T01:13:23.102Z | [ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9307 | 2024-10-30T01:13:23.102Z | [ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO copying /tmp/.tmpaVpy3U/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 ... |
9308 | 2024-10-30T01:13:23.105Z | [ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9309 | 2024-10-30T01:13:23.105Z | [ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO ok! |
9310 | 2024-10-30T01:13:23.105Z | [ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO STEP 72 (ensure_file) COMPLETE |
9311 | 2024-10-30T01:13:23.105Z | [ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9312 | 2024-10-30T01:13:23.112Z | [ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9313 | 2024-10-30T01:13:23.112Z | [ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO copying /tmp/.tmpaVpy3U/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 ... |
9314 | 2024-10-30T01:13:23.114Z | [ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9315 | 2024-10-30T01:13:23.114Z | [ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO ok! |
9316 | 2024-10-30T01:13:23.114Z | [ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO STEP 73 (ensure_file) COMPLETE |
9317 | 2024-10-30T01:13:23.114Z | [ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9318 | 2024-10-30T01:13:23.121Z | [ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9319 | 2024-10-30T01:13:23.121Z | [ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9320 | 2024-10-30T01:13:23.124Z | [ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9321 | 2024-10-30T01:13:23.124Z | [ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO ok! |
9322 | 2024-10-30T01:13:23.124Z | [ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO STEP 74 (ensure_file) COMPLETE |
9323 | 2024-10-30T01:13:23.124Z | [ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9324 | 2024-10-30T01:13:23.131Z | [ host-image] Oct 30 01:13:23.476 INFO O| Oct 30 01:13:23.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9325 | 2024-10-30T01:13:23.133Z | [ host-image] Oct 30 01:13:23.476 INFO O| Oct 30 01:13:23.476 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9326 | 2024-10-30T01:13:23.133Z | [ host-image] Oct 30 01:13:23.477 INFO O| Oct 30 01:13:23.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9327 | 2024-10-30T01:13:23.133Z | [ host-image] Oct 30 01:13:23.477 INFO O| Oct 30 01:13:23.476 INFO ok! |
9328 | 2024-10-30T01:13:23.134Z | [ host-image] Oct 30 01:13:23.477 INFO O| Oct 30 01:13:23.476 INFO STEP 75 (ensure_file) COMPLETE |
9329 | 2024-10-30T01:13:23.134Z | [ host-image] Oct 30 01:13:23.477 INFO O| Oct 30 01:13:23.477 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9330 | 2024-10-30T01:13:23.141Z | [ host-image] Oct 30 01:13:23.486 INFO O| Oct 30 01:13:23.486 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9331 | 2024-10-30T01:13:23.141Z | [ host-image] Oct 30 01:13:23.486 INFO O| Oct 30 01:13:23.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9332 | 2024-10-30T01:13:23.143Z | [ host-image] Oct 30 01:13:23.486 INFO O| Oct 30 01:13:23.486 INFO STEP 76 (ensure_dir) COMPLETE |
9333 | 2024-10-30T01:13:23.143Z | [ host-image] Oct 30 01:13:23.486 INFO O| Oct 30 01:13:23.486 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9334 | 2024-10-30T01:13:23.149Z | [ host-image] Oct 30 01:13:23.495 INFO O| Oct 30 01:13:23.495 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9335 | 2024-10-30T01:13:23.149Z | [ host-image] Oct 30 01:13:23.495 INFO O| Oct 30 01:13:23.495 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9336 | 2024-10-30T01:13:23.153Z | [ host-image] Oct 30 01:13:23.498 INFO O| Oct 30 01:13:23.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9337 | 2024-10-30T01:13:23.155Z | [ host-image] Oct 30 01:13:23.498 INFO O| Oct 30 01:13:23.498 INFO ok! |
9338 | 2024-10-30T01:13:23.155Z | [ host-image] Oct 30 01:13:23.498 INFO O| Oct 30 01:13:23.498 INFO STEP 77 (ensure_file) COMPLETE |
9339 | 2024-10-30T01:13:23.155Z | [ host-image] Oct 30 01:13:23.498 INFO O| Oct 30 01:13:23.498 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9340 | 2024-10-30T01:13:23.162Z | [ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9341 | 2024-10-30T01:13:23.165Z | [ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9342 | 2024-10-30T01:13:23.165Z | [ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9343 | 2024-10-30T01:13:23.165Z | [ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO ok! |
9344 | 2024-10-30T01:13:23.165Z | [ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO STEP 78 (ensure_file) COMPLETE |
9345 | 2024-10-30T01:13:23.165Z | [ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9346 | 2024-10-30T01:13:23.172Z | [ host-image] Oct 30 01:13:23.517 INFO O| Oct 30 01:13:23.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9347 | 2024-10-30T01:13:23.172Z | [ host-image] Oct 30 01:13:23.517 INFO O| Oct 30 01:13:23.517 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9348 | 2024-10-30T01:13:23.795Z | [ host-image] Oct 30 01:13:24.140 INFO O| Oct 30 01:13:24.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9349 | 2024-10-30T01:13:23.795Z | [ host-image] Oct 30 01:13:24.140 INFO O| Oct 30 01:13:24.140 INFO ok! |
9350 | 2024-10-30T01:13:23.798Z | [ host-image] Oct 30 01:13:24.140 INFO O| Oct 30 01:13:24.140 INFO STEP 79 (ensure_file) COMPLETE |
9351 | 2024-10-30T01:13:23.798Z | [ host-image] Oct 30 01:13:24.140 INFO O| Oct 30 01:13:24.140 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9352 | 2024-10-30T01:13:23.806Z | [ host-image] Oct 30 01:13:24.152 INFO O| Oct 30 01:13:24.152 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9353 | 2024-10-30T01:13:23.806Z | [ host-image] Oct 30 01:13:24.152 INFO O| Oct 30 01:13:24.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9354 | 2024-10-30T01:13:23.806Z | [ host-image] Oct 30 01:13:24.152 INFO O| Oct 30 01:13:24.152 INFO STEP 80 (ensure_dir) COMPLETE |
9355 | 2024-10-30T01:13:23.809Z | [ host-image] Oct 30 01:13:24.152 INFO O| Oct 30 01:13:24.152 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9356 | 2024-10-30T01:13:23.816Z | [ host-image] Oct 30 01:13:24.162 INFO O| Oct 30 01:13:24.162 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9357 | 2024-10-30T01:13:23.819Z | [ host-image] Oct 30 01:13:24.162 INFO O| Oct 30 01:13:24.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9358 | 2024-10-30T01:13:23.819Z | [ host-image] Oct 30 01:13:24.162 INFO O| Oct 30 01:13:24.162 INFO STEP 81 (ensure_dir) COMPLETE |
9359 | 2024-10-30T01:13:23.819Z | [ host-image] Oct 30 01:13:24.162 INFO O| Oct 30 01:13:24.162 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9360 | 2024-10-30T01:13:23.827Z | [ host-image] Oct 30 01:13:24.172 INFO O| Oct 30 01:13:24.172 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9361 | 2024-10-30T01:13:23.829Z | [ host-image] Oct 30 01:13:24.172 INFO O| Oct 30 01:13:24.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9362 | 2024-10-30T01:13:23.829Z | [ host-image] Oct 30 01:13:24.172 INFO O| Oct 30 01:13:24.172 INFO STEP 82 (ensure_dir) COMPLETE |
9363 | 2024-10-30T01:13:23.829Z | [ host-image] Oct 30 01:13:24.172 INFO O| Oct 30 01:13:24.172 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9364 | 2024-10-30T01:13:23.837Z | [ host-image] Oct 30 01:13:24.182 INFO O| Oct 30 01:13:24.182 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9365 | 2024-10-30T01:13:23.837Z | [ host-image] Oct 30 01:13:24.182 INFO O| Oct 30 01:13:24.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9366 | 2024-10-30T01:13:23.839Z | [ host-image] Oct 30 01:13:24.182 INFO O| Oct 30 01:13:24.182 INFO STEP 83 (ensure_dir) COMPLETE |
9367 | 2024-10-30T01:13:23.839Z | [ host-image] Oct 30 01:13:24.182 INFO O| Oct 30 01:13:24.182 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-10-30T01:13:23.846Z | [ host-image] Oct 30 01:13:24.192 INFO O| Oct 30 01:13:24.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9369 | 2024-10-30T01:13:23.849Z | [ host-image] Oct 30 01:13:24.192 INFO O| Oct 30 01:13:24.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9370 | 2024-10-30T01:13:23.849Z | [ host-image] Oct 30 01:13:24.192 INFO O| Oct 30 01:13:24.192 INFO STEP 84 (ensure_dir) COMPLETE |
9371 | 2024-10-30T01:13:23.849Z | [ host-image] Oct 30 01:13:24.192 INFO O| Oct 30 01:13:24.192 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9372 | 2024-10-30T01:13:23.856Z | [ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9373 | 2024-10-30T01:13:23.856Z | [ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO copying /tmp/.tmpaVpy3U/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 ... |
9374 | 2024-10-30T01:13:23.859Z | [ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9375 | 2024-10-30T01:13:23.859Z | [ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO ok! |
9376 | 2024-10-30T01:13:23.859Z | [ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO STEP 85 (ensure_file) COMPLETE |
9377 | 2024-10-30T01:13:23.859Z | [ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9378 | 2024-10-30T01:13:23.866Z | [ host-image] Oct 30 01:13:24.212 INFO O| Oct 30 01:13:24.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9379 | 2024-10-30T01:13:23.866Z | [ host-image] Oct 30 01:13:24.212 INFO O| Oct 30 01:13:24.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9380 | 2024-10-30T01:13:23.868Z | [ host-image] Oct 30 01:13:24.212 INFO O| Oct 30 01:13:24.212 INFO STEP 86 (ensure_dir) COMPLETE |
9381 | 2024-10-30T01:13:23.868Z | [ host-image] Oct 30 01:13:24.212 INFO O| Oct 30 01:13:24.212 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9382 | 2024-10-30T01:13:23.876Z | [ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9383 | 2024-10-30T01:13:23.876Z | [ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9384 | 2024-10-30T01:13:23.878Z | [ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9385 | 2024-10-30T01:13:23.878Z | [ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO ok! |
9386 | 2024-10-30T01:13:23.878Z | [ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO STEP 87 (ensure_file) COMPLETE |
9387 | 2024-10-30T01:13:23.878Z | [ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9388 | 2024-10-30T01:13:23.885Z | [ host-image] Oct 30 01:13:24.231 INFO O| Oct 30 01:13:24.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9389 | 2024-10-30T01:13:23.885Z | [ host-image] Oct 30 01:13:24.231 INFO O| Oct 30 01:13:24.231 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9390 | 2024-10-30T01:13:24.226Z | [ host-image] Oct 30 01:13:24.571 INFO O| Oct 30 01:13:24.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9391 | 2024-10-30T01:13:24.226Z | [ host-image] Oct 30 01:13:24.571 INFO O| Oct 30 01:13:24.571 INFO ok! |
9392 | 2024-10-30T01:13:24.226Z | [ host-image] Oct 30 01:13:24.571 INFO O| Oct 30 01:13:24.571 INFO STEP 88 (ensure_file) COMPLETE |
9393 | 2024-10-30T01:13:24.226Z | [ host-image] Oct 30 01:13:24.571 INFO O| Oct 30 01:13:24.571 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9394 | 2024-10-30T01:13:24.237Z | [ host-image] Oct 30 01:13:24.583 INFO O| Oct 30 01:13:24.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9395 | 2024-10-30T01:13:24.237Z | [ host-image] Oct 30 01:13:24.583 INFO O| Oct 30 01:13:24.583 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9396 | 2024-10-30T01:13:24.256Z | [ host-image] Oct 30 01:13:24.601 INFO O| Oct 30 01:13:24.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9397 | 2024-10-30T01:13:24.256Z | [ host-image] Oct 30 01:13:24.601 INFO O| Oct 30 01:13:24.601 INFO ok! |
9398 | 2024-10-30T01:13:24.259Z | [ host-image] Oct 30 01:13:24.601 INFO O| Oct 30 01:13:24.601 INFO STEP 89 (ensure_file) COMPLETE |
9399 | 2024-10-30T01:13:24.259Z | [ host-image] Oct 30 01:13:24.601 INFO O| Oct 30 01:13:24.601 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9400 | 2024-10-30T01:13:24.266Z | [ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9401 | 2024-10-30T01:13:24.266Z | [ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9402 | 2024-10-30T01:13:24.269Z | [ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9403 | 2024-10-30T01:13:24.269Z | [ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO ok! |
9404 | 2024-10-30T01:13:24.269Z | [ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO STEP 90 (ensure_file) COMPLETE |
9405 | 2024-10-30T01:13:24.269Z | [ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9406 | 2024-10-30T01:13:24.275Z | [ host-image] Oct 30 01:13:24.621 INFO O| Oct 30 01:13:24.621 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9407 | 2024-10-30T01:13:24.278Z | [ host-image] Oct 30 01:13:24.621 INFO O| Oct 30 01:13:24.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9408 | 2024-10-30T01:13:24.278Z | [ host-image] Oct 30 01:13:24.622 INFO O| Oct 30 01:13:24.621 INFO STEP 91 (ensure_dir) COMPLETE |
9409 | 2024-10-30T01:13:24.278Z | [ host-image] Oct 30 01:13:24.622 INFO O| Oct 30 01:13:24.622 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9410 | 2024-10-30T01:13:24.285Z | [ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9411 | 2024-10-30T01:13:24.285Z | [ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO copying /tmp/.tmpaVpy3U/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 ... |
9412 | 2024-10-30T01:13:24.288Z | [ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9413 | 2024-10-30T01:13:24.288Z | [ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO ok! |
9414 | 2024-10-30T01:13:24.288Z | [ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO STEP 92 (ensure_file) COMPLETE |
9415 | 2024-10-30T01:13:24.288Z | [ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9416 | 2024-10-30T01:13:24.295Z | [ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9417 | 2024-10-30T01:13:24.295Z | [ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO copying /tmp/.tmpaVpy3U/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 ... |
9418 | 2024-10-30T01:13:24.298Z | [ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9419 | 2024-10-30T01:13:24.298Z | [ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO ok! |
9420 | 2024-10-30T01:13:24.298Z | [ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO STEP 93 (ensure_file) COMPLETE |
9421 | 2024-10-30T01:13:24.298Z | [ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9422 | 2024-10-30T01:13:24.304Z | [ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9423 | 2024-10-30T01:13:24.304Z | [ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO copying /tmp/.tmpaVpy3U/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 ... |
9424 | 2024-10-30T01:13:24.307Z | [ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9425 | 2024-10-30T01:13:24.307Z | [ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO ok! |
9426 | 2024-10-30T01:13:24.307Z | [ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO STEP 94 (ensure_file) COMPLETE |
9427 | 2024-10-30T01:13:24.307Z | [ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9428 | 2024-10-30T01:13:24.314Z | [ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9429 | 2024-10-30T01:13:24.314Z | [ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO copying /tmp/.tmpaVpy3U/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 ... |
9430 | 2024-10-30T01:13:24.317Z | [ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9431 | 2024-10-30T01:13:24.317Z | [ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO ok! |
9432 | 2024-10-30T01:13:24.317Z | [ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO STEP 95 (ensure_file) COMPLETE |
9433 | 2024-10-30T01:13:24.317Z | [ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9434 | 2024-10-30T01:13:24.324Z | [ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9435 | 2024-10-30T01:13:24.326Z | [ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO copying /tmp/.tmpaVpy3U/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 ... |
9436 | 2024-10-30T01:13:24.326Z | [ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9437 | 2024-10-30T01:13:24.326Z | [ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO ok! |
9438 | 2024-10-30T01:13:24.326Z | [ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO STEP 96 (ensure_file) COMPLETE |
9439 | 2024-10-30T01:13:24.326Z | [ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9440 | 2024-10-30T01:13:24.334Z | [ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9441 | 2024-10-30T01:13:24.334Z | [ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9442 | 2024-10-30T01:13:24.338Z | [ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9443 | 2024-10-30T01:13:24.338Z | [ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO ok! |
9444 | 2024-10-30T01:13:24.338Z | [ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO STEP 97 (ensure_file) COMPLETE |
9445 | 2024-10-30T01:13:24.338Z | [ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9446 | 2024-10-30T01:13:24.343Z | [ host-image] Oct 30 01:13:24.689 INFO O| Oct 30 01:13:24.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9447 | 2024-10-30T01:13:24.346Z | [ host-image] Oct 30 01:13:24.689 INFO O| Oct 30 01:13:24.689 INFO copying /tmp/.tmpaVpy3U/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 ... |
9448 | 2024-10-30T01:13:24.346Z | [ host-image] Oct 30 01:13:24.690 INFO O| Oct 30 01:13:24.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9449 | 2024-10-30T01:13:24.346Z | [ host-image] Oct 30 01:13:24.690 INFO O| Oct 30 01:13:24.690 INFO ok! |
9450 | 2024-10-30T01:13:24.346Z | [ host-image] Oct 30 01:13:24.690 INFO O| Oct 30 01:13:24.690 INFO STEP 98 (ensure_file) COMPLETE |
9451 | 2024-10-30T01:13:24.346Z | [ host-image] Oct 30 01:13:24.690 INFO O| Oct 30 01:13:24.690 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9452 | 2024-10-30T01:13:24.353Z | [ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9453 | 2024-10-30T01:13:24.356Z | [ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO copying /tmp/.tmpaVpy3U/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 ... |
9454 | 2024-10-30T01:13:24.356Z | [ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9455 | 2024-10-30T01:13:24.356Z | [ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO ok! |
9456 | 2024-10-30T01:13:24.356Z | [ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO STEP 99 (ensure_file) COMPLETE |
9457 | 2024-10-30T01:13:24.356Z | [ host-image] Oct 30 01:13:24.700 INFO O| Oct 30 01:13:24.699 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9458 | 2024-10-30T01:13:24.363Z | [ host-image] Oct 30 01:13:24.709 INFO O| Oct 30 01:13:24.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9459 | 2024-10-30T01:13:24.364Z | [ host-image] Oct 30 01:13:24.709 INFO O| Oct 30 01:13:24.709 INFO copying /tmp/.tmpaVpy3U/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 ... |
9460 | 2024-10-30T01:13:24.366Z | [ host-image] Oct 30 01:13:24.710 INFO O| Oct 30 01:13:24.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9461 | 2024-10-30T01:13:24.367Z | [ host-image] Oct 30 01:13:24.710 INFO O| Oct 30 01:13:24.710 INFO ok! |
9462 | 2024-10-30T01:13:24.367Z | [ host-image] Oct 30 01:13:24.710 INFO O| Oct 30 01:13:24.710 INFO STEP 100 (ensure_file) COMPLETE |
9463 | 2024-10-30T01:13:24.367Z | [ host-image] Oct 30 01:13:24.710 INFO O| Oct 30 01:13:24.710 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9464 | 2024-10-30T01:13:24.373Z | [ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9465 | 2024-10-30T01:13:24.373Z | [ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9466 | 2024-10-30T01:13:24.376Z | [ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9467 | 2024-10-30T01:13:24.376Z | [ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO ok! |
9468 | 2024-10-30T01:13:24.376Z | [ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO STEP 101 (ensure_file) COMPLETE |
9469 | 2024-10-30T01:13:24.376Z | [ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9470 | 2024-10-30T01:13:24.383Z | [ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9471 | 2024-10-30T01:13:24.383Z | [ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO copying /tmp/.tmpaVpy3U/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 ... |
9472 | 2024-10-30T01:13:24.386Z | [ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9473 | 2024-10-30T01:13:24.386Z | [ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO ok! |
9474 | 2024-10-30T01:13:24.386Z | [ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO STEP 102 (ensure_file) COMPLETE |
9475 | 2024-10-30T01:13:24.386Z | [ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9476 | 2024-10-30T01:13:24.393Z | [ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9477 | 2024-10-30T01:13:24.395Z | [ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO copying /tmp/.tmpaVpy3U/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 ... |
9478 | 2024-10-30T01:13:24.395Z | [ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9479 | 2024-10-30T01:13:24.395Z | [ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO ok! |
9480 | 2024-10-30T01:13:24.395Z | [ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO STEP 103 (ensure_file) COMPLETE |
9481 | 2024-10-30T01:13:24.395Z | [ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9482 | 2024-10-30T01:13:24.402Z | [ host-image] Oct 30 01:13:24.748 INFO O| Oct 30 01:13:24.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9483 | 2024-10-30T01:13:24.405Z | [ host-image] Oct 30 01:13:24.748 INFO O| Oct 30 01:13:24.748 INFO copying /tmp/.tmpaVpy3U/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 ... |
9484 | 2024-10-30T01:13:24.405Z | [ host-image] Oct 30 01:13:24.749 INFO O| Oct 30 01:13:24.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9485 | 2024-10-30T01:13:24.405Z | [ host-image] Oct 30 01:13:24.749 INFO O| Oct 30 01:13:24.749 INFO ok! |
9486 | 2024-10-30T01:13:24.405Z | [ host-image] Oct 30 01:13:24.749 INFO O| Oct 30 01:13:24.749 INFO STEP 104 (ensure_file) COMPLETE |
9487 | 2024-10-30T01:13:24.405Z | [ host-image] Oct 30 01:13:24.749 INFO O| Oct 30 01:13:24.749 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9488 | 2024-10-30T01:13:24.412Z | [ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9489 | 2024-10-30T01:13:24.415Z | [ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO copying /tmp/.tmpaVpy3U/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 ... |
9490 | 2024-10-30T01:13:24.415Z | [ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9491 | 2024-10-30T01:13:24.415Z | [ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO ok! |
9492 | 2024-10-30T01:13:24.415Z | [ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO STEP 105 (ensure_file) COMPLETE |
9493 | 2024-10-30T01:13:24.415Z | [ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9494 | 2024-10-30T01:13:24.422Z | [ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9495 | 2024-10-30T01:13:24.422Z | [ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO copying /tmp/.tmpaVpy3U/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 ... |
9496 | 2024-10-30T01:13:24.424Z | [ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9497 | 2024-10-30T01:13:24.424Z | [ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO ok! |
9498 | 2024-10-30T01:13:24.424Z | [ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO STEP 106 (ensure_file) COMPLETE |
9499 | 2024-10-30T01:13:24.425Z | [ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9500 | 2024-10-30T01:13:24.431Z | [ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9501 | 2024-10-30T01:13:24.431Z | [ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO copying /tmp/.tmpaVpy3U/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 ... |
9502 | 2024-10-30T01:13:24.434Z | [ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9503 | 2024-10-30T01:13:24.434Z | [ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO ok! |
9504 | 2024-10-30T01:13:24.434Z | [ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO STEP 107 (ensure_file) COMPLETE |
9505 | 2024-10-30T01:13:24.435Z | [ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9506 | 2024-10-30T01:13:24.440Z | [ host-image] Oct 30 01:13:24.786 INFO O| Oct 30 01:13:24.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9507 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.786 INFO O| Oct 30 01:13:24.786 INFO copying /tmp/.tmpaVpy3U/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 ... |
9508 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.787 INFO O| Oct 30 01:13:24.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9509 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.787 INFO O| Oct 30 01:13:24.787 INFO ok! |
9510 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.787 INFO O| Oct 30 01:13:24.787 INFO STEP 108 (ensure_file) COMPLETE |
9511 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.787 INFO O| Oct 30 01:13:24.787 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9512 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9513 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO copying /tmp/.tmpaVpy3U/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 ... |
9514 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9515 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO ok! |
9516 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO STEP 109 (ensure_file) COMPLETE |
9517 | 2024-10-30T01:13:24.456Z | [ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2024-10-30T01:13:24.459Z | [ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9519 | 2024-10-30T01:13:24.459Z | [ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO copying /tmp/.tmpaVpy3U/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 ... |
9520 | 2024-10-30T01:13:24.462Z | [ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9521 | 2024-10-30T01:13:24.462Z | [ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO ok! |
9522 | 2024-10-30T01:13:24.462Z | [ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO STEP 110 (ensure_file) COMPLETE |
9523 | 2024-10-30T01:13:24.462Z | [ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9524 | 2024-10-30T01:13:24.469Z | [ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9525 | 2024-10-30T01:13:24.469Z | [ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO copying /tmp/.tmpaVpy3U/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 ... |
9526 | 2024-10-30T01:13:24.471Z | [ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9527 | 2024-10-30T01:13:24.471Z | [ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO ok! |
9528 | 2024-10-30T01:13:24.471Z | [ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO STEP 111 (ensure_file) COMPLETE |
9529 | 2024-10-30T01:13:24.471Z | [ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9530 | 2024-10-30T01:13:24.478Z | [ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9531 | 2024-10-30T01:13:24.478Z | [ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO copying /tmp/.tmpaVpy3U/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 ... |
9532 | 2024-10-30T01:13:24.478Z | [ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9533 | 2024-10-30T01:13:24.481Z | [ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO ok! |
9534 | 2024-10-30T01:13:24.481Z | [ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO STEP 112 (ensure_file) COMPLETE |
9535 | 2024-10-30T01:13:24.481Z | [ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9536 | 2024-10-30T01:13:24.487Z | [ host-image] Oct 30 01:13:24.833 INFO O| Oct 30 01:13:24.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9537 | 2024-10-30T01:13:24.490Z | [ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.833 INFO copying /tmp/.tmpaVpy3U/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 ... |
9538 | 2024-10-30T01:13:24.490Z | [ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9539 | 2024-10-30T01:13:24.490Z | [ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.834 INFO ok! |
9540 | 2024-10-30T01:13:24.490Z | [ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.834 INFO STEP 113 (ensure_file) COMPLETE |
9541 | 2024-10-30T01:13:24.490Z | [ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.834 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9542 | 2024-10-30T01:13:24.497Z | [ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9543 | 2024-10-30T01:13:24.497Z | [ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO copying /tmp/.tmpaVpy3U/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 ... |
9544 | 2024-10-30T01:13:24.500Z | [ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9545 | 2024-10-30T01:13:24.500Z | [ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO ok! |
9546 | 2024-10-30T01:13:24.500Z | [ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO STEP 114 (ensure_file) COMPLETE |
9547 | 2024-10-30T01:13:24.500Z | [ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9548 | 2024-10-30T01:13:24.506Z | [ host-image] Oct 30 01:13:24.852 INFO O| Oct 30 01:13:24.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9549 | 2024-10-30T01:13:24.506Z | [ host-image] Oct 30 01:13:24.852 INFO O| Oct 30 01:13:24.852 INFO copying /tmp/.tmpaVpy3U/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 ... |
9550 | 2024-10-30T01:13:24.509Z | [ host-image] Oct 30 01:13:24.853 INFO O| Oct 30 01:13:24.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9551 | 2024-10-30T01:13:24.509Z | [ host-image] Oct 30 01:13:24.853 INFO O| Oct 30 01:13:24.852 INFO ok! |
9552 | 2024-10-30T01:13:24.509Z | [ host-image] Oct 30 01:13:24.853 INFO O| Oct 30 01:13:24.853 INFO STEP 115 (ensure_file) COMPLETE |
9553 | 2024-10-30T01:13:24.509Z | [ host-image] Oct 30 01:13:24.853 INFO O| Oct 30 01:13:24.853 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9554 | 2024-10-30T01:13:24.516Z | [ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9555 | 2024-10-30T01:13:24.516Z | [ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9556 | 2024-10-30T01:13:24.518Z | [ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9557 | 2024-10-30T01:13:24.518Z | [ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO ok! |
9558 | 2024-10-30T01:13:24.518Z | [ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO STEP 116 (ensure_file) COMPLETE |
9559 | 2024-10-30T01:13:24.518Z | [ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9560 | 2024-10-30T01:13:24.525Z | [ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9561 | 2024-10-30T01:13:24.528Z | [ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO copying /tmp/.tmpaVpy3U/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 ... |
9562 | 2024-10-30T01:13:24.528Z | [ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9563 | 2024-10-30T01:13:24.528Z | [ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO ok! |
9564 | 2024-10-30T01:13:24.528Z | [ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO STEP 117 (ensure_file) COMPLETE |
9565 | 2024-10-30T01:13:24.528Z | [ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-10-30T01:13:24.535Z | [ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9567 | 2024-10-30T01:13:24.535Z | [ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9568 | 2024-10-30T01:13:24.538Z | [ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9569 | 2024-10-30T01:13:24.538Z | [ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO ok! |
9570 | 2024-10-30T01:13:24.538Z | [ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO STEP 118 (ensure_file) COMPLETE |
9571 | 2024-10-30T01:13:24.538Z | [ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-10-30T01:13:24.545Z | [ host-image] Oct 30 01:13:24.891 INFO O| Oct 30 01:13:24.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9573 | 2024-10-30T01:13:24.547Z | [ host-image] Oct 30 01:13:24.891 INFO O| Oct 30 01:13:24.891 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9574 | 2024-10-30T01:13:28.085Z | [ host-image] Oct 30 01:13:28.432 INFO O| Oct 30 01:13:28.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9575 | 2024-10-30T01:13:28.085Z | [ host-image] Oct 30 01:13:28.432 INFO O| Oct 30 01:13:28.432 INFO ok! |
9576 | 2024-10-30T01:13:28.087Z | [ host-image] Oct 30 01:13:28.432 INFO O| Oct 30 01:13:28.432 INFO STEP 119 (ensure_file) COMPLETE |
9577 | 2024-10-30T01:13:28.087Z | [ host-image] Oct 30 01:13:28.432 INFO O| Oct 30 01:13:28.432 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2024-10-30T01:13:28.096Z | [ host-image] Oct 30 01:13:28.443 INFO O| Oct 30 01:13:28.443 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9579 | 2024-10-30T01:13:28.096Z | [ host-image] Oct 30 01:13:28.443 INFO O| Oct 30 01:13:28.443 INFO STEP 120 (ensure_dir) COMPLETE |
9580 | 2024-10-30T01:13:28.098Z | [ host-image] Oct 30 01:13:28.443 INFO O| Oct 30 01:13:28.443 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-10-30T01:13:28.105Z | [ host-image] Oct 30 01:13:28.452 INFO O| Oct 30 01:13:28.452 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9582 | 2024-10-30T01:13:28.108Z | [ host-image] Oct 30 01:13:28.452 INFO O| Oct 30 01:13:28.452 INFO STEP 121 (ensure_dir) COMPLETE |
9583 | 2024-10-30T01:13:28.108Z | [ host-image] Oct 30 01:13:28.452 INFO O| Oct 30 01:13:28.452 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2024-10-30T01:13:28.115Z | [ host-image] Oct 30 01:13:28.462 INFO O| Oct 30 01:13:28.462 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9585 | 2024-10-30T01:13:28.115Z | [ host-image] Oct 30 01:13:28.462 INFO O| Oct 30 01:13:28.462 INFO STEP 122 (ensure_dir) COMPLETE |
9586 | 2024-10-30T01:13:28.117Z | [ host-image] Oct 30 01:13:28.462 INFO O| Oct 30 01:13:28.462 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9587 | 2024-10-30T01:13:28.124Z | [ host-image] Oct 30 01:13:28.471 INFO O| Oct 30 01:13:28.471 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9588 | 2024-10-30T01:13:28.127Z | [ host-image] Oct 30 01:13:28.471 INFO O| Oct 30 01:13:28.471 INFO STEP 123 (ensure_dir) COMPLETE |
9589 | 2024-10-30T01:13:28.127Z | [ host-image] Oct 30 01:13:28.471 INFO O| Oct 30 01:13:28.471 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2024-10-30T01:13:28.133Z | [ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9591 | 2024-10-30T01:13:28.136Z | [ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO copying /tmp/.tmpaVpy3U/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 ... |
9592 | 2024-10-30T01:13:28.136Z | [ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9593 | 2024-10-30T01:13:28.136Z | [ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO ok! |
9594 | 2024-10-30T01:13:28.136Z | [ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO STEP 124 (ensure_file) COMPLETE |
9595 | 2024-10-30T01:13:28.136Z | [ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-10-30T01:13:28.143Z | [ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9597 | 2024-10-30T01:13:28.143Z | [ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9598 | 2024-10-30T01:13:28.143Z | [ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9599 | 2024-10-30T01:13:28.143Z | [ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO STEP 125 (ensure_dir) COMPLETE |
9600 | 2024-10-30T01:13:28.146Z | [ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9601 | 2024-10-30T01:13:28.152Z | [ host-image] Oct 30 01:13:28.499 INFO O| Oct 30 01:13:28.499 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9602 | 2024-10-30T01:13:28.155Z | [ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO copying /tmp/.tmpaVpy3U/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9603 | 2024-10-30T01:13:28.155Z | [ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9604 | 2024-10-30T01:13:28.155Z | [ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO ok! |
9605 | 2024-10-30T01:13:28.155Z | [ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO STEP 126 (ensure_file) COMPLETE |
9606 | 2024-10-30T01:13:28.155Z | [ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9607 | 2024-10-30T01:13:28.161Z | [ host-image] Oct 30 01:13:28.509 INFO O| Oct 30 01:13:28.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9608 | 2024-10-30T01:13:28.164Z | [ host-image] Oct 30 01:13:28.509 INFO O| Oct 30 01:13:28.509 INFO STEP 127 (remove_files) COMPLETE |
9609 | 2024-10-30T01:13:28.164Z | [ host-image] Oct 30 01:13:28.509 INFO O| Oct 30 01:13:28.509 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9610 | 2024-10-30T01:13:28.172Z | [ host-image] Oct 30 01:13:28.518 INFO O| Oct 30 01:13:28.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9611 | 2024-10-30T01:13:28.174Z | [ host-image] Oct 30 01:13:28.518 INFO O| Oct 30 01:13:28.518 INFO STEP 128 (remove_files) COMPLETE |
9612 | 2024-10-30T01:13:28.174Z | [ host-image] Oct 30 01:13:28.518 INFO O| Oct 30 01:13:28.518 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9613 | 2024-10-30T01:13:28.180Z | [ host-image] Oct 30 01:13:28.527 INFO O| Oct 30 01:13:28.527 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9614 | 2024-10-30T01:13:28.183Z | [ host-image] Oct 30 01:13:28.527 INFO O| Oct 30 01:13:28.527 INFO STEP 129 (remove_files) COMPLETE |
9615 | 2024-10-30T01:13:28.183Z | [ host-image] Oct 30 01:13:28.528 INFO O| Oct 30 01:13:28.527 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9616 | 2024-10-30T01:13:28.189Z | [ host-image] Oct 30 01:13:28.537 INFO O| Oct 30 01:13:28.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9617 | 2024-10-30T01:13:28.192Z | [ host-image] Oct 30 01:13:28.537 INFO O| Oct 30 01:13:28.537 INFO STEP 130 (remove_files) COMPLETE |
9618 | 2024-10-30T01:13:28.192Z | [ host-image] Oct 30 01:13:28.537 INFO O| Oct 30 01:13:28.537 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9619 | 2024-10-30T01:13:28.199Z | [ host-image] Oct 30 01:13:28.546 INFO O| Oct 30 01:13:28.546 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9620 | 2024-10-30T01:13:28.202Z | [ host-image] Oct 30 01:13:28.547 INFO O| Oct 30 01:13:28.547 INFO STEP 131 (remove_files) COMPLETE |
9621 | 2024-10-30T01:13:28.202Z | [ host-image] Oct 30 01:13:28.547 INFO O| Oct 30 01:13:28.547 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9622 | 2024-10-30T01:13:28.209Z | [ host-image] Oct 30 01:13:28.556 INFO O| Oct 30 01:13:28.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9623 | 2024-10-30T01:13:28.211Z | [ host-image] Oct 30 01:13:28.556 INFO O| Oct 30 01:13:28.556 INFO STEP 132 (remove_files) COMPLETE |
9624 | 2024-10-30T01:13:28.211Z | [ host-image] Oct 30 01:13:28.556 INFO O| Oct 30 01:13:28.556 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9625 | 2024-10-30T01:13:28.218Z | [ host-image] Oct 30 01:13:28.565 INFO O| Oct 30 01:13:28.565 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9626 | 2024-10-30T01:13:28.221Z | [ host-image] Oct 30 01:13:28.566 INFO O| Oct 30 01:13:28.565 INFO STEP 133 (remove_files) COMPLETE |
9627 | 2024-10-30T01:13:28.221Z | [ host-image] Oct 30 01:13:28.566 INFO O| Oct 30 01:13:28.566 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9628 | 2024-10-30T01:13:28.227Z | [ host-image] Oct 30 01:13:28.575 INFO O| Oct 30 01:13:28.575 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9629 | 2024-10-30T01:13:28.230Z | [ host-image] Oct 30 01:13:28.575 INFO O| Oct 30 01:13:28.575 INFO STEP 134 (remove_files) COMPLETE |
9630 | 2024-10-30T01:13:28.230Z | [ host-image] Oct 30 01:13:28.575 INFO O| Oct 30 01:13:28.575 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9631 | 2024-10-30T01:13:28.238Z | [ host-image] Oct 30 01:13:28.584 INFO O| Oct 30 01:13:28.584 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9632 | 2024-10-30T01:13:28.241Z | [ host-image] Oct 30 01:13:28.584 INFO O| Oct 30 01:13:28.584 INFO STEP 135 (remove_files) COMPLETE |
9633 | 2024-10-30T01:13:28.241Z | [ host-image] Oct 30 01:13:28.584 INFO O| Oct 30 01:13:28.584 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9634 | 2024-10-30T01:13:28.246Z | [ host-image] Oct 30 01:13:28.594 INFO O| Oct 30 01:13:28.594 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9635 | 2024-10-30T01:13:28.246Z | [ host-image] Oct 30 01:13:28.594 INFO O| Oct 30 01:13:28.594 INFO STEP 136 (remove_files) COMPLETE |
9636 | 2024-10-30T01:13:28.249Z | [ host-image] Oct 30 01:13:28.594 INFO O| Oct 30 01:13:28.594 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9637 | 2024-10-30T01:13:28.256Z | [ host-image] Oct 30 01:13:28.603 INFO O| Oct 30 01:13:28.603 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9638 | 2024-10-30T01:13:28.256Z | [ host-image] Oct 30 01:13:28.603 INFO O| Oct 30 01:13:28.603 INFO STEP 137 (remove_files) COMPLETE |
9639 | 2024-10-30T01:13:28.258Z | [ host-image] Oct 30 01:13:28.603 INFO O| Oct 30 01:13:28.603 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9640 | 2024-10-30T01:13:28.265Z | [ host-image] Oct 30 01:13:28.612 INFO O| Oct 30 01:13:28.612 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9641 | 2024-10-30T01:13:28.268Z | [ host-image] Oct 30 01:13:28.613 INFO O| Oct 30 01:13:28.612 INFO STEP 138 (remove_files) COMPLETE |
9642 | 2024-10-30T01:13:28.268Z | [ host-image] Oct 30 01:13:28.613 INFO O| Oct 30 01:13:28.613 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9643 | 2024-10-30T01:13:28.284Z | [ host-image] Oct 30 01:13:28.631 INFO O| Oct 30 01:13:28.631 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9644 | 2024-10-30T01:13:28.285Z | [ host-image] Oct 30 01:13:28.632 INFO O| Oct 30 01:13:28.632 INFO STEP 139 (remove_files) COMPLETE |
9645 | 2024-10-30T01:13:28.285Z | [ host-image] Oct 30 01:13:28.632 INFO O| Oct 30 01:13:28.632 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9646 | 2024-10-30T01:13:28.296Z | [ host-image] Oct 30 01:13:28.644 INFO O| Oct 30 01:13:28.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9647 | 2024-10-30T01:13:28.296Z | [ host-image] Oct 30 01:13:28.644 INFO O| Oct 30 01:13:28.644 INFO STEP 140 (remove_files) COMPLETE |
9648 | 2024-10-30T01:13:28.299Z | [ host-image] Oct 30 01:13:28.644 INFO O| Oct 30 01:13:28.644 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9649 | 2024-10-30T01:13:28.306Z | [ host-image] Oct 30 01:13:28.654 INFO O| Oct 30 01:13:28.654 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9650 | 2024-10-30T01:13:28.306Z | [ host-image] Oct 30 01:13:28.654 INFO O| Oct 30 01:13:28.654 INFO STEP 141 (remove_files) COMPLETE |
9651 | 2024-10-30T01:13:28.309Z | [ host-image] Oct 30 01:13:28.654 INFO O| Oct 30 01:13:28.654 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9652 | 2024-10-30T01:13:28.316Z | [ host-image] Oct 30 01:13:28.663 INFO O| Oct 30 01:13:28.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9653 | 2024-10-30T01:13:28.316Z | [ host-image] Oct 30 01:13:28.664 INFO O| Oct 30 01:13:28.664 INFO STEP 142 (remove_files) COMPLETE |
9654 | 2024-10-30T01:13:28.319Z | [ host-image] Oct 30 01:13:28.664 INFO O| Oct 30 01:13:28.664 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9655 | 2024-10-30T01:13:28.326Z | [ host-image] Oct 30 01:13:28.673 INFO O| Oct 30 01:13:28.673 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9656 | 2024-10-30T01:13:28.329Z | [ host-image] Oct 30 01:13:28.673 INFO O| Oct 30 01:13:28.673 INFO STEP 143 (remove_files) COMPLETE |
9657 | 2024-10-30T01:13:28.329Z | [ host-image] Oct 30 01:13:28.673 INFO O| Oct 30 01:13:28.673 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9658 | 2024-10-30T01:13:28.335Z | [ host-image] Oct 30 01:13:28.683 INFO O| Oct 30 01:13:28.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9659 | 2024-10-30T01:13:28.335Z | [ host-image] Oct 30 01:13:28.683 INFO O| Oct 30 01:13:28.683 INFO STEP 144 (remove_files) COMPLETE |
9660 | 2024-10-30T01:13:28.338Z | [ host-image] Oct 30 01:13:28.683 INFO O| Oct 30 01:13:28.683 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9661 | 2024-10-30T01:13:28.345Z | [ host-image] Oct 30 01:13:28.692 INFO O| Oct 30 01:13:28.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9662 | 2024-10-30T01:13:28.345Z | [ host-image] Oct 30 01:13:28.692 INFO O| Oct 30 01:13:28.692 INFO STEP 145 (remove_files) COMPLETE |
9663 | 2024-10-30T01:13:28.345Z | [ host-image] Oct 30 01:13:28.692 INFO O| Oct 30 01:13:28.692 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9664 | 2024-10-30T01:13:28.354Z | [ host-image] Oct 30 01:13:28.702 INFO O| Oct 30 01:13:28.702 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9665 | 2024-10-30T01:13:28.357Z | [ host-image] Oct 30 01:13:28.702 INFO O| Oct 30 01:13:28.702 INFO STEP 146 (remove_files) COMPLETE |
9666 | 2024-10-30T01:13:28.357Z | [ host-image] Oct 30 01:13:28.702 INFO O| Oct 30 01:13:28.702 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9667 | 2024-10-30T01:13:28.364Z | [ host-image] Oct 30 01:13:28.711 INFO O| Oct 30 01:13:28.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9668 | 2024-10-30T01:13:28.366Z | [ host-image] Oct 30 01:13:28.711 INFO O| Oct 30 01:13:28.711 INFO STEP 147 (remove_files) COMPLETE |
9669 | 2024-10-30T01:13:28.367Z | [ host-image] Oct 30 01:13:28.711 INFO O| Oct 30 01:13:28.711 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9670 | 2024-10-30T01:13:28.373Z | [ host-image] Oct 30 01:13:28.721 INFO O| Oct 30 01:13:28.721 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9671 | 2024-10-30T01:13:28.376Z | [ host-image] Oct 30 01:13:28.721 INFO O| Oct 30 01:13:28.721 INFO STEP 148 (remove_files) COMPLETE |
9672 | 2024-10-30T01:13:28.376Z | [ host-image] Oct 30 01:13:28.721 INFO O| Oct 30 01:13:28.721 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9673 | 2024-10-30T01:13:28.383Z | [ host-image] Oct 30 01:13:28.730 INFO O| Oct 30 01:13:28.730 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9674 | 2024-10-30T01:13:28.383Z | [ host-image] Oct 30 01:13:28.730 INFO O| Oct 30 01:13:28.730 INFO STEP 149 (remove_files) COMPLETE |
9675 | 2024-10-30T01:13:28.383Z | [ host-image] Oct 30 01:13:28.730 INFO O| Oct 30 01:13:28.730 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9676 | 2024-10-30T01:13:28.392Z | [ host-image] Oct 30 01:13:28.740 INFO O| Oct 30 01:13:28.739 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9677 | 2024-10-30T01:13:28.392Z | [ host-image] Oct 30 01:13:28.740 INFO O| Oct 30 01:13:28.740 INFO STEP 150 (remove_files) COMPLETE |
9678 | 2024-10-30T01:13:28.395Z | [ host-image] Oct 30 01:13:28.740 INFO O| Oct 30 01:13:28.740 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9679 | 2024-10-30T01:13:28.402Z | [ host-image] Oct 30 01:13:28.749 INFO O| Oct 30 01:13:28.749 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9680 | 2024-10-30T01:13:28.402Z | [ host-image] Oct 30 01:13:28.749 INFO O| Oct 30 01:13:28.749 INFO STEP 151 (remove_files) COMPLETE |
9681 | 2024-10-30T01:13:28.404Z | [ host-image] Oct 30 01:13:28.749 INFO O| Oct 30 01:13:28.749 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9682 | 2024-10-30T01:13:28.411Z | [ host-image] Oct 30 01:13:28.758 INFO O| Oct 30 01:13:28.758 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9683 | 2024-10-30T01:13:28.411Z | [ host-image] Oct 30 01:13:28.758 INFO O| Oct 30 01:13:28.758 INFO STEP 152 (remove_files) COMPLETE |
9684 | 2024-10-30T01:13:28.414Z | [ host-image] Oct 30 01:13:28.758 INFO O| Oct 30 01:13:28.758 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9685 | 2024-10-30T01:13:28.421Z | [ host-image] Oct 30 01:13:28.768 INFO O| Oct 30 01:13:28.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9686 | 2024-10-30T01:13:28.421Z | [ host-image] Oct 30 01:13:28.768 INFO O| Oct 30 01:13:28.768 INFO STEP 153 (remove_files) COMPLETE |
9687 | 2024-10-30T01:13:28.423Z | [ host-image] Oct 30 01:13:28.768 INFO O| Oct 30 01:13:28.768 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9688 | 2024-10-30T01:13:28.430Z | [ host-image] Oct 30 01:13:28.778 INFO O| Oct 30 01:13:28.778 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9689 | 2024-10-30T01:13:28.433Z | [ host-image] Oct 30 01:13:28.778 INFO O| Oct 30 01:13:28.778 INFO STEP 154 (remove_files) COMPLETE |
9690 | 2024-10-30T01:13:28.433Z | [ host-image] Oct 30 01:13:28.778 INFO O| Oct 30 01:13:28.778 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9691 | 2024-10-30T01:13:28.440Z | [ host-image] Oct 30 01:13:28.788 INFO O| Oct 30 01:13:28.787 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9692 | 2024-10-30T01:13:28.443Z | [ host-image] Oct 30 01:13:28.788 INFO O| Oct 30 01:13:28.788 INFO STEP 155 (remove_files) COMPLETE |
9693 | 2024-10-30T01:13:28.443Z | [ host-image] Oct 30 01:13:28.788 INFO O| Oct 30 01:13:28.788 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9694 | 2024-10-30T01:13:28.455Z | [ host-image] Oct 30 01:13:28.802 INFO O| Oct 30 01:13:28.802 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9695 | 2024-10-30T01:13:28.458Z | [ host-image] Oct 30 01:13:28.802 INFO O| Oct 30 01:13:28.802 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9696 | 2024-10-30T01:13:37.933Z | [ host-image] Oct 30 01:13:38.274 INFO O| Oct 30 01:13:38.274 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 |
9697 | 2024-10-30T01:13:37.937Z | [ host-image] Oct 30 01:13:38.274 INFO O| Oct 30 01:13:38.274 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9698 | 2024-10-30T01:13:37.940Z | [ host-image] Oct 30 01:13:38.289 INFO O| Oct 30 01:13:38.289 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"} |
9699 | 2024-10-30T01:13:38.017Z | [ host-image] Oct 30 01:13:38.367 INFO O| Oct 30 01:13:38.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9700 | 2024-10-30T01:13:38.017Z | [ host-image] Oct 30 01:13:38.367 INFO O| Oct 30 01:13:38.367 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9701 | 2024-10-30T01:13:38.022Z | [ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9702 | 2024-10-30T01:13:38.022Z | [ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO ok! |
9703 | 2024-10-30T01:13:38.022Z | [ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9704 | 2024-10-30T01:13:38.022Z | [ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO STEP 156 (seed_smf) COMPLETE |
9705 | 2024-10-30T01:13:38.022Z | [ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO steps complete; finalising image! |
9706 | 2024-10-30T01:13:38.022Z | [ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9707 | 2024-10-30T01:13:38.157Z | [ host-image] Oct 30 01:13:38.507 INFO O| Oct 30 01:13:38.507 INFO trim TEMPORARY-gimlet-zfs: (21% trimmed, started at Wed Oct 30 01:13:38 2024) |
9708 | 2024-10-30T01:13:38.378Z | [ host-image] Oct 30 01:13:38.728 INFO O| Oct 30 01:13:38.728 INFO temporary pool has 688M used, 144M avail, 1.86x compressratio |
9709 | 2024-10-30T01:13:38.380Z | [ host-image] Oct 30 01:13:38.728 INFO O| Oct 30 01:13:38.728 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9710 | 2024-10-30T01:13:38.672Z | [ host-image] Oct 30 01:13:39.022 INFO O| Oct 30 01:13:39.022 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9711 | 2024-10-30T01:13:38.672Z | [ host-image] Oct 30 01:13:39.022 INFO O| Oct 30 01:13:39.022 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9712 | 2024-10-30T01:13:39.669Z | [ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9713 | 2024-10-30T01:13:39.669Z | [ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9714 | 2024-10-30T01:13:39.672Z | [ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9715 | 2024-10-30T01:13:39.672Z | [ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO completed processing gimlet/zfs |
9716 | 2024-10-30T01:13:39.672Z | [ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9717 | 2024-10-30T01:13:45.931Z | [ host-image] Oct 30 01:13:46.284 INFO O| Oct 30 01:13:46.284 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9718 | 2024-10-30T01:13:46.054Z | [ host-image] Oct 30 01:13:46.406 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
9719 | 2024-10-30T01:13:46.054Z | [ host-image] Oct 30 01:13:46.406 INFO expanded image name: "ci f78d2bb/${os_short_commit} 2024-10-30 00:42" -> "ci f78d2bb/54a974b 2024-10-30 00:42" |
9720 | 2024-10-30T01:13:46.056Z | [ host-image] Oct 30 01:13:46.406 INFO output artefacts stored in: "/work/os-host" |
9721 | 2024-10-30T01:13:46.056Z | [ host-image] Oct 30 01:13:46.406 INFO collecting git info from project "pinprick"... |
9722 | 2024-10-30T01:13:46.059Z | [ host-image] Oct 30 01:13:46.411 INFO collecting git info from project "bootserver"... |
9723 | 2024-10-30T01:13:46.063Z | [ host-image] Oct 30 01:13:46.415 INFO collecting git info from project "amd-host-image-builder"... |
9724 | 2024-10-30T01:13:46.075Z | [ host-image] Oct 30 01:13:46.428 INFO collecting git info from project "chelsio-t6-roms"... |
9725 | 2024-10-30T01:13:46.080Z | [ host-image] Oct 30 01:13:46.433 INFO collecting git info from project "phbl"... |
9726 | 2024-10-30T01:13:46.084Z | [ host-image] Oct 30 01:13:46.438 INFO collecting git info from project "pilot"... |
9727 | 2024-10-30T01:13:46.090Z | [ host-image] Oct 30 01:13:46.443 INFO collecting git info from project "image-builder"... |
9728 | 2024-10-30T01:13:46.094Z | [ host-image] Oct 30 01:13:46.447 INFO collecting git info from project "amd-firmware"... |
9729 | 2024-10-30T01:13:46.103Z | [ host-image] Oct 30 01:13:46.456 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9730 | 2024-10-30T01:13:46.455Z | [ host-image] Oct 30 01:13:46.808 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9731 | 2024-10-30T01:13:46.791Z | [ host-image] Oct 30 01:13:47.144 INFO creating Oxide boot image... |
9732 | 2024-10-30T01:13:46.791Z | [ host-image] Oct 30 01:13:47.144 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f78d2bb/54a974b 2024-10-30 00:42", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9733 | 2024-10-30T01:13:47.714Z | [ host-image] Oct 30 01:13:48.068 INFO O| ok, image written! |
9734 | 2024-10-30T01:13:47.714Z | [ host-image] Oct 30 01:13:48.068 INFO O| ok, boot_image_csum file written! |
9735 | 2024-10-30T01:13:47.717Z | [ host-image] Oct 30 01:13:48.072 INFO creating boot archive (CPIO)... |
9736 | 2024-10-30T01:13:47.720Z | [ host-image] Oct 30 01:13:48.072 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 |
9737 | 2024-10-30T01:13:47.728Z | [ host-image] Oct 30 01:13:48.078 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9738 | 2024-10-30T01:13:47.728Z | [ host-image] Oct 30 01:13:48.078 INFO E| + outfile=/work/os-host/cpio |
9739 | 2024-10-30T01:13:47.733Z | [ host-image] Oct 30 01:13:48.078 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9740 | 2024-10-30T01:13:47.733Z | [ host-image] Oct 30 01:13:48.080 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9741 | 2024-10-30T01:13:47.733Z | [ host-image] Oct 30 01:13:48.081 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9742 | 2024-10-30T01:13:47.760Z | [ host-image] Oct 30 01:13:48.113 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9743 | 2024-10-30T01:13:47.761Z | [ host-image] Oct 30 01:13:48.114 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9744 | 2024-10-30T01:13:47.768Z | [ host-image] Oct 30 01:13:48.121 INFO creating compressed cpio/unix for nanobl-rs... |
9745 | 2024-10-30T01:13:47.773Z | [ host-image] Oct 30 01:13:48.121 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None |
9746 | 2024-10-30T01:13:48.066Z | [ host-image] Oct 30 01:13:48.420 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9747 | 2024-10-30T01:13:52.451Z | [ host-image] Oct 30 01:13:52.807 INFO creating reset image... |
9748 | 2024-10-30T01:13:52.454Z | [ host-image] Oct 30 01:13:52.807 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9749 | 2024-10-30T01:13:52.541Z | [ host-image] Oct 30 01:13:52.897 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9750 | 2024-10-30T01:13:52.544Z | [ host-image] Oct 30 01:13:52.898 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9751 | 2024-10-30T01:13:52.594Z | [ host-image] Oct 30 01:13:52.950 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9752 | 2024-10-30T01:13:54.385Z | [ host-image] Oct 30 01:13:54.739 INFO E| Finished `release` profile [optimized] target(s) in 1.83s |
9753 | 2024-10-30T01:13:54.394Z | [ host-image] Oct 30 01:13:54.751 INFO building host image... |
9754 | 2024-10-30T01:13:54.397Z | [ host-image] Oct 30 01:13:54.751 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") |
9755 | 2024-10-30T01:13:54.883Z | [ host-image] Oct 30 01:13:55.237 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9756 | 2024-10-30T01:14:42.149Z | [ host-image] Oct 30 01:14:42.522 INFO image complete! materials are in "/work/os-host" |
9757 | 2024-10-30T01:14:42.152Z | [ host-image] |
9758 | 2024-10-30T01:14:42.152Z | [ host-image] real 9:43.424963452 |
9759 | 2024-10-30T01:14:42.152Z | [ host-image] user 4:43.640454479 |
9760 | 2024-10-30T01:14:42.152Z | [ host-image] sys 51.536596577 |
9761 | 2024-10-30T01:14:42.152Z | [ host-image] trap 0.162301137 |
9762 | 2024-10-30T01:14:42.155Z | [ host-image] tflt 0.000165264 |
9763 | 2024-10-30T01:14:42.155Z | [ host-image] dflt 0.043560429 |
9764 | 2024-10-30T01:14:42.155Z | [ host-image] kflt 0.000000000 |
9765 | 2024-10-30T01:14:42.155Z | [ host-image] lock 9:51.453404879 |
9766 | 2024-10-30T01:14:42.155Z | [ host-image] slp 54:13.592325432 |
9767 | 2024-10-30T01:14:42.155Z | [ host-image] lat 1:19.829360377 |
9768 | 2024-10-30T01:14:42.155Z | [ host-image] stop 0.411954543 |
9769 | 2024-10-30T01:14:42.155Z | Oct 30 01:14:42.526 INFO [host-image] process exited with exit status: 0 (583.440797795s) |
9770 | 2024-10-30T01:14:42.155Z | Oct 30 01:14:42.526 INFO [tuf-repo] running task |
9771 | 2024-10-30T01:14:48.884Z | Oct 30 01:14:49.259 INFO assembling repository in `/tmp/tufaceousM7x4JI`, component: OmicronRepoAssembler |
9772 | 2024-10-30T01:14:53.916Z | Oct 30 01:14:54.293 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9773 | 2024-10-30T01:14:54.149Z | Oct 30 01:14:54.526 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9774 | 2024-10-30T01:15:05.794Z | Oct 30 01:15:06.176 INFO [tuf-repo] task succeeded (23.64946491s) |
9775 | 2024-10-30T01:15:05.794Z | Oct 30 01:15:06.176 INFO all jobs completed in 1930.38096724s |
9776 | 2024-10-30T01:15:06.361Z | process exited: duration 2530118 ms, exit code 0 |
|
9777 | 2024-10-30T01:15:06.374Z | found 33 output files |
9778 | 2024-10-30T01:15:06.374Z | uploading: /work/manifest.toml (8404 bytes) |
9779 | 2024-10-30T01:15:07.384Z | uploaded: /work/manifest.toml |
9780 | 2024-10-30T01:15:07.384Z | uploading: /work/repo.zip (1858484583 bytes) |
9781 | 2024-10-30T01:15:46.426Z | uploaded: /work/repo.zip |
9782 | 2024-10-30T01:15:46.427Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9783 | 2024-10-30T01:15:47.487Z | uploaded: /work/repo.zip.sha256.txt |
9784 | 2024-10-30T01:15:47.487Z | uploading: /work/helios-setup.log (65527 bytes) |
9785 | 2024-10-30T01:15:48.499Z | uploaded: /work/helios-setup.log |
9786 | 2024-10-30T01:15:48.499Z | uploading: /work/host-image.log (194938 bytes) |
9787 | 2024-10-30T01:15:49.517Z | uploaded: /work/host-image.log |
9788 | 2024-10-30T01:15:49.518Z | uploading: /work/host-package.log (22417 bytes) |
9789 | 2024-10-30T01:15:50.530Z | uploaded: /work/host-package.log |
9790 | 2024-10-30T01:15:50.531Z | uploading: /work/host-target.log (101 bytes) |
9791 | 2024-10-30T01:15:51.540Z | uploaded: /work/host-target.log |
9792 | 2024-10-30T01:15:51.540Z | uploading: /work/omicron-package.log (4946 bytes) |
9793 | 2024-10-30T01:15:52.551Z | uploaded: /work/omicron-package.log |
9794 | 2024-10-30T01:15:52.551Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9795 | 2024-10-30T01:15:53.559Z | uploaded: /work/phbl-toolchain.log |
9796 | 2024-10-30T01:15:53.559Z | uploading: /work/recovery-image.log (591813 bytes) |
9797 | 2024-10-30T01:15:54.596Z | uploaded: /work/recovery-image.log |
9798 | 2024-10-30T01:15:54.596Z | uploading: /work/recovery-package.log (321 bytes) |
9799 | 2024-10-30T01:15:55.604Z | uploaded: /work/recovery-package.log |
9800 | 2024-10-30T01:15:55.605Z | uploading: /work/recovery-target.log (98 bytes) |
9801 | 2024-10-30T01:15:56.612Z | uploaded: /work/recovery-target.log |
9802 | 2024-10-30T01:15:56.612Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9803 | 2024-10-30T01:15:57.619Z | uploaded: /work/stamp-clickhouse.log |
9804 | 2024-10-30T01:15:57.619Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9805 | 2024-10-30T01:15:58.627Z | uploaded: /work/stamp-clickhouse_keeper.log |
9806 | 2024-10-30T01:15:58.627Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9807 | 2024-10-30T01:15:59.636Z | uploaded: /work/stamp-cockroachdb.log |
9808 | 2024-10-30T01:15:59.636Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9809 | 2024-10-30T01:16:00.644Z | uploaded: /work/stamp-crucible-dtrace.log |
9810 | 2024-10-30T01:16:00.645Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9811 | 2024-10-30T01:16:01.653Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9812 | 2024-10-30T01:16:01.653Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9813 | 2024-10-30T01:16:02.662Z | uploaded: /work/stamp-crucible-zone.log |
9814 | 2024-10-30T01:16:02.662Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9815 | 2024-10-30T01:16:03.672Z | uploaded: /work/stamp-external-dns.log |
9816 | 2024-10-30T01:16:03.672Z | uploading: /work/stamp-installinator.log (103 bytes) |
9817 | 2024-10-30T01:16:04.682Z | uploaded: /work/stamp-installinator.log |
9818 | 2024-10-30T01:16:04.683Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9819 | 2024-10-30T01:16:05.691Z | uploaded: /work/stamp-internal-dns.log |
9820 | 2024-10-30T01:16:05.691Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9821 | 2024-10-30T01:16:06.700Z | uploaded: /work/stamp-mg-ddm-gz.log |
9822 | 2024-10-30T01:16:06.700Z | uploading: /work/stamp-nexus.log (112 bytes) |
9823 | 2024-10-30T01:16:07.707Z | uploaded: /work/stamp-nexus.log |
9824 | 2024-10-30T01:16:07.707Z | uploading: /work/stamp-ntp.log (110 bytes) |
9825 | 2024-10-30T01:16:08.716Z | uploaded: /work/stamp-ntp.log |
9826 | 2024-10-30T01:16:08.716Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9827 | 2024-10-30T01:16:09.726Z | uploaded: /work/stamp-omicron-sled-agent.log |
9828 | 2024-10-30T01:16:09.726Z | uploading: /work/stamp-overlay.log (114 bytes) |
9829 | 2024-10-30T01:16:10.734Z | uploaded: /work/stamp-overlay.log |
9830 | 2024-10-30T01:16:10.734Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9831 | 2024-10-30T01:16:11.742Z | uploaded: /work/stamp-oximeter.log |
9832 | 2024-10-30T01:16:11.742Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9833 | 2024-10-30T01:16:12.752Z | uploaded: /work/stamp-oxlog.log |
9834 | 2024-10-30T01:16:12.752Z | uploading: /work/stamp-probe.log (112 bytes) |
9835 | 2024-10-30T01:16:13.760Z | uploaded: /work/stamp-probe.log |
9836 | 2024-10-30T01:16:13.760Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9837 | 2024-10-30T01:16:14.768Z | uploaded: /work/stamp-propolis-server.log |
9838 | 2024-10-30T01:16:14.769Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9839 | 2024-10-30T01:16:15.777Z | uploaded: /work/stamp-pumpkind-gz.log |
9840 | 2024-10-30T01:16:15.777Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9841 | 2024-10-30T01:16:16.787Z | uploaded: /work/stamp-switch-asic.log |
9842 | 2024-10-30T01:16:16.787Z | uploading: /work/verify-libraries.log (3720 bytes) |
9843 | 2024-10-30T01:16:17.797Z | uploaded: /work/verify-libraries.log |