|
|
|
1 | 2024-12-21T04:21:45.855Z | job assigned to worker 01JFKQ4GHHBEJEP9JMHGZY109Z [factory aws, i-07fb39b25221c03e9] (queued for 1 m 52 s) |
|
2 | 2024-12-21T04:21:53.482Z | starting task 0: "setup" |
3 | 2024-12-21T04:21:53.494Z | ++ uname -s |
4 | 2024-12-21T04:21:53.498Z | + kern=SunOS |
5 | 2024-12-21T04:21:53.498Z | + case "$kern" in |
6 | 2024-12-21T04:21:53.498Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:21:53.502Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:21:55.507Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:21:55.682Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:21:55.684Z | + home_fs=zfs |
11 | 2024-12-21T04:21:55.684Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:21:55.684Z | + mkdir -p /home/build |
13 | 2024-12-21T04:21:55.687Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:21:57.689Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:21:57.692Z | process exited: duration 4209 ms, exit code 0 |
|
16 | 2024-12-21T04:21:57.697Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:21:57.703Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:21:57.703Z | ' 1.81.0 |
19 | 2024-12-21T04:21:57.703Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:21:57.703Z | ' default |
21 | 2024-12-21T04:21:57.703Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T04:21:57.703Z | * toolchain profile = "default" |
23 | 2024-12-21T04:21:57.705Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:21:57.705Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:21:57.825Z | info: downloading installer |
26 | 2024-12-21T04:21:59.037Z | info: profile set to 'default' |
27 | 2024-12-21T04:21:59.037Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:21:59.051Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:21:59.153Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:21:59.153Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:21:59.840Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:22:00.096Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:22:01.056Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:22:02.569Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:22:07.974Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:22:08.199Z | info: installing component 'cargo' |
37 | 2024-12-21T04:22:09.060Z | info: installing component 'clippy' |
38 | 2024-12-21T04:22:09.350Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:22:10.989Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:22:12.671Z | info: installing component 'rustc' |
41 | 2024-12-21T04:22:18.458Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:22:18.779Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:22:18.779Z | |
44 | 2024-12-21T04:22:19.151Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:22:19.151Z | |
46 | 2024-12-21T04:22:19.154Z | |
47 | 2024-12-21T04:22:19.154Z | Rust is installed now. Great! |
48 | 2024-12-21T04:22:19.154Z | |
49 | 2024-12-21T04:22:19.154Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:22:19.154Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:22:19.154Z | |
52 | 2024-12-21T04:22:19.154Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:22:19.154Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:22:19.154Z | |
55 | 2024-12-21T04:22:19.154Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:22:19.154Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:22:19.154Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:22:19.235Z | + rustc --version |
59 | 2024-12-21T04:22:19.304Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:22:19.308Z | process exited: duration 21605 ms, exit code 0 |
|
61 | 2024-12-21T04:22:19.314Z | starting task 2: "authentication" |
62 | 2024-12-21T04:22:19.337Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-21T04:22:19.344Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:22:19.349Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:22:19.353Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:22:19.393Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:22:26.704Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:22:26.704Z | + git fetch origin 7b95f649174d4bfe70737429fbe6e7284721b254 |
69 | 2024-12-21T04:22:27.004Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:22:27.004Z | * branch 7b95f649174d4bfe70737429fbe6e7284721b254 -> FETCH_HEAD |
71 | 2024-12-21T04:22:27.014Z | + [[ -n renovate/uuid-1.x ]] |
72 | 2024-12-21T04:22:27.017Z | ++ git branch --show-current |
73 | 2024-12-21T04:22:27.020Z | + current=main |
74 | 2024-12-21T04:22:27.020Z | + [[ main != renovate/uuid-1.x ]] |
75 | 2024-12-21T04:22:27.020Z | + git branch -f renovate/uuid-1.x 7b95f649174d4bfe70737429fbe6e7284721b254 |
76 | 2024-12-21T04:22:27.024Z | + git checkout -f renovate/uuid-1.x |
77 | 2024-12-21T04:22:27.200Z | Switched to branch 'renovate/uuid-1.x' |
78 | 2024-12-21T04:22:27.203Z | + git reset --hard 7b95f649174d4bfe70737429fbe6e7284721b254 |
79 | 2024-12-21T04:22:27.376Z | HEAD is now at 7b95f6491 Update Rust crate uuid to 1.11.0 |
80 | 2024-12-21T04:22:27.379Z | process exited: duration 8033 ms, exit code 0 |
|
81 | 2024-12-21T04:22:27.385Z | starting task 4: "build" |
82 | 2024-12-21T04:22:27.390Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:22:27.390Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:22:27.391Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:22:27.391Z | + cargo --version |
86 | 2024-12-21T04:22:27.451Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:22:27.454Z | + rustc --version |
88 | 2024-12-21T04:22:27.516Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:22:27.520Z | + cargo tree --locked |
90 | 2024-12-21T04:22:27.781Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-21T04:22:28.071Z | Updating crates.io index |
92 | 2024-12-21T04:22:28.246Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
93 | 2024-12-21T04:22:28.553Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-12-21T04:22:29.064Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-12-21T04:22:29.314Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-12-21T04:22:29.556Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-12-21T04:22:29.807Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-12-21T04:22:30.735Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-12-21T04:22:32.208Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-12-21T04:22:32.820Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-12-21T04:22:33.498Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-12-21T04:22:33.754Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-12-21T04:22:34.125Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-12-21T04:22:34.697Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-12-21T04:22:35.075Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-12-21T04:22:35.355Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-12-21T04:22:35.606Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-12-21T04:22:35.936Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-12-21T04:22:36.171Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-12-21T04:22:36.537Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-12-21T04:22:36.800Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-12-21T04:22:37.263Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-12-21T04:22:37.518Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-12-21T04:22:38.008Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-12-21T04:22:38.358Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-12-21T04:22:38.789Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-12-21T04:22:39.202Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
118 | 2024-12-21T04:22:39.488Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
119 | 2024-12-21T04:22:39.764Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
120 | 2024-12-21T04:22:40.029Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
121 | 2024-12-21T04:22:41.730Z | Downloading crates ... |
122 | 2024-12-21T04:22:41.830Z | Downloaded ahash v0.8.11 |
123 | 2024-12-21T04:22:41.835Z | Downloaded atomicwrites v0.4.4 |
124 | 2024-12-21T04:22:41.845Z | Downloaded escape8259 v0.5.3 |
125 | 2024-12-21T04:22:41.848Z | Downloaded async-object-pool v0.1.5 |
126 | 2024-12-21T04:22:41.856Z | Downloaded float-ord v0.3.2 |
127 | 2024-12-21T04:22:41.859Z | Downloaded async-stream-impl v0.3.6 |
128 | 2024-12-21T04:22:41.862Z | Downloaded errno v0.3.9 |
129 | 2024-12-21T04:22:41.866Z | Downloaded ff v0.13.0 |
130 | 2024-12-21T04:22:41.868Z | Downloaded cfg_aliases v0.2.1 |
131 | 2024-12-21T04:22:41.868Z | Downloaded ciborium v0.2.2 |
132 | 2024-12-21T04:22:41.871Z | Downloaded cfg_aliases v0.1.1 |
133 | 2024-12-21T04:22:41.880Z | Downloaded anstyle v1.0.10 |
134 | 2024-12-21T04:22:41.883Z | Downloaded foreign-types-shared v0.1.1 |
135 | 2024-12-21T04:22:41.885Z | Downloaded anstyle-parse v0.2.5 |
136 | 2024-12-21T04:22:41.885Z | Downloaded foreign-types v0.5.0 |
137 | 2024-12-21T04:22:41.888Z | Downloaded foreign-types v0.3.2 |
138 | 2024-12-21T04:22:41.888Z | Downloaded atty v0.2.14 |
139 | 2024-12-21T04:22:41.891Z | Downloaded anes v0.1.6 |
140 | 2024-12-21T04:22:41.896Z | Downloaded guppy-workspace-hack v0.1.0 |
141 | 2024-12-21T04:22:41.896Z | Downloaded autocfg v1.4.0 |
142 | 2024-12-21T04:22:41.899Z | Downloaded hubpack_derive v0.1.1 |
143 | 2024-12-21T04:22:41.899Z | Downloaded http-body v1.0.1 |
144 | 2024-12-21T04:22:41.899Z | Downloaded headers-core v0.3.0 |
145 | 2024-12-21T04:22:41.899Z | Downloaded foreign-types-shared v0.3.1 |
146 | 2024-12-21T04:22:41.899Z | Downloaded async-channel v2.3.1 |
147 | 2024-12-21T04:22:41.903Z | Downloaded fallible-streaming-iterator v0.1.9 |
148 | 2024-12-21T04:22:41.903Z | Downloaded async-signal v0.2.10 |
149 | 2024-12-21T04:22:41.906Z | Downloaded float-cmp v0.9.0 |
150 | 2024-12-21T04:22:41.906Z | Downloaded flagset v0.4.6 |
151 | 2024-12-21T04:22:41.909Z | Downloaded fd-lock v4.0.2 |
152 | 2024-12-21T04:22:41.909Z | Downloaded http-range v0.1.5 |
153 | 2024-12-21T04:22:41.912Z | Downloaded bitflags v1.3.2 |
154 | 2024-12-21T04:22:41.915Z | Downloaded fs-err v2.11.0 |
155 | 2024-12-21T04:22:41.917Z | Downloaded hostname v0.4.0 |
156 | 2024-12-21T04:22:41.917Z | Downloaded heck v0.5.0 |
157 | 2024-12-21T04:22:41.920Z | Downloaded bb8 v0.8.5 |
158 | 2024-12-21T04:22:41.923Z | Downloaded fxhash v0.2.1 |
159 | 2024-12-21T04:22:41.923Z | Downloaded cast v0.3.0 |
160 | 2024-12-21T04:22:41.923Z | Downloaded assert_matches v1.5.0 |
161 | 2024-12-21T04:22:41.925Z | Downloaded generic-array v0.14.7 |
162 | 2024-12-21T04:22:41.928Z | Downloaded heck v0.4.1 |
163 | 2024-12-21T04:22:41.934Z | Downloaded glob v0.3.1 |
164 | 2024-12-21T04:22:41.934Z | Downloaded hash32 v0.3.1 |
165 | 2024-12-21T04:22:41.938Z | Downloaded cexpr v0.6.0 |
166 | 2024-12-21T04:22:41.938Z | Downloaded bytecount v0.6.8 |
167 | 2024-12-21T04:22:41.938Z | Downloaded foldhash v0.1.3 |
168 | 2024-12-21T04:22:41.938Z | Downloaded bit-vec v0.6.3 |
169 | 2024-12-21T04:22:41.941Z | Downloaded hash32 v0.2.1 |
170 | 2024-12-21T04:22:41.941Z | Downloaded futures-timer v3.0.3 |
171 | 2024-12-21T04:22:41.943Z | Downloaded cassowary v0.3.0 |
172 | 2024-12-21T04:22:41.943Z | Downloaded buf-list v1.0.3 |
173 | 2024-12-21T04:22:41.946Z | Downloaded ghash v0.5.1 |
174 | 2024-12-21T04:22:41.949Z | Downloaded hex-literal v0.4.1 |
175 | 2024-12-21T04:22:41.952Z | Downloaded heck v0.3.3 |
176 | 2024-12-21T04:22:41.952Z | Downloaded gethostname v0.5.0 |
177 | 2024-12-21T04:22:41.954Z | Downloaded futures-sink v0.3.31 |
178 | 2024-12-21T04:22:41.954Z | Downloaded hubpack v0.1.2 |
179 | 2024-12-21T04:22:41.957Z | Downloaded cfg-if v1.0.0 |
180 | 2024-12-21T04:22:41.957Z | Downloaded foreign-types-macros v0.2.3 |
181 | 2024-12-21T04:22:41.972Z | Downloaded chacha20 v0.9.1 |
182 | 2024-12-21T04:22:41.972Z | Downloaded async-global-executor v2.4.1 |
183 | 2024-12-21T04:22:41.975Z | Downloaded async-attributes v1.1.2 |
184 | 2024-12-21T04:22:41.975Z | Downloaded phf_shared v0.10.0 |
185 | 2024-12-21T04:22:41.975Z | Downloaded opaque-debug v0.3.1 |
186 | 2024-12-21T04:22:41.975Z | Downloaded humantime v2.1.0 |
187 | 2024-12-21T04:22:41.975Z | Downloaded httpdate v1.0.3 |
188 | 2024-12-21T04:22:41.975Z | Downloaded backoff v0.4.0 |
189 | 2024-12-21T04:22:41.975Z | Downloaded hostname v0.3.1 |
190 | 2024-12-21T04:22:41.975Z | Downloaded async-trait v0.1.83 |
191 | 2024-12-21T04:22:41.978Z | Downloaded assert_cmd v2.0.16 |
192 | 2024-12-21T04:22:41.980Z | Downloaded hex v0.4.3 |
193 | 2024-12-21T04:22:41.985Z | Downloaded globset v0.4.15 |
194 | 2024-12-21T04:22:41.987Z | Downloaded hashlink v0.9.1 |
195 | 2024-12-21T04:22:41.987Z | Downloaded cancel-safe-futures v0.1.5 |
196 | 2024-12-21T04:22:41.990Z | Downloaded camino-tempfile v1.1.1 |
197 | 2024-12-21T04:22:41.993Z | Downloaded futures-lite v2.3.0 |
198 | 2024-12-21T04:22:41.996Z | Downloaded peg-runtime v0.8.3 |
199 | 2024-12-21T04:22:41.996Z | Downloaded getrandom v0.2.15 |
200 | 2024-12-21T04:22:41.998Z | Downloaded fs_extra v1.3.0 |
201 | 2024-12-21T04:22:42.002Z | Downloaded pretty-hex v0.4.1 |
202 | 2024-12-21T04:22:42.004Z | Downloaded hyper-rustls v0.26.0 |
203 | 2024-12-21T04:22:42.004Z | Downloaded httparse v1.9.5 |
204 | 2024-12-21T04:22:42.007Z | Downloaded futures-task v0.3.31 |
205 | 2024-12-21T04:22:42.009Z | Downloaded bcs v0.1.6 |
206 | 2024-12-21T04:22:42.012Z | Downloaded pretty-hex v0.2.1 |
207 | 2024-12-21T04:22:42.014Z | Downloaded http-body-util v0.1.2 |
208 | 2024-12-21T04:22:42.014Z | Downloaded async-lock v3.4.0 |
209 | 2024-12-21T04:22:42.017Z | Downloaded scroll_derive v0.12.0 |
210 | 2024-12-21T04:22:42.019Z | Downloaded pem v3.0.4 |
211 | 2024-12-21T04:22:42.019Z | Downloaded sync_wrapper v1.0.1 |
212 | 2024-12-21T04:22:42.022Z | Downloaded chrono-tz-build v0.4.0 |
213 | 2024-12-21T04:22:42.022Z | Downloaded cargo_metadata v0.18.1 |
214 | 2024-12-21T04:22:42.026Z | Downloaded blowfish v0.9.1 |
215 | 2024-12-21T04:22:42.026Z | Downloaded futures-executor v0.3.31 |
216 | 2024-12-21T04:22:42.029Z | Downloaded async-bb8-diesel v0.2.1 |
217 | 2024-12-21T04:22:42.032Z | Downloaded phf v0.11.2 |
218 | 2024-12-21T04:22:42.032Z | Downloaded olpc-cjson v0.1.4 |
219 | 2024-12-21T04:22:42.034Z | Downloaded blake2b_simd v1.0.2 |
220 | 2024-12-21T04:22:42.034Z | Downloaded num-iter v0.1.45 |
221 | 2024-12-21T04:22:42.036Z | Downloaded phf_generator v0.11.2 |
222 | 2024-12-21T04:22:42.039Z | Downloaded async-executor v1.13.1 |
223 | 2024-12-21T04:22:42.041Z | Downloaded num-rational v0.4.2 |
224 | 2024-12-21T04:22:42.041Z | Downloaded home v0.5.9 |
225 | 2024-12-21T04:22:42.043Z | Downloaded fallible-iterator v0.3.0 |
226 | 2024-12-21T04:22:42.043Z | Downloaded async-io v2.3.4 |
227 | 2024-12-21T04:22:42.047Z | Downloaded hmac v0.12.1 |
228 | 2024-12-21T04:22:42.050Z | Downloaded futures v0.3.31 |
229 | 2024-12-21T04:22:42.054Z | Downloaded highway v1.2.0 |
230 | 2024-12-21T04:22:42.057Z | Downloaded pbkdf2 v0.11.0 |
231 | 2024-12-21T04:22:42.060Z | Downloaded camino v1.1.9 |
232 | 2024-12-21T04:22:42.062Z | Downloaded allocator-api2 v0.2.18 |
233 | 2024-12-21T04:22:42.067Z | Downloaded primeorder v0.13.6 |
234 | 2024-12-21T04:22:42.070Z | Downloaded predicates-tree v1.0.11 |
235 | 2024-12-21T04:22:42.070Z | Downloaded predicates-core v1.0.8 |
236 | 2024-12-21T04:22:42.070Z | Downloaded poly1305 v0.8.0 |
237 | 2024-12-21T04:22:42.072Z | Downloaded ciborium-io v0.2.2 |
238 | 2024-12-21T04:22:42.075Z | Downloaded wait-timeout v0.2.0 |
239 | 2024-12-21T04:22:42.075Z | Downloaded smallvec v0.6.14 |
240 | 2024-12-21T04:22:42.079Z | Downloaded rfc6979 v0.4.0 |
241 | 2024-12-21T04:22:42.079Z | Downloaded rand_seeder v0.3.0 |
242 | 2024-12-21T04:22:42.079Z | Downloaded futures-channel v0.3.31 |
243 | 2024-12-21T04:22:42.082Z | Downloaded synstructure v0.13.1 |
244 | 2024-12-21T04:22:42.084Z | Downloaded hickory-client v0.24.1 |
245 | 2024-12-21T04:22:42.087Z | Downloaded signal-hook-registry v1.4.2 |
246 | 2024-12-21T04:22:42.091Z | Downloaded sync-ptr v0.1.1 |
247 | 2024-12-21T04:22:42.091Z | Downloaded static_assertions v1.1.0 |
248 | 2024-12-21T04:22:42.093Z | Downloaded is_ci v1.2.0 |
249 | 2024-12-21T04:22:42.093Z | Downloaded thiserror-no-std v2.0.2 |
250 | 2024-12-21T04:22:42.096Z | Downloaded password-hash v0.5.0 |
251 | 2024-12-21T04:22:42.098Z | Downloaded match_cfg v0.1.0 |
252 | 2024-12-21T04:22:42.101Z | Downloaded tiny-keccak v2.0.2 |
253 | 2024-12-21T04:22:42.103Z | Downloaded hyper-rustls v0.27.3 |
254 | 2024-12-21T04:22:42.107Z | Downloaded httptest v0.16.1 |
255 | 2024-12-21T04:22:42.110Z | Downloaded tls_codec_derive v0.4.1 |
256 | 2024-12-21T04:22:42.110Z | Downloaded bytes v1.8.0 |
257 | 2024-12-21T04:22:42.113Z | Downloaded tls_codec v0.4.1 |
258 | 2024-12-21T04:22:42.116Z | Downloaded blake2 v0.10.6 |
259 | 2024-12-21T04:22:42.119Z | Downloaded phf_codegen v0.11.2 |
260 | 2024-12-21T04:22:42.121Z | Downloaded cfg-expr v0.17.0 |
261 | 2024-12-21T04:22:42.124Z | Downloaded arc-swap v1.7.1 |
262 | 2024-12-21T04:22:42.127Z | Downloaded unicode-linebreak v0.1.5 |
263 | 2024-12-21T04:22:42.130Z | Downloaded pathdiff v0.2.2 |
264 | 2024-12-21T04:22:42.130Z | Downloaded chacha20poly1305 v0.10.1 |
265 | 2024-12-21T04:22:42.132Z | Downloaded tinystr v0.7.6 |
266 | 2024-12-21T04:22:42.135Z | Downloaded parking_lot_core v0.9.10 |
267 | 2024-12-21T04:22:42.135Z | Downloaded unicode-truncate v1.1.0 |
268 | 2024-12-21T04:22:42.138Z | Downloaded xz2 v0.1.7 |
269 | 2024-12-21T04:22:42.141Z | Downloaded xattr v1.3.1 |
270 | 2024-12-21T04:22:42.143Z | Downloaded wyz v0.5.1 |
271 | 2024-12-21T04:22:42.143Z | Downloaded openssl-probe v0.1.5 |
272 | 2024-12-21T04:22:42.146Z | Downloaded openssl-macros v0.1.1 |
273 | 2024-12-21T04:22:42.146Z | Downloaded plotters-svg v0.3.7 |
274 | 2024-12-21T04:22:42.151Z | Downloaded half v2.4.1 |
275 | 2024-12-21T04:22:42.153Z | Downloaded smallvec v1.13.2 |
276 | 2024-12-21T04:22:42.153Z | Downloaded scrypt v0.11.0 |
277 | 2024-12-21T04:22:42.157Z | Downloaded deranged v0.3.11 |
278 | 2024-12-21T04:22:42.157Z | Downloaded curve25519-dalek-derive v0.1.1 |
279 | 2024-12-21T04:22:42.157Z | Downloaded postgres-types v0.2.8 |
280 | 2024-12-21T04:22:42.160Z | Downloaded serde_derive_internals v0.29.1 |
281 | 2024-12-21T04:22:42.162Z | Downloaded ctr v0.9.2 |
282 | 2024-12-21T04:22:42.165Z | Downloaded macaddr v1.0.1 |
283 | 2024-12-21T04:22:42.168Z | Downloaded linked-hash-map v0.5.6 |
284 | 2024-12-21T04:22:42.168Z | Downloaded is_terminal_polyfill v1.70.1 |
285 | 2024-12-21T04:22:42.170Z | Downloaded idna_adapter v1.2.0 |
286 | 2024-12-21T04:22:42.170Z | Downloaded enum-as-inner v0.5.1 |
287 | 2024-12-21T04:22:42.173Z | Downloaded base64 v0.21.7 |
288 | 2024-12-21T04:22:42.176Z | Downloaded maplit v1.0.2 |
289 | 2024-12-21T04:22:42.179Z | Downloaded managed v0.8.0 |
290 | 2024-12-21T04:22:42.179Z | Downloaded oso v0.27.3 |
291 | 2024-12-21T04:22:42.183Z | Downloaded ipnet v2.10.1 |
292 | 2024-12-21T04:22:42.186Z | Downloaded bumpalo v3.16.0 |
293 | 2024-12-21T04:22:42.188Z | Downloaded heapless v0.7.17 |
294 | 2024-12-21T04:22:42.193Z | Downloaded multimap v0.10.0 |
295 | 2024-12-21T04:22:42.195Z | Downloaded multer v3.1.0 |
296 | 2024-12-21T04:22:42.198Z | Downloaded sigpipe v0.1.3 |
297 | 2024-12-21T04:22:42.200Z | Downloaded oorandom v11.1.4 |
298 | 2024-12-21T04:22:42.200Z | Downloaded num-integer v0.1.46 |
299 | 2024-12-21T04:22:42.203Z | Downloaded tinytemplate v1.2.1 |
300 | 2024-12-21T04:22:42.207Z | Downloaded flume v0.11.1 |
301 | 2024-12-21T04:22:42.210Z | Downloaded clap_derive v4.5.18 |
302 | 2024-12-21T04:22:42.213Z | Downloaded nanorand v0.7.0 |
303 | 2024-12-21T04:22:42.215Z | Downloaded const_format_proc_macros v0.2.33 |
304 | 2024-12-21T04:22:42.218Z | Downloaded toolchain_find v0.4.0 |
305 | 2024-12-21T04:22:42.220Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-12-21T04:22:42.220Z | Downloaded typify-macro v0.2.0 |
307 | 2024-12-21T04:22:42.222Z | Downloaded try-lock v0.2.5 |
308 | 2024-12-21T04:22:42.223Z | Downloaded time-core v0.1.2 |
309 | 2024-12-21T04:22:42.225Z | Downloaded termtree v0.4.1 |
310 | 2024-12-21T04:22:42.225Z | Downloaded ron v0.7.1 |
311 | 2024-12-21T04:22:42.230Z | Downloaded zerofrom v0.1.4 |
312 | 2024-12-21T04:22:42.233Z | Downloaded want v0.3.1 |
313 | 2024-12-21T04:22:42.233Z | Downloaded linear-map v1.2.0 |
314 | 2024-12-21T04:22:42.235Z | Downloaded tinyvec v1.8.0 |
315 | 2024-12-21T04:22:42.238Z | Downloaded crunchy v0.2.2 |
316 | 2024-12-21T04:22:42.241Z | Downloaded fancy-regex v0.13.0 |
317 | 2024-12-21T04:22:42.244Z | Downloaded rand_xorshift v0.3.0 |
318 | 2024-12-21T04:22:42.247Z | Downloaded backtrace v0.3.74 |
319 | 2024-12-21T04:22:42.250Z | Downloaded rand_core v0.6.4 |
320 | 2024-12-21T04:22:42.252Z | Downloaded rand_chacha v0.3.1 |
321 | 2024-12-21T04:22:42.255Z | Downloaded scopeguard v1.2.0 |
322 | 2024-12-21T04:22:42.257Z | Downloaded hickory-server v0.24.1 |
323 | 2024-12-21T04:22:42.262Z | Downloaded newline-converter v0.3.0 |
324 | 2024-12-21T04:22:42.264Z | Downloaded http v1.1.0 |
325 | 2024-12-21T04:22:42.268Z | Downloaded doc-comment v0.3.3 |
326 | 2024-12-21T04:22:42.270Z | Downloaded signal-hook-mio v0.2.4 |
327 | 2024-12-21T04:22:42.273Z | Downloaded pin-project-lite v0.2.14 |
328 | 2024-12-21T04:22:42.277Z | Downloaded prettyplease v0.2.25 |
329 | 2024-12-21T04:22:42.281Z | Downloaded walkdir v2.5.0 |
330 | 2024-12-21T04:22:42.284Z | Downloaded tokio-macros v2.4.0 |
331 | 2024-12-21T04:22:42.286Z | Downloaded structmeta-derive v0.2.0 |
332 | 2024-12-21T04:22:42.286Z | Downloaded strsim v0.11.1 |
333 | 2024-12-21T04:22:42.289Z | Downloaded normalize-line-endings v0.3.0 |
334 | 2024-12-21T04:22:42.289Z | Downloaded shlex v1.3.0 |
335 | 2024-12-21T04:22:42.291Z | Downloaded terminal_size v0.4.0 |
336 | 2024-12-21T04:22:42.293Z | Downloaded structmeta-derive v0.3.0 |
337 | 2024-12-21T04:22:42.296Z | Downloaded oso-derive v0.27.3 |
338 | 2024-12-21T04:22:42.296Z | Downloaded ron v0.8.1 |
339 | 2024-12-21T04:22:42.301Z | Downloaded proc-macro-error v1.0.4 |
340 | 2024-12-21T04:22:42.305Z | Downloaded dropshot_endpoint v0.13.0 |
341 | 2024-12-21T04:22:42.310Z | Downloaded parse-size v1.1.0 |
342 | 2024-12-21T04:22:42.312Z | Downloaded crypto-common v0.1.6 |
343 | 2024-12-21T04:22:42.312Z | Downloaded colored v2.1.0 |
344 | 2024-12-21T04:22:42.315Z | Downloaded der_derive v0.7.3 |
345 | 2024-12-21T04:22:42.318Z | Downloaded scroll v0.12.0 |
346 | 2024-12-21T04:22:42.318Z | Downloaded tungstenite v0.21.0 |
347 | 2024-12-21T04:22:42.321Z | Downloaded const-oid v0.9.6 |
348 | 2024-12-21T04:22:42.324Z | Downloaded dyn-clone v1.0.17 |
349 | 2024-12-21T04:22:42.328Z | Downloaded russh-cryptovec v0.7.3 |
350 | 2024-12-21T04:22:42.331Z | Downloaded sct v0.7.1 |
351 | 2024-12-21T04:22:42.333Z | Downloaded tungstenite v0.23.0 |
352 | 2024-12-21T04:22:42.336Z | Downloaded serde-big-array v0.5.1 |
353 | 2024-12-21T04:22:42.339Z | Downloaded flate2 v1.0.34 |
354 | 2024-12-21T04:22:42.344Z | Downloaded litemap v0.7.3 |
355 | 2024-12-21T04:22:42.346Z | Downloaded hyper-tls v0.6.0 |
356 | 2024-12-21T04:22:42.349Z | Downloaded strum v0.26.3 |
357 | 2024-12-21T04:22:42.351Z | Downloaded pest_derive v2.7.14 |
358 | 2024-12-21T04:22:42.354Z | Downloaded lockfree-object-pool v0.1.6 |
359 | 2024-12-21T04:22:42.357Z | Downloaded typify v0.2.0 |
360 | 2024-12-21T04:22:42.359Z | Downloaded nodrop v0.1.14 |
361 | 2024-12-21T04:22:42.359Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-12-21T04:22:42.363Z | Downloaded pretty_assertions v1.4.1 |
363 | 2024-12-21T04:22:42.367Z | Downloaded elliptic-curve v0.13.8 |
364 | 2024-12-21T04:22:42.370Z | Downloaded inout v0.1.3 |
365 | 2024-12-21T04:22:42.370Z | Downloaded indoc v2.0.5 |
366 | 2024-12-21T04:22:42.373Z | Downloaded indoc v1.0.9 |
367 | 2024-12-21T04:22:42.375Z | Downloaded psl-types v2.0.11 |
368 | 2024-12-21T04:22:42.378Z | Downloaded parking v2.2.1 |
369 | 2024-12-21T04:22:42.378Z | Downloaded tungstenite v0.24.0 |
370 | 2024-12-21T04:22:42.382Z | Downloaded proc-macro2 v1.0.89 |
371 | 2024-12-21T04:22:42.385Z | Downloaded hashbrown v0.13.2 |
372 | 2024-12-21T04:22:42.390Z | Downloaded progenitor v0.8.0 |
373 | 2024-12-21T04:22:42.392Z | Downloaded parse-display-derive v0.10.0 |
374 | 2024-12-21T04:22:42.395Z | Downloaded indent_write v2.2.0 |
375 | 2024-12-21T04:22:42.395Z | Downloaded icu_locid_transform v1.5.0 |
376 | 2024-12-21T04:22:42.398Z | Downloaded cpufeatures v0.2.14 |
377 | 2024-12-21T04:22:42.401Z | Downloaded convert_case v0.4.0 |
378 | 2024-12-21T04:22:42.403Z | Downloaded dhcproto-macros v0.1.0 |
379 | 2024-12-21T04:22:42.403Z | Downloaded des v0.8.1 |
380 | 2024-12-21T04:22:42.406Z | Downloaded diesel_table_macro_syntax v0.2.0 |
381 | 2024-12-21T04:22:42.406Z | Downloaded socket2 v0.5.7 |
382 | 2024-12-21T04:22:42.409Z | Downloaded smf v0.2.3 |
383 | 2024-12-21T04:22:42.412Z | Downloaded aes v0.8.4 |
384 | 2024-12-21T04:22:42.414Z | Downloaded enum-as-inner v0.6.1 |
385 | 2024-12-21T04:22:42.417Z | Downloaded serde_regex v1.1.0 |
386 | 2024-12-21T04:22:42.417Z | Downloaded serde_plain v1.0.2 |
387 | 2024-12-21T04:22:42.419Z | Downloaded rtoolbox v0.0.2 |
388 | 2024-12-21T04:22:42.421Z | Downloaded spin v0.5.2 |
389 | 2024-12-21T04:22:42.425Z | Downloaded thiserror v1.0.69 |
390 | 2024-12-21T04:22:42.427Z | Downloaded mirai-annotations v1.12.0 |
391 | 2024-12-21T04:22:42.430Z | Downloaded typenum v1.17.0 |
392 | 2024-12-21T04:22:42.432Z | Downloaded const_format v0.2.33 |
393 | 2024-12-21T04:22:42.436Z | Downloaded target-spec v3.2.2 |
394 | 2024-12-21T04:22:42.440Z | Downloaded steno v0.4.1 |
395 | 2024-12-21T04:22:42.443Z | Downloaded universal-hash v0.5.1 |
396 | 2024-12-21T04:22:42.446Z | Downloaded unicode-xid v0.2.6 |
397 | 2024-12-21T04:22:42.448Z | Downloaded tui-tree-widget v0.22.0 |
398 | 2024-12-21T04:22:42.448Z | Downloaded zopfli v0.8.1 |
399 | 2024-12-21T04:22:42.451Z | Downloaded password-hash v0.4.2 |
400 | 2024-12-21T04:22:42.455Z | Downloaded rand_distr v0.4.3 |
401 | 2024-12-21T04:22:42.457Z | Downloaded hashbrown v0.14.5 |
402 | 2024-12-21T04:22:42.463Z | Downloaded zone v0.3.0 |
403 | 2024-12-21T04:22:42.465Z | Downloaded zone v0.1.8 |
404 | 2024-12-21T04:22:42.465Z | Downloaded nom v7.1.3 |
405 | 2024-12-21T04:22:42.471Z | Downloaded pkcs1 v0.7.5 |
406 | 2024-12-21T04:22:42.474Z | Downloaded rust-argon2 v2.1.0 |
407 | 2024-12-21T04:22:42.477Z | Downloaded derive_more v0.99.18 |
408 | 2024-12-21T04:22:42.482Z | Downloaded guppy v0.17.8 |
409 | 2024-12-21T04:22:42.489Z | Downloaded take_mut v0.2.2 |
410 | 2024-12-21T04:22:42.491Z | Downloaded diesel-dtrace v0.4.2 |
411 | 2024-12-21T04:22:42.491Z | Downloaded icu_locid_transform_data v1.5.0 |
412 | 2024-12-21T04:22:42.495Z | Downloaded zerocopy v0.6.6 |
413 | 2024-12-21T04:22:42.498Z | Downloaded mockall v0.13.0 |
414 | 2024-12-21T04:22:42.500Z | Downloaded crypto-bigint v0.5.5 |
415 | 2024-12-21T04:22:42.505Z | Downloaded thiserror v2.0.3 |
416 | 2024-12-21T04:22:42.511Z | Downloaded quinn v0.11.5 |
417 | 2024-12-21T04:22:42.516Z | Downloaded packed_struct_codegen v0.10.1 |
418 | 2024-12-21T04:22:42.519Z | Downloaded num_enum v0.5.11 |
419 | 2024-12-21T04:22:42.522Z | Downloaded pkg-config v0.3.31 |
420 | 2024-12-21T04:22:42.526Z | Downloaded whoami v1.5.2 |
421 | 2024-12-21T04:22:42.529Z | Downloaded pkcs5 v0.7.1 |
422 | 2024-12-21T04:22:42.532Z | Downloaded tokio-tungstenite v0.23.1 |
423 | 2024-12-21T04:22:42.534Z | Downloaded vte_generate_state_changes v0.1.2 |
424 | 2024-12-21T04:22:42.537Z | Downloaded crc v3.2.1 |
425 | 2024-12-21T04:22:42.541Z | Downloaded packed_struct v0.10.1 |
426 | 2024-12-21T04:22:42.541Z | Downloaded equivalent v1.0.1 |
427 | 2024-12-21T04:22:42.543Z | Downloaded hyper v1.5.0 |
428 | 2024-12-21T04:22:42.548Z | Downloaded rusty-fork v0.3.0 |
429 | 2024-12-21T04:22:42.550Z | Downloaded rustls-native-certs v0.7.3 |
430 | 2024-12-21T04:22:42.553Z | Downloaded instant v0.1.13 |
431 | 2024-12-21T04:22:42.555Z | Downloaded quick-error v1.2.3 |
432 | 2024-12-21T04:22:42.559Z | Downloaded similar-asserts v1.6.0 |
433 | 2024-12-21T04:22:42.559Z | Downloaded concurrent-queue v2.5.0 |
434 | 2024-12-21T04:22:42.562Z | Downloaded nested v0.1.1 |
435 | 2024-12-21T04:22:42.565Z | Downloaded stringprep v0.1.5 |
436 | 2024-12-21T04:22:42.565Z | Downloaded libloading v0.8.5 |
437 | 2024-12-21T04:22:42.567Z | Downloaded slog-stdlog v4.1.1 |
438 | 2024-12-21T04:22:42.570Z | Downloaded threadpool v1.8.1 |
439 | 2024-12-21T04:22:42.570Z | Downloaded indicatif v0.17.9 |
440 | 2024-12-21T04:22:42.574Z | Downloaded slog v2.7.0 |
441 | 2024-12-21T04:22:42.577Z | Downloaded trybuild v1.0.101 |
442 | 2024-12-21T04:22:42.583Z | Downloaded ssh-key v0.6.6 |
443 | 2024-12-21T04:22:42.590Z | Downloaded difflib v0.4.0 |
444 | 2024-12-21T04:22:42.595Z | Downloaded ciborium-ll v0.2.2 |
445 | 2024-12-21T04:22:42.595Z | Downloaded plain v0.2.3 |
446 | 2024-12-21T04:22:42.597Z | Downloaded parking_lot_core v0.8.6 |
447 | 2024-12-21T04:22:42.598Z | Downloaded twox-hash v1.6.3 |
448 | 2024-12-21T04:22:42.600Z | Downloaded parking_lot v0.11.2 |
449 | 2024-12-21T04:22:42.604Z | Downloaded p521 v0.13.3 |
450 | 2024-12-21T04:22:42.607Z | Downloaded futures-util v0.3.31 |
451 | 2024-12-21T04:22:42.619Z | Downloaded criterion-plot v0.5.0 |
452 | 2024-12-21T04:22:42.622Z | Downloaded crc-any v2.5.0 |
453 | 2024-12-21T04:22:42.624Z | Downloaded der v0.7.9 |
454 | 2024-12-21T04:22:42.628Z | Downloaded russh-keys v0.45.0 |
455 | 2024-12-21T04:22:42.632Z | Downloaded md-5 v0.10.6 |
456 | 2024-12-21T04:22:42.634Z | Downloaded snafu-derive v0.8.5 |
457 | 2024-12-21T04:22:42.636Z | Downloaded env_logger v0.10.2 |
458 | 2024-12-21T04:22:42.639Z | Downloaded paste v1.0.15 |
459 | 2024-12-21T04:22:42.642Z | Downloaded maybe-uninit v2.0.0 |
460 | 2024-12-21T04:22:42.644Z | Downloaded aho-corasick v1.1.3 |
461 | 2024-12-21T04:22:42.650Z | Downloaded crucible-workspace-hack v0.1.0 |
462 | 2024-12-21T04:22:42.652Z | Downloaded hashbrown v0.15.1 |
463 | 2024-12-21T04:22:42.656Z | Downloaded yoke-derive v0.7.4 |
464 | 2024-12-21T04:22:42.658Z | Downloaded utf8_iter v1.0.4 |
465 | 2024-12-21T04:22:42.662Z | Downloaded piper v0.2.4 |
466 | 2024-12-21T04:22:42.662Z | Downloaded pin-utils v0.1.0 |
467 | 2024-12-21T04:22:42.665Z | Downloaded itertools v0.10.5 |
468 | 2024-12-21T04:22:42.669Z | Downloaded downcast v0.11.0 |
469 | 2024-12-21T04:22:42.673Z | Downloaded quinn-udp v0.5.5 |
470 | 2024-12-21T04:22:42.675Z | Downloaded zerocopy-derive v0.7.35 |
471 | 2024-12-21T04:22:42.678Z | Downloaded new_debug_unreachable v1.0.6 |
472 | 2024-12-21T04:22:42.680Z | Downloaded env_logger v0.11.5 |
473 | 2024-12-21T04:22:42.682Z | Downloaded vte v0.11.1 |
474 | 2024-12-21T04:22:42.685Z | Downloaded rustls-pemfile v1.0.4 |
475 | 2024-12-21T04:22:42.687Z | Downloaded serde_urlencoded v0.7.1 |
476 | 2024-12-21T04:22:42.690Z | Downloaded serde_tokenstream v0.2.2 |
477 | 2024-12-21T04:22:42.693Z | Downloaded blake3 v1.5.4 |
478 | 2024-12-21T04:22:42.699Z | Downloaded libtest-mimic v0.7.3 |
479 | 2024-12-21T04:22:42.702Z | Downloaded string_cache v0.8.7 |
480 | 2024-12-21T04:22:42.704Z | Downloaded mime v0.3.17 |
481 | 2024-12-21T04:22:42.707Z | Downloaded strum_macros v0.24.3 |
482 | 2024-12-21T04:22:42.710Z | Downloaded utf8parse v0.2.2 |
483 | 2024-12-21T04:22:42.711Z | Downloaded native-tls v0.2.12 |
484 | 2024-12-21T04:22:42.718Z | Downloaded slog-dtrace v0.3.0 |
485 | 2024-12-21T04:22:42.722Z | Downloaded tokio-native-tls v0.3.1 |
486 | 2024-12-21T04:22:42.722Z | Downloaded thread_local v1.1.8 |
487 | 2024-12-21T04:22:42.722Z | Downloaded thread-id v4.2.2 |
488 | 2024-12-21T04:22:42.722Z | Downloaded termcolor v1.4.1 |
489 | 2024-12-21T04:22:42.722Z | Downloaded swrite v0.1.0 |
490 | 2024-12-21T04:22:42.724Z | Downloaded tabwriter v1.4.0 |
491 | 2024-12-21T04:22:42.724Z | Downloaded cookie v0.18.1 |
492 | 2024-12-21T04:22:42.727Z | Downloaded toml v0.7.8 |
493 | 2024-12-21T04:22:42.731Z | Downloaded quote v1.0.37 |
494 | 2024-12-21T04:22:42.733Z | Downloaded lru-cache v0.1.2 |
495 | 2024-12-21T04:22:42.736Z | Downloaded serde v1.0.215 |
496 | 2024-12-21T04:22:42.739Z | Downloaded toml_edit v0.22.22 |
497 | 2024-12-21T04:22:42.763Z | Downloaded icu_provider_macros v1.5.0 |
498 | 2024-12-21T04:22:42.765Z | Downloaded goblin v0.8.2 |
499 | 2024-12-21T04:22:42.769Z | Downloaded aws-lc-rs v1.10.0 |
500 | 2024-12-21T04:22:42.779Z | Downloaded ident_case v1.0.1 |
501 | 2024-12-21T04:22:42.781Z | Downloaded path-slash v0.1.5 |
502 | 2024-12-21T04:22:42.784Z | Downloaded schemars_derive v0.8.21 |
503 | 2024-12-21T04:22:42.786Z | Downloaded same-file v1.0.6 |
504 | 2024-12-21T04:22:42.786Z | Downloaded rustc-hash v1.1.0 |
505 | 2024-12-21T04:22:42.789Z | Downloaded mime_guess v2.0.5 |
506 | 2024-12-21T04:22:42.789Z | Downloaded num_threads v0.1.7 |
507 | 2024-12-21T04:22:42.791Z | Downloaded proc-macro-crate v1.3.1 |
508 | 2024-12-21T04:22:42.794Z | Downloaded progenitor-client v0.8.0 |
509 | 2024-12-21T04:22:42.794Z | Downloaded precomputed-hash v0.1.1 |
510 | 2024-12-21T04:22:42.794Z | Downloaded salsa20 v0.10.2 |
511 | 2024-12-21T04:22:42.797Z | Downloaded pest_meta v2.7.14 |
512 | 2024-12-21T04:22:42.797Z | Downloaded tar v0.4.42 |
513 | 2024-12-21T04:22:42.800Z | Downloaded miniz_oxide v0.8.0 |
514 | 2024-12-21T04:22:42.803Z | Downloaded pbkdf2 v0.12.2 |
515 | 2024-12-21T04:22:42.805Z | Downloaded memoffset v0.9.1 |
516 | 2024-12-21T04:22:42.807Z | Downloaded unicode-normalization v0.1.24 |
517 | 2024-12-21T04:22:42.811Z | Downloaded tower-service v0.3.3 |
518 | 2024-12-21T04:22:42.815Z | Downloaded zerovec-derive v0.10.3 |
519 | 2024-12-21T04:22:42.815Z | Downloaded usdt v0.5.0 |
520 | 2024-12-21T04:22:42.818Z | Downloaded untrusted v0.9.0 |
521 | 2024-12-21T04:22:42.818Z | Downloaded toml_datetime v0.6.8 |
522 | 2024-12-21T04:22:42.820Z | Downloaded time v0.3.36 |
523 | 2024-12-21T04:22:42.825Z | Downloaded serde_json v1.0.133 |
524 | 2024-12-21T04:22:42.833Z | Downloaded write16 v1.0.0 |
525 | 2024-12-21T04:22:42.836Z | Downloaded tracing-core v0.1.32 |
526 | 2024-12-21T04:22:42.839Z | Downloaded matches v0.1.10 |
527 | 2024-12-21T04:22:42.842Z | Downloaded darling_macro v0.20.10 |
528 | 2024-12-21T04:22:42.842Z | Downloaded dunce v1.0.5 |
529 | 2024-12-21T04:22:42.842Z | Downloaded rayon-core v1.12.1 |
530 | 2024-12-21T04:22:42.846Z | Downloaded num-conv v0.1.0 |
531 | 2024-12-21T04:22:42.848Z | Downloaded pkcs8 v0.10.2 |
532 | 2024-12-21T04:22:42.851Z | Downloaded path-tree v0.8.1 |
533 | 2024-12-21T04:22:42.853Z | Downloaded memmap2 v0.9.5 |
534 | 2024-12-21T04:22:42.856Z | Downloaded libefi-sys v0.1.0 |
535 | 2024-12-21T04:22:42.856Z | Downloaded peg v0.8.4 |
536 | 2024-12-21T04:22:42.859Z | Downloaded newtype-uuid v1.1.3 |
537 | 2024-12-21T04:22:42.862Z | Downloaded memmap v0.7.0 |
538 | 2024-12-21T04:22:42.864Z | Downloaded waitgroup v0.1.2 |
539 | 2024-12-21T04:22:42.864Z | Downloaded ryu v1.0.18 |
540 | 2024-12-21T04:22:42.868Z | Downloaded qorb v0.2.1 |
541 | 2024-12-21T04:22:42.873Z | Downloaded slab v0.4.9 |
542 | 2024-12-21T04:22:42.875Z | Downloaded libxml v0.3.3 |
543 | 2024-12-21T04:22:42.881Z | Downloaded sqlparser_derive v0.2.2 |
544 | 2024-12-21T04:22:42.883Z | Downloaded slog-scope v4.4.0 |
545 | 2024-12-21T04:22:42.886Z | Downloaded thiserror-impl-no-std v2.0.2 |
546 | 2024-12-21T04:22:42.886Z | Downloaded slog-json v2.6.1 |
547 | 2024-12-21T04:22:42.888Z | Downloaded rstest v0.23.0 |
548 | 2024-12-21T04:22:42.893Z | Downloaded icu_provider v1.5.0 |
549 | 2024-12-21T04:22:42.896Z | Downloaded progenitor-impl v0.8.0 |
550 | 2024-12-21T04:22:42.900Z | Downloaded phf_shared v0.11.2 |
551 | 2024-12-21T04:22:42.902Z | Downloaded num-derive v0.4.2 |
552 | 2024-12-21T04:22:42.906Z | Downloaded dirs-sys-next v0.1.2 |
553 | 2024-12-21T04:22:42.906Z | Downloaded dirs-next v2.0.0 |
554 | 2024-12-21T04:22:42.908Z | Downloaded digest v0.10.7 |
555 | 2024-12-21T04:22:42.912Z | Downloaded percent-encoding v2.3.1 |
556 | 2024-12-21T04:22:42.912Z | Downloaded display-error-chain v0.2.2 |
557 | 2024-12-21T04:22:42.912Z | Downloaded ecdsa v0.16.9 |
558 | 2024-12-21T04:22:42.923Z | Downloaded rustls-pki-types v1.10.0 |
559 | 2024-12-21T04:22:42.923Z | Downloaded semver v0.1.20 |
560 | 2024-12-21T04:22:42.923Z | Downloaded git2 v0.19.0 |
561 | 2024-12-21T04:22:42.928Z | Downloaded dtrace-parser v0.2.0 |
562 | 2024-12-21T04:22:42.931Z | Downloaded strum_macros v0.25.3 |
563 | 2024-12-21T04:22:42.934Z | Downloaded darling v0.20.10 |
564 | 2024-12-21T04:22:42.937Z | Downloaded topological-sort v0.2.2 |
565 | 2024-12-21T04:22:42.940Z | Downloaded predicates v3.1.2 |
566 | 2024-12-21T04:22:42.943Z | Downloaded peg-macros v0.8.4 |
567 | 2024-12-21T04:22:42.946Z | Downloaded csv-core v0.1.11 |
568 | 2024-12-21T04:22:42.949Z | Downloaded defmt-parser v0.3.4 |
569 | 2024-12-21T04:22:42.949Z | Downloaded r2d2 v0.8.10 |
570 | 2024-12-21T04:22:42.949Z | Downloaded utf16_iter v1.0.5 |
571 | 2024-12-21T04:22:42.952Z | Downloaded russh v0.45.0 |
572 | 2024-12-21T04:22:42.956Z | Downloaded lazy_static v1.5.0 |
573 | 2024-12-21T04:22:42.959Z | Downloaded bitvec v1.0.1 |
574 | 2024-12-21T04:22:42.975Z | Downloaded crc-catalog v2.4.0 |
575 | 2024-12-21T04:22:42.977Z | Downloaded ref-cast-impl v1.0.23 |
576 | 2024-12-21T04:22:42.977Z | Downloaded diff v0.1.13 |
577 | 2024-12-21T04:22:42.980Z | Downloaded compact_str v0.8.0 |
578 | 2024-12-21T04:22:42.983Z | Downloaded bindgen v0.69.5 |
579 | 2024-12-21T04:22:42.991Z | Downloaded number_prefix v0.4.0 |
580 | 2024-12-21T04:22:42.993Z | Downloaded zone_cfg_derive v0.3.0 |
581 | 2024-12-21T04:22:42.993Z | Downloaded icu_properties v1.5.1 |
582 | 2024-12-21T04:22:42.996Z | Downloaded crossbeam-channel v0.5.13 |
583 | 2024-12-21T04:22:43.000Z | Downloaded async-std v1.13.0 |
584 | 2024-12-21T04:22:43.021Z | Downloaded usdt-attr-macro v0.5.0 |
585 | 2024-12-21T04:22:43.024Z | Downloaded newtype_derive v0.1.6 |
586 | 2024-12-21T04:22:43.024Z | Downloaded md5 v0.7.0 |
587 | 2024-12-21T04:22:43.024Z | Downloaded target-triple v0.1.3 |
588 | 2024-12-21T04:22:43.027Z | Downloaded crossbeam-deque v0.8.5 |
589 | 2024-12-21T04:22:43.027Z | Downloaded kv-log-macro v1.0.7 |
590 | 2024-12-21T04:22:43.031Z | Downloaded strum_macros v0.26.4 |
591 | 2024-12-21T04:22:43.034Z | Downloaded ed25519 v2.2.3 |
592 | 2024-12-21T04:22:43.034Z | Downloaded uzers v0.12.1 |
593 | 2024-12-21T04:22:43.036Z | Downloaded schemars v0.8.21 |
594 | 2024-12-21T04:22:43.046Z | Downloaded url v2.5.3 |
595 | 2024-12-21T04:22:43.050Z | Downloaded ssh-cipher v0.2.0 |
596 | 2024-12-21T04:22:43.052Z | Downloaded samael v0.0.17 |
597 | 2024-12-21T04:22:43.058Z | Downloaded datatest-stable v0.2.9 |
598 | 2024-12-21T04:22:43.061Z | Downloaded data-encoding v2.6.0 |
599 | 2024-12-21T04:22:43.063Z | Downloaded rustc_version v0.1.7 |
600 | 2024-12-21T04:22:43.064Z | Downloaded rustc-hash v2.0.0 |
601 | 2024-12-21T04:22:43.064Z | Downloaded keccak v0.1.5 |
602 | 2024-12-21T04:22:43.066Z | Downloaded itoa v1.0.11 |
603 | 2024-12-21T04:22:43.068Z | Downloaded pest_generator v2.7.14 |
604 | 2024-12-21T04:22:43.068Z | Downloaded dhcproto v0.12.0 |
605 | 2024-12-21T04:22:43.071Z | Downloaded typed-path v0.9.3 |
606 | 2024-12-21T04:22:43.077Z | Downloaded env_filter v0.1.2 |
607 | 2024-12-21T04:22:43.080Z | Downloaded num_enum_derive v0.5.11 |
608 | 2024-12-21T04:22:43.080Z | Downloaded num v0.4.3 |
609 | 2024-12-21T04:22:43.083Z | Downloaded cipher v0.4.4 |
610 | 2024-12-21T04:22:43.085Z | Downloaded version_check v0.9.5 |
611 | 2024-12-21T04:22:43.085Z | Downloaded lru v0.12.5 |
612 | 2024-12-21T04:22:43.088Z | Downloaded sqlformat v0.2.6 |
613 | 2024-12-21T04:22:43.088Z | Downloaded spki v0.7.3 |
614 | 2024-12-21T04:22:43.091Z | Downloaded darling_core v0.20.10 |
615 | 2024-12-21T04:22:43.095Z | Downloaded zone_cfg_derive v0.1.2 |
616 | 2024-12-21T04:22:43.098Z | Downloaded utf-8 v0.7.6 |
617 | 2024-12-21T04:22:43.098Z | Downloaded unicase v2.7.0 |
618 | 2024-12-21T04:22:43.101Z | Downloaded unarray v0.1.4 |
619 | 2024-12-21T04:22:43.101Z | Downloaded tokio-tungstenite v0.24.0 |
620 | 2024-12-21T04:22:43.103Z | Downloaded secrecy v0.8.0 |
621 | 2024-12-21T04:22:43.105Z | Downloaded lazycell v1.3.0 |
622 | 2024-12-21T04:22:43.105Z | Downloaded either v1.13.0 |
623 | 2024-12-21T04:22:43.108Z | Downloaded thiserror-impl v1.0.69 |
624 | 2024-12-21T04:22:43.108Z | Downloaded polyval v0.6.2 |
625 | 2024-12-21T04:22:43.110Z | Downloaded pem-rfc7468 v0.7.0 |
626 | 2024-12-21T04:22:43.113Z | Downloaded target-lexicon v0.12.16 |
627 | 2024-12-21T04:22:43.116Z | Downloaded rustc-demangle v0.1.24 |
628 | 2024-12-21T04:22:43.116Z | Downloaded subprocess v0.2.9 |
629 | 2024-12-21T04:22:43.119Z | Downloaded owo-colors v4.1.0 |
630 | 2024-12-21T04:22:43.121Z | Downloaded instability v0.3.2 |
631 | 2024-12-21T04:22:43.124Z | Downloaded debug-ignore v1.0.5 |
632 | 2024-12-21T04:22:43.124Z | Downloaded vergen v8.3.2 |
633 | 2024-12-21T04:22:43.127Z | Downloaded tokio-rustls v0.25.0 |
634 | 2024-12-21T04:22:43.129Z | Downloaded powerfmt v0.2.0 |
635 | 2024-12-21T04:22:43.132Z | Downloaded serde_repr v0.1.19 |
636 | 2024-12-21T04:22:43.134Z | Downloaded defmt-macros v0.3.9 |
637 | 2024-12-21T04:22:43.137Z | Downloaded jobserver v0.1.32 |
638 | 2024-12-21T04:22:43.140Z | Downloaded tokio-util v0.7.12 |
639 | 2024-12-21T04:22:43.144Z | Downloaded tabled v0.15.0 |
640 | 2024-12-21T04:22:43.161Z | Downloaded serde_spanned v0.6.8 |
641 | 2024-12-21T04:22:43.164Z | Downloaded kstat-rs v0.2.4 |
642 | 2024-12-21T04:22:43.164Z | Downloaded syn v1.0.109 |
643 | 2024-12-21T04:22:43.173Z | Downloaded sqlparser v0.45.0 |
644 | 2024-12-21T04:22:43.178Z | Downloaded tempfile v3.13.0 |
645 | 2024-12-21T04:22:43.182Z | Downloaded sha1 v0.10.6 |
646 | 2024-12-21T04:22:43.184Z | Downloaded postgres-protocol v0.6.7 |
647 | 2024-12-21T04:22:43.187Z | Downloaded sha2 v0.10.8 |
648 | 2024-12-21T04:22:43.187Z | Downloaded pin-project v1.1.6 |
649 | 2024-12-21T04:22:43.199Z | Downloaded semver v1.0.23 |
650 | 2024-12-21T04:22:43.202Z | Downloaded ucd-trie v0.1.7 |
651 | 2024-12-21T04:22:43.204Z | Downloaded clap v4.5.21 |
652 | 2024-12-21T04:22:43.211Z | Downloaded term v0.7.0 |
653 | 2024-12-21T04:22:43.214Z | Downloaded tracing v0.1.40 |
654 | 2024-12-21T04:22:43.220Z | Downloaded yansi v1.0.1 |
655 | 2024-12-21T04:22:43.223Z | Downloaded serde_with v3.11.0 |
656 | 2024-12-21T04:22:43.230Z | Downloaded rayon v1.10.0 |
657 | 2024-12-21T04:22:43.239Z | Downloaded postcard v1.0.10 |
658 | 2024-12-21T04:22:43.242Z | Downloaded serde_with_macros v3.11.0 |
659 | 2024-12-21T04:22:43.244Z | Downloaded icu_locid v1.5.0 |
660 | 2024-12-21T04:22:43.249Z | Downloaded test-strategy v0.3.1 |
661 | 2024-12-21T04:22:43.252Z | Downloaded polling v3.7.3 |
662 | 2024-12-21T04:22:43.256Z | Downloaded zerocopy v0.7.35 |
663 | 2024-12-21T04:22:43.273Z | Downloaded unicode-bidi v0.3.17 |
664 | 2024-12-21T04:22:43.276Z | Downloaded crossbeam-epoch v0.9.18 |
665 | 2024-12-21T04:22:43.278Z | Downloaded minimal-lexical v0.2.1 |
666 | 2024-12-21T04:22:43.282Z | Downloaded itertools v0.12.1 |
667 | 2024-12-21T04:22:43.291Z | Downloaded rstest_macros v0.23.0 |
668 | 2024-12-21T04:22:43.294Z | Downloaded openssl-sys v0.9.103 |
669 | 2024-12-21T04:22:43.298Z | Downloaded syn v2.0.87 |
670 | 2024-12-21T04:22:43.309Z | Downloaded zip v0.6.6 |
671 | 2024-12-21T04:22:43.314Z | Downloaded hyper-util v0.1.10 |
672 | 2024-12-21T04:22:43.320Z | Downloaded vcpkg v0.2.15 |
673 | 2024-12-21T04:22:43.356Z | Downloaded ed25519-dalek v2.1.1 |
674 | 2024-12-21T04:22:43.359Z | Downloaded icu_normalizer_data v1.5.0 |
675 | 2024-12-21T04:22:43.362Z | Downloaded quinn-proto v0.11.8 |
676 | 2024-12-21T04:22:43.369Z | Downloaded crossterm v0.28.1 |
677 | 2024-12-21T04:22:43.373Z | Downloaded rustls-webpki v0.102.8 |
678 | 2024-12-21T04:22:43.393Z | Downloaded openssl v0.10.66 |
679 | 2024-12-21T04:22:43.402Z | Downloaded quick-xml v0.33.0 |
680 | 2024-12-21T04:22:43.408Z | Downloaded zerocopy v0.8.10 |
681 | 2024-12-21T04:22:43.434Z | Downloaded num-bigint-dig v0.8.4 |
682 | 2024-12-21T04:22:43.438Z | Downloaded tough v0.19.0 |
683 | 2024-12-21T04:22:43.447Z | Downloaded zerovec v0.10.4 |
684 | 2024-12-21T04:22:43.454Z | Downloaded lalrpop v0.19.12 |
685 | 2024-12-21T04:22:43.465Z | Downloaded regress v0.10.1 |
686 | 2024-12-21T04:22:43.474Z | Downloaded bstr v1.10.0 |
687 | 2024-12-21T04:22:43.485Z | Downloaded salty v0.3.0 |
688 | 2024-12-21T04:22:43.494Z | Downloaded winnow v0.6.20 |
689 | 2024-12-21T04:22:43.500Z | Downloaded hickory-proto v0.24.1 |
690 | 2024-12-21T04:22:43.518Z | Downloaded itertools v0.13.0 |
691 | 2024-12-21T04:22:43.524Z | Downloaded idna v0.2.3 |
692 | 2024-12-21T04:22:43.529Z | Downloaded radix_trie v0.2.1 |
693 | 2024-12-21T04:22:43.535Z | Downloaded icu_properties_data v1.5.0 |
694 | 2024-12-21T04:22:43.545Z | Downloaded rustls v0.21.12 |
695 | 2024-12-21T04:22:43.556Z | Downloaded idna v0.3.0 |
696 | 2024-12-21T04:22:43.563Z | Downloaded idna v0.4.0 |
697 | 2024-12-21T04:22:43.570Z | Downloaded nix v0.28.0 |
698 | 2024-12-21T04:22:43.581Z | Downloaded nix v0.29.0 |
699 | 2024-12-21T04:22:43.594Z | Downloaded rustls-webpki v0.101.7 |
700 | 2024-12-21T04:22:43.609Z | Downloaded webpki-roots v0.26.6 |
701 | 2024-12-21T04:22:43.612Z | Downloaded rustls v0.22.4 |
702 | 2024-12-21T04:22:43.625Z | Downloaded unicode-width v0.2.0 |
703 | 2024-12-21T04:22:43.631Z | Downloaded openapiv3 v2.0.0 |
704 | 2024-12-21T04:22:43.642Z | Downloaded idna v0.5.0 |
705 | 2024-12-21T04:22:43.650Z | Downloaded regex v1.11.1 |
706 | 2024-12-21T04:22:43.664Z | Downloaded object v0.30.4 |
707 | 2024-12-21T04:22:43.674Z | Downloaded smoltcp v0.9.1 |
708 | 2024-12-21T04:22:43.685Z | Downloaded dropshot v0.13.0 |
709 | 2024-12-21T04:22:43.707Z | Downloaded smoltcp v0.11.0 |
710 | 2024-12-21T04:22:43.727Z | Downloaded nix v0.27.1 |
711 | 2024-12-21T04:22:43.732Z | Downloaded regress v0.9.1 |
712 | 2024-12-21T04:22:43.739Z | Downloaded regex-syntax v0.6.29 |
713 | 2024-12-21T04:22:43.747Z | Downloaded regex-syntax v0.8.5 |
714 | 2024-12-21T04:22:43.755Z | Downloaded typify-impl v0.2.0 |
715 | 2024-12-21T04:22:43.770Z | Downloaded rustls v0.23.19 |
716 | 2024-12-21T04:22:43.782Z | Downloaded ratatui v0.28.1 |
717 | 2024-12-21T04:22:43.801Z | Downloaded zerocopy-derive v0.6.6 |
718 | 2024-12-21T04:22:43.810Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
719 | 2024-12-21T04:22:43.824Z | Downloaded sled v0.34.7 |
720 | 2024-12-21T04:22:43.834Z | Downloaded object v0.36.5 |
721 | 2024-12-21T04:22:43.846Z | Downloaded polar-core v0.27.3 |
722 | 2024-12-21T04:22:43.858Z | Downloaded dropshot v0.12.0 |
723 | 2024-12-21T04:22:43.875Z | Downloaded diesel v2.2.6 |
724 | 2024-12-21T04:22:43.893Z | Downloaded rustix v0.38.37 |
725 | 2024-12-21T04:22:43.916Z | Downloaded petname v2.0.2 |
726 | 2024-12-21T04:22:43.921Z | Downloaded trust-dns-proto v0.22.0 |
727 | 2024-12-21T04:22:43.933Z | Downloaded curve25519-dalek v4.1.3 |
728 | 2024-12-21T04:22:43.943Z | Downloaded regex-automata v0.4.8 |
729 | 2024-12-21T04:22:43.960Z | Downloaded chrono-tz v0.10.0 |
730 | 2024-12-21T04:22:43.968Z | Downloaded proptest v1.5.0 |
731 | 2024-12-21T04:22:43.978Z | Downloaded unicode-width v0.1.14 |
732 | 2024-12-21T04:22:43.984Z | Downloaded rsa v0.9.6 |
733 | 2024-12-21T04:22:43.989Z | Downloaded p384 v0.13.0 |
734 | 2024-12-21T04:22:43.995Z | Downloaded petgraph v0.6.5 |
735 | 2024-12-21T04:22:44.013Z | Downloaded tokio v1.40.0 |
736 | 2024-12-21T04:22:44.050Z | Downloaded lzma-sys v0.1.20 |
737 | 2024-12-21T04:22:44.078Z | Downloaded sha3 v0.10.8 |
738 | 2024-12-21T04:22:44.083Z | Downloaded portable-atomic v1.9.0 |
739 | 2024-12-21T04:22:44.089Z | Downloaded gimli v0.31.1 |
740 | 2024-12-21T04:22:44.098Z | Downloaded p256 v0.13.2 |
741 | 2024-12-21T04:22:44.102Z | Downloaded memchr v2.7.4 |
742 | 2024-12-21T04:22:44.107Z | Downloaded libz-sys v1.1.20 |
743 | 2024-12-21T04:22:44.128Z | Downloaded rusqlite v0.32.1 |
744 | 2024-12-21T04:22:44.135Z | Downloaded plotters v0.3.7 |
745 | 2024-12-21T04:22:44.143Z | Downloaded winnow v0.5.40 |
746 | 2024-12-21T04:22:44.151Z | Downloaded num-traits v0.2.19 |
747 | 2024-12-21T04:22:44.155Z | Downloaded libc v0.2.162 |
748 | 2024-12-21T04:22:44.183Z | Downloaded csv v1.3.0 |
749 | 2024-12-21T04:22:44.202Z | Downloaded snafu v0.8.5 |
750 | 2024-12-21T04:22:44.207Z | Downloaded serde_yaml v0.9.34+deprecated |
751 | 2024-12-21T04:22:44.211Z | Downloaded toml_edit v0.19.15 |
752 | 2024-12-21T04:22:44.226Z | Downloaded slog-term v2.9.1 |
753 | 2024-12-21T04:22:44.229Z | Downloaded toml v0.8.19 |
754 | 2024-12-21T04:22:44.232Z | Downloaded omicron-zone-package v0.11.1 |
755 | 2024-12-21T04:22:44.235Z | Downloaded crossbeam-utils v0.8.20 |
756 | 2024-12-21T04:22:44.238Z | Downloaded value-bag v1.9.0 |
757 | 2024-12-21T04:22:44.241Z | Downloaded rustyline v14.0.0 |
758 | 2024-12-21T04:22:44.246Z | Downloaded thiserror-impl v2.0.3 |
759 | 2024-12-21T04:22:44.249Z | Downloaded nibble_vec v0.1.0 |
760 | 2024-12-21T04:22:44.249Z | Downloaded mio v1.0.2 |
761 | 2024-12-21T04:22:44.254Z | Downloaded libm v0.2.8 |
762 | 2024-12-21T04:22:44.263Z | Downloaded tokio-postgres v0.7.12 |
763 | 2024-12-21T04:22:44.267Z | Downloaded criterion v0.5.1 |
764 | 2024-12-21T04:22:44.274Z | Downloaded num-complex v0.4.6 |
765 | 2024-12-21T04:22:44.278Z | Downloaded encoding_rs v0.8.34 |
766 | 2024-12-21T04:22:44.297Z | Downloaded clang-sys v1.8.1 |
767 | 2024-12-21T04:22:44.301Z | Downloaded unsafe-libyaml v0.2.11 |
768 | 2024-12-21T04:22:44.306Z | Downloaded zeroize_derive v1.4.2 |
769 | 2024-12-21T04:22:44.311Z | Downloaded zeroize v1.8.1 |
770 | 2024-12-21T04:22:44.314Z | Downloaded zerofrom-derive v0.1.4 |
771 | 2024-12-21T04:22:44.314Z | Downloaded radium v0.7.0 |
772 | 2024-12-21T04:22:44.317Z | Downloaded chrono v0.4.38 |
773 | 2024-12-21T04:22:44.322Z | Downloaded clap_builder v4.5.21 |
774 | 2024-12-21T04:22:44.335Z | Downloaded reqwest v0.12.9 |
775 | 2024-12-21T04:22:44.343Z | Downloaded siphasher v0.3.11 |
776 | 2024-12-21T04:22:44.347Z | Downloaded simd-adler32 v0.3.7 |
777 | 2024-12-21T04:22:44.347Z | Downloaded httpmock v0.8.0-alpha.1 |
778 | 2024-12-21T04:22:44.364Z | Downloaded proc-macro-crate v3.2.0 |
779 | 2024-12-21T04:22:44.367Z | Downloaded tabled_derive v0.7.0 |
780 | 2024-12-21T04:22:44.367Z | Downloaded icu_collections v1.5.0 |
781 | 2024-12-21T04:22:44.372Z | Downloaded tokio-rustls v0.24.1 |
782 | 2024-12-21T04:22:44.375Z | Downloaded idna v1.0.3 |
783 | 2024-12-21T04:22:44.378Z | Downloaded unicode_categories v0.1.1 |
784 | 2024-12-21T04:22:44.381Z | Downloaded untrusted v0.7.1 |
785 | 2024-12-21T04:22:44.383Z | Downloaded yoke v0.7.4 |
786 | 2024-12-21T04:22:44.383Z | Downloaded yasna v0.5.2 |
787 | 2024-12-21T04:22:44.386Z | Downloaded ref-cast v1.0.23 |
788 | 2024-12-21T04:22:44.388Z | Downloaded diesel_derives v2.2.3 |
789 | 2024-12-21T04:22:44.391Z | Downloaded parse-zoneinfo v0.3.1 |
790 | 2024-12-21T04:22:44.394Z | Downloaded lalrpop-util v0.19.12 |
791 | 2024-12-21T04:22:44.397Z | Downloaded displaydoc v0.2.5 |
792 | 2024-12-21T04:22:44.406Z | Downloaded rustls-pemfile v2.2.0 |
793 | 2024-12-21T04:22:44.407Z | Downloaded pin-project-internal v1.1.6 |
794 | 2024-12-21T04:22:44.407Z | Downloaded hyper-staticfile v0.10.1 |
795 | 2024-12-21T04:22:44.407Z | Downloaded dropshot_endpoint v0.12.0 |
796 | 2024-12-21T04:22:44.409Z | Downloaded parking_lot v0.12.3 |
797 | 2024-12-21T04:22:44.409Z | Downloaded reedline v0.35.0 |
798 | 2024-12-21T04:22:44.416Z | Downloaded stringmetrics v2.2.2 |
799 | 2024-12-21T04:22:44.418Z | Downloaded slog-bunyan v2.5.0 |
800 | 2024-12-21T04:22:44.422Z | Downloaded slog-async v2.8.0 |
801 | 2024-12-21T04:22:44.422Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
802 | 2024-12-21T04:22:44.481Z | Downloaded defmt v0.3.8 |
803 | 2024-12-21T04:22:44.484Z | Downloaded indexmap v2.6.0 |
804 | 2024-12-21T04:22:44.487Z | Downloaded crc32fast v1.4.2 |
805 | 2024-12-21T04:22:44.489Z | Downloaded similar v2.6.0 |
806 | 2024-12-21T04:22:44.493Z | Downloaded pest v2.7.14 |
807 | 2024-12-21T04:22:44.498Z | Downloaded tracing-attributes v0.1.27 |
808 | 2024-12-21T04:22:44.501Z | Downloaded papergrid v0.11.0 |
809 | 2024-12-21T04:22:44.505Z | Downloaded num_cpus v1.16.0 |
810 | 2024-12-21T04:22:44.508Z | Downloaded tokio-rustls v0.26.0 |
811 | 2024-12-21T04:22:44.510Z | Downloaded publicsuffix v2.2.3 |
812 | 2024-12-21T04:22:44.513Z | Downloaded internet-checksum v0.2.1 |
813 | 2024-12-21T04:22:44.513Z | Downloaded mockall_derive v0.13.0 |
814 | 2024-12-21T04:22:44.516Z | Downloaded parse-display v0.10.0 |
815 | 2024-12-21T04:22:44.516Z | Downloaded zerocopy-derive v0.8.10 |
816 | 2024-12-21T04:22:44.521Z | Downloaded rand v0.8.5 |
817 | 2024-12-21T04:22:44.525Z | Downloaded hkdf v0.12.4 |
818 | 2024-12-21T04:22:44.528Z | Downloaded h2 v0.4.6 |
819 | 2024-12-21T04:22:44.536Z | Downloaded vsss-rs v3.3.4 |
820 | 2024-12-21T04:22:44.539Z | Downloaded uuid v1.11.0 |
821 | 2024-12-21T04:22:44.542Z | Downloaded textwrap v0.16.1 |
822 | 2024-12-21T04:22:44.544Z | Downloaded tap v1.0.1 |
823 | 2024-12-21T04:22:44.544Z | Downloaded iana-time-zone v0.1.61 |
824 | 2024-12-21T04:22:44.550Z | Downloaded cookie_store v0.21.0 |
825 | 2024-12-21T04:22:44.554Z | Downloaded icu_normalizer v1.5.0 |
826 | 2024-12-21T04:22:44.554Z | Downloaded x509-cert v0.2.5 |
827 | 2024-12-21T04:22:44.557Z | Downloaded progenitor-macro v0.8.0 |
828 | 2024-12-21T04:22:44.560Z | Downloaded indexmap v1.9.3 |
829 | 2024-12-21T04:22:44.562Z | Downloaded rustversion v1.0.17 |
830 | 2024-12-21T04:22:44.564Z | Downloaded unicode-segmentation v1.12.0 |
831 | 2024-12-21T04:22:44.567Z | Downloaded partial-io v0.5.4 |
832 | 2024-12-21T04:22:44.571Z | Downloaded tokio-tungstenite v0.21.0 |
833 | 2024-12-21T04:22:44.573Z | Downloaded tokio-stream v0.1.16 |
834 | 2024-12-21T04:22:44.577Z | Downloaded spin v0.9.8 |
835 | 2024-12-21T04:22:44.580Z | Downloaded log v0.4.22 |
836 | 2024-12-21T04:22:44.582Z | Downloaded zip v2.1.3 |
837 | 2024-12-21T04:22:44.585Z | Downloaded num-bigint v0.4.6 |
838 | 2024-12-21T04:22:44.589Z | Downloaded libsw v3.3.1 |
839 | 2024-12-21T04:22:44.592Z | Downloaded signal-hook v0.3.17 |
840 | 2024-12-21T04:22:44.596Z | Downloaded supports-color v3.0.1 |
841 | 2024-12-21T04:22:44.600Z | Downloaded subtle v2.6.1 |
842 | 2024-12-21T04:22:44.600Z | Downloaded lock_api v0.4.12 |
843 | 2024-12-21T04:22:44.600Z | Downloaded aes-gcm v0.10.3 |
844 | 2024-12-21T04:22:44.604Z | Downloaded once_cell v1.20.2 |
845 | 2024-12-21T04:22:44.607Z | Downloaded base64 v0.22.1 |
846 | 2024-12-21T04:22:44.610Z | Downloaded cstr-argument v0.1.2 |
847 | 2024-12-21T04:22:44.610Z | Downloaded colorchoice v1.0.2 |
848 | 2024-12-21T04:22:44.612Z | Downloaded cobs v0.2.3 |
849 | 2024-12-21T04:22:44.612Z | Downloaded cmake v0.1.51 |
850 | 2024-12-21T04:22:44.614Z | Downloaded clap_lex v0.7.2 |
851 | 2024-12-21T04:22:44.614Z | Downloaded heapless v0.8.0 |
852 | 2024-12-21T04:22:44.622Z | Downloaded shell-words v1.1.0 |
853 | 2024-12-21T04:22:44.622Z | Downloaded strip-ansi-escapes v0.2.0 |
854 | 2024-12-21T04:22:44.622Z | Downloaded console v0.15.8 |
855 | 2024-12-21T04:22:44.624Z | Downloaded termios v0.3.3 |
856 | 2024-12-21T04:22:44.625Z | Downloaded structmeta v0.3.0 |
857 | 2024-12-21T04:22:44.627Z | Downloaded structmeta v0.2.0 |
858 | 2024-12-21T04:22:44.627Z | Downloaded derive-where v1.2.7 |
859 | 2024-12-21T04:22:44.630Z | Downloaded serde_derive v1.0.215 |
860 | 2024-12-21T04:22:44.632Z | Downloaded rcgen v0.12.1 |
861 | 2024-12-21T04:22:44.635Z | Downloaded hashbrown v0.12.3 |
862 | 2024-12-21T04:22:44.638Z | Downloaded nu-ansi-term v0.50.1 |
863 | 2024-12-21T04:22:44.641Z | Downloaded sec1 v0.7.3 |
864 | 2024-12-21T04:22:44.643Z | Downloaded derive_builder_macro v0.20.2 |
865 | 2024-12-21T04:22:44.643Z | Downloaded hickory-resolver v0.24.1 |
866 | 2024-12-21T04:22:44.647Z | Downloaded headers v0.4.0 |
867 | 2024-12-21T04:22:44.653Z | Downloaded rustfmt-wrapper v0.2.1 |
868 | 2024-12-21T04:22:44.655Z | Downloaded rustc_version v0.4.1 |
869 | 2024-12-21T04:22:44.658Z | Downloaded unicode-ident v1.0.13 |
870 | 2024-12-21T04:22:44.658Z | Downloaded unicode-properties v0.1.3 |
871 | 2024-12-21T04:22:44.661Z | Downloaded expectorate v1.1.0 |
872 | 2024-12-21T04:22:44.664Z | Downloaded ppv-lite86 v0.2.20 |
873 | 2024-12-21T04:22:44.664Z | Downloaded impl-trait-for-tuples v0.2.2 |
874 | 2024-12-21T04:22:44.667Z | Downloaded proc-macro-error-attr v1.0.4 |
875 | 2024-12-21T04:22:44.667Z | Downloaded plotters-backend v0.3.7 |
876 | 2024-12-21T04:22:44.670Z | Downloaded derive_builder_core v0.20.2 |
877 | 2024-12-21T04:22:44.670Z | Downloaded derive_builder v0.20.2 |
878 | 2024-12-21T04:22:44.674Z | Downloaded cc v1.1.30 |
879 | 2024-12-21T04:22:44.677Z | Downloaded dsl_auto_type v0.1.2 |
880 | 2024-12-21T04:22:44.680Z | Downloaded dof v0.3.0 |
881 | 2024-12-21T04:22:44.680Z | Downloaded is-terminal v0.4.13 |
882 | 2024-12-21T04:22:44.687Z | Downloaded ipnetwork v0.20.0 |
883 | 2024-12-21T04:22:44.687Z | Downloaded ena v0.14.3 |
884 | 2024-12-21T04:22:44.690Z | Downloaded embedded-io v0.6.1 |
885 | 2024-12-21T04:22:44.690Z | Downloaded embedded-io v0.4.0 |
886 | 2024-12-21T04:22:44.690Z | Downloaded time-macros v0.2.18 |
887 | 2024-12-21T04:22:44.690Z | Downloaded serde_path_to_error v0.1.16 |
888 | 2024-12-21T04:22:44.698Z | Downloaded base64 v0.13.1 |
889 | 2024-12-21T04:22:44.698Z | Downloaded constant_time_eq v0.3.1 |
890 | 2024-12-21T04:22:44.703Z | Downloaded writeable v0.5.5 |
891 | 2024-12-21T04:22:44.703Z | Downloaded which v4.4.2 |
892 | 2024-12-21T04:22:44.703Z | Downloaded anyhow v1.0.93 |
893 | 2024-12-21T04:22:44.706Z | Downloaded endian-type v0.1.2 |
894 | 2024-12-21T04:22:44.706Z | Downloaded base64ct v1.6.0 |
895 | 2024-12-21T04:22:44.706Z | Downloaded stable_deref_trait v1.2.0 |
896 | 2024-12-21T04:22:44.706Z | Downloaded ssh-encoding v0.2.0 |
897 | 2024-12-21T04:22:44.706Z | Downloaded smawk v0.3.2 |
898 | 2024-12-21T04:22:44.708Z | Downloaded signature v2.2.0 |
899 | 2024-12-21T04:22:44.709Z | Downloaded signal-hook-tokio v0.3.1 |
900 | 2024-12-21T04:22:44.711Z | Downloaded slog-envlogger v2.2.0 |
901 | 2024-12-21T04:22:44.711Z | Downloaded serde-hex v0.1.0 |
902 | 2024-12-21T04:22:44.714Z | Downloaded scheduled-thread-pool v0.2.7 |
903 | 2024-12-21T04:22:44.714Z | Downloaded rpassword v7.3.1 |
904 | 2024-12-21T04:22:44.717Z | Downloaded tinyvec_macros v0.1.1 |
905 | 2024-12-21T04:22:44.717Z | Downloaded resolv-conf v0.7.0 |
906 | 2024-12-21T04:22:44.717Z | Downloaded relative-path v1.9.3 |
907 | 2024-12-21T04:22:44.720Z | Downloaded fatfs v0.3.6 |
908 | 2024-12-21T04:22:44.722Z | Downloaded event-listener v5.3.1 |
909 | 2024-12-21T04:22:44.733Z | Downloaded bitflags v2.6.0 |
910 | 2024-12-21T04:22:44.752Z | Downloaded bzip2 v0.4.4 |
911 | 2024-12-21T04:22:44.752Z | Downloaded bit-set v0.5.3 |
912 | 2024-12-21T04:22:44.752Z | Downloaded async-task v4.7.1 |
913 | 2024-12-21T04:22:44.752Z | Downloaded arrayvec v0.7.6 |
914 | 2024-12-21T04:22:44.753Z | Downloaded async-process v2.3.0 |
915 | 2024-12-21T04:22:44.753Z | Downloaded argon2 v0.5.3 |
916 | 2024-12-21T04:22:44.753Z | Downloaded anstream v0.6.15 |
917 | 2024-12-21T04:22:44.760Z | Downloaded adler2 v2.0.0 |
918 | 2024-12-21T04:22:44.760Z | Downloaded group v0.13.0 |
919 | 2024-12-21T04:22:44.760Z | Downloaded fnv v1.0.7 |
920 | 2024-12-21T04:22:44.760Z | Downloaded futures-core v0.3.31 |
921 | 2024-12-21T04:22:44.760Z | Downloaded fragile v2.0.0 |
922 | 2024-12-21T04:22:44.760Z | Downloaded fixedbitset v0.4.2 |
923 | 2024-12-21T04:22:44.760Z | Downloaded castaway v0.2.3 |
924 | 2024-12-21T04:22:44.760Z | Downloaded aead v0.5.2 |
925 | 2024-12-21T04:22:44.761Z | Downloaded addr2line v0.24.2 |
926 | 2024-12-21T04:22:44.761Z | Downloaded cargo-platform v0.1.8 |
927 | 2024-12-21T04:22:44.761Z | Downloaded bitfield v0.14.0 |
928 | 2024-12-21T04:22:44.761Z | Downloaded bcrypt-pbkdf v0.10.0 |
929 | 2024-12-21T04:22:44.761Z | Downloaded futures-macro v0.3.31 |
930 | 2024-12-21T04:22:44.764Z | Downloaded cbc v0.1.2 |
931 | 2024-12-21T04:22:44.764Z | Downloaded blocking v1.6.1 |
932 | 2024-12-21T04:22:44.764Z | Downloaded block-padding v0.3.3 |
933 | 2024-12-21T04:22:44.764Z | Downloaded block-buffer v0.10.4 |
934 | 2024-12-21T04:22:44.764Z | Downloaded bitfield-struct v0.6.2 |
935 | 2024-12-21T04:22:44.764Z | Downloaded atomic-waker v1.1.2 |
936 | 2024-12-21T04:22:44.764Z | Downloaded async-recursion v1.1.1 |
937 | 2024-12-21T04:22:44.767Z | Downloaded futures-io v0.3.31 |
938 | 2024-12-21T04:22:44.769Z | Downloaded funty v2.0.0 |
939 | 2024-12-21T04:22:44.769Z | Downloaded form_urlencoded v1.2.1 |
940 | 2024-12-21T04:22:44.769Z | Downloaded filetime v0.2.25 |
941 | 2024-12-21T04:22:44.772Z | Downloaded fallible-iterator v0.2.0 |
942 | 2024-12-21T04:22:44.772Z | Downloaded byteorder v1.5.0 |
943 | 2024-12-21T04:22:44.775Z | Downloaded async-stream v0.3.6 |
944 | 2024-12-21T04:22:44.778Z | Downloaded async-channel v1.9.0 |
945 | 2024-12-21T04:22:44.778Z | Downloaded fastrand v2.1.1 |
946 | 2024-12-21T04:22:44.778Z | Downloaded event-listener-strategy v0.5.2 |
947 | 2024-12-21T04:22:44.781Z | Downloaded event-listener v2.5.3 |
948 | 2024-12-21T04:22:44.781Z | Downloaded base16ct v0.2.0 |
949 | 2024-12-21T04:22:44.783Z | Downloaded assert-json-diff v2.0.2 |
950 | 2024-12-21T04:22:44.783Z | Downloaded approx v0.5.1 |
951 | 2024-12-21T04:22:44.787Z | Downloaded anstyle-query v1.1.1 |
952 | 2024-12-21T04:22:44.787Z | Downloaded arrayref v0.3.9 |
953 | 2024-12-21T04:22:44.787Z | Downloaded ascii-canvas v3.0.0 |
954 | 2024-12-21T04:22:44.790Z | Downloaded array-init v0.0.4 |
955 | 2024-12-21T04:22:45.038Z | Downloaded ring v0.17.8 |
956 | 2024-12-21T04:22:45.144Z | Downloaded aws-lc-sys v0.22.0 |
957 | 2024-12-21T04:22:45.428Z | Downloaded ring v0.16.20 |
958 | 2024-12-21T04:22:45.508Z | Downloaded libsqlite3-sys v0.30.1 |
959 | 2024-12-21T04:22:45.869Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
960 | 2024-12-21T04:22:57.393Z | Startup: Refreshing catalog 'helios-dev' ... Done |
961 | 2024-12-21T04:23:01.252Z | Startup: Caching catalogs ... Done |
962 | 2024-12-21T04:23:11.949Z | Planning: Solver setup ... Done (9.711s) |
963 | 2024-12-21T04:23:12.194Z | Planning: Running solver ... Done (0.134s) |
964 | 2024-12-21T04:23:12.222Z | Planning: Finding local manifests ... Done (0.005s) |
965 | 2024-12-21T04:23:12.278Z | Planning: Fetching manifests: 0/5 0% complete |
966 | 2024-12-21T04:23:12.930Z | Planning: Fetching manifests: 5/5 100% complete |
967 | 2024-12-21T04:23:13.030Z | Planning: Package planning ... Done (0.099s) |
968 | 2024-12-21T04:23:13.087Z | Planning: Merging actions ... Done (0.056s) |
969 | 2024-12-21T04:23:13.452Z | Planning: Checking for conflicting actions ... Done (0.366s) |
970 | 2024-12-21T04:23:15.551Z | Planning: Consolidating action changes ... Done (2.097s) |
971 | 2024-12-21T04:23:15.996Z | Planning: Evaluating mediators ... Done (0.444s) |
972 | 2024-12-21T04:23:16.081Z | Planning: Planning completed in 14.73 seconds |
973 | 2024-12-21T04:23:16.097Z | Packages to install: 4 |
974 | 2024-12-21T04:23:16.097Z | Packages to update: 1 |
975 | 2024-12-21T04:23:16.100Z | Mediators to change: 2 |
976 | 2024-12-21T04:23:16.100Z | Services to change: 1 |
977 | 2024-12-21T04:23:16.100Z | Estimated space available: 155.37 GB |
978 | 2024-12-21T04:23:16.100Z | Estimated space to be consumed: 1.62 GB |
979 | 2024-12-21T04:23:16.100Z | Create boot environment: No |
980 | 2024-12-21T04:23:16.101Z | Create backup boot environment: Yes |
981 | 2024-12-21T04:23:16.101Z | Rebuild boot archive: No |
982 | 2024-12-21T04:23:16.101Z | |
983 | 2024-12-21T04:23:16.101Z | Changed mediators: |
984 | 2024-12-21T04:23:16.101Z | mediator clang: |
985 | 2024-12-21T04:23:16.101Z | version: None -> 15 (system default) |
986 | 2024-12-21T04:23:16.101Z | |
987 | 2024-12-21T04:23:16.101Z | mediator llvm: |
988 | 2024-12-21T04:23:16.101Z | version: 14 (system default) -> 15 (system default) |
989 | 2024-12-21T04:23:16.101Z | |
990 | 2024-12-21T04:23:16.101Z | Changed packages: |
991 | 2024-12-21T04:23:16.101Z | helios-dev |
992 | 2024-12-21T04:23:16.101Z | developer/build-essential |
993 | 2024-12-21T04:23:16.101Z | None -> 11-2.0 |
994 | 2024-12-21T04:23:16.101Z | library/libxmlsec1 |
995 | 2024-12-21T04:23:16.101Z | None -> 1.2.35-2.0 |
996 | 2024-12-21T04:23:16.101Z | ooce/developer/clang-15 |
997 | 2024-12-21T04:23:16.101Z | None -> 15.0.7-2.0 |
998 | 2024-12-21T04:23:16.101Z | ooce/developer/llvm-15 |
999 | 2024-12-21T04:23:16.101Z | None -> 15.0.7-2.0 |
1000 | 2024-12-21T04:23:16.101Z | package/pkg |
1001 | 2024-12-21T04:23:16.101Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1002 | 2024-12-21T04:23:16.102Z | |
1003 | 2024-12-21T04:23:16.102Z | Services: |
1004 | 2024-12-21T04:23:16.102Z | restart_fmri: |
1005 | 2024-12-21T04:23:16.102Z | svc:/system/update-man-index:default |
1006 | 2024-12-21T04:23:16.102Z | |
1007 | 2024-12-21T04:23:16.102Z | Editable files to change: |
1008 | 2024-12-21T04:23:16.102Z | Update: |
1009 | 2024-12-21T04:23:16.102Z | usr/share/lib/pkg/web/config.shtml |
1010 | 2024-12-21T04:23:16.184Z | |
1011 | 2024-12-21T04:23:16.184Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1012 | 2024-12-21T04:23:21.887Z | Download: 212/4281 items 1.3/220.6MB 0% complete (295k/s) |
1013 | 2024-12-21T04:23:26.892Z | Download: 346/4281 items 16.3/220.6MB 7% complete (1.6M/s) |
1014 | 2024-12-21T04:23:31.904Z | Download: 705/4281 items 18.0/220.6MB 8% complete (1.8M/s) |
1015 | 2024-12-21T04:23:36.953Z | Download: 951/4281 items 18.9/220.6MB 8% complete (324k/s) |
1016 | 2024-12-21T04:23:41.967Z | Download: 1146/4281 items 78.1/220.6MB 35% complete (6.0M/s) |
1017 | 2024-12-21T04:23:47.934Z | Download: 1193/4281 items 82.9/220.6MB 37% complete (6.5M/s) |
1018 | 2024-12-21T04:24:03.814Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
1019 | 2024-12-21T04:24:08.815Z | Download: 1725/4281 items 117.5/220.6MB 53% complete (7.2M/s) |
1020 | 2024-12-21T04:24:14.031Z | Download: 2215/4281 items 119.2/220.6MB 54% complete (3.7M/s) |
1021 | 2024-12-21T04:24:24.466Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (3.2M/s) |
1022 | 2024-12-21T04:24:36.402Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
1023 | 2024-12-21T04:24:41.408Z | Download: 2634/4281 items 120.6/220.6MB 54% complete (272k/s) |
1024 | 2024-12-21T04:24:46.635Z | Download: 3164/4281 items 173.3/220.6MB 78% complete (5.3M/s) |
1025 | 2024-12-21T04:24:51.417Z | Download: 3583/4281 items 215.8/220.6MB 97% complete (9.5M/s) |
1026 | 2024-12-21T04:24:58.115Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (9.1M/s) |
1027 | 2024-12-21T04:24:58.221Z | Download: Completed 220.60 MB in 102.03 seconds (2.2M/s) |
1028 | 2024-12-21T04:25:00.278Z | Actions: 1/5063 actions (Removing old actions) |
1029 | 2024-12-21T04:25:00.301Z | Actions: 194/5063 actions (Installing new actions) |
1030 | 2024-12-21T04:25:05.020Z | Actions: 4226/5063 actions (Updating modified actions) |
1031 | 2024-12-21T04:25:05.340Z | Actions: Completed 5063 actions in 5.06 seconds. |
1032 | 2024-12-21T04:25:05.752Z | Done (0.404s) |
1033 | 2024-12-21T04:25:05.755Z | Done (0.000s) |
1034 | 2024-12-21T04:25:06.350Z | Done (0.597s) |
1035 | 2024-12-21T04:25:10.901Z | Done (4.322s) |
1036 | 2024-12-21T04:25:10.995Z | Done (0.018s) |
1037 | 2024-12-21T04:25:10.998Z | Done (0.000s) |
1038 | 2024-12-21T04:25:11.188Z | Done (0.000s) |
1039 | 2024-12-21T04:25:11.895Z | Planning: Evaluating mediator changes ... Done |
1040 | 2024-12-21T04:25:12.061Z | Planning: Checking for conflicting actions ... Done |
1041 | 2024-12-21T04:25:12.064Z | Planning: Consolidating action changes ... Done |
1042 | 2024-12-21T04:25:12.342Z | Planning: Evaluating mediators ... Done |
1043 | 2024-12-21T04:25:12.347Z | Planning: Planning completed in 0.45 seconds |
1044 | 2024-12-21T04:25:12.383Z | Mediators to change: 2 |
1045 | 2024-12-21T04:25:12.383Z | Create boot environment: No |
1046 | 2024-12-21T04:25:12.386Z | Create backup boot environment: No |
1047 | 2024-12-21T04:25:12.469Z | Done |
1048 | 2024-12-21T04:25:12.469Z | Done |
1049 | 2024-12-21T04:25:12.835Z | Done |
1050 | 2024-12-21T04:25:16.547Z | Done |
1051 | 2024-12-21T04:25:16.641Z | Done |
1052 | 2024-12-21T04:25:16.645Z | Done |
1053 | 2024-12-21T04:25:16.838Z | Done |
1054 | 2024-12-21T04:25:17.469Z | Planning: Evaluating mediator changes ... Done |
1055 | 2024-12-21T04:25:17.474Z | Planning: Merging actions ... Done |
1056 | 2024-12-21T04:25:17.664Z | Planning: Checking for conflicting actions ... Done |
1057 | 2024-12-21T04:25:17.666Z | Planning: Consolidating action changes ... Done |
1058 | 2024-12-21T04:25:17.968Z | Planning: Evaluating mediators ... Done |
1059 | 2024-12-21T04:25:18.018Z | Planning: Planning completed in 0.78 seconds |
1060 | 2024-12-21T04:25:18.054Z | Packages to change: 1 |
1061 | 2024-12-21T04:25:18.054Z | Mediators to change: 1 |
1062 | 2024-12-21T04:25:18.098Z | Services to change: 1 |
1063 | 2024-12-21T04:25:18.098Z | Create boot environment: No |
1064 | 2024-12-21T04:25:18.099Z | Create backup boot environment: Yes |
1065 | 2024-12-21T04:25:20.241Z | Actions: 1/6 actions (Updating modified actions) |
1066 | 2024-12-21T04:25:20.244Z | Actions: Completed 6 actions in 0.00 seconds. |
1067 | 2024-12-21T04:25:20.244Z | Done |
1068 | 2024-12-21T04:25:20.244Z | Done |
1069 | 2024-12-21T04:25:20.365Z | Done |
1070 | 2024-12-21T04:25:24.101Z | Done |
1071 | 2024-12-21T04:25:24.193Z | Done |
1072 | 2024-12-21T04:25:24.195Z | Done |
1073 | 2024-12-21T04:25:24.327Z | Done |
1074 | 2024-12-21T04:25:24.780Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1075 | 2024-12-21T04:25:24.780Z | clang system 15 system |
1076 | 2024-12-21T04:25:24.780Z | csh system system illumos |
1077 | 2024-12-21T04:25:24.780Z | ctags system system illumos |
1078 | 2024-12-21T04:25:24.780Z | gcc vendor 12 vendor |
1079 | 2024-12-21T04:25:24.780Z | gcc system 10 system |
1080 | 2024-12-21T04:25:24.780Z | gcc system 7 system |
1081 | 2024-12-21T04:25:24.780Z | go system 1.20 system |
1082 | 2024-12-21T04:25:24.780Z | go system 1.19 system |
1083 | 2024-12-21T04:25:24.780Z | llvm system 15 system |
1084 | 2024-12-21T04:25:24.780Z | llvm system 14 system |
1085 | 2024-12-21T04:25:24.780Z | mariadb system 10.6 system |
1086 | 2024-12-21T04:25:24.780Z | mta vendor vendor dma |
1087 | 2024-12-21T04:25:24.780Z | openjdk system 17 system |
1088 | 2024-12-21T04:25:24.780Z | openjdk system 11 system |
1089 | 2024-12-21T04:25:24.780Z | openjdk system 1.8 system |
1090 | 2024-12-21T04:25:24.780Z | openssl vendor 3 vendor |
1091 | 2024-12-21T04:25:24.780Z | perl system 5.36 system |
1092 | 2024-12-21T04:25:24.780Z | postgresql system 15 system |
1093 | 2024-12-21T04:25:24.780Z | postgresql system 13 system |
1094 | 2024-12-21T04:25:24.780Z | python vendor 3 vendor |
1095 | 2024-12-21T04:25:24.780Z | python system 2 system |
1096 | 2024-12-21T04:25:24.780Z | python3 system 3.11 system |
1097 | 2024-12-21T04:25:24.780Z | ruby system 3.0 system |
1098 | 2024-12-21T04:25:24.780Z | words vendor vendor american-english |
1099 | 2024-12-21T04:25:24.780Z | words system system australian-english |
1100 | 2024-12-21T04:25:24.780Z | words system system british-english |
1101 | 2024-12-21T04:25:24.780Z | words system system canadian-english |
1102 | 2024-12-21T04:25:24.780Z | words system system french |
1103 | 2024-12-21T04:25:24.780Z | words system system italian |
1104 | 2024-12-21T04:25:24.780Z | words system system ngerman |
1105 | 2024-12-21T04:25:24.780Z | words system system ogerman |
1106 | 2024-12-21T04:25:24.780Z | words system system spanish |
1107 | 2024-12-21T04:25:25.119Z | PUBLISHER TYPE STATUS P LOCATION |
1108 | 2024-12-21T04:25:25.120Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1109 | 2024-12-21T04:25:27.877Z | FMRI IFO |
1110 | 2024-12-21T04:25:27.877Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1111 | 2024-12-21T04:25:27.877Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1112 | 2024-12-21T04:25:27.877Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1113 | 2024-12-21T04:25:27.877Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1114 | 2024-12-21T04:25:27.877Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1115 | 2024-12-21T04:25:27.877Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1116 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1117 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1118 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1119 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1120 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1121 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1122 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1123 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1124 | 2024-12-21T04:25:27.878Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1125 | 2024-12-21T04:25:28.945Z | Downloading crates ... |
1126 | 2024-12-21T04:25:29.064Z | Downloaded cargo_toml v0.20.5 |
1127 | 2024-12-21T04:25:29.203Z | Compiling proc-macro2 v1.0.89 |
1128 | 2024-12-21T04:25:29.203Z | Compiling unicode-ident v1.0.13 |
1129 | 2024-12-21T04:25:29.203Z | Compiling serde v1.0.215 |
1130 | 2024-12-21T04:25:29.203Z | Compiling version_check v0.9.5 |
1131 | 2024-12-21T04:25:29.206Z | Compiling memchr v2.7.4 |
1132 | 2024-12-21T04:25:29.206Z | Compiling thiserror v1.0.69 |
1133 | 2024-12-21T04:25:29.206Z | Compiling libc v0.2.162 |
1134 | 2024-12-21T04:25:29.206Z | Compiling itoa v1.0.11 |
1135 | 2024-12-21T04:25:29.465Z | Compiling ucd-trie v0.1.7 |
1136 | 2024-12-21T04:25:29.477Z | Compiling ryu v1.0.18 |
1137 | 2024-12-21T04:25:29.825Z | Compiling once_cell v1.20.2 |
1138 | 2024-12-21T04:25:30.105Z | Compiling byteorder v1.5.0 |
1139 | 2024-12-21T04:25:30.119Z | Compiling rustix v0.38.37 |
1140 | 2024-12-21T04:25:30.201Z | Compiling serde_json v1.0.133 |
1141 | 2024-12-21T04:25:30.496Z | Compiling bitflags v2.6.0 |
1142 | 2024-12-21T04:25:30.537Z | Compiling usdt-impl v0.5.0 |
1143 | 2024-12-21T04:25:30.862Z | Compiling proc-macro-error-attr v1.0.4 |
1144 | 2024-12-21T04:25:30.881Z | Compiling syn v1.0.109 |
1145 | 2024-12-21T04:25:30.962Z | Compiling quote v1.0.37 |
1146 | 2024-12-21T04:25:30.973Z | Compiling proc-macro-error v1.0.4 |
1147 | 2024-12-21T04:25:31.065Z | Compiling hashbrown v0.15.1 |
1148 | 2024-12-21T04:25:31.190Z | Compiling camino v1.1.9 |
1149 | 2024-12-21T04:25:31.223Z | Compiling errno v0.3.9 |
1150 | 2024-12-21T04:25:31.439Z | Compiling syn v2.0.87 |
1151 | 2024-12-21T04:25:31.590Z | Compiling equivalent v1.0.1 |
1152 | 2024-12-21T04:25:31.674Z | Compiling utf8parse v0.2.2 |
1153 | 2024-12-21T04:25:31.692Z | Compiling log v0.4.22 |
1154 | 2024-12-21T04:25:31.825Z | Compiling thread-id v4.2.2 |
1155 | 2024-12-21T04:25:31.838Z | Compiling plain v0.2.3 |
1156 | 2024-12-21T04:25:31.930Z | Compiling anstyle-parse v0.2.5 |
1157 | 2024-12-21T04:25:32.115Z | Compiling winnow v0.6.20 |
1158 | 2024-12-21T04:25:32.252Z | Compiling pretty-hex v0.4.1 |
1159 | 2024-12-21T04:25:32.359Z | Compiling indexmap v2.6.0 |
1160 | 2024-12-21T04:25:32.379Z | Compiling anstyle-query v1.1.1 |
1161 | 2024-12-21T04:25:32.474Z | Compiling autocfg v1.4.0 |
1162 | 2024-12-21T04:25:32.537Z | Compiling colorchoice v1.0.2 |
1163 | 2024-12-21T04:25:32.687Z | Compiling semver v1.0.23 |
1164 | 2024-12-21T04:25:32.777Z | Compiling anstyle v1.0.10 |
1165 | 2024-12-21T04:25:33.234Z | Compiling is_terminal_polyfill v1.70.1 |
1166 | 2024-12-21T04:25:33.266Z | Compiling unicode-width v0.1.14 |
1167 | 2024-12-21T04:25:33.363Z | Compiling anstream v0.6.15 |
1168 | 2024-12-21T04:25:33.921Z | Compiling fs-err v2.11.0 |
1169 | 2024-12-21T04:25:33.937Z | Compiling terminal_size v0.4.0 |
1170 | 2024-12-21T04:25:34.002Z | Compiling heck v0.4.1 |
1171 | 2024-12-21T04:25:34.015Z | Compiling bytecount v0.6.8 |
1172 | 2024-12-21T04:25:34.043Z | Compiling clap_lex v0.7.2 |
1173 | 2024-12-21T04:25:34.235Z | Compiling anyhow v1.0.93 |
1174 | 2024-12-21T04:25:34.498Z | Compiling strsim v0.11.1 |
1175 | 2024-12-21T04:25:34.566Z | Compiling heck v0.5.0 |
1176 | 2024-12-21T04:25:34.569Z | Compiling fnv v1.0.7 |
1177 | 2024-12-21T04:25:34.595Z | Compiling cfg-if v1.0.0 |
1178 | 2024-12-21T04:25:34.680Z | Compiling fastrand v2.1.1 |
1179 | 2024-12-21T04:25:34.703Z | Compiling papergrid v0.11.0 |
1180 | 2024-12-21T04:25:35.083Z | Compiling tempfile v3.13.0 |
1181 | 2024-12-21T04:25:35.430Z | Compiling clap_builder v4.5.21 |
1182 | 2024-12-21T04:25:35.654Z | Compiling memmap v0.7.0 |
1183 | 2024-12-21T04:25:35.733Z | Compiling unicode-linebreak v0.1.5 |
1184 | 2024-12-21T04:25:35.983Z | Compiling smawk v0.3.2 |
1185 | 2024-12-21T04:25:36.199Z | Compiling textwrap v0.16.1 |
1186 | 2024-12-21T04:25:36.222Z | Compiling swrite v0.1.0 |
1187 | 2024-12-21T04:25:37.740Z | Compiling tabled_derive v0.7.0 |
1188 | 2024-12-21T04:25:39.162Z | Compiling tabled v0.15.0 |
1189 | 2024-12-21T04:25:40.705Z | Compiling serde_derive v1.0.215 |
1190 | 2024-12-21T04:25:40.705Z | Compiling thiserror-impl v1.0.69 |
1191 | 2024-12-21T04:25:40.708Z | Compiling zerocopy-derive v0.7.35 |
1192 | 2024-12-21T04:25:40.738Z | Compiling scroll_derive v0.12.0 |
1193 | 2024-12-21T04:25:40.902Z | Compiling clap_derive v4.5.18 |
1194 | 2024-12-21T04:25:41.998Z | Compiling scroll v0.12.0 |
1195 | 2024-12-21T04:25:42.426Z | Compiling goblin v0.8.2 |
1196 | 2024-12-21T04:25:42.595Z | Compiling zerocopy v0.7.35 |
1197 | 2024-12-21T04:25:43.406Z | Compiling pest v2.7.14 |
1198 | 2024-12-21T04:25:44.820Z | Compiling clap v4.5.21 |
1199 | 2024-12-21T04:25:45.713Z | Compiling pest_meta v2.7.14 |
1200 | 2024-12-21T04:25:46.540Z | Compiling pest_generator v2.7.14 |
1201 | 2024-12-21T04:25:48.508Z | Compiling pest_derive v2.7.14 |
1202 | 2024-12-21T04:25:49.172Z | Compiling dtrace-parser v0.2.0 |
1203 | 2024-12-21T04:25:51.013Z | Compiling toml_datetime v0.6.8 |
1204 | 2024-12-21T04:25:51.013Z | Compiling serde_spanned v0.6.8 |
1205 | 2024-12-21T04:25:51.016Z | Compiling cargo-platform v0.1.8 |
1206 | 2024-12-21T04:25:51.427Z | Compiling serde_tokenstream v0.2.2 |
1207 | 2024-12-21T04:25:51.441Z | Compiling toml_edit v0.22.22 |
1208 | 2024-12-21T04:25:51.568Z | Compiling macaddr v1.0.1 |
1209 | 2024-12-21T04:25:51.684Z | Compiling camino-tempfile v1.1.1 |
1210 | 2024-12-21T04:25:52.522Z | Compiling dof v0.3.0 |
1211 | 2024-12-21T04:25:52.522Z | Compiling cargo_metadata v0.18.1 |
1212 | 2024-12-21T04:25:54.336Z | Compiling toml v0.8.19 |
1213 | 2024-12-21T04:25:54.537Z | Compiling usdt-attr-macro v0.5.0 |
1214 | 2024-12-21T04:25:54.537Z | Compiling usdt-macro v0.5.0 |
1215 | 2024-12-21T04:25:55.202Z | Compiling cargo_toml v0.20.5 |
1216 | 2024-12-21T04:25:55.958Z | Compiling usdt v0.5.0 |
1217 | 2024-12-21T04:25:58.825Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1218 | 2024-12-21T04:26:03.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.64s |
1219 | 2024-12-21T04:26:03.137Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1220 | 2024-12-21T04:26:03.994Z | Compiling serde v1.0.215 |
1221 | 2024-12-21T04:26:04.000Z | Compiling lock_api v0.4.12 |
1222 | 2024-12-21T04:26:04.000Z | Compiling scopeguard v1.2.0 |
1223 | 2024-12-21T04:26:04.001Z | Compiling value-bag v1.9.0 |
1224 | 2024-12-21T04:26:04.001Z | Compiling typenum v1.17.0 |
1225 | 2024-12-21T04:26:04.001Z | Compiling generic-array v0.14.7 |
1226 | 2024-12-21T04:26:04.159Z | Compiling syn v2.0.87 |
1227 | 2024-12-21T04:26:04.172Z | Compiling getrandom v0.2.15 |
1228 | 2024-12-21T04:26:04.310Z | Compiling shlex v1.3.0 |
1229 | 2024-12-21T04:26:04.423Z | Compiling rand_core v0.6.4 |
1230 | 2024-12-21T04:26:04.648Z | Compiling log v0.4.22 |
1231 | 2024-12-21T04:26:04.718Z | Compiling subtle v2.6.1 |
1232 | 2024-12-21T04:26:04.734Z | Compiling jobserver v0.1.32 |
1233 | 2024-12-21T04:26:04.803Z | Compiling const-oid v0.9.6 |
1234 | 2024-12-21T04:26:04.968Z | Compiling smallvec v1.13.2 |
1235 | 2024-12-21T04:26:04.996Z | Compiling spin v0.9.8 |
1236 | 2024-12-21T04:26:05.045Z | Compiling pin-project-lite v0.2.14 |
1237 | 2024-12-21T04:26:05.175Z | Compiling cc v1.1.30 |
1238 | 2024-12-21T04:26:05.350Z | Compiling rustix v0.38.37 |
1239 | 2024-12-21T04:26:05.397Z | Compiling parking_lot_core v0.9.10 |
1240 | 2024-12-21T04:26:05.522Z | Compiling futures-core v0.3.31 |
1241 | 2024-12-21T04:26:05.644Z | Compiling signal-hook-registry v1.4.2 |
1242 | 2024-12-21T04:26:05.789Z | Compiling mio v1.0.2 |
1243 | 2024-12-21T04:26:06.243Z | Compiling parking_lot v0.12.3 |
1244 | 2024-12-21T04:26:06.463Z | Compiling aho-corasick v1.1.3 |
1245 | 2024-12-21T04:26:06.549Z | Compiling cpufeatures v0.2.14 |
1246 | 2024-12-21T04:26:06.650Z | Compiling regex-syntax v0.8.5 |
1247 | 2024-12-21T04:26:06.721Z | Compiling lazy_static v1.5.0 |
1248 | 2024-12-21T04:26:06.836Z | Compiling glob v0.3.1 |
1249 | 2024-12-21T04:26:06.939Z | Compiling futures-sink v0.3.31 |
1250 | 2024-12-21T04:26:06.958Z | Compiling stable_deref_trait v1.2.0 |
1251 | 2024-12-21T04:26:07.062Z | Compiling either v1.13.0 |
1252 | 2024-12-21T04:26:07.083Z | Compiling socket2 v0.5.7 |
1253 | 2024-12-21T04:26:07.196Z | Compiling slab v0.4.9 |
1254 | 2024-12-21T04:26:07.478Z | Compiling prettyplease v0.2.25 |
1255 | 2024-12-21T04:26:07.638Z | Compiling serde_json v1.0.133 |
1256 | 2024-12-21T04:26:07.816Z | Compiling minimal-lexical v0.2.1 |
1257 | 2024-12-21T04:26:07.853Z | Compiling clang-sys v1.8.1 |
1258 | 2024-12-21T04:26:08.078Z | Compiling libloading v0.8.5 |
1259 | 2024-12-21T04:26:08.258Z | Compiling nom v7.1.3 |
1260 | 2024-12-21T04:26:08.329Z | Compiling home v0.5.9 |
1261 | 2024-12-21T04:26:08.502Z | Compiling bindgen v0.69.5 |
1262 | 2024-12-21T04:26:08.587Z | Compiling itertools v0.10.5 |
1263 | 2024-12-21T04:26:09.329Z | Compiling futures-channel v0.3.31 |
1264 | 2024-12-21T04:26:09.494Z | Compiling pin-utils v0.1.0 |
1265 | 2024-12-21T04:26:09.596Z | Compiling futures-io v0.3.31 |
1266 | 2024-12-21T04:26:09.776Z | Compiling futures-task v0.3.31 |
1267 | 2024-12-21T04:26:09.929Z | Compiling allocator-api2 v0.2.18 |
1268 | 2024-12-21T04:26:10.098Z | Compiling lazycell v1.3.0 |
1269 | 2024-12-21T04:26:10.271Z | Compiling rustc-hash v1.1.0 |
1270 | 2024-12-21T04:26:10.420Z | Compiling regex-automata v0.4.8 |
1271 | 2024-12-21T04:26:10.731Z | Compiling foldhash v0.1.3 |
1272 | 2024-12-21T04:26:11.028Z | Compiling libm v0.2.8 |
1273 | 2024-12-21T04:26:11.380Z | Compiling hashbrown v0.15.1 |
1274 | 2024-12-21T04:26:11.483Z | Compiling cmake v0.1.51 |
1275 | 2024-12-21T04:26:12.072Z | Compiling synstructure v0.13.1 |
1276 | 2024-12-21T04:26:12.537Z | Compiling cexpr v0.6.0 |
1277 | 2024-12-21T04:26:12.765Z | Compiling num-traits v0.2.19 |
1278 | 2024-12-21T04:26:13.047Z | Compiling pkg-config v0.3.31 |
1279 | 2024-12-21T04:26:13.575Z | Compiling fs_extra v1.3.0 |
1280 | 2024-12-21T04:26:13.835Z | Compiling tinyvec_macros v0.1.1 |
1281 | 2024-12-21T04:26:13.931Z | Compiling dunce v1.0.5 |
1282 | 2024-12-21T04:26:14.063Z | Compiling tinyvec v1.8.0 |
1283 | 2024-12-21T04:26:14.423Z | Compiling ring v0.17.8 |
1284 | 2024-12-21T04:26:14.635Z | Compiling unicode-bidi v0.3.17 |
1285 | 2024-12-21T04:26:15.595Z | Compiling unicode-normalization v0.1.24 |
1286 | 2024-12-21T04:26:15.646Z | Compiling base64ct v1.6.0 |
1287 | 2024-12-21T04:26:15.772Z | Compiling writeable v0.5.5 |
1288 | 2024-12-21T04:26:16.083Z | Compiling regex v1.11.1 |
1289 | 2024-12-21T04:26:16.267Z | Compiling paste v1.0.15 |
1290 | 2024-12-21T04:26:16.380Z | Compiling litemap v0.7.3 |
1291 | 2024-12-21T04:26:16.746Z | Compiling pem-rfc7468 v0.7.0 |
1292 | 2024-12-21T04:26:16.835Z | Compiling aws-lc-rs v1.10.0 |
1293 | 2024-12-21T04:26:17.187Z | Compiling flagset v0.4.6 |
1294 | 2024-12-21T04:26:17.303Z | Compiling httparse v1.9.5 |
1295 | 2024-12-21T04:26:17.412Z | Compiling tracing-core v0.1.32 |
1296 | 2024-12-21T04:26:17.430Z | Compiling percent-encoding v2.3.1 |
1297 | 2024-12-21T04:26:17.790Z | Compiling crossbeam-utils v0.8.20 |
1298 | 2024-12-21T04:26:18.070Z | Compiling icu_locid_transform_data v1.5.0 |
1299 | 2024-12-21T04:26:18.175Z | Compiling rustls-pki-types v1.10.0 |
1300 | 2024-12-21T04:26:18.530Z | Compiling mirai-annotations v1.12.0 |
1301 | 2024-12-21T04:26:18.714Z | Compiling time-core v0.1.2 |
1302 | 2024-12-21T04:26:18.771Z | Compiling untrusted v0.7.1 |
1303 | 2024-12-21T04:26:18.886Z | Compiling powerfmt v0.2.0 |
1304 | 2024-12-21T04:26:18.930Z | Compiling untrusted v0.9.0 |
1305 | 2024-12-21T04:26:18.975Z | Compiling serde_derive v1.0.215 |
1306 | 2024-12-21T04:26:19.088Z | Compiling zeroize_derive v1.4.2 |
1307 | 2024-12-21T04:26:19.170Z | Compiling zerocopy-derive v0.7.35 |
1308 | 2024-12-21T04:26:19.333Z | Compiling tokio-macros v2.4.0 |
1309 | 2024-12-21T04:26:19.383Z | Compiling zerofrom-derive v0.1.4 |
1310 | 2024-12-21T04:26:20.699Z | Compiling zeroize v1.8.1 |
1311 | 2024-12-21T04:26:21.008Z | Compiling thiserror-impl v1.0.69 |
1312 | 2024-12-21T04:26:21.276Z | Compiling yoke-derive v0.7.4 |
1313 | 2024-12-21T04:26:21.551Z | Compiling zerocopy v0.7.35 |
1314 | 2024-12-21T04:26:22.292Z | Compiling crypto-common v0.1.6 |
1315 | 2024-12-21T04:26:22.544Z | Compiling block-buffer v0.10.4 |
1316 | 2024-12-21T04:26:22.620Z | Compiling zerovec-derive v0.10.3 |
1317 | 2024-12-21T04:26:22.815Z | Compiling digest v0.10.7 |
1318 | 2024-12-21T04:26:23.236Z | Compiling futures-macro v0.3.31 |
1319 | 2024-12-21T04:26:23.345Z | Compiling hmac v0.12.1 |
1320 | 2024-12-21T04:26:23.506Z | Compiling zerofrom v0.1.4 |
1321 | 2024-12-21T04:26:23.524Z | Compiling block-padding v0.3.3 |
1322 | 2024-12-21T04:26:23.613Z | Compiling displaydoc v0.2.5 |
1323 | 2024-12-21T04:26:23.747Z | Compiling inout v0.1.3 |
1324 | 2024-12-21T04:26:23.780Z | Compiling sha2 v0.10.8 |
1325 | 2024-12-21T04:26:24.021Z | Compiling cipher v0.4.4 |
1326 | 2024-12-21T04:26:24.194Z | Compiling yoke v0.7.4 |
1327 | 2024-12-21T04:26:24.421Z | Compiling thiserror v1.0.69 |
1328 | 2024-12-21T04:26:24.561Z | Compiling ppv-lite86 v0.2.20 |
1329 | 2024-12-21T04:26:24.617Z | Compiling der_derive v0.7.3 |
1330 | 2024-12-21T04:26:24.622Z | Compiling icu_provider_macros v1.5.0 |
1331 | 2024-12-21T04:26:25.309Z | Compiling futures-util v0.3.31 |
1332 | 2024-12-21T04:26:25.401Z | Compiling rand_chacha v0.3.1 |
1333 | 2024-12-21T04:26:25.433Z | Compiling tracing-attributes v0.1.27 |
1334 | 2024-12-21T04:26:25.491Z | Compiling zerovec v0.10.4 |
1335 | 2024-12-21T04:26:25.781Z | Compiling rand v0.8.5 |
1336 | 2024-12-21T04:26:27.218Z | Compiling der v0.7.9 |
1337 | 2024-12-21T04:26:27.369Z | Compiling tinystr v0.7.6 |
1338 | 2024-12-21T04:26:27.676Z | Compiling icu_collections v1.5.0 |
1339 | 2024-12-21T04:26:27.808Z | Compiling icu_locid v1.5.0 |
1340 | 2024-12-21T04:26:27.870Z | Compiling salsa20 v0.10.2 |
1341 | 2024-12-21T04:26:28.037Z | Compiling pest v2.7.14 |
1342 | 2024-12-21T04:26:28.096Z | Compiling pbkdf2 v0.12.2 |
1343 | 2024-12-21T04:26:28.273Z | Compiling num-conv v0.1.0 |
1344 | 2024-12-21T04:26:28.571Z | Compiling icu_properties_data v1.5.0 |
1345 | 2024-12-21T04:26:28.829Z | Compiling vcpkg v0.2.15 |
1346 | 2024-12-21T04:26:29.179Z | Compiling icu_provider v1.5.0 |
1347 | 2024-12-21T04:26:29.444Z | Compiling tracing v0.1.40 |
1348 | 2024-12-21T04:26:29.997Z | Compiling icu_locid_transform v1.5.0 |
1349 | 2024-12-21T04:26:30.302Z | Compiling spki v0.7.3 |
1350 | 2024-12-21T04:26:30.321Z | Compiling time-macros v0.2.18 |
1351 | 2024-12-21T04:26:30.696Z | Compiling pest_meta v2.7.14 |
1352 | 2024-12-21T04:26:30.732Z | Compiling scrypt v0.11.0 |
1353 | 2024-12-21T04:26:31.151Z | Compiling cbc v0.1.2 |
1354 | 2024-12-21T04:26:31.172Z | Compiling openssl-sys v0.9.103 |
1355 | 2024-12-21T04:26:31.312Z | Compiling icu_properties v1.5.1 |
1356 | 2024-12-21T04:26:31.390Z | Compiling aes v0.8.4 |
1357 | 2024-12-21T04:26:32.266Z | Compiling deranged v0.3.11 |
1358 | 2024-12-21T04:26:32.757Z | Compiling scroll_derive v0.12.0 |
1359 | 2024-12-21T04:26:33.720Z | Compiling bitflags v2.6.0 |
1360 | 2024-12-21T04:26:33.890Z | Compiling bytes v1.8.0 |
1361 | 2024-12-21T04:26:34.283Z | Compiling indexmap v2.6.0 |
1362 | 2024-12-21T04:26:34.320Z | Compiling semver v1.0.23 |
1363 | 2024-12-21T04:26:35.173Z | Compiling tokio v1.40.0 |
1364 | 2024-12-21T04:26:35.345Z | Compiling http v1.1.0 |
1365 | 2024-12-21T04:26:35.573Z | Compiling rustc_version v0.4.1 |
1366 | 2024-12-21T04:26:35.872Z | Compiling atomic-waker v1.1.2 |
1367 | 2024-12-21T04:26:36.066Z | Compiling utf16_iter v1.0.5 |
1368 | 2024-12-21T04:26:36.279Z | Compiling write16 v1.0.0 |
1369 | 2024-12-21T04:26:36.310Z | Compiling num_threads v0.1.7 |
1370 | 2024-12-21T04:26:36.312Z | Compiling icu_normalizer_data v1.5.0 |
1371 | 2024-12-21T04:26:36.409Z | Compiling utf8_iter v1.0.4 |
1372 | 2024-12-21T04:26:36.439Z | Compiling time v0.3.36 |
1373 | 2024-12-21T04:26:36.456Z | Compiling scroll v0.12.0 |
1374 | 2024-12-21T04:26:36.661Z | Compiling icu_normalizer v1.5.0 |
1375 | 2024-12-21T04:26:37.015Z | Compiling http-body v1.0.1 |
1376 | 2024-12-21T04:26:37.048Z | Compiling pkcs5 v0.7.1 |
1377 | 2024-12-21T04:26:37.362Z | Compiling pest_generator v2.7.14 |
1378 | 2024-12-21T04:26:37.472Z | Compiling form_urlencoded v1.2.1 |
1379 | 2024-12-21T04:26:37.799Z | Compiling try-lock v0.2.5 |
1380 | 2024-12-21T04:26:37.857Z | Compiling slog v2.7.0 |
1381 | 2024-12-21T04:26:37.949Z | Compiling want v0.3.1 |
1382 | 2024-12-21T04:26:38.240Z | Compiling which v4.4.2 |
1383 | 2024-12-21T04:26:38.295Z | Compiling goblin v0.8.2 |
1384 | 2024-12-21T04:26:38.454Z | Compiling pkcs8 v0.10.2 |
1385 | 2024-12-21T04:26:38.901Z | Compiling idna_adapter v1.2.0 |
1386 | 2024-12-21T04:26:39.140Z | Compiling uuid v1.11.0 |
1387 | 2024-12-21T04:26:39.162Z | Compiling httpdate v1.0.3 |
1388 | 2024-12-21T04:26:39.425Z | Compiling pest_derive v2.7.14 |
1389 | 2024-12-21T04:26:39.599Z | Compiling iana-time-zone v0.1.61 |
1390 | 2024-12-21T04:26:39.664Z | Compiling idna v1.0.3 |
1391 | 2024-12-21T04:26:40.119Z | Compiling chrono v0.4.38 |
1392 | 2024-12-21T04:26:40.237Z | Compiling dtrace-parser v0.2.0 |
1393 | 2024-12-21T04:26:41.464Z | Compiling toml_datetime v0.6.8 |
1394 | 2024-12-21T04:26:41.544Z | Compiling serde_spanned v0.6.8 |
1395 | 2024-12-21T04:26:41.784Z | Compiling serde_tokenstream v0.2.2 |
1396 | 2024-12-21T04:26:41.878Z | Compiling rustversion v1.0.17 |
1397 | 2024-12-21T04:26:41.965Z | Compiling tower-service v0.3.3 |
1398 | 2024-12-21T04:26:42.100Z | Compiling openssl v0.10.66 |
1399 | 2024-12-21T04:26:42.387Z | Compiling adler2 v2.0.0 |
1400 | 2024-12-21T04:26:42.519Z | Compiling base64 v0.22.1 |
1401 | 2024-12-21T04:26:42.536Z | Compiling foreign-types-shared v0.1.1 |
1402 | 2024-12-21T04:26:42.601Z | Compiling match_cfg v0.1.0 |
1403 | 2024-12-21T04:26:42.646Z | Compiling foreign-types v0.3.2 |
1404 | 2024-12-21T04:26:42.686Z | Compiling hostname v0.3.1 |
1405 | 2024-12-21T04:26:42.732Z | Compiling miniz_oxide v0.8.0 |
1406 | 2024-12-21T04:26:42.750Z | Compiling url v2.5.3 |
1407 | 2024-12-21T04:26:43.274Z | Compiling openssl-macros v0.1.1 |
1408 | 2024-12-21T04:26:43.924Z | Compiling tokio-util v0.7.12 |
1409 | 2024-12-21T04:26:44.049Z | Compiling dof v0.3.0 |
1410 | 2024-12-21T04:26:44.336Z | Compiling async-trait v0.1.83 |
1411 | 2024-12-21T04:26:44.379Z | Compiling serde_derive_internals v0.29.1 |
1412 | 2024-12-21T04:26:44.818Z | Compiling dirs-sys-next v0.1.2 |
1413 | 2024-12-21T04:26:45.413Z | Compiling h2 v0.4.6 |
1414 | 2024-12-21T04:26:45.485Z | Compiling usdt-impl v0.5.0 |
1415 | 2024-12-21T04:26:46.324Z | Compiling data-encoding v2.6.0 |
1416 | 2024-12-21T04:26:47.093Z | Compiling siphasher v0.3.11 |
1417 | 2024-12-21T04:26:47.119Z | Compiling schemars v0.8.21 |
1418 | 2024-12-21T04:26:47.218Z | Compiling native-tls v0.2.12 |
1419 | 2024-12-21T04:26:47.458Z | Compiling syn v1.0.109 |
1420 | 2024-12-21T04:26:47.476Z | Compiling rustls v0.23.19 |
1421 | 2024-12-21T04:26:47.551Z | Compiling rustls v0.22.4 |
1422 | 2024-12-21T04:26:47.799Z | Compiling schemars_derive v0.8.21 |
1423 | 2024-12-21T04:26:47.845Z | Compiling dirs-next v2.0.0 |
1424 | 2024-12-21T04:26:48.780Z | Compiling http-body-util v0.1.2 |
1425 | 2024-12-21T04:26:48.914Z | Compiling crossbeam-epoch v0.9.18 |
1426 | 2024-12-21T04:26:49.375Z | Compiling heapless v0.7.17 |
1427 | 2024-12-21T04:26:49.601Z | Compiling sha1 v0.10.6 |
1428 | 2024-12-21T04:26:49.741Z | Compiling signature v2.2.0 |
1429 | 2024-12-21T04:26:49.819Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1430 | 2024-12-21T04:26:50.039Z | Compiling thread_local v1.1.8 |
1431 | 2024-12-21T04:26:50.057Z | Compiling encoding_rs v0.8.34 |
1432 | 2024-12-21T04:26:50.320Z | Compiling cookie v0.18.1 |
1433 | 2024-12-21T04:26:50.567Z | Compiling multer v3.1.0 |
1434 | 2024-12-21T04:26:50.627Z | Compiling mime v0.3.17 |
1435 | 2024-12-21T04:26:50.834Z | Compiling slog-async v2.8.0 |
1436 | 2024-12-21T04:26:51.078Z | Compiling ipnet v2.10.1 |
1437 | 2024-12-21T04:26:51.213Z | Compiling rayon-core v1.12.1 |
1438 | 2024-12-21T04:26:51.230Z | Compiling unicode-properties v0.1.3 |
1439 | 2024-12-21T04:26:51.373Z | Compiling dyn-clone v1.0.17 |
1440 | 2024-12-21T04:26:51.482Z | Compiling gimli v0.31.1 |
1441 | 2024-12-21T04:26:51.596Z | Compiling signal-hook v0.3.17 |
1442 | 2024-12-21T04:26:51.628Z | Compiling openssl-probe v0.1.5 |
1443 | 2024-12-21T04:26:51.887Z | Compiling stringprep v0.1.5 |
1444 | 2024-12-21T04:26:52.451Z | Compiling toml_edit v0.22.22 |
1445 | 2024-12-21T04:26:53.195Z | Compiling hyper v1.5.0 |
1446 | 2024-12-21T04:26:56.001Z | Compiling hyper-util v0.1.10 |
1447 | 2024-12-21T04:26:56.252Z | Compiling addr2line v0.24.2 |
1448 | 2024-12-21T04:26:56.655Z | Compiling crossbeam-deque v0.8.5 |
1449 | 2024-12-21T04:26:56.723Z | Compiling usdt-attr-macro v0.5.0 |
1450 | 2024-12-21T04:26:56.964Z | Compiling usdt-macro v0.5.0 |
1451 | 2024-12-21T04:26:57.032Z | Compiling term v0.7.0 |
1452 | 2024-12-21T04:26:57.354Z | Compiling slog-json v2.6.1 |
1453 | 2024-12-21T04:26:57.746Z | Compiling serde_urlencoded v0.7.1 |
1454 | 2024-12-21T04:26:58.286Z | Compiling crossbeam-channel v0.5.13 |
1455 | 2024-12-21T04:26:58.351Z | Compiling curve25519-dalek v4.1.3 |
1456 | 2024-12-21T04:26:58.439Z | Compiling futures-executor v0.3.31 |
1457 | 2024-12-21T04:26:58.571Z | Compiling enum-as-inner v0.6.1 |
1458 | 2024-12-21T04:26:58.977Z | Compiling md-5 v0.10.6 |
1459 | 2024-12-21T04:26:59.012Z | Compiling async-stream-impl v0.3.6 |
1460 | 2024-12-21T04:26:59.231Z | Compiling rustls-pemfile v2.2.0 |
1461 | 2024-12-21T04:26:59.255Z | Compiling num-integer v0.1.46 |
1462 | 2024-12-21T04:26:59.482Z | Compiling idna v0.3.0 |
1463 | 2024-12-21T04:26:59.622Z | Compiling idna v0.4.0 |
1464 | 2024-12-21T04:26:59.725Z | Compiling ff v0.13.0 |
1465 | 2024-12-21T04:26:59.966Z | Compiling hash32 v0.2.1 |
1466 | 2024-12-21T04:27:00.092Z | Compiling is-terminal v0.4.13 |
1467 | 2024-12-21T04:27:00.213Z | Compiling dropshot v0.12.0 |
1468 | 2024-12-21T04:27:00.335Z | Compiling object v0.36.5 |
1469 | 2024-12-21T04:27:00.433Z | Compiling num-bigint-dig v0.8.4 |
1470 | 2024-12-21T04:27:00.497Z | Compiling fallible-iterator v0.2.0 |
1471 | 2024-12-21T04:27:00.719Z | Compiling quick-error v1.2.3 |
1472 | 2024-12-21T04:27:00.868Z | Compiling anyhow v1.0.93 |
1473 | 2024-12-21T04:27:01.081Z | Compiling linked-hash-map v0.5.6 |
1474 | 2024-12-21T04:27:01.189Z | Compiling psl-types v2.0.11 |
1475 | 2024-12-21T04:27:01.244Z | Compiling take_mut v0.2.2 |
1476 | 2024-12-21T04:27:01.275Z | Compiling smoltcp v0.9.1 |
1477 | 2024-12-21T04:27:01.387Z | Compiling base16ct v0.2.0 |
1478 | 2024-12-21T04:27:01.407Z | Compiling rustc-demangle v0.1.24 |
1479 | 2024-12-21T04:27:01.453Z | Compiling portable-atomic v1.9.0 |
1480 | 2024-12-21T04:27:01.499Z | Compiling utf-8 v0.7.6 |
1481 | 2024-12-21T04:27:01.719Z | Compiling tungstenite v0.24.0 |
1482 | 2024-12-21T04:27:01.845Z | Compiling sec1 v0.7.3 |
1483 | 2024-12-21T04:27:02.363Z | Compiling lru-cache v0.1.2 |
1484 | 2024-12-21T04:27:02.424Z | Compiling publicsuffix v2.2.3 |
1485 | 2024-12-21T04:27:02.560Z | Compiling postgres-protocol v0.6.7 |
1486 | 2024-12-21T04:27:02.646Z | Compiling resolv-conf v0.7.0 |
1487 | 2024-12-21T04:27:02.815Z | Compiling hickory-proto v0.24.1 |
1488 | 2024-12-21T04:27:03.476Z | Compiling async-stream v0.3.6 |
1489 | 2024-12-21T04:27:03.795Z | Compiling slog-term v2.9.1 |
1490 | 2024-12-21T04:27:03.890Z | Compiling usdt v0.5.0 |
1491 | 2024-12-21T04:27:04.066Z | Compiling group v0.13.0 |
1492 | 2024-12-21T04:27:04.427Z | Compiling num-iter v0.1.45 |
1493 | 2024-12-21T04:27:04.564Z | Compiling futures v0.3.31 |
1494 | 2024-12-21T04:27:04.627Z | Compiling slog-bunyan v2.5.0 |
1495 | 2024-12-21T04:27:04.840Z | Compiling toml v0.8.19 |
1496 | 2024-12-21T04:27:06.140Z | Compiling tokio-native-tls v0.3.1 |
1497 | 2024-12-21T04:27:06.286Z | Compiling camino v1.1.9 |
1498 | 2024-12-21T04:27:06.555Z | Compiling phf_shared v0.11.2 |
1499 | 2024-12-21T04:27:06.645Z | Compiling dropshot_endpoint v0.12.0 |
1500 | 2024-12-21T04:27:06.938Z | Compiling terminal_size v0.4.0 |
1501 | 2024-12-21T04:27:07.148Z | Compiling openapiv3 v2.0.0 |
1502 | 2024-12-21T04:27:07.294Z | Compiling waitgroup v0.1.2 |
1503 | 2024-12-21T04:27:07.439Z | Compiling serde_path_to_error v0.1.16 |
1504 | 2024-12-21T04:27:07.518Z | Compiling hkdf v0.12.4 |
1505 | 2024-12-21T04:27:07.786Z | Compiling crypto-bigint v0.5.5 |
1506 | 2024-12-21T04:27:08.577Z | Compiling backtrace v0.3.74 |
1507 | 2024-12-21T04:27:08.649Z | Compiling zerocopy-derive v0.6.6 |
1508 | 2024-12-21T04:27:10.986Z | Compiling curve25519-dalek-derive v0.1.1 |
1509 | 2024-12-21T04:27:11.423Z | Compiling webpki-roots v0.26.6 |
1510 | 2024-12-21T04:27:11.465Z | Compiling hubpack_derive v0.1.1 |
1511 | 2024-12-21T04:27:11.655Z | Compiling idna v0.5.0 |
1512 | 2024-12-21T04:27:11.705Z | Compiling hostname v0.4.0 |
1513 | 2024-12-21T04:27:11.973Z | Compiling fs-err v2.11.0 |
1514 | 2024-12-21T04:27:12.059Z | Compiling crc32fast v1.4.2 |
1515 | 2024-12-21T04:27:12.246Z | Compiling ahash v0.8.11 |
1516 | 2024-12-21T04:27:12.378Z | Compiling bitflags v1.3.2 |
1517 | 2024-12-21T04:27:12.395Z | Compiling winnow v0.5.40 |
1518 | 2024-12-21T04:27:12.486Z | Compiling managed v0.8.0 |
1519 | 2024-12-21T04:27:12.573Z | Compiling debug-ignore v1.0.5 |
1520 | 2024-12-21T04:27:12.592Z | Compiling newtype-uuid v1.1.3 |
1521 | 2024-12-21T04:27:12.734Z | Compiling clap_builder v4.5.21 |
1522 | 2024-12-21T04:27:12.931Z | Compiling console v0.15.8 |
1523 | 2024-12-21T04:27:13.440Z | Compiling cookie_store v0.21.0 |
1524 | 2024-12-21T04:27:14.078Z | Compiling strum_macros v0.25.3 |
1525 | 2024-12-21T04:27:14.607Z | Compiling hubpack v0.1.2 |
1526 | 2024-12-21T04:27:15.119Z | Compiling flate2 v1.0.34 |
1527 | 2024-12-21T04:27:15.175Z | Compiling zerocopy v0.6.6 |
1528 | 2024-12-21T04:27:15.298Z | Compiling elliptic-curve v0.13.8 |
1529 | 2024-12-21T04:27:16.075Z | Compiling toml_edit v0.19.15 |
1530 | 2024-12-21T04:27:16.131Z | Compiling hickory-resolver v0.24.1 |
1531 | 2024-12-21T04:27:16.324Z | Compiling phf v0.11.2 |
1532 | 2024-12-21T04:27:16.618Z | Compiling signal-hook-mio v0.2.4 |
1533 | 2024-12-21T04:27:16.794Z | Compiling hyper-tls v0.6.0 |
1534 | 2024-12-21T04:27:17.017Z | Compiling rayon v1.10.0 |
1535 | 2024-12-21T04:27:17.242Z | Compiling bzip2 v0.4.4 |
1536 | 2024-12-21T04:27:18.427Z | Compiling postgres-types v0.2.8 |
1537 | 2024-12-21T04:27:20.017Z | Compiling tokio-tungstenite v0.24.0 |
1538 | 2024-12-21T04:27:21.668Z | Compiling ed25519 v2.2.3 |
1539 | 2024-12-21T04:27:21.929Z | Compiling phf_shared v0.10.0 |
1540 | 2024-12-21T04:27:21.965Z | Compiling tokio-stream v0.1.16 |
1541 | 2024-12-21T04:27:22.351Z | Compiling pkcs1 v0.7.5 |
1542 | 2024-12-21T04:27:22.412Z | Compiling serde-big-array v0.5.1 |
1543 | 2024-12-21T04:27:22.651Z | Compiling clap_derive v4.5.18 |
1544 | 2024-12-21T04:27:23.087Z | Compiling rfc6979 v0.4.0 |
1545 | 2024-12-21T04:27:23.221Z | Compiling serde_repr v0.1.19 |
1546 | 2024-12-21T04:27:23.311Z | Compiling derive-where v1.2.7 |
1547 | 2024-12-21T04:27:23.442Z | Compiling float-cmp v0.9.0 |
1548 | 2024-12-21T04:27:23.608Z | Compiling bstr v1.10.0 |
1549 | 2024-12-21T04:27:23.654Z | Compiling sync_wrapper v1.0.1 |
1550 | 2024-12-21T04:27:23.782Z | Compiling new_debug_unreachable v1.0.6 |
1551 | 2024-12-21T04:27:23.879Z | Compiling unicode-width v0.2.0 |
1552 | 2024-12-21T04:27:24.339Z | Compiling static_assertions v1.1.0 |
1553 | 2024-12-21T04:27:24.356Z | Compiling whoami v1.5.2 |
1554 | 2024-12-21T04:27:24.437Z | Compiling bit-vec v0.6.3 |
1555 | 2024-12-21T04:27:24.464Z | Compiling unicode-segmentation v1.12.0 |
1556 | 2024-12-21T04:27:24.911Z | Compiling normalize-line-endings v0.3.0 |
1557 | 2024-12-21T04:27:24.987Z | Compiling difflib v0.4.0 |
1558 | 2024-12-21T04:27:25.041Z | Compiling fixedbitset v0.4.2 |
1559 | 2024-12-21T04:27:25.396Z | Compiling precomputed-hash v0.1.1 |
1560 | 2024-12-21T04:27:25.417Z | Compiling number_prefix v0.4.0 |
1561 | 2024-12-21T04:27:25.505Z | Compiling predicates-core v1.0.8 |
1562 | 2024-12-21T04:27:25.521Z | Compiling string_cache v0.8.7 |
1563 | 2024-12-21T04:27:25.642Z | Compiling indicatif v0.17.9 |
1564 | 2024-12-21T04:27:25.859Z | Compiling predicates v3.1.2 |
1565 | 2024-12-21T04:27:26.001Z | Compiling petgraph v0.6.5 |
1566 | 2024-12-21T04:27:26.652Z | Compiling similar v2.6.0 |
1567 | 2024-12-21T04:27:27.049Z | Compiling bit-set v0.5.3 |
1568 | 2024-12-21T04:27:27.336Z | Compiling tokio-postgres v0.7.12 |
1569 | 2024-12-21T04:27:27.666Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1570 | 2024-12-21T04:27:27.928Z | Compiling clap v4.5.21 |
1571 | 2024-12-21T04:27:27.962Z | Compiling ecdsa v0.16.9 |
1572 | 2024-12-21T04:27:28.059Z | Compiling rsa v0.9.6 |
1573 | 2024-12-21T04:27:28.842Z | Compiling ed25519-dalek v2.1.1 |
1574 | 2024-12-21T04:27:29.150Z | Compiling toml v0.7.8 |
1575 | 2024-12-21T04:27:30.224Z | Compiling zip v0.6.6 |
1576 | 2024-12-21T04:27:30.261Z | Compiling crossterm v0.28.1 |
1577 | 2024-12-21T04:27:32.213Z | Compiling hex v0.4.3 |
1578 | 2024-12-21T04:27:32.370Z | Compiling x509-cert v0.2.5 |
1579 | 2024-12-21T04:27:32.390Z | Compiling lalrpop-util v0.19.12 |
1580 | 2024-12-21T04:27:32.748Z | Compiling unicode-xid v0.2.6 |
1581 | 2024-12-21T04:27:32.838Z | Compiling peg-runtime v0.8.3 |
1582 | 2024-12-21T04:27:32.936Z | Compiling strum_macros v0.26.4 |
1583 | 2024-12-21T04:27:33.370Z | Compiling xattr v1.3.1 |
1584 | 2024-12-21T04:27:33.540Z | Compiling filetime v0.2.25 |
1585 | 2024-12-21T04:27:33.875Z | Compiling tar v0.4.42 |
1586 | 2024-12-21T04:27:37.967Z | Compiling strum v0.26.3 |
1587 | 2024-12-21T04:27:41.461Z | Compiling aws-lc-sys v0.22.0 |
1588 | 2024-12-21T04:28:09.796Z | Compiling rustls-webpki v0.102.8 |
1589 | 2024-12-21T04:28:13.363Z | Compiling tokio-rustls v0.25.0 |
1590 | 2024-12-21T04:28:15.071Z | Compiling tokio-rustls v0.26.0 |
1591 | 2024-12-21T04:28:15.495Z | Compiling hyper-rustls v0.27.3 |
1592 | 2024-12-21T04:28:15.848Z | Compiling reqwest v0.12.9 |
1593 | 2024-12-21T04:28:17.216Z | Compiling qorb v0.2.1 |
1594 | 2024-12-21T04:28:21.877Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1595 | 2024-12-21T04:28:22.119Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1596 | 2024-12-21T04:28:28.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1597 | 2024-12-21T04:28:28.181Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1598 | 2024-12-21T04:28:28.227Z | Dec 21 04:28:27.815 INFO Starting download, target: Clickhouse |
1599 | 2024-12-21T04:28:28.227Z | Dec 21 04:28:27.816 INFO Starting download, target: Console |
1600 | 2024-12-21T04:28:28.230Z | Dec 21 04:28:27.816 INFO Starting download, target: Cockroach |
1601 | 2024-12-21T04:28:28.230Z | Dec 21 04:28:27.816 INFO Starting download, target: DendriteOpenapi |
1602 | 2024-12-21T04:28:28.230Z | Dec 21 04:28:27.816 INFO Starting download, target: DendriteStub |
1603 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.816 INFO Starting download, target: MaghemiteMgd |
1604 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.816 INFO Starting download, target: TransceiverControl |
1605 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.816 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1606 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.816 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1607 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.816 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1608 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.817 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1609 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.817 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1610 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.817 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1611 | 2024-12-21T04:28:28.231Z | Dec 21 04:28:27.817 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1612 | 2024-12-21T04:28:28.424Z | Dec 21 04:28:27.995 INFO Download complete, target: DendriteOpenapi |
1613 | 2024-12-21T04:28:28.724Z | Dec 21 04:28:28.308 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1614 | 2024-12-21T04:28:28.744Z | Dec 21 04:28:28.327 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1615 | 2024-12-21T04:28:29.104Z | Dec 21 04:28:28.679 INFO Download complete, target: Console |
1616 | 2024-12-21T04:28:29.223Z | Dec 21 04:28:28.801 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1617 | 2024-12-21T04:28:29.385Z | Dec 21 04:28:28.972 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1618 | 2024-12-21T04:28:29.404Z | Dec 21 04:28:28.990 INFO Download complete, target: TransceiverControl |
1619 | 2024-12-21T04:28:29.851Z | Dec 21 04:28:29.439 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1620 | 2024-12-21T04:28:29.851Z | Dec 21 04:28:29.439 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1621 | 2024-12-21T04:28:30.674Z | Dec 21 04:28:30.262 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1622 | 2024-12-21T04:28:32.221Z | Dec 21 04:28:31.809 INFO Download complete, target: DendriteStub |
1623 | 2024-12-21T04:28:32.566Z | Dec 21 04:28:32.155 INFO Download complete, target: MaghemiteMgd |
1624 | 2024-12-21T04:28:37.475Z | Dec 21 04:28:37.063 INFO Checking that binary works, target: Cockroach |
1625 | 2024-12-21T04:28:37.636Z | Dec 21 04:28:37.223 INFO Download complete, target: Cockroach |
1626 | 2024-12-21T04:28:43.330Z | Dec 21 04:28:42.916 INFO Checking that binary works, target: Clickhouse |
1627 | 2024-12-21T04:28:43.453Z | Dec 21 04:28:43.040 INFO Download complete, target: Clickhouse |
1628 | 2024-12-21T04:28:43.461Z | All prerequisites installed successfully |
1629 | 2024-12-21T04:28:43.463Z | |
1630 | 2024-12-21T04:28:43.464Z | real 5:57.557233427 |
1631 | 2024-12-21T04:28:43.464Z | user 16:43.228103674 |
1632 | 2024-12-21T04:28:43.464Z | sys 3:12.215079527 |
1633 | 2024-12-21T04:28:43.464Z | trap 0.553078764 |
1634 | 2024-12-21T04:28:43.464Z | tflt 1.732208927 |
1635 | 2024-12-21T04:28:43.464Z | dflt 2.247720598 |
1636 | 2024-12-21T04:28:43.464Z | kflt 0.029788271 |
1637 | 2024-12-21T04:28:43.464Z | lock 32:53.729575152 |
1638 | 2024-12-21T04:28:43.464Z | slp 1:04:37.486424931 |
1639 | 2024-12-21T04:28:43.464Z | lat 55.506783809 |
1640 | 2024-12-21T04:28:43.464Z | stop 2:10.048163742 |
1641 | 2024-12-21T04:28:43.464Z | + source ./tools/include/force-git-over-https.sh |
1642 | 2024-12-21T04:28:43.464Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1643 | 2024-12-21T04:28:43.464Z | ++ (( i = 0 )) |
1644 | 2024-12-21T04:28:43.464Z | ++ (( i < 5 )) |
1645 | 2024-12-21T04:28:43.464Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1646 | 2024-12-21T04:28:43.467Z | ++ (( i++ )) |
1647 | 2024-12-21T04:28:43.467Z | ++ (( i < 5 )) |
1648 | 2024-12-21T04:28:43.467Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1649 | 2024-12-21T04:28:43.470Z | ++ (( i++ )) |
1650 | 2024-12-21T04:28:43.470Z | ++ (( i < 5 )) |
1651 | 2024-12-21T04:28:43.473Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1652 | 2024-12-21T04:28:43.473Z | ++ (( i++ )) |
1653 | 2024-12-21T04:28:43.473Z | ++ (( i < 5 )) |
1654 | 2024-12-21T04:28:43.473Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1655 | 2024-12-21T04:28:43.476Z | ++ (( i++ )) |
1656 | 2024-12-21T04:28:43.476Z | ++ (( i < 5 )) |
1657 | 2024-12-21T04:28:43.476Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1658 | 2024-12-21T04:28:43.479Z | ++ (( i++ )) |
1659 | 2024-12-21T04:28:43.479Z | ++ (( i < 5 )) |
1660 | 2024-12-21T04:28:43.481Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1661 | 2024-12-21T04:28:43.481Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1662 | 2024-12-21T04:28:43.481Z | + rc=0 |
1663 | 2024-12-21T04:28:43.481Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1664 | 2024-12-21T04:29:15.113Z | + case $rc in |
1665 | 2024-12-21T04:29:15.113Z | + pfexec zfs create -p rpool/images/build/host |
1666 | 2024-12-21T04:29:15.264Z | + pfexec zfs create -p rpool/images/build/recovery |
1667 | 2024-12-21T04:29:15.344Z | + cargo xtask releng --output-dir /work |
1668 | 2024-12-21T04:29:15.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1669 | 2024-12-21T04:29:15.901Z | Running `target/debug/xtask releng --output-dir /work` |
1670 | 2024-12-21T04:29:16.828Z | Compiling proc-macro2 v1.0.89 |
1671 | 2024-12-21T04:29:16.828Z | Compiling unicode-ident v1.0.13 |
1672 | 2024-12-21T04:29:16.828Z | Compiling libc v0.2.162 |
1673 | 2024-12-21T04:29:16.828Z | Compiling serde v1.0.215 |
1674 | 2024-12-21T04:29:16.828Z | Compiling autocfg v1.4.0 |
1675 | 2024-12-21T04:29:16.831Z | Compiling version_check v0.9.5 |
1676 | 2024-12-21T04:29:16.831Z | Compiling cfg-if v1.0.0 |
1677 | 2024-12-21T04:29:17.130Z | Compiling memchr v2.7.4 |
1678 | 2024-12-21T04:29:17.178Z | Compiling typenum v1.17.0 |
1679 | 2024-12-21T04:29:17.239Z | Compiling shlex v1.3.0 |
1680 | 2024-12-21T04:29:17.630Z | Compiling generic-array v0.14.7 |
1681 | 2024-12-21T04:29:17.710Z | Compiling value-bag v1.9.0 |
1682 | 2024-12-21T04:29:17.936Z | Compiling lock_api v0.4.12 |
1683 | 2024-12-21T04:29:17.939Z | Compiling scopeguard v1.2.0 |
1684 | 2024-12-21T04:29:18.211Z | Compiling log v0.4.22 |
1685 | 2024-12-21T04:29:18.330Z | Compiling rustix v0.38.37 |
1686 | 2024-12-21T04:29:18.576Z | Compiling parking_lot_core v0.9.10 |
1687 | 2024-12-21T04:29:18.874Z | Compiling quote v1.0.37 |
1688 | 2024-12-21T04:29:18.988Z | Compiling jobserver v0.1.32 |
1689 | 2024-12-21T04:29:18.991Z | Compiling getrandom v0.2.15 |
1690 | 2024-12-21T04:29:19.053Z | Compiling serde_json v1.0.133 |
1691 | 2024-12-21T04:29:19.323Z | Compiling syn v2.0.87 |
1692 | 2024-12-21T04:29:19.373Z | Compiling cc v1.1.30 |
1693 | 2024-12-21T04:29:19.477Z | Compiling libm v0.2.8 |
1694 | 2024-12-21T04:29:19.498Z | Compiling num-traits v0.2.19 |
1695 | 2024-12-21T04:29:19.585Z | Compiling thiserror v1.0.69 |
1696 | 2024-12-21T04:29:19.699Z | Compiling itoa v1.0.11 |
1697 | 2024-12-21T04:29:19.755Z | Compiling once_cell v1.20.2 |
1698 | 2024-12-21T04:29:19.803Z | Compiling spin v0.9.8 |
1699 | 2024-12-21T04:29:19.845Z | Compiling aho-corasick v1.1.3 |
1700 | 2024-12-21T04:29:20.249Z | Compiling regex-syntax v0.8.5 |
1701 | 2024-12-21T04:29:20.270Z | Compiling slab v0.4.9 |
1702 | 2024-12-21T04:29:20.475Z | Compiling errno v0.3.9 |
1703 | 2024-12-21T04:29:20.951Z | Compiling byteorder v1.5.0 |
1704 | 2024-12-21T04:29:21.323Z | Compiling lazy_static v1.5.0 |
1705 | 2024-12-21T04:29:21.464Z | Compiling rand_core v0.6.4 |
1706 | 2024-12-21T04:29:21.502Z | Compiling glob v0.3.1 |
1707 | 2024-12-21T04:29:21.790Z | Compiling either v1.13.0 |
1708 | 2024-12-21T04:29:21.940Z | Compiling subtle v2.6.1 |
1709 | 2024-12-21T04:29:22.218Z | Compiling prettyplease v0.2.25 |
1710 | 2024-12-21T04:29:22.307Z | Compiling minimal-lexical v0.2.1 |
1711 | 2024-12-21T04:29:22.399Z | Compiling clang-sys v1.8.1 |
1712 | 2024-12-21T04:29:22.720Z | Compiling libloading v0.8.5 |
1713 | 2024-12-21T04:29:22.858Z | Compiling nom v7.1.3 |
1714 | 2024-12-21T04:29:23.086Z | Compiling home v0.5.9 |
1715 | 2024-12-21T04:29:23.124Z | Compiling bindgen v0.69.5 |
1716 | 2024-12-21T04:29:23.624Z | Compiling itertools v0.10.5 |
1717 | 2024-12-21T04:29:24.336Z | Compiling regex-automata v0.4.8 |
1718 | 2024-12-21T04:29:24.399Z | Compiling lazycell v1.3.0 |
1719 | 2024-12-21T04:29:24.570Z | Compiling rustc-hash v1.1.0 |
1720 | 2024-12-21T04:29:24.797Z | Compiling cmake v0.1.51 |
1721 | 2024-12-21T04:29:25.937Z | Compiling fs_extra v1.3.0 |
1722 | 2024-12-21T04:29:26.250Z | Compiling dunce v1.0.5 |
1723 | 2024-12-21T04:29:26.433Z | Compiling smallvec v1.13.2 |
1724 | 2024-12-21T04:29:26.591Z | Compiling cexpr v0.6.0 |
1725 | 2024-12-21T04:29:26.649Z | Compiling semver v1.0.23 |
1726 | 2024-12-21T04:29:26.790Z | Compiling pkg-config v0.3.31 |
1727 | 2024-12-21T04:29:26.888Z | Compiling ring v0.17.8 |
1728 | 2024-12-21T04:29:27.258Z | Compiling synstructure v0.13.1 |
1729 | 2024-12-21T04:29:27.934Z | Compiling ryu v1.0.18 |
1730 | 2024-12-21T04:29:28.122Z | Compiling paste v1.0.15 |
1731 | 2024-12-21T04:29:28.322Z | Compiling httparse v1.9.5 |
1732 | 2024-12-21T04:29:28.737Z | Compiling aws-lc-rs v1.10.0 |
1733 | 2024-12-21T04:29:28.818Z | Compiling const-oid v0.9.6 |
1734 | 2024-12-21T04:29:29.186Z | Compiling pin-project-lite v0.2.14 |
1735 | 2024-12-21T04:29:29.225Z | Compiling heck v0.5.0 |
1736 | 2024-12-21T04:29:29.767Z | Compiling allocator-api2 v0.2.18 |
1737 | 2024-12-21T04:29:30.625Z | Compiling regex v1.11.1 |
1738 | 2024-12-21T04:29:30.678Z | Compiling futures-core v0.3.31 |
1739 | 2024-12-21T04:29:31.040Z | Compiling signal-hook-registry v1.4.2 |
1740 | 2024-12-21T04:29:31.082Z | Compiling schemars v0.8.21 |
1741 | 2024-12-21T04:29:31.632Z | Compiling num-conv v0.1.0 |
1742 | 2024-12-21T04:29:31.779Z | Compiling crossbeam-utils v0.8.20 |
1743 | 2024-12-21T04:29:31.839Z | Compiling time-core v0.1.2 |
1744 | 2024-12-21T04:29:31.965Z | Compiling parking_lot v0.12.3 |
1745 | 2024-12-21T04:29:32.117Z | Compiling time-macros v0.2.18 |
1746 | 2024-12-21T04:29:32.453Z | Compiling serde_derive_internals v0.29.1 |
1747 | 2024-12-21T04:29:32.569Z | Compiling mio v1.0.2 |
1748 | 2024-12-21T04:29:32.789Z | Compiling vcpkg v0.2.15 |
1749 | 2024-12-21T04:29:33.089Z | Compiling serde_derive v1.0.215 |
1750 | 2024-12-21T04:29:34.303Z | Compiling zeroize_derive v1.4.2 |
1751 | 2024-12-21T04:29:34.330Z | Compiling zerocopy-derive v0.7.35 |
1752 | 2024-12-21T04:29:34.567Z | Compiling tokio-macros v2.4.0 |
1753 | 2024-12-21T04:29:34.760Z | Compiling thiserror-impl v1.0.69 |
1754 | 2024-12-21T04:29:34.947Z | Compiling zerofrom-derive v0.1.4 |
1755 | 2024-12-21T04:29:35.409Z | Compiling yoke-derive v0.7.4 |
1756 | 2024-12-21T04:29:36.107Z | Compiling zeroize v1.8.1 |
1757 | 2024-12-21T04:29:36.378Z | Compiling futures-macro v0.3.31 |
1758 | 2024-12-21T04:29:36.584Z | Compiling zerovec-derive v0.10.3 |
1759 | 2024-12-21T04:29:36.615Z | Compiling displaydoc v0.2.5 |
1760 | 2024-12-21T04:29:37.965Z | Compiling zerocopy v0.7.35 |
1761 | 2024-12-21T04:29:38.374Z | Compiling crypto-common v0.1.6 |
1762 | 2024-12-21T04:29:38.415Z | Compiling icu_provider_macros v1.5.0 |
1763 | 2024-12-21T04:29:38.620Z | Compiling tracing-attributes v0.1.27 |
1764 | 2024-12-21T04:29:38.642Z | Compiling block-buffer v0.10.4 |
1765 | 2024-12-21T04:29:38.950Z | Compiling digest v0.10.7 |
1766 | 2024-12-21T04:29:39.342Z | Compiling der_derive v0.7.3 |
1767 | 2024-12-21T04:29:39.444Z | Compiling schemars_derive v0.8.21 |
1768 | 2024-12-21T04:29:39.825Z | Compiling openssl-sys v0.9.103 |
1769 | 2024-12-21T04:29:41.114Z | Compiling fnv v1.0.7 |
1770 | 2024-12-21T04:29:42.235Z | Compiling socket2 v0.5.7 |
1771 | 2024-12-21T04:29:42.836Z | Compiling ahash v0.8.11 |
1772 | 2024-12-21T04:29:43.437Z | Compiling cpufeatures v0.2.14 |
1773 | 2024-12-21T04:29:43.584Z | Compiling futures-sink v0.3.31 |
1774 | 2024-12-21T04:29:43.780Z | Compiling foldhash v0.1.3 |
1775 | 2024-12-21T04:29:43.782Z | Compiling equivalent v1.0.1 |
1776 | 2024-12-21T04:29:44.062Z | Compiling hashbrown v0.15.1 |
1777 | 2024-12-21T04:29:44.116Z | Compiling slog v2.7.0 |
1778 | 2024-12-21T04:29:44.203Z | Compiling stable_deref_trait v1.2.0 |
1779 | 2024-12-21T04:29:45.008Z | Compiling futures-channel v0.3.31 |
1780 | 2024-12-21T04:29:45.162Z | Compiling zerofrom v0.1.4 |
1781 | 2024-12-21T04:29:46.435Z | Compiling scroll_derive v0.12.0 |
1782 | 2024-12-21T04:29:46.438Z | Compiling futures-io v0.3.31 |
1783 | 2024-12-21T04:29:46.438Z | Compiling ucd-trie v0.1.7 |
1784 | 2024-12-21T04:29:46.438Z | Compiling openssl v0.10.66 |
1785 | 2024-12-21T04:29:46.438Z | Compiling futures-task v0.3.31 |
1786 | 2024-12-21T04:29:46.438Z | Compiling pin-utils v0.1.0 |
1787 | 2024-12-21T04:29:46.438Z | Compiling pest v2.7.14 |
1788 | 2024-12-21T04:29:46.438Z | Compiling futures-util v0.3.31 |
1789 | 2024-12-21T04:29:46.438Z | Compiling yoke v0.7.4 |
1790 | 2024-12-21T04:29:46.552Z | Compiling hmac v0.12.1 |
1791 | 2024-12-21T04:29:46.820Z | Compiling tinyvec_macros v0.1.1 |
1792 | 2024-12-21T04:29:46.876Z | Compiling iana-time-zone v0.1.61 |
1793 | 2024-12-21T04:29:46.987Z | Compiling tinyvec v1.8.0 |
1794 | 2024-12-21T04:29:47.073Z | Compiling zerovec v0.10.4 |
1795 | 2024-12-21T04:29:48.167Z | Compiling bitflags v2.6.0 |
1796 | 2024-12-21T04:29:48.865Z | Compiling bytes v1.8.0 |
1797 | 2024-12-21T04:29:50.620Z | Compiling tokio v1.40.0 |
1798 | 2024-12-21T04:29:51.062Z | Compiling serde_tokenstream v0.2.2 |
1799 | 2024-12-21T04:29:51.428Z | Compiling indexmap v2.6.0 |
1800 | 2024-12-21T04:29:53.193Z | Compiling which v4.4.2 |
1801 | 2024-12-21T04:29:53.870Z | Compiling http v1.1.0 |
1802 | 2024-12-21T04:29:54.160Z | Compiling rustc_version v0.4.1 |
1803 | 2024-12-21T04:29:54.280Z | Compiling uuid v1.11.0 |
1804 | 2024-12-21T04:29:54.888Z | Compiling pest_meta v2.7.14 |
1805 | 2024-12-21T04:29:55.367Z | Compiling chrono v0.4.38 |
1806 | 2024-12-21T04:29:56.635Z | Compiling block-padding v0.3.3 |
1807 | 2024-12-21T04:29:56.923Z | Compiling openssl-macros v0.1.1 |
1808 | 2024-12-21T04:29:57.733Z | Compiling rustls v0.23.19 |
1809 | 2024-12-21T04:29:57.955Z | Compiling syn v1.0.109 |
1810 | 2024-12-21T04:29:58.301Z | Compiling native-tls v0.2.12 |
1811 | 2024-12-21T04:29:58.709Z | Compiling inout v0.1.3 |
1812 | 2024-12-21T04:29:59.151Z | Compiling pest_generator v2.7.14 |
1813 | 2024-12-21T04:29:59.307Z | Compiling unicode-normalization v0.1.24 |
1814 | 2024-12-21T04:30:00.268Z | Compiling cipher v0.4.4 |
1815 | 2024-12-21T04:30:00.839Z | Compiling tinystr v0.7.6 |
1816 | 2024-12-21T04:30:01.094Z | Compiling pest_derive v2.7.14 |
1817 | 2024-12-21T04:30:01.815Z | Compiling sha2 v0.10.8 |
1818 | 2024-12-21T04:30:01.975Z | Compiling async-trait v0.1.83 |
1819 | 2024-12-21T04:30:02.728Z | Compiling usdt-impl v0.5.0 |
1820 | 2024-12-21T04:30:03.264Z | Compiling cookie v0.18.1 |
1821 | 2024-12-21T04:30:03.660Z | Compiling writeable v0.5.5 |
1822 | 2024-12-21T04:30:04.619Z | Compiling dyn-clone v1.0.17 |
1823 | 2024-12-21T04:30:04.915Z | Compiling unicode-bidi v0.3.17 |
1824 | 2024-12-21T04:30:05.582Z | Compiling base64ct v1.6.0 |
1825 | 2024-12-21T04:30:06.438Z | Compiling litemap v0.7.3 |
1826 | 2024-12-21T04:30:07.526Z | Compiling icu_locid v1.5.0 |
1827 | 2024-12-21T04:30:07.965Z | Compiling pem-rfc7468 v0.7.0 |
1828 | 2024-12-21T04:30:08.831Z | Compiling aws-lc-sys v0.22.0 |
1829 | 2024-12-21T04:30:10.005Z | Compiling scroll v0.12.0 |
1830 | 2024-12-21T04:30:10.588Z | Compiling ppv-lite86 v0.2.20 |
1831 | 2024-12-21T04:30:12.268Z | Compiling tracing-core v0.1.32 |
1832 | 2024-12-21T04:30:14.686Z | Compiling rustls-pki-types v1.10.0 |
1833 | 2024-12-21T04:30:14.915Z | Compiling flagset v0.4.6 |
1834 | 2024-12-21T04:30:15.126Z | Compiling untrusted v0.7.1 |
1835 | 2024-12-21T04:30:15.327Z | Compiling plain v0.2.3 |
1836 | 2024-12-21T04:30:15.430Z | Compiling camino v1.1.9 |
1837 | 2024-12-21T04:30:15.490Z | Compiling percent-encoding v2.3.1 |
1838 | 2024-12-21T04:30:15.924Z | Compiling goblin v0.8.2 |
1839 | 2024-12-21T04:30:15.951Z | Compiling der v0.7.9 |
1840 | 2024-12-21T04:30:16.095Z | Compiling tracing v0.1.40 |
1841 | 2024-12-21T04:30:16.439Z | Compiling rand_chacha v0.3.1 |
1842 | 2024-12-21T04:30:17.902Z | Compiling icu_provider v1.5.0 |
1843 | 2024-12-21T04:30:18.152Z | Compiling tokio-util v0.7.12 |
1844 | 2024-12-21T04:30:19.544Z | Compiling icu_locid_transform_data v1.5.0 |
1845 | 2024-12-21T04:30:19.933Z | Compiling rustls v0.22.4 |
1846 | 2024-12-21T04:30:20.054Z | Compiling pretty-hex v0.4.1 |
1847 | 2024-12-21T04:30:20.325Z | Compiling mirai-annotations v1.12.0 |
1848 | 2024-12-21T04:30:20.410Z | Compiling powerfmt v0.2.0 |
1849 | 2024-12-21T04:30:20.466Z | Compiling rayon-core v1.12.1 |
1850 | 2024-12-21T04:30:20.555Z | Compiling untrusted v0.9.0 |
1851 | 2024-12-21T04:30:20.727Z | Compiling icu_locid_transform v1.5.0 |
1852 | 2024-12-21T04:30:20.809Z | Compiling deranged v0.3.11 |
1853 | 2024-12-21T04:30:22.198Z | Compiling dof v0.3.0 |
1854 | 2024-12-21T04:30:23.360Z | Compiling spki v0.7.3 |
1855 | 2024-12-21T04:30:23.864Z | Compiling rand v0.8.5 |
1856 | 2024-12-21T04:30:24.198Z | Compiling dtrace-parser v0.2.0 |
1857 | 2024-12-21T04:30:25.818Z | Compiling salsa20 v0.10.2 |
1858 | 2024-12-21T04:30:26.026Z | Compiling icu_collections v1.5.0 |
1859 | 2024-12-21T04:30:26.082Z | Compiling pbkdf2 v0.12.2 |
1860 | 2024-12-21T04:30:27.253Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1861 | 2024-12-21T04:30:27.529Z | Compiling thread-id v4.2.2 |
1862 | 2024-12-21T04:30:27.609Z | Compiling icu_properties_data v1.5.0 |
1863 | 2024-12-21T04:30:28.573Z | Compiling atomic-waker v1.1.2 |
1864 | 2024-12-21T04:30:28.834Z | Compiling num_threads v0.1.7 |
1865 | 2024-12-21T04:30:29.056Z | Compiling time v0.3.36 |
1866 | 2024-12-21T04:30:29.095Z | Compiling icu_properties v1.5.1 |
1867 | 2024-12-21T04:30:32.713Z | Compiling scrypt v0.11.0 |
1868 | 2024-12-21T04:30:33.172Z | Compiling form_urlencoded v1.2.1 |
1869 | 2024-12-21T04:30:33.254Z | Compiling cbc v0.1.2 |
1870 | 2024-12-21T04:30:33.449Z | Compiling aes v0.8.4 |
1871 | 2024-12-21T04:30:33.517Z | Compiling http-body v1.0.1 |
1872 | 2024-12-21T04:30:34.106Z | Compiling multer v3.1.0 |
1873 | 2024-12-21T04:30:34.138Z | Compiling slog-async v2.8.0 |
1874 | 2024-12-21T04:30:34.501Z | Compiling icu_normalizer_data v1.5.0 |
1875 | 2024-12-21T04:30:34.600Z | Compiling utf16_iter v1.0.5 |
1876 | 2024-12-21T04:30:34.726Z | Compiling utf8_iter v1.0.4 |
1877 | 2024-12-21T04:30:34.895Z | Compiling write16 v1.0.0 |
1878 | 2024-12-21T04:30:34.993Z | Compiling try-lock v0.2.5 |
1879 | 2024-12-21T04:30:35.135Z | Compiling icu_normalizer v1.5.0 |
1880 | 2024-12-21T04:30:35.320Z | Compiling want v0.3.1 |
1881 | 2024-12-21T04:30:36.476Z | Compiling pkcs5 v0.7.1 |
1882 | 2024-12-21T04:30:40.616Z | Compiling h2 v0.4.6 |
1883 | 2024-12-21T04:30:43.032Z | Compiling heapless v0.7.17 |
1884 | 2024-12-21T04:30:43.511Z | Compiling zerocopy-derive v0.6.6 |
1885 | 2024-12-21T04:30:43.642Z | Compiling num-bigint-dig v0.8.4 |
1886 | 2024-12-21T04:30:44.060Z | Compiling base64 v0.22.1 |
1887 | 2024-12-21T04:30:44.316Z | Compiling anyhow v1.0.93 |
1888 | 2024-12-21T04:30:44.945Z | Compiling httpdate v1.0.3 |
1889 | 2024-12-21T04:30:45.339Z | Compiling signal-hook v0.3.17 |
1890 | 2024-12-21T04:30:46.179Z | Compiling pkcs8 v0.10.2 |
1891 | 2024-12-21T04:30:46.661Z | Compiling idna_adapter v1.2.0 |
1892 | 2024-12-21T04:30:47.165Z | Compiling usdt-attr-macro v0.5.0 |
1893 | 2024-12-21T04:30:47.882Z | Compiling usdt-macro v0.5.0 |
1894 | 2024-12-21T04:30:49.349Z | Compiling hyper v1.5.0 |
1895 | 2024-12-21T04:30:49.513Z | Compiling async-stream-impl v0.3.6 |
1896 | 2024-12-21T04:30:49.571Z | Compiling strsim v0.11.1 |
1897 | 2024-12-21T04:30:50.806Z | Compiling rustversion v1.0.17 |
1898 | 2024-12-21T04:30:50.836Z | Compiling tower-service v0.3.3 |
1899 | 2024-12-21T04:30:51.633Z | Compiling idna v1.0.3 |
1900 | 2024-12-21T04:30:52.316Z | Compiling hyper-util v0.1.10 |
1901 | 2024-12-21T04:30:57.653Z | Compiling curve25519-dalek v4.1.3 |
1902 | 2024-12-21T04:30:58.097Z | Compiling openapiv3 v2.0.0 |
1903 | 2024-12-21T04:30:58.567Z | Compiling toml_datetime v0.6.8 |
1904 | 2024-12-21T04:30:59.036Z | Compiling serde_spanned v0.6.8 |
1905 | 2024-12-21T04:30:59.354Z | Compiling enum-as-inner v0.6.1 |
1906 | 2024-12-21T04:31:00.045Z | Compiling dropshot v0.12.0 |
1907 | 2024-12-21T04:31:00.121Z | Compiling foreign-types-shared v0.1.1 |
1908 | 2024-12-21T04:31:00.486Z | Compiling heck v0.4.1 |
1909 | 2024-12-21T04:31:00.534Z | Compiling smoltcp v0.9.1 |
1910 | 2024-12-21T04:31:00.924Z | Compiling portable-atomic v1.9.0 |
1911 | 2024-12-21T04:31:01.976Z | Compiling adler2 v2.0.0 |
1912 | 2024-12-21T04:31:02.021Z | Compiling newtype-uuid v1.1.3 |
1913 | 2024-12-21T04:31:02.188Z | Compiling match_cfg v0.1.0 |
1914 | 2024-12-21T04:31:02.370Z | Compiling hostname v0.3.1 |
1915 | 2024-12-21T04:31:02.438Z | Compiling miniz_oxide v0.8.0 |
1916 | 2024-12-21T04:31:02.477Z | Compiling foreign-types v0.3.2 |
1917 | 2024-12-21T04:31:03.905Z | Compiling url v2.5.3 |
1918 | 2024-12-21T04:31:11.913Z | Compiling http-body-util v0.1.2 |
1919 | 2024-12-21T04:31:11.982Z | Compiling clap_derive v4.5.18 |
1920 | 2024-12-21T04:31:12.669Z | Compiling dirs-sys-next v0.1.2 |
1921 | 2024-12-21T04:31:13.530Z | Compiling encoding_rs v0.8.34 |
1922 | 2024-12-21T04:31:15.088Z | Compiling data-encoding v2.6.0 |
1923 | 2024-12-21T04:31:17.086Z | Compiling mime v0.3.17 |
1924 | 2024-12-21T04:31:17.312Z | Compiling siphasher v0.3.11 |
1925 | 2024-12-21T04:31:18.360Z | Compiling dirs-next v2.0.0 |
1926 | 2024-12-21T04:31:25.531Z | Compiling serde_urlencoded v0.7.1 |
1927 | 2024-12-21T04:31:25.573Z | Compiling crossbeam-epoch v0.9.18 |
1928 | 2024-12-21T04:31:26.223Z | Compiling hashbrown v0.14.5 |
1929 | 2024-12-21T04:31:26.373Z | Compiling rustls-pemfile v2.2.0 |
1930 | 2024-12-21T04:31:26.991Z | Compiling rustls-webpki v0.102.8 |
1931 | 2024-12-21T04:31:27.848Z | Compiling hubpack_derive v0.1.1 |
1932 | 2024-12-21T04:31:27.989Z | Compiling dropshot_endpoint v0.12.0 |
1933 | 2024-12-21T04:31:28.923Z | Compiling sha1 v0.10.6 |
1934 | 2024-12-21T04:31:28.983Z | Compiling signature v2.2.0 |
1935 | 2024-12-21T04:31:29.064Z | Compiling curve25519-dalek-derive v0.1.1 |
1936 | 2024-12-21T04:31:29.293Z | Compiling thread_local v1.1.8 |
1937 | 2024-12-21T04:31:29.311Z | Compiling fs-err v2.11.0 |
1938 | 2024-12-21T04:31:29.797Z | Compiling anstyle v1.0.10 |
1939 | 2024-12-21T04:31:30.473Z | Compiling utf8parse v0.2.2 |
1940 | 2024-12-21T04:31:30.652Z | Compiling winnow v0.6.20 |
1941 | 2024-12-21T04:31:30.801Z | Compiling gimli v0.31.1 |
1942 | 2024-12-21T04:31:32.120Z | Compiling openssl-probe v0.1.5 |
1943 | 2024-12-21T04:31:32.419Z | Compiling ipnet v2.10.1 |
1944 | 2024-12-21T04:31:33.514Z | Compiling unicode-properties v0.1.3 |
1945 | 2024-12-21T04:31:33.933Z | Compiling stringprep v0.1.5 |
1946 | 2024-12-21T04:31:34.321Z | Compiling toml_edit v0.22.22 |
1947 | 2024-12-21T04:31:35.458Z | Compiling addr2line v0.24.2 |
1948 | 2024-12-21T04:31:36.065Z | Compiling anstyle-parse v0.2.5 |
1949 | 2024-12-21T04:31:36.672Z | Compiling regress v0.10.1 |
1950 | 2024-12-21T04:31:37.594Z | Compiling crossbeam-deque v0.8.5 |
1951 | 2024-12-21T04:31:37.961Z | Compiling term v0.7.0 |
1952 | 2024-12-21T04:31:39.224Z | Compiling slog-json v2.6.1 |
1953 | 2024-12-21T04:31:40.441Z | Compiling crossbeam-channel v0.5.13 |
1954 | 2024-12-21T04:31:41.858Z | Compiling idna v0.4.0 |
1955 | 2024-12-21T04:31:41.908Z | Compiling idna v0.3.0 |
1956 | 2024-12-21T04:31:43.341Z | Compiling futures-executor v0.3.31 |
1957 | 2024-12-21T04:31:43.376Z | Compiling num-integer v0.1.46 |
1958 | 2024-12-21T04:31:43.837Z | Compiling md-5 v0.10.6 |
1959 | 2024-12-21T04:31:44.085Z | Compiling ff v0.13.0 |
1960 | 2024-12-21T04:31:44.090Z | Compiling hash32 v0.2.1 |
1961 | 2024-12-21T04:31:44.339Z | Compiling is-terminal v0.4.13 |
1962 | 2024-12-21T04:31:44.478Z | Compiling memmap v0.7.0 |
1963 | 2024-12-21T04:31:44.501Z | Compiling object v0.36.5 |
1964 | 2024-12-21T04:31:44.813Z | Compiling quick-error v1.2.3 |
1965 | 2024-12-21T04:31:44.975Z | Compiling rustc-demangle v0.1.24 |
1966 | 2024-12-21T04:31:45.264Z | Compiling take_mut v0.2.2 |
1967 | 2024-12-21T04:31:45.449Z | Compiling psl-types v2.0.11 |
1968 | 2024-12-21T04:31:45.892Z | Compiling fallible-iterator v0.2.0 |
1969 | 2024-12-21T04:31:45.913Z | Compiling anstyle-query v1.1.1 |
1970 | 2024-12-21T04:31:46.075Z | Compiling colorchoice v1.0.2 |
1971 | 2024-12-21T04:31:46.251Z | Compiling base16ct v0.2.0 |
1972 | 2024-12-21T04:31:46.554Z | Compiling is_terminal_polyfill v1.70.1 |
1973 | 2024-12-21T04:31:46.668Z | Compiling utf-8 v0.7.6 |
1974 | 2024-12-21T04:31:46.691Z | Compiling linked-hash-map v0.5.6 |
1975 | 2024-12-21T04:31:46.987Z | Compiling tungstenite v0.24.0 |
1976 | 2024-12-21T04:31:47.082Z | Compiling lru-cache v0.1.2 |
1977 | 2024-12-21T04:31:47.085Z | Compiling anstream v0.6.15 |
1978 | 2024-12-21T04:31:47.294Z | Compiling postgres-protocol v0.6.7 |
1979 | 2024-12-21T04:31:47.807Z | Compiling sec1 v0.7.3 |
1980 | 2024-12-21T04:31:48.408Z | Compiling publicsuffix v2.2.3 |
1981 | 2024-12-21T04:31:48.861Z | Compiling resolv-conf v0.7.0 |
1982 | 2024-12-21T04:31:49.058Z | Compiling usdt v0.5.0 |
1983 | 2024-12-21T04:31:49.521Z | Compiling slog-term v2.9.1 |
1984 | 2024-12-21T04:31:49.725Z | Compiling group v0.13.0 |
1985 | 2024-12-21T04:31:50.061Z | Compiling num-iter v0.1.45 |
1986 | 2024-12-21T04:31:50.213Z | Compiling futures v0.3.31 |
1987 | 2024-12-21T04:31:50.663Z | Compiling tokio-rustls v0.26.0 |
1988 | 2024-12-21T04:31:50.956Z | Compiling hickory-proto v0.24.1 |
1989 | 2024-12-21T04:31:51.473Z | Compiling tokio-rustls v0.25.0 |
1990 | 2024-12-21T04:31:52.001Z | Compiling typify-impl v0.2.0 |
1991 | 2024-12-21T04:31:52.692Z | Compiling backtrace v0.3.74 |
1992 | 2024-12-21T04:31:52.851Z | Compiling slog-bunyan v2.5.0 |
1993 | 2024-12-21T04:31:52.872Z | Compiling toml v0.8.19 |
1994 | 2024-12-21T04:31:53.065Z | Compiling tokio-native-tls v0.3.1 |
1995 | 2024-12-21T04:31:53.649Z | Compiling phf_shared v0.11.2 |
1996 | 2024-12-21T04:31:53.689Z | Compiling strum_macros v0.25.3 |
1997 | 2024-12-21T04:31:54.360Z | Compiling async-stream v0.3.6 |
1998 | 2024-12-21T04:31:54.676Z | Compiling waitgroup v0.1.2 |
1999 | 2024-12-21T04:31:54.817Z | Compiling webpki-roots v0.26.6 |
2000 | 2024-12-21T04:31:55.046Z | Compiling idna v0.5.0 |
2001 | 2024-12-21T04:31:55.566Z | Compiling terminal_size v0.4.0 |
2002 | 2024-12-21T04:31:55.803Z | Compiling serde_path_to_error v0.1.16 |
2003 | 2024-12-21T04:31:56.627Z | Compiling hkdf v0.12.4 |
2004 | 2024-12-21T04:31:56.876Z | Compiling crypto-bigint v0.5.5 |
2005 | 2024-12-21T04:31:57.190Z | Compiling derive-where v1.2.7 |
2006 | 2024-12-21T04:31:57.360Z | Compiling serde_repr v0.1.19 |
2007 | 2024-12-21T04:31:58.617Z | Compiling hostname v0.4.0 |
2008 | 2024-12-21T04:31:58.860Z | Compiling crc32fast v1.4.2 |
2009 | 2024-12-21T04:31:59.395Z | Compiling managed v0.8.0 |
2010 | 2024-12-21T04:31:59.489Z | Compiling clap_lex v0.7.2 |
2011 | 2024-12-21T04:31:59.855Z | Compiling winnow v0.5.40 |
2012 | 2024-12-21T04:31:59.954Z | Compiling unicode-width v0.1.14 |
2013 | 2024-12-21T04:32:00.420Z | Compiling debug-ignore v1.0.5 |
2014 | 2024-12-21T04:32:00.603Z | Compiling bitflags v1.3.2 |
2015 | 2024-12-21T04:32:01.997Z | Compiling console v0.15.8 |
2016 | 2024-12-21T04:32:02.805Z | Compiling elliptic-curve v0.13.8 |
2017 | 2024-12-21T04:32:03.392Z | Compiling clap_builder v4.5.21 |
2018 | 2024-12-21T04:32:03.537Z | Compiling toml_edit v0.19.15 |
2019 | 2024-12-21T04:32:03.685Z | Compiling flate2 v1.0.34 |
2020 | 2024-12-21T04:32:04.044Z | Compiling typify-macro v0.2.0 |
2021 | 2024-12-21T04:32:04.640Z | Compiling hickory-resolver v0.24.1 |
2022 | 2024-12-21T04:32:05.609Z | Compiling cookie_store v0.21.0 |
2023 | 2024-12-21T04:32:09.699Z | Compiling hyper-rustls v0.27.3 |
2024 | 2024-12-21T04:32:11.140Z | Compiling phf v0.11.2 |
2025 | 2024-12-21T04:32:11.479Z | Compiling hyper-tls v0.6.0 |
2026 | 2024-12-21T04:32:11.923Z | Compiling signal-hook-mio v0.2.4 |
2027 | 2024-12-21T04:32:11.944Z | Compiling rayon v1.10.0 |
2028 | 2024-12-21T04:32:12.106Z | Compiling bzip2 v0.4.4 |
2029 | 2024-12-21T04:32:12.470Z | Compiling postgres-types v0.2.8 |
2030 | 2024-12-21T04:32:12.473Z | Compiling tokio-tungstenite v0.24.0 |
2031 | 2024-12-21T04:32:12.703Z | Compiling ed25519 v2.2.3 |
2032 | 2024-12-21T04:32:13.026Z | Compiling hubpack v0.1.2 |
2033 | 2024-12-21T04:32:13.154Z | Compiling phf_shared v0.10.0 |
2034 | 2024-12-21T04:32:13.578Z | Compiling pkcs1 v0.7.5 |
2035 | 2024-12-21T04:32:13.896Z | Compiling zerocopy v0.6.6 |
2036 | 2024-12-21T04:32:13.964Z | Compiling tokio-stream v0.1.16 |
2037 | 2024-12-21T04:32:14.783Z | Compiling serde-big-array v0.5.1 |
2038 | 2024-12-21T04:32:15.030Z | Compiling rfc6979 v0.4.0 |
2039 | 2024-12-21T04:32:15.051Z | Compiling float-cmp v0.9.0 |
2040 | 2024-12-21T04:32:15.234Z | Compiling sync_wrapper v1.0.1 |
2041 | 2024-12-21T04:32:15.404Z | Compiling bstr v1.10.0 |
2042 | 2024-12-21T04:32:15.746Z | Compiling bit-vec v0.6.3 |
2043 | 2024-12-21T04:32:16.181Z | Compiling precomputed-hash v0.1.1 |
2044 | 2024-12-21T04:32:16.315Z | Compiling unicode-segmentation v1.12.0 |
2045 | 2024-12-21T04:32:16.831Z | Compiling predicates-core v1.0.8 |
2046 | 2024-12-21T04:32:17.171Z | Compiling fixedbitset v0.4.2 |
2047 | 2024-12-21T04:32:17.208Z | Compiling difflib v0.4.0 |
2048 | 2024-12-21T04:32:17.307Z | Compiling new_debug_unreachable v1.0.6 |
2049 | 2024-12-21T04:32:17.415Z | Compiling whoami v1.5.2 |
2050 | 2024-12-21T04:32:17.605Z | Compiling normalize-line-endings v0.3.0 |
2051 | 2024-12-21T04:32:18.006Z | Compiling unicode-width v0.2.0 |
2052 | 2024-12-21T04:32:18.253Z | Compiling number_prefix v0.4.0 |
2053 | 2024-12-21T04:32:18.496Z | Compiling static_assertions v1.1.0 |
2054 | 2024-12-21T04:32:18.543Z | Compiling indicatif v0.17.9 |
2055 | 2024-12-21T04:32:18.543Z | Compiling tokio-postgres v0.7.12 |
2056 | 2024-12-21T04:32:18.612Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2057 | 2024-12-21T04:32:18.681Z | Compiling predicates v3.1.2 |
2058 | 2024-12-21T04:32:20.295Z | Compiling reqwest v0.12.9 |
2059 | 2024-12-21T04:32:20.438Z | Compiling petgraph v0.6.5 |
2060 | 2024-12-21T04:32:21.622Z | Compiling string_cache v0.8.7 |
2061 | 2024-12-21T04:32:22.774Z | Compiling similar v2.6.0 |
2062 | 2024-12-21T04:32:23.944Z | Compiling bit-set v0.5.3 |
2063 | 2024-12-21T04:32:24.582Z | Compiling ecdsa v0.16.9 |
2064 | 2024-12-21T04:32:24.942Z | Compiling qorb v0.2.1 |
2065 | 2024-12-21T04:32:25.011Z | Compiling rsa v0.9.6 |
2066 | 2024-12-21T04:32:25.833Z | Compiling ed25519-dalek v2.1.1 |
2067 | 2024-12-21T04:32:26.408Z | Compiling zip v0.6.6 |
2068 | 2024-12-21T04:32:26.720Z | Compiling crossterm v0.28.1 |
2069 | 2024-12-21T04:32:26.786Z | Compiling clap v4.5.21 |
2070 | 2024-12-21T04:32:26.932Z | Compiling toml v0.7.8 |
2071 | 2024-12-21T04:32:30.539Z | Compiling x509-cert v0.2.5 |
2072 | 2024-12-21T04:32:30.901Z | Compiling hex v0.4.3 |
2073 | 2024-12-21T04:32:33.277Z | Compiling peg-runtime v0.8.3 |
2074 | 2024-12-21T04:32:33.700Z | Compiling unicode-xid v0.2.6 |
2075 | 2024-12-21T04:32:34.303Z | Compiling radium v0.7.0 |
2076 | 2024-12-21T04:32:35.492Z | Compiling lalrpop-util v0.19.12 |
2077 | 2024-12-21T04:32:35.860Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2078 | 2024-12-21T04:32:54.310Z | Compiling maybe-uninit v2.0.0 |
2079 | 2024-12-21T04:32:54.779Z | Compiling tap v1.0.1 |
2080 | 2024-12-21T04:32:55.735Z | Compiling ident_case v1.0.1 |
2081 | 2024-12-21T04:32:55.926Z | Compiling darling_core v0.20.10 |
2082 | 2024-12-21T04:32:56.484Z | Compiling wyz v0.5.1 |
2083 | 2024-12-21T04:33:05.897Z | Compiling typify v0.2.0 |
2084 | 2024-12-21T04:33:09.797Z | Compiling unsafe-libyaml v0.2.11 |
2085 | 2024-12-21T04:33:10.374Z | Compiling packed_struct v0.10.1 |
2086 | 2024-12-21T04:33:11.086Z | Compiling funty v2.0.0 |
2087 | 2024-12-21T04:33:11.385Z | Compiling serde_yaml v0.9.34+deprecated |
2088 | 2024-12-21T04:33:13.348Z | Compiling bitvec v1.0.1 |
2089 | 2024-12-21T04:33:15.699Z | Compiling progenitor-impl v0.8.0 |
2090 | 2024-12-21T04:33:17.352Z | Compiling darling_macro v0.20.10 |
2091 | 2024-12-21T04:33:21.058Z | Compiling ipnetwork v0.20.0 |
2092 | 2024-12-21T04:33:21.597Z | Compiling packed_struct_codegen v0.10.1 |
2093 | 2024-12-21T04:33:22.672Z | Compiling structmeta-derive v0.3.0 |
2094 | 2024-12-21T04:33:22.882Z | Compiling indexmap v1.9.3 |
2095 | 2024-12-21T04:33:24.110Z | Compiling nodrop v0.1.14 |
2096 | 2024-12-21T04:33:24.260Z | Compiling fastrand v2.1.1 |
2097 | 2024-12-21T04:33:24.523Z | Compiling crc-catalog v2.4.0 |
2098 | 2024-12-21T04:33:24.697Z | Compiling crc v3.2.1 |
2099 | 2024-12-21T04:33:24.963Z | Compiling tempfile v3.13.0 |
2100 | 2024-12-21T04:33:25.341Z | Compiling structmeta v0.3.0 |
2101 | 2024-12-21T04:33:26.641Z | Compiling array-init v0.0.4 |
2102 | 2024-12-21T04:33:27.930Z | Compiling progenitor-macro v0.8.0 |
2103 | 2024-12-21T04:33:28.207Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2104 | 2024-12-21T04:33:32.474Z | Compiling smallvec v0.6.14 |
2105 | 2024-12-21T04:33:32.998Z | Compiling darling v0.20.10 |
2106 | 2024-12-21T04:33:39.516Z | Compiling progenitor-client v0.8.0 |
2107 | 2024-12-21T04:33:41.187Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2108 | 2024-12-21T04:33:42.312Z | Compiling pin-project-internal v1.1.6 |
2109 | 2024-12-21T04:33:42.390Z | Compiling dropshot v0.13.0 |
2110 | 2024-12-21T04:33:43.491Z | Compiling bitfield v0.14.0 |
2111 | 2024-12-21T04:33:43.787Z | Compiling base64 v0.21.7 |
2112 | 2024-12-21T04:33:44.858Z | Compiling hashbrown v0.12.3 |
2113 | 2024-12-21T04:33:44.921Z | Compiling same-file v1.0.6 |
2114 | 2024-12-21T04:33:46.272Z | Compiling termcolor v1.4.1 |
2115 | 2024-12-21T04:33:47.166Z | Compiling env_logger v0.10.2 |
2116 | 2024-12-21T04:33:50.468Z | Compiling walkdir v2.5.0 |
2117 | 2024-12-21T04:33:52.131Z | Compiling pin-project v1.1.6 |
2118 | 2024-12-21T04:33:52.285Z | Compiling ron v0.8.1 |
2119 | 2024-12-21T04:33:53.079Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2120 | 2024-12-21T04:33:58.393Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2121 | 2024-12-21T04:34:00.880Z | Compiling progenitor v0.8.0 |
2122 | 2024-12-21T04:34:02.584Z | Compiling serde_with_macros v3.11.0 |
2123 | 2024-12-21T04:34:02.905Z | Compiling serde-hex v0.1.0 |
2124 | 2024-12-21T04:34:05.128Z | Compiling parse-display-derive v0.10.0 |
2125 | 2024-12-21T04:34:06.506Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2126 | 2024-12-21T04:34:06.885Z | Compiling strum_macros v0.26.4 |
2127 | 2024-12-21T04:34:08.351Z | Compiling snafu-derive v0.8.5 |
2128 | 2024-12-21T04:34:09.145Z | Compiling hashbrown v0.13.2 |
2129 | 2024-12-21T04:34:09.566Z | Compiling xattr v1.3.1 |
2130 | 2024-12-21T04:34:09.897Z | Compiling dropshot_endpoint v0.13.0 |
2131 | 2024-12-21T04:34:10.612Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2132 | 2024-12-21T04:34:11.133Z | Compiling blake3 v1.5.4 |
2133 | 2024-12-21T04:34:11.340Z | Compiling ring v0.16.20 |
2134 | 2024-12-21T04:34:11.479Z | Compiling filetime v0.2.25 |
2135 | 2024-12-21T04:34:11.749Z | Compiling instant v0.1.13 |
2136 | 2024-12-21T04:34:11.880Z | Compiling zip v2.1.3 |
2137 | 2024-12-21T04:34:11.915Z | Compiling simd-adler32 v0.3.7 |
2138 | 2024-12-21T04:34:12.369Z | Compiling lockfree-object-pool v0.1.6 |
2139 | 2024-12-21T04:34:12.693Z | Compiling crc-any v2.5.0 |
2140 | 2024-12-21T04:34:13.083Z | Compiling bumpalo v3.16.0 |
2141 | 2024-12-21T04:34:13.105Z | Compiling buf-list v1.0.3 |
2142 | 2024-12-21T04:34:13.606Z | Compiling zopfli v0.8.1 |
2143 | 2024-12-21T04:34:13.726Z | Compiling snafu v0.8.5 |
2144 | 2024-12-21T04:34:13.750Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2145 | 2024-12-21T04:34:14.939Z | Compiling backoff v0.4.0 |
2146 | 2024-12-21T04:34:15.052Z | Compiling tar v0.4.42 |
2147 | 2024-12-21T04:34:15.628Z | Compiling strum v0.26.3 |
2148 | 2024-12-21T04:34:15.851Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2149 | 2024-12-21T04:34:16.083Z | Compiling object v0.30.4 |
2150 | 2024-12-21T04:34:17.827Z | Compiling parse-display v0.10.0 |
2151 | 2024-12-21T04:34:19.789Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2152 | 2024-12-21T04:34:19.821Z | Compiling serde_with v3.11.0 |
2153 | 2024-12-21T04:34:20.782Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2154 | 2024-12-21T04:34:21.453Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2155 | 2024-12-21T04:34:21.511Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2156 | 2024-12-21T04:34:22.209Z | Compiling camino-tempfile v1.1.1 |
2157 | 2024-12-21T04:34:23.007Z | Compiling globset v0.4.15 |
2158 | 2024-12-21T04:34:24.218Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2159 | 2024-12-21T04:34:24.426Z | Compiling regress v0.9.1 |
2160 | 2024-12-21T04:34:27.570Z | Compiling pem v3.0.4 |
2161 | 2024-12-21T04:34:29.069Z | Compiling olpc-cjson v0.1.4 |
2162 | 2024-12-21T04:34:29.099Z | Compiling macaddr v1.0.1 |
2163 | 2024-12-21T04:34:29.428Z | Compiling serde_plain v1.0.2 |
2164 | 2024-12-21T04:34:29.457Z | Compiling async-recursion v1.1.1 |
2165 | 2024-12-21T04:34:29.733Z | Compiling memmap2 v0.9.5 |
2166 | 2024-12-21T04:34:29.976Z | Compiling spin v0.5.2 |
2167 | 2024-12-21T04:34:30.256Z | Compiling constant_time_eq v0.3.1 |
2168 | 2024-12-21T04:34:30.328Z | Compiling arrayref v0.3.9 |
2169 | 2024-12-21T04:34:30.446Z | Compiling arrayvec v0.7.6 |
2170 | 2024-12-21T04:34:30.474Z | Compiling path-slash v0.1.5 |
2171 | 2024-12-21T04:34:30.697Z | Compiling typed-path v0.9.3 |
2172 | 2024-12-21T04:34:30.735Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2173 | 2024-12-21T04:34:32.147Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2174 | 2024-12-21T04:34:33.674Z | Compiling tough v0.19.0 |
2175 | 2024-12-21T04:34:38.105Z | Compiling itertools v0.13.0 |
2176 | 2024-12-21T04:34:38.144Z | Compiling cargo-platform v0.1.8 |
2177 | 2024-12-21T04:34:38.426Z | Compiling topological-sort v0.2.2 |
2178 | 2024-12-21T04:34:38.703Z | Compiling parse-size v1.1.0 |
2179 | 2024-12-21T04:34:39.017Z | Compiling omicron-zone-package v0.11.1 |
2180 | 2024-12-21T04:34:39.278Z | Compiling cargo_metadata v0.18.1 |
2181 | 2024-12-21T04:34:40.364Z | Compiling shell-words v1.1.0 |
2182 | 2024-12-21T04:34:46.208Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2183 | 2024-12-21T04:34:58.848Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2184 | 2024-12-21T04:35:13.352Z | Finished `release` profile [optimized] target(s) in 5m 57s |
2185 | 2024-12-21T04:35:13.530Z | Running `target/release/omicron-releng --output-dir /work` |
2186 | 2024-12-21T04:35:13.566Z | Dec 21 04:35:13.117 DEBG changing working directory to /work/oxidecomputer/omicron |
2187 | 2024-12-21T04:35:13.673Z | Dec 21 04:35:13.225 DEBG running: git rev-parse HEAD |
2188 | 2024-12-21T04:35:13.680Z | Dec 21 04:35:13.232 DEBG process exited with exit status: 0 (7.010829ms) |
2189 | 2024-12-21T04:35:13.680Z | Dec 21 04:35:13.232 INFO version: 12.0.0-0.ci+git7b95f649174 |
2190 | 2024-12-21T04:35:13.723Z | Dec 21 04:35:13.272 INFO cloning helios to /work/oxidecomputer/helios |
2191 | 2024-12-21T04:35:13.723Z | Dec 21 04:35:13.273 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2192 | 2024-12-21T04:35:13.727Z | Cloning into '/work/oxidecomputer/helios'... |
2193 | 2024-12-21T04:35:14.225Z | Dec 21 04:35:13.777 DEBG process exited with exit status: 0 (504.194458ms) |
2194 | 2024-12-21T04:35:14.225Z | Dec 21 04:35:13.777 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2195 | 2024-12-21T04:35:14.235Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2196 | 2024-12-21T04:35:14.235Z | # branch.head master |
2197 | 2024-12-21T04:35:14.235Z | # branch.upstream origin/master |
2198 | 2024-12-21T04:35:14.235Z | # branch.ab +0 -0 |
2199 | 2024-12-21T04:35:14.239Z | Dec 21 04:35:13.786 DEBG process exited with exit status: 0 (8.650194ms) |
2200 | 2024-12-21T04:35:14.240Z | Dec 21 04:35:13.786 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2201 | 2024-12-21T04:35:15.110Z | Dec 21 04:35:14.661 DEBG process exited with exit status: 0 (875.232046ms) |
2202 | 2024-12-21T04:35:15.110Z | Dec 21 04:35:14.661 DEBG running: zfs list rpool/images/build/host |
2203 | 2024-12-21T04:35:15.116Z | NAME USED AVAIL REFER MOUNTPOINT |
2204 | 2024-12-21T04:35:15.116Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2205 | 2024-12-21T04:35:15.120Z | Dec 21 04:35:14.669 DEBG process exited with exit status: 0 (7.638371ms) |
2206 | 2024-12-21T04:35:15.120Z | Dec 21 04:35:14.669 DEBG running: zfs list rpool/images/build/recovery |
2207 | 2024-12-21T04:35:15.124Z | NAME USED AVAIL REFER MOUNTPOINT |
2208 | 2024-12-21T04:35:15.124Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2209 | 2024-12-21T04:35:15.129Z | Dec 21 04:35:14.675 DEBG process exited with exit status: 0 (6.636426ms) |
2210 | 2024-12-21T04:35:15.130Z | Dec 21 04:35:14.676 INFO [hubris-staging] running task |
2211 | 2024-12-21T04:35:15.130Z | Dec 21 04:35:14.677 INFO [hubris-production] running task |
2212 | 2024-12-21T04:35:15.130Z | Dec 21 04:35:14.677 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2213 | 2024-12-21T04:35:15.133Z | Dec 21 04:35:14.680 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2214 | 2024-12-21T04:35:15.200Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2215 | 2024-12-21T04:35:15.623Z | [ omicron-package] Blocking waiting for file lock on package cache |
2216 | 2024-12-21T04:35:16.322Z | [ omicron-package] Blocking waiting for file lock on package cache |
2217 | 2024-12-21T04:35:16.602Z | [ omicron-package] Blocking waiting for file lock on package cache |
2218 | 2024-12-21T04:35:16.929Z | Dec 21 04:35:16.481 INFO [hubris-production] task succeeded (1.803966642s) |
2219 | 2024-12-21T04:35:17.394Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2220 | 2024-12-21T04:35:17.398Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2221 | 2024-12-21T04:35:17.398Z | [ omicron-package] Compiling itertools v0.13.0 |
2222 | 2024-12-21T04:35:17.398Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2223 | 2024-12-21T04:35:17.398Z | [ omicron-package] Compiling heapless v0.8.0 |
2224 | 2024-12-21T04:35:17.398Z | [ omicron-package] Compiling hash32 v0.3.1 |
2225 | 2024-12-21T04:35:17.398Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2226 | 2024-12-21T04:35:17.398Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2227 | 2024-12-21T04:35:18.471Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2228 | 2024-12-21T04:35:18.920Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2229 | 2024-12-21T04:35:19.218Z | [ omicron-package] Compiling cobs v0.2.3 |
2230 | 2024-12-21T04:35:19.407Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2231 | 2024-12-21T04:35:19.548Z | [ omicron-package] Compiling postcard v1.0.10 |
2232 | 2024-12-21T04:35:19.986Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2233 | 2024-12-21T04:35:20.096Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2234 | 2024-12-21T04:35:20.284Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2235 | 2024-12-21T04:35:20.896Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2236 | 2024-12-21T04:35:21.207Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2237 | 2024-12-21T04:35:22.187Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2238 | 2024-12-21T04:35:22.785Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2239 | 2024-12-21T04:35:23.186Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2240 | 2024-12-21T04:35:23.294Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2241 | 2024-12-21T04:35:23.364Z | [ omicron-package] Compiling num_enum v0.5.11 |
2242 | 2024-12-21T04:35:23.610Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2243 | 2024-12-21T04:35:23.829Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2244 | 2024-12-21T04:35:23.934Z | [ omicron-package] Compiling thiserror v2.0.3 |
2245 | 2024-12-21T04:35:24.370Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2246 | 2024-12-21T04:35:24.546Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2247 | 2024-12-21T04:35:24.568Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2248 | 2024-12-21T04:35:24.803Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2249 | 2024-12-21T04:35:25.218Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2250 | 2024-12-21T04:35:25.565Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2251 | 2024-12-21T04:35:25.767Z | [ omicron-package] Compiling colored v2.1.0 |
2252 | 2024-12-21T04:35:26.089Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2253 | 2024-12-21T04:35:26.160Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2254 | 2024-12-21T04:35:27.147Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2255 | 2024-12-21T04:35:28.014Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2256 | 2024-12-21T04:35:28.112Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2257 | 2024-12-21T04:35:28.630Z | [ omicron-package] Compiling num-derive v0.4.2 |
2258 | 2024-12-21T04:35:29.151Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2259 | 2024-12-21T04:35:29.501Z | Dec 21 04:35:29.052 INFO [hubris-staging] task succeeded (14.375501917s) |
2260 | 2024-12-21T04:35:29.787Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2261 | 2024-12-21T04:35:29.790Z | [ omicron-package] Compiling zone v0.3.0 |
2262 | 2024-12-21T04:35:30.834Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2263 | 2024-12-21T04:35:30.880Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2264 | 2024-12-21T04:35:31.844Z | [ omicron-package] Compiling smf v0.2.3 |
2265 | 2024-12-21T04:35:31.962Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2266 | 2024-12-21T04:35:32.522Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2267 | 2024-12-21T04:35:32.829Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2268 | 2024-12-21T04:35:35.005Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2269 | 2024-12-21T04:35:35.400Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2270 | 2024-12-21T04:35:35.592Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2271 | 2024-12-21T04:35:35.793Z | [ omicron-package] Compiling gethostname v0.5.0 |
2272 | 2024-12-21T04:35:36.114Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2273 | 2024-12-21T04:35:36.191Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2274 | 2024-12-21T04:35:36.195Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2275 | 2024-12-21T04:35:37.295Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2276 | 2024-12-21T04:35:39.433Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2277 | 2024-12-21T04:35:40.900Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2278 | 2024-12-21T04:35:42.362Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2279 | 2024-12-21T04:35:45.339Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2280 | 2024-12-21T04:35:45.977Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2281 | 2024-12-21T04:35:47.777Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2282 | 2024-12-21T04:35:58.244Z | [ helios-setup] Dec 21 04:35:57.789 INFO helios repository root is: /work/oxidecomputer/helios |
2283 | 2024-12-21T04:35:58.247Z | [ helios-setup] Dec 21 04:35:57.791 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2284 | 2024-12-21T04:35:58.247Z | [ helios-setup] Dec 21 04:35:57.791 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 |
2285 | 2024-12-21T04:35:58.247Z | [ helios-setup] Dec 21 04:35:57.791 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2286 | 2024-12-21T04:35:58.250Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2287 | 2024-12-21T04:35:58.766Z | [ helios-setup] Dec 21 04:35:58.313 INFO clone ok!, project: pinprick |
2288 | 2024-12-21T04:35:58.769Z | [ helios-setup] Dec 21 04:35:58.313 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 |
2289 | 2024-12-21T04:35:58.769Z | [ helios-setup] Dec 21 04:35:58.313 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2290 | 2024-12-21T04:35:58.769Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2291 | 2024-12-21T04:35:59.363Z | [ helios-setup] Dec 21 04:35:58.911 INFO clone ok!, project: bootserver |
2292 | 2024-12-21T04:35:59.367Z | [ helios-setup] Dec 21 04:35:58.911 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 |
2293 | 2024-12-21T04:35:59.367Z | [ helios-setup] Dec 21 04:35:58.911 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2294 | 2024-12-21T04:35:59.371Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2295 | 2024-12-21T04:35:59.956Z | [ helios-setup] Dec 21 04:35:59.504 INFO clone ok!, project: image-builder |
2296 | 2024-12-21T04:35:59.959Z | [ helios-setup] Dec 21 04:35:59.504 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 |
2297 | 2024-12-21T04:35:59.959Z | [ helios-setup] Dec 21 04:35:59.505 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 |
2298 | 2024-12-21T04:35:59.962Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2299 | 2024-12-21T04:36:01.114Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2300 | 2024-12-21T04:36:01.144Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2301 | 2024-12-21T04:36:05.951Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.81s |
2302 | 2024-12-21T04:36:06.212Z | [ omicron-package] |
2303 | 2024-12-21T04:36:06.212Z | [ omicron-package] real 51.037643237 |
2304 | 2024-12-21T04:36:06.214Z | [ omicron-package] user 2:59.641653168 |
2305 | 2024-12-21T04:36:06.214Z | [ omicron-package] sys 25.958873260 |
2306 | 2024-12-21T04:36:06.214Z | [ omicron-package] trap 0.223098189 |
2307 | 2024-12-21T04:36:06.214Z | [ omicron-package] tflt 0.747476291 |
2308 | 2024-12-21T04:36:06.214Z | [ omicron-package] dflt 0.610350024 |
2309 | 2024-12-21T04:36:06.214Z | [ omicron-package] kflt 0.007598353 |
2310 | 2024-12-21T04:36:06.214Z | [ omicron-package] lock 6:16.398124353 |
2311 | 2024-12-21T04:36:06.214Z | [ omicron-package] slp 10:20.408550174 |
2312 | 2024-12-21T04:36:06.214Z | [ omicron-package] lat 1:37.813919806 |
2313 | 2024-12-21T04:36:06.214Z | Dec 21 04:36:05.760[ omicron-package] stop 1:02.623938194 |
2314 | 2024-12-21T04:36:06.214Z | INFO [omicron-package] process exited with exit status: 0 (51.083596892s) |
2315 | 2024-12-21T04:36:06.214Z | Dec 21 04:36:05.761 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2316 | 2024-12-21T04:36:06.293Z | Dec 21 04:36:05.840 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 |
2317 | 2024-12-21T04:36:06.304Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2318 | 2024-12-21T04:36:06.307Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2319 | 2024-12-21T04:36:06.309Z | Dec 21 04:36:05.855 INFO [recovery-target] process exited with exit status: 0 (93.978991ms) |
2320 | 2024-12-21T04:36:06.313Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2321 | 2024-12-21T04:36:06.316Z | [ host-target] Created new build target 'host' and set it as active |
2322 | 2024-12-21T04:36:06.316Z | Dec 21 04:36:05.863 INFO [host-target] process exited with exit status: 0 (23.059891ms) |
2323 | 2024-12-21T04:36:06.316Z | Dec 21 04:36:05.863 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2324 | 2024-12-21T04:36:06.335Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2325 | 2024-12-21T04:36:06.938Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2326 | 2024-12-21T04:36:06.952Z | [ helios-setup] Dec 21 04:36:06.496 INFO clone ok!, project: amd-host-image-builder |
2327 | 2024-12-21T04:36:06.956Z | [ helios-setup] Dec 21 04:36:06.497 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 |
2328 | 2024-12-21T04:36:06.956Z | [ helios-setup] Dec 21 04:36:06.497 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2329 | 2024-12-21T04:36:06.956Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2330 | 2024-12-21T04:36:07.570Z | [ host-package] Compiling convert_case v0.4.0 |
2331 | 2024-12-21T04:36:07.570Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2332 | 2024-12-21T04:36:07.570Z | [ host-package] Compiling newline-converter v0.3.0 |
2333 | 2024-12-21T04:36:07.575Z | [ host-package] Compiling password-hash v0.5.0 |
2334 | 2024-12-21T04:36:07.575Z | [ host-package] Compiling blake2 v0.10.6 |
2335 | 2024-12-21T04:36:07.575Z | [ host-package] Compiling atomicwrites v0.4.4 |
2336 | 2024-12-21T04:36:07.575Z | [ host-package] Compiling progenitor-client v0.8.0 |
2337 | 2024-12-21T04:36:07.723Z | [ host-package] Compiling owo-colors v4.1.0 |
2338 | 2024-12-21T04:36:07.881Z | [ host-package] Compiling expectorate v1.1.0 |
2339 | 2024-12-21T04:36:08.068Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2340 | 2024-12-21T04:36:08.111Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2341 | 2024-12-21T04:36:08.187Z | [ host-package] Compiling progenitor v0.8.0 |
2342 | 2024-12-21T04:36:08.332Z | [ host-package] Compiling argon2 v0.5.3 |
2343 | 2024-12-21T04:36:08.438Z | [ host-package] Compiling num-rational v0.4.2 |
2344 | 2024-12-21T04:36:08.441Z | [ host-package] Compiling num-complex v0.4.6 |
2345 | 2024-12-21T04:36:08.483Z | [ host-package] Compiling derive_more v0.99.18 |
2346 | 2024-12-21T04:36:09.004Z | [ host-package] Compiling libsw v3.3.1 |
2347 | 2024-12-21T04:36:09.292Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2348 | 2024-12-21T04:36:09.407Z | [ host-package] Compiling swrite v0.1.0 |
2349 | 2024-12-21T04:36:09.563Z | [ host-package] Compiling float-ord v0.3.2 |
2350 | 2024-12-21T04:36:09.800Z | [ host-package] Compiling num v0.4.3 |
2351 | 2024-12-21T04:36:09.862Z | [ host-package] Compiling linear-map v1.2.0 |
2352 | 2024-12-21T04:36:09.918Z | [ host-package] Compiling indent_write v2.2.0 |
2353 | 2024-12-21T04:36:09.945Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2354 | 2024-12-21T04:36:10.004Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2355 | 2024-12-21T04:36:10.163Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2356 | 2024-12-21T04:36:10.312Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2357 | 2024-12-21T04:36:10.801Z | [ host-package] Compiling highway v1.2.0 |
2358 | 2024-12-21T04:36:11.104Z | [ host-package] Compiling semver v0.1.20 |
2359 | 2024-12-21T04:36:11.721Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2360 | 2024-12-21T04:36:12.001Z | [ host-package] Compiling rustc_version v0.1.7 |
2361 | 2024-12-21T04:36:12.296Z | [ host-package] Compiling tungstenite v0.21.0 |
2362 | 2024-12-21T04:36:12.476Z | [ host-package] Compiling newtype_derive v0.1.6 |
2363 | 2024-12-21T04:36:12.847Z | [ host-package] Compiling ipnetwork v0.20.0 |
2364 | 2024-12-21T04:36:13.724Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2365 | 2024-12-21T04:36:14.527Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2366 | 2024-12-21T04:36:15.396Z | [ helios-setup] Dec 21 04:36:14.942 INFO clone ok!, project: amd-firmware |
2367 | 2024-12-21T04:36:15.396Z | [ helios-setup] Dec 21 04:36:14.942 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2368 | 2024-12-21T04:36:15.399Z | [ helios-setup] Dec 21 04:36:14.942 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 |
2369 | 2024-12-21T04:36:15.399Z | [ helios-setup] Dec 21 04:36:14.942 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2370 | 2024-12-21T04:36:15.403Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2371 | 2024-12-21T04:36:15.904Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2372 | 2024-12-21T04:36:16.103Z | [ helios-setup] Dec 21 04:36:15.650 INFO clone ok!, project: phbl |
2373 | 2024-12-21T04:36:16.106Z | [ helios-setup] Dec 21 04:36:15.650 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 |
2374 | 2024-12-21T04:36:16.106Z | [ helios-setup] Dec 21 04:36:15.650 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2375 | 2024-12-21T04:36:16.109Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2376 | 2024-12-21T04:36:17.294Z | [ helios-setup] Dec 21 04:36:16.840 INFO clone ok!, project: chelsio-t6-roms |
2377 | 2024-12-21T04:36:17.297Z | [ helios-setup] Dec 21 04:36:16.841 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 |
2378 | 2024-12-21T04:36:17.298Z | [ helios-setup] Dec 21 04:36:16.841 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2379 | 2024-12-21T04:36:17.300Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2380 | 2024-12-21T04:36:17.958Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2381 | 2024-12-21T04:36:18.337Z | [ helios-setup] Dec 21 04:36:17.884 INFO clone ok!, project: pilot |
2382 | 2024-12-21T04:36:18.340Z | [ helios-setup] Dec 21 04:36:17.884 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2383 | 2024-12-21T04:36:18.340Z | [ helios-setup] Dec 21 04:36:17.884 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2384 | 2024-12-21T04:36:18.694Z | [ host-package] Compiling humantime v2.1.0 |
2385 | 2024-12-21T04:36:18.878Z | [ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2386 | 2024-12-21T04:36:19.143Z | [ helios-setup] Dec 21 04:36:18.689 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2387 | 2024-12-21T04:36:19.627Z | [ host-package] Compiling dropshot v0.13.0 |
2388 | 2024-12-21T04:36:19.665Z | [ helios-setup] Dec 21 04:36:19.210 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2389 | 2024-12-21T04:36:19.668Z | [ helios-setup] Dec 21 04:36:19.210 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2390 | 2024-12-21T04:36:19.712Z | [ host-package] Compiling instant v0.1.13 |
2391 | 2024-12-21T04:36:19.872Z | [ host-package] Compiling backoff v0.4.0 |
2392 | 2024-12-21T04:36:20.240Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2393 | 2024-12-21T04:36:20.258Z | [ helios-setup] Dec 21 04:36:19.804 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2394 | 2024-12-21T04:36:20.317Z | [ host-package] Compiling steno v0.4.1 |
2395 | 2024-12-21T04:36:20.687Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2396 | 2024-12-21T04:36:20.862Z | [ host-package] Compiling parse-display v0.10.0 |
2397 | 2024-12-21T04:36:20.891Z | [ helios-setup] Dec 21 04:36:20.437 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2398 | 2024-12-21T04:36:20.894Z | [ helios-setup] Dec 21 04:36:20.437 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2399 | 2024-12-21T04:36:21.511Z | [ helios-setup] Dec 21 04:36:21.057 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2400 | 2024-12-21T04:36:21.549Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2401 | 2024-12-21T04:36:21.783Z | [ host-package] Compiling serde_with v3.11.0 |
2402 | 2024-12-21T04:36:22.051Z | [ helios-setup] Dec 21 04:36:21.597 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2403 | 2024-12-21T04:36:22.054Z | [ helios-setup] Dec 21 04:36:21.598 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2404 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2405 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO ok! |
2406 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2407 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2408 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO ok! |
2409 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2410 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2411 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO ok! |
2412 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2413 | 2024-12-21T04:36:22.055Z | [ helios-setup] Dec 21 04:36:21.598 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2414 | 2024-12-21T04:36:22.401Z | [ helios-setup] Dec 21 04:36:21.948 INFO E| Downloading crates ... |
2415 | 2024-12-21T04:36:22.587Z | [ helios-setup] Dec 21 04:36:22.133 INFO E| Downloaded miniz_oxide v0.7.2 |
2416 | 2024-12-21T04:36:22.665Z | [ helios-setup] Dec 21 04:36:22.211 INFO E| Compiling adler v1.0.2 |
2417 | 2024-12-21T04:36:22.801Z | [ helios-setup] Dec 21 04:36:22.342 INFO E| Compiling miniz_oxide v0.7.2 |
2418 | 2024-12-21T04:36:25.686Z | [ helios-setup] Dec 21 04:36:25.232 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2419 | 2024-12-21T04:36:26.150Z | [ host-package] Compiling strum v0.26.3 |
2420 | 2024-12-21T04:36:26.540Z | [ host-package] Compiling regress v0.9.1 |
2421 | 2024-12-21T04:36:26.661Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2024-12-21T04:36:26.765Z | [ helios-setup] Dec 21 04:36:26.311 INFO E| Finished `release` profile [optimized] target(s) in 4.61s |
2423 | 2024-12-21T04:36:26.776Z | [ helios-setup] Dec 21 04:36:26.321 INFO building project "pinprick" ok (4 seconds) |
2424 | 2024-12-21T04:36:26.776Z | [ helios-setup] Dec 21 04:36:26.322 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2425 | 2024-12-21T04:36:26.776Z | [ helios-setup] Dec 21 04:36:26.322 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2426 | 2024-12-21T04:36:27.105Z | [ helios-setup] Dec 21 04:36:26.650 INFO E| Downloading crates ... |
2427 | 2024-12-21T04:36:27.252Z | [ helios-setup] Dec 21 04:36:26.798 INFO E| Downloaded bytes v1.2.1 |
2428 | 2024-12-21T04:36:27.259Z | [ helios-setup] Dec 21 04:36:26.805 INFO E| Downloaded unicode-width v0.1.10 |
2429 | 2024-12-21T04:36:27.261Z | [ helios-setup] Dec 21 04:36:26.807 INFO E| Downloaded typenum v1.15.0 |
2430 | 2024-12-21T04:36:27.265Z | [ helios-setup] Dec 21 04:36:26.811 INFO E| Downloaded cpufeatures v0.2.5 |
2431 | 2024-12-21T04:36:27.268Z | [ helios-setup] Dec 21 04:36:26.813 INFO E| Downloaded miniz_oxide v0.6.2 |
2432 | 2024-12-21T04:36:27.271Z | [ helios-setup] Dec 21 04:36:26.817 INFO E| Downloaded flate2 v1.0.25 |
2433 | 2024-12-21T04:36:27.278Z | [ helios-setup] Dec 21 04:36:26.824 INFO E| Downloaded block-buffer v0.10.3 |
2434 | 2024-12-21T04:36:27.281Z | [ helios-setup] Dec 21 04:36:26.826 INFO E| Downloaded sha2 v0.10.5 |
2435 | 2024-12-21T04:36:27.284Z | [ helios-setup] Dec 21 04:36:26.829 INFO E| Downloaded generic-array v0.14.6 |
2436 | 2024-12-21T04:36:27.287Z | [ helios-setup] Dec 21 04:36:26.832 INFO E| Downloaded digest v0.10.3 |
2437 | 2024-12-21T04:36:27.290Z | [ helios-setup] Dec 21 04:36:26.835 INFO E| Downloaded anyhow v1.0.62 |
2438 | 2024-12-21T04:36:27.358Z | [ helios-setup] Dec 21 04:36:26.903 INFO E| Compiling version_check v0.9.4 |
2439 | 2024-12-21T04:36:27.361Z | [ helios-setup] Dec 21 04:36:26.904 INFO E| Compiling typenum v1.15.0 |
2440 | 2024-12-21T04:36:27.361Z | [ helios-setup] Dec 21 04:36:26.904 INFO E| Compiling cfg-if v1.0.0 |
2441 | 2024-12-21T04:36:27.361Z | [ helios-setup] Dec 21 04:36:26.904 INFO E| Compiling crc32fast v1.3.2 |
2442 | 2024-12-21T04:36:27.362Z | [ helios-setup] Dec 21 04:36:26.904 INFO E| Compiling adler v1.0.2 |
2443 | 2024-12-21T04:36:27.529Z | [ helios-setup] Dec 21 04:36:27.074 INFO E| Compiling anyhow v1.0.62 |
2444 | 2024-12-21T04:36:27.532Z | [ helios-setup] Dec 21 04:36:27.075 INFO E| Compiling cpufeatures v0.2.5 |
2445 | 2024-12-21T04:36:27.532Z | [ helios-setup] Dec 21 04:36:27.075 INFO E| Compiling unicode-width v0.1.10 |
2446 | 2024-12-21T04:36:27.637Z | [ helios-setup] Dec 21 04:36:27.182 INFO E| Compiling bytes v1.2.1 |
2447 | 2024-12-21T04:36:27.740Z | [ helios-setup] Dec 21 04:36:27.286 INFO E| Compiling bitflags v1.3.2 |
2448 | 2024-12-21T04:36:27.859Z | [ helios-setup] Dec 21 04:36:27.404 INFO E| Compiling miniz_oxide v0.6.2 |
2449 | 2024-12-21T04:36:28.110Z | [ helios-setup] Dec 21 04:36:27.655 INFO E| Compiling getopts v0.2.21 |
2450 | 2024-12-21T04:36:29.406Z | [ helios-setup] Dec 21 04:36:28.952 INFO E| Compiling generic-array v0.14.6 |
2451 | 2024-12-21T04:36:29.625Z | [ helios-setup] Dec 21 04:36:29.170 INFO E| Compiling flate2 v1.0.25 |
2452 | 2024-12-21T04:36:31.184Z | [ host-package] Compiling macaddr v1.0.1 |
2453 | 2024-12-21T04:36:31.246Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2454 | 2024-12-21T04:36:31.837Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2455 | 2024-12-21T04:36:32.074Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2456 | 2024-12-21T04:36:33.236Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2457 | 2024-12-21T04:36:33.772Z | [ helios-setup] Dec 21 04:36:33.317 INFO E| Compiling block-buffer v0.10.3 |
2458 | 2024-12-21T04:36:33.772Z | [ helios-setup] Dec 21 04:36:33.317 INFO E| Compiling crypto-common v0.1.6 |
2459 | 2024-12-21T04:36:34.007Z | [ helios-setup] Dec 21 04:36:33.552 INFO E| Compiling digest v0.10.3 |
2460 | 2024-12-21T04:36:34.255Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2461 | 2024-12-21T04:36:34.458Z | [ helios-setup] Dec 21 04:36:34.003 INFO E| Compiling sha2 v0.10.5 |
2462 | 2024-12-21T04:36:34.567Z | [ host-package] Compiling prettyplease v0.2.25 |
2463 | 2024-12-21T04:36:34.625Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2464 | 2024-12-21T04:36:34.935Z | [ helios-setup] Dec 21 04:36:34.480 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2465 | 2024-12-21T04:36:35.142Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2466 | 2024-12-21T04:36:36.184Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2467 | 2024-12-21T04:36:39.712Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2468 | 2024-12-21T04:36:40.454Z | [ helios-setup] Dec 21 04:36:39.992 INFO E| Finished `release` profile [optimized] target(s) in 13.58s |
2469 | 2024-12-21T04:36:40.465Z | [ helios-setup] Dec 21 04:36:40.009 INFO building project "bootserver" ok (13 seconds) |
2470 | 2024-12-21T04:36:40.465Z | [ helios-setup] Dec 21 04:36:40.009 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2471 | 2024-12-21T04:36:40.465Z | [ helios-setup] Dec 21 04:36:40.009 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2472 | 2024-12-21T04:36:40.825Z | [ helios-setup] Dec 21 04:36:40.369 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2473 | 2024-12-21T04:36:41.046Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2474 | 2024-12-21T04:36:41.348Z | [ helios-setup] Dec 21 04:36:40.892 INFO E| From https://github.com/jclulow/rust-jmclib |
2475 | 2024-12-21T04:36:41.348Z | [ helios-setup] Dec 21 04:36:40.892 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2476 | 2024-12-21T04:36:41.368Z | [ helios-setup] Dec 21 04:36:40.913 INFO E| Updating crates.io index |
2477 | 2024-12-21T04:36:41.544Z | [ helios-setup] Dec 21 04:36:41.088 INFO E| Downloading crates ... |
2478 | 2024-12-21T04:36:41.630Z | [ helios-setup] Dec 21 04:36:41.175 INFO E| Downloaded anyhow v1.0.72 |
2479 | 2024-12-21T04:36:41.638Z | [ helios-setup] Dec 21 04:36:41.183 INFO E| Downloaded walkdir v2.3.3 |
2480 | 2024-12-21T04:36:41.643Z | [ helios-setup] Dec 21 04:36:41.187 INFO E| Downloaded block-buffer v0.9.0 |
2481 | 2024-12-21T04:36:41.645Z | [ helios-setup] Dec 21 04:36:41.189 INFO E| Downloaded quote v1.0.31 |
2482 | 2024-12-21T04:36:41.649Z | [ helios-setup] Dec 21 04:36:41.193 INFO E| Downloaded opaque-debug v0.3.0 |
2483 | 2024-12-21T04:36:41.654Z | [ helios-setup] Dec 21 04:36:41.199 INFO E| Downloaded bitflags v2.3.3 |
2484 | 2024-12-21T04:36:41.658Z | [ helios-setup] Dec 21 04:36:41.203 INFO E| Downloaded sha-1 v0.9.8 |
2485 | 2024-12-21T04:36:41.661Z | [ helios-setup] Dec 21 04:36:41.206 INFO E| Downloaded md-5 v0.9.1 |
2486 | 2024-12-21T04:36:41.664Z | [ helios-setup] Dec 21 04:36:41.209 INFO E| Downloaded fastrand v2.0.0 |
2487 | 2024-12-21T04:36:41.667Z | [ helios-setup] Dec 21 04:36:41.211 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2488 | 2024-12-21T04:36:41.669Z | [ helios-setup] Dec 21 04:36:41.213 INFO E| Downloaded itoa v1.0.9 |
2489 | 2024-12-21T04:36:41.674Z | [ helios-setup] Dec 21 04:36:41.218 INFO E| Downloaded errno v0.3.1 |
2490 | 2024-12-21T04:36:41.677Z | [ helios-setup] Dec 21 04:36:41.221 INFO E| Downloaded digest v0.9.0 |
2491 | 2024-12-21T04:36:41.679Z | [ helios-setup] Dec 21 04:36:41.223 INFO E| Downloaded cpufeatures v0.2.9 |
2492 | 2024-12-21T04:36:41.682Z | [ helios-setup] Dec 21 04:36:41.226 INFO E| Downloaded uuid v0.8.2 |
2493 | 2024-12-21T04:36:41.700Z | [ helios-setup] Dec 21 04:36:41.244 INFO E| Downloaded unicode-ident v1.0.11 |
2494 | 2024-12-21T04:36:41.703Z | [ helios-setup] Dec 21 04:36:41.248 INFO E| Downloaded serde_derive v1.0.193 |
2495 | 2024-12-21T04:36:41.706Z | [ helios-setup] Dec 21 04:36:41.251 INFO E| Downloaded once_cell v1.18.0 |
2496 | 2024-12-21T04:36:41.710Z | [ helios-setup] Dec 21 04:36:41.255 INFO E| Downloaded getrandom v0.2.10 |
2497 | 2024-12-21T04:36:41.715Z | [ helios-setup] Dec 21 04:36:41.260 INFO E| Downloaded proc-macro2 v1.0.66 |
2498 | 2024-12-21T04:36:41.719Z | [ helios-setup] Dec 21 04:36:41.264 INFO E| Downloaded serde v1.0.193 |
2499 | 2024-12-21T04:36:41.724Z | [ helios-setup] Dec 21 04:36:41.269 INFO E| Downloaded typenum v1.16.0 |
2500 | 2024-12-21T04:36:41.728Z | [ helios-setup] Dec 21 04:36:41.273 INFO E| Downloaded toml v0.5.11 |
2501 | 2024-12-21T04:36:41.732Z | [ helios-setup] Dec 21 04:36:41.277 INFO E| Downloaded tempfile v3.7.0 |
2502 | 2024-12-21T04:36:41.735Z | [ helios-setup] Dec 21 04:36:41.280 INFO E| Downloaded ryu v1.0.15 |
2503 | 2024-12-21T04:36:41.741Z | [ helios-setup] Dec 21 04:36:41.286 INFO E| Downloaded serde_json v1.0.103 |
2504 | 2024-12-21T04:36:41.761Z | [ helios-setup] Dec 21 04:36:41.306 INFO E| Downloaded syn v2.0.32 |
2505 | 2024-12-21T04:36:41.778Z | [ helios-setup] Dec 21 04:36:41.322 INFO E| Downloaded rustix v0.38.4 |
2506 | 2024-12-21T04:36:41.838Z | [ helios-setup] Dec 21 04:36:41.383 INFO E| Downloaded libc v0.2.147 |
2507 | 2024-12-21T04:36:41.967Z | [ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling libc v0.2.147 |
2508 | 2024-12-21T04:36:41.967Z | [ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling proc-macro2 v1.0.66 |
2509 | 2024-12-21T04:36:41.972Z | [ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling cfg-if v1.0.0 |
2510 | 2024-12-21T04:36:41.972Z | [ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling unicode-ident v1.0.11 |
2511 | 2024-12-21T04:36:41.972Z | [ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling typenum v1.16.0 |
2512 | 2024-12-21T04:36:41.972Z | [ helios-setup] Dec 21 04:36:41.512 INFO E| Compiling version_check v0.9.4 |
2513 | 2024-12-21T04:36:41.972Z | [ helios-setup] Dec 21 04:36:41.512 INFO E| Compiling serde v1.0.193 |
2514 | 2024-12-21T04:36:41.972Z | [ helios-setup] Dec 21 04:36:41.512 INFO E| Compiling time-core v0.1.2 |
2515 | 2024-12-21T04:36:42.597Z | [ helios-setup] Dec 21 04:36:42.141 INFO E| Compiling slog v2.7.0 |
2516 | 2024-12-21T04:36:42.721Z | [ helios-setup] Dec 21 04:36:42.264 INFO E| Compiling num-conv v0.1.0 |
2517 | 2024-12-21T04:36:43.038Z | [ helios-setup] Dec 21 04:36:42.583 INFO E| Compiling rustix v0.38.4 |
2518 | 2024-12-21T04:36:43.411Z | [ helios-setup] Dec 21 04:36:42.955 INFO E| Compiling powerfmt v0.2.0 |
2519 | 2024-12-21T04:36:43.686Z | [ helios-setup] Dec 21 04:36:43.229 INFO E| Compiling itoa v1.0.9 |
2520 | 2024-12-21T04:36:43.735Z | [ helios-setup] Dec 21 04:36:43.279 INFO E| Compiling generic-array v0.14.7 |
2521 | 2024-12-21T04:36:44.094Z | [ helios-setup] Dec 21 04:36:43.639 INFO E| Compiling deranged v0.3.11 |
2522 | 2024-12-21T04:36:44.235Z | [ helios-setup] Dec 21 04:36:43.779 INFO E| Compiling time-macros v0.2.18 |
2523 | 2024-12-21T04:36:44.320Z | [ helios-setup] Dec 21 04:36:43.863 INFO E| Compiling num_threads v0.1.6 |
2524 | 2024-12-21T04:36:44.493Z | [ helios-setup] Dec 21 04:36:44.037 INFO E| Compiling bitflags v2.3.3 |
2525 | 2024-12-21T04:36:44.619Z | [ helios-setup] Dec 21 04:36:44.164 INFO E| Compiling once_cell v1.18.0 |
2526 | 2024-12-21T04:36:45.471Z | [ helios-setup] Dec 21 04:36:45.015 INFO E| Compiling quote v1.0.31 |
2527 | 2024-12-21T04:36:45.624Z | [ helios-setup] Dec 21 04:36:45.167 INFO E| Compiling thread_local v1.1.7 |
2528 | 2024-12-21T04:36:46.623Z | [ helios-setup] Dec 21 04:36:46.167 INFO E| Compiling syn v2.0.32 |
2529 | 2024-12-21T04:36:46.642Z | [ helios-setup] Dec 21 04:36:46.186 INFO E| Compiling opaque-debug v0.3.0 |
2530 | 2024-12-21T04:36:46.678Z | [ helios-setup] Dec 21 04:36:46.221 INFO E| Compiling anyhow v1.0.72 |
2531 | 2024-12-21T04:36:46.755Z | [ helios-setup] Dec 21 04:36:46.299 INFO E| Compiling serde_json v1.0.103 |
2532 | 2024-12-21T04:36:47.025Z | [ helios-setup] Dec 21 04:36:46.569 INFO E| Compiling dirs-sys-next v0.1.2 |
2533 | 2024-12-21T04:36:47.821Z | [ helios-setup] Dec 21 04:36:47.365 INFO E| Compiling dirs-next v2.0.0 |
2534 | 2024-12-21T04:36:47.924Z | [ helios-setup] Dec 21 04:36:47.468 INFO E| Compiling errno v0.3.1 |
2535 | 2024-12-21T04:36:47.962Z | [ helios-setup] Dec 21 04:36:47.506 INFO E| Compiling term v0.7.0 |
2536 | 2024-12-21T04:36:48.364Z | [ helios-setup] Dec 21 04:36:47.908 INFO E| Compiling atty v0.2.14 |
2537 | 2024-12-21T04:36:48.566Z | [ helios-setup] Dec 21 04:36:48.108 INFO E| Compiling fastrand v2.0.0 |
2538 | 2024-12-21T04:36:48.695Z | [ helios-setup] Dec 21 04:36:48.238 INFO E| Compiling getrandom v0.2.10 |
2539 | 2024-12-21T04:36:49.373Z | [ helios-setup] Dec 21 04:36:48.916 INFO E| Compiling digest v0.9.0 |
2540 | 2024-12-21T04:36:49.623Z | [ helios-setup] Dec 21 04:36:49.166 INFO E| Compiling block-buffer v0.9.0 |
2541 | 2024-12-21T04:36:49.648Z | [ helios-setup] Dec 21 04:36:49.191 INFO E| Compiling same-file v1.0.6 |
2542 | 2024-12-21T04:36:49.737Z | [ helios-setup] Dec 21 04:36:49.281 INFO E| Compiling ryu v1.0.15 |
2543 | 2024-12-21T04:36:49.793Z | [ helios-setup] Dec 21 04:36:49.337 INFO E| Compiling time v0.3.36 |
2544 | 2024-12-21T04:36:49.801Z | [ helios-setup] Dec 21 04:36:49.343 INFO E| Compiling unicode-width v0.1.10 |
2545 | 2024-12-21T04:36:50.017Z | [ helios-setup] Dec 21 04:36:49.559 INFO E| Compiling cpufeatures v0.2.9 |
2546 | 2024-12-21T04:36:50.285Z | [ helios-setup] Dec 21 04:36:49.828 INFO E| Compiling sha-1 v0.9.8 |
2547 | 2024-12-21T04:36:50.397Z | [ helios-setup] Dec 21 04:36:49.941 INFO E| Compiling getopts v0.2.21 |
2548 | 2024-12-21T04:36:50.490Z | [ helios-setup] Dec 21 04:36:50.033 INFO E| Compiling walkdir v2.3.3 |
2549 | 2024-12-21T04:36:50.621Z | [ helios-setup] Dec 21 04:36:50.165 INFO E| Compiling md-5 v0.9.1 |
2550 | 2024-12-21T04:36:51.517Z | [ helios-setup] Dec 21 04:36:51.060 INFO E| Compiling libdevinfo-sys v1.0.0 |
2551 | 2024-12-21T04:36:51.785Z | [ helios-setup] Dec 21 04:36:51.329 INFO E| Compiling glob v0.3.1 |
2552 | 2024-12-21T04:36:51.809Z | [ helios-setup] Dec 21 04:36:51.353 INFO E| Compiling tempfile v3.7.0 |
2553 | 2024-12-21T04:36:52.205Z | [ host-package] Compiling half v2.4.1 |
2554 | 2024-12-21T04:36:53.477Z | [ host-package] Compiling ciborium-io v0.2.2 |
2555 | 2024-12-21T04:36:53.761Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2556 | 2024-12-21T04:36:53.787Z | [ helios-setup] Dec 21 04:36:53.330 INFO E| Compiling slog-term v2.9.0 |
2557 | 2024-12-21T04:36:55.739Z | [ helios-setup] Dec 21 04:36:55.282 INFO E| Compiling serde_derive v1.0.193 |
2558 | 2024-12-21T04:36:58.686Z | [ host-package] Compiling ciborium v0.2.2 |
2559 | 2024-12-21T04:37:01.460Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2560 | 2024-12-21T04:37:01.824Z | [ host-package] Compiling fastrand v2.1.1 |
2561 | 2024-12-21T04:37:02.155Z | [ host-package] Compiling same-file v1.0.6 |
2562 | 2024-12-21T04:37:02.435Z | [ host-package] Compiling display-error-chain v0.2.2 |
2563 | 2024-12-21T04:37:02.476Z | [ host-package] Compiling walkdir v2.5.0 |
2564 | 2024-12-21T04:37:02.644Z | [ host-package] Compiling tempfile v3.13.0 |
2565 | 2024-12-21T04:37:02.814Z | [ host-package] Compiling blake3 v1.5.4 |
2566 | 2024-12-21T04:37:03.209Z | [ host-package] Compiling ring v0.16.20 |
2567 | 2024-12-21T04:37:03.269Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2568 | 2024-12-21T04:37:03.556Z | [ host-package] Compiling xattr v1.3.1 |
2569 | 2024-12-21T04:37:03.775Z | [ host-package] Compiling filetime v0.2.25 |
2570 | 2024-12-21T04:37:03.870Z | [ host-package] Compiling memmap2 v0.9.5 |
2571 | 2024-12-21T04:37:04.147Z | [ host-package] Compiling spin v0.5.2 |
2572 | 2024-12-21T04:37:04.316Z | [ host-package] Compiling arrayvec v0.7.6 |
2573 | 2024-12-21T04:37:04.445Z | [ host-package] Compiling keccak v0.1.5 |
2574 | 2024-12-21T04:37:04.969Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2575 | 2024-12-21T04:37:05.172Z | [ host-package] Compiling arrayref v0.3.9 |
2576 | 2024-12-21T04:37:05.319Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2577 | 2024-12-21T04:37:05.499Z | [ host-package] Compiling sha3 v0.10.8 |
2578 | 2024-12-21T04:37:06.629Z | [ host-package] Compiling tar v0.4.42 |
2579 | 2024-12-21T04:37:06.755Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2580 | 2024-12-21T04:37:07.200Z | [ host-package] Compiling toolchain_find v0.4.0 |
2581 | 2024-12-21T04:37:07.277Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2582 | 2024-12-21T04:37:07.952Z | [ host-package] Compiling topological-sort v0.2.2 |
2583 | 2024-12-21T04:37:08.233Z | [ host-package] Compiling maplit v1.0.2 |
2584 | 2024-12-21T04:37:08.426Z | [ host-package] Compiling crunchy v0.2.2 |
2585 | 2024-12-21T04:37:08.493Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2586 | 2024-12-21T04:37:08.955Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2587 | 2024-12-21T04:37:09.106Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2588 | 2024-12-21T04:37:09.323Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2589 | 2024-12-21T04:37:09.555Z | [ host-package] Compiling const_format v0.2.33 |
2590 | 2024-12-21T04:37:09.559Z | [ host-package] Compiling phf_generator v0.11.2 |
2591 | 2024-12-21T04:37:09.847Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2592 | 2024-12-21T04:37:10.142Z | [ host-package] Compiling secrecy v0.8.0 |
2593 | 2024-12-21T04:37:10.501Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2594 | 2024-12-21T04:37:10.795Z | [ helios-setup] Dec 21 04:37:10.337 INFO E| Compiling toml v0.5.11 |
2595 | 2024-12-21T04:37:10.795Z | [ helios-setup] Dec 21 04:37:10.337 INFO E| Compiling uuid v0.8.2 |
2596 | 2024-12-21T04:37:10.798Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2597 | 2024-12-21T04:37:11.198Z | [ host-package] Compiling arc-swap v1.7.1 |
2598 | 2024-12-21T04:37:11.250Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2599 | 2024-12-21T04:37:11.340Z | [ host-package] Compiling diesel_derives v2.2.3 |
2600 | 2024-12-21T04:37:11.451Z | [ host-package] Compiling r2d2 v0.8.10 |
2601 | 2024-12-21T04:37:11.703Z | [ host-package] Compiling slog-scope v4.4.0 |
2602 | 2024-12-21T04:37:11.735Z | [ host-package] Compiling phf_codegen v0.11.2 |
2603 | 2024-12-21T04:37:12.087Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2604 | 2024-12-21T04:37:12.197Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2605 | 2024-12-21T04:37:12.637Z | [ host-package] Compiling universal-hash v0.5.1 |
2606 | 2024-12-21T04:37:12.829Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2607 | 2024-12-21T04:37:12.829Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2608 | 2024-12-21T04:37:12.886Z | [ helios-setup] Dec 21 04:37:12.428 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2609 | 2024-12-21T04:37:13.044Z | [ host-package] Compiling ena v0.14.3 |
2610 | 2024-12-21T04:37:13.628Z | [ host-package] Compiling opaque-debug v0.3.1 |
2611 | 2024-12-21T04:37:13.814Z | [ host-package] Compiling regex-syntax v0.6.29 |
2612 | 2024-12-21T04:37:15.022Z | [ host-package] Compiling diff v0.1.13 |
2613 | 2024-12-21T04:37:15.651Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2614 | 2024-12-21T04:37:15.673Z | [ host-package] Compiling poly1305 v0.8.0 |
2615 | 2024-12-21T04:37:16.198Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2616 | 2024-12-21T04:37:16.413Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2617 | 2024-12-21T04:37:17.065Z | [ helios-setup] Dec 21 04:37:16.606 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2618 | 2024-12-21T04:37:17.339Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2619 | 2024-12-21T04:37:17.861Z | [ host-package] Compiling lalrpop v0.19.12 |
2620 | 2024-12-21T04:37:18.978Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2621 | 2024-12-21T04:37:20.151Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2622 | 2024-12-21T04:37:20.354Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2623 | 2024-12-21T04:37:20.579Z | [ host-package] Compiling chacha20 v0.9.1 |
2624 | 2024-12-21T04:37:20.698Z | [ host-package] Compiling aead v0.5.2 |
2625 | 2024-12-21T04:37:21.121Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2626 | 2024-12-21T04:37:21.283Z | [ host-package] Compiling ref-cast v1.0.23 |
2627 | 2024-12-21T04:37:21.878Z | [ host-package] Compiling vte v0.11.1 |
2628 | 2024-12-21T04:37:22.042Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2629 | 2024-12-21T04:37:22.464Z | [ host-package] Compiling chrono-tz v0.10.0 |
2630 | 2024-12-21T04:37:23.162Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2631 | 2024-12-21T04:37:23.679Z | [ host-package] Compiling vsss-rs v3.3.4 |
2632 | 2024-12-21T04:37:25.068Z | [ host-package] Compiling diesel v2.2.6 |
2633 | 2024-12-21T04:37:26.175Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2634 | 2024-12-21T04:37:26.634Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2635 | 2024-12-21T04:37:29.162Z | [ host-package] Compiling headers-core v0.3.0 |
2636 | 2024-12-21T04:37:29.203Z | [ host-package] Compiling fxhash v0.2.1 |
2637 | 2024-12-21T04:37:29.362Z | [ host-package] Compiling libxml v0.3.3 |
2638 | 2024-12-21T04:37:29.512Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2639 | 2024-12-21T04:37:29.802Z | [ host-package] Compiling bytecount v0.6.8 |
2640 | 2024-12-21T04:37:29.984Z | [ helios-setup] Dec 21 04:37:29.524 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.41s |
2641 | 2024-12-21T04:37:30.018Z | [ helios-setup] Dec 21 04:37:29.557 INFO building project "image-builder" ok (49 seconds) |
2642 | 2024-12-21T04:37:30.019Z | [ helios-setup] Dec 21 04:37:29.558 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2643 | 2024-12-21T04:37:30.022Z | [ helios-setup] Dec 21 04:37:29.558 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2644 | 2024-12-21T04:37:30.027Z | [ helios-setup] Dec 21 04:37:29.567 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2645 | 2024-12-21T04:37:30.245Z | [ helios-setup] Dec 21 04:37:29.786 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2646 | 2024-12-21T04:37:30.245Z | [ helios-setup] Dec 21 04:37:29.786 INFO E| info: downloading component 'cargo' |
2647 | 2024-12-21T04:37:30.248Z | [ host-package] Compiling papergrid v0.11.0 |
2648 | 2024-12-21T04:37:31.014Z | [ host-package] Compiling headers v0.4.0 |
2649 | 2024-12-21T04:37:31.415Z | [ helios-setup] Dec 21 04:37:30.956 INFO E| info: downloading component 'clippy' |
2650 | 2024-12-21T04:37:31.678Z | [ helios-setup] Dec 21 04:37:31.218 INFO E| info: downloading component 'rust-docs' |
2651 | 2024-12-21T04:37:32.760Z | [ helios-setup] Dec 21 04:37:32.300 INFO E| info: downloading component 'rust-src' |
2652 | 2024-12-21T04:37:32.946Z | [ helios-setup] Dec 21 04:37:32.485 INFO E| info: downloading component 'rust-std' |
2653 | 2024-12-21T04:37:34.911Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2654 | 2024-12-21T04:37:35.147Z | [ helios-setup] Dec 21 04:37:34.686 INFO E| info: downloading component 'rustc' |
2655 | 2024-12-21T04:37:40.720Z | [ helios-setup] Dec 21 04:37:40.259 INFO E| info: downloading component 'rustfmt' |
2656 | 2024-12-21T04:37:40.955Z | [ helios-setup] Dec 21 04:37:40.494 INFO E| info: installing component 'cargo' |
2657 | 2024-12-21T04:37:42.273Z | [ helios-setup] Dec 21 04:37:41.811 INFO E| info: installing component 'clippy' |
2658 | 2024-12-21T04:37:42.809Z | [ helios-setup] Dec 21 04:37:42.332 INFO E| info: installing component 'rust-docs' |
2659 | 2024-12-21T04:37:44.801Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2660 | 2024-12-21T04:37:46.923Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2661 | 2024-12-21T04:37:47.430Z | [ host-package] Compiling polar-core v0.27.3 |
2662 | 2024-12-21T04:37:50.028Z | [ helios-setup] Dec 21 04:37:49.566 INFO E| info: installing component 'rust-src' |
2663 | 2024-12-21T04:37:50.545Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2664 | 2024-12-21T04:37:50.757Z | [ helios-setup] Dec 21 04:37:50.295 INFO E| info: installing component 'rust-std' |
2665 | 2024-12-21T04:37:50.896Z | [ host-package] Compiling tabled_derive v0.7.0 |
2666 | 2024-12-21T04:37:50.995Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2667 | 2024-12-21T04:37:53.235Z | [ helios-setup] Dec 21 04:37:52.773 INFO E| info: installing component 'rustc' |
2668 | 2024-12-21T04:37:53.489Z | [ host-package] Compiling itertools v0.12.1 |
2669 | 2024-12-21T04:37:53.564Z | [ host-package] Compiling fd-lock v4.0.2 |
2670 | 2024-12-21T04:37:53.919Z | [ host-package] Compiling peg-macros v0.8.4 |
2671 | 2024-12-21T04:37:56.531Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2672 | 2024-12-21T04:37:57.776Z | [ host-package] Compiling strum_macros v0.24.3 |
2673 | 2024-12-21T04:37:57.812Z | [ host-package] Compiling kstat-rs v0.2.4 |
2674 | 2024-12-21T04:37:57.932Z | [ host-package] Compiling samael v0.0.17 |
2675 | 2024-12-21T04:37:58.998Z | [ host-package] Compiling unicase v2.7.0 |
2676 | 2024-12-21T04:37:59.280Z | [ helios-setup] Dec 21 04:37:58.818 INFO E| info: installing component 'rustfmt' |
2677 | 2024-12-21T04:37:59.494Z | [ host-package] Compiling indoc v1.0.9 |
2678 | 2024-12-21T04:37:59.937Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2679 | 2024-12-21T04:38:00.225Z | [ helios-setup] Dec 21 04:37:59.762 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2680 | 2024-12-21T04:38:00.478Z | [ host-package] Compiling reedline v0.35.0 |
2681 | 2024-12-21T04:38:01.253Z | [ helios-setup] Dec 21 04:38:00.790 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2682 | 2024-12-21T04:38:01.253Z | [ helios-setup] Dec 21 04:38:00.791 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2683 | 2024-12-21T04:38:01.255Z | [ helios-setup] Dec 21 04:38:00.791 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2684 | 2024-12-21T04:38:01.284Z | [ helios-setup] Dec 21 04:38:00.818 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2685 | 2024-12-21T04:38:01.284Z | [ helios-setup] Dec 21 04:38:00.818 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2686 | 2024-12-21T04:38:01.284Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2687 | 2024-12-21T04:38:01.290Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2688 | 2024-12-21T04:38:01.290Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2689 | 2024-12-21T04:38:01.290Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2690 | 2024-12-21T04:38:01.290Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2691 | 2024-12-21T04:38:01.290Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2692 | 2024-12-21T04:38:01.290Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2693 | 2024-12-21T04:38:01.290Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2694 | 2024-12-21T04:38:01.290Z | [ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2695 | 2024-12-21T04:38:01.337Z | [ helios-setup] Dec 21 04:38:00.874 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2696 | 2024-12-21T04:38:01.358Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2697 | 2024-12-21T04:38:02.222Z | [ helios-setup] Dec 21 04:38:01.759 INFO E| From https://github.com/oxidecomputer/amd-efs |
2698 | 2024-12-21T04:38:02.222Z | [ helios-setup] Dec 21 04:38:01.759 INFO E| * [new branch] empty -> origin/empty |
2699 | 2024-12-21T04:38:02.222Z | [ helios-setup] Dec 21 04:38:01.759 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2700 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.760 INFO E| * [new branch] main -> origin/main |
2701 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.760 INFO E| * [new branch] review -> origin/review |
2702 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.760 INFO E| * [new ref] -> origin/HEAD |
2703 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.760 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2704 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.760 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2705 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.760 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2706 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2707 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2708 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2709 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2710 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2711 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2712 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2713 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2714 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.762 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2715 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.762 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2716 | 2024-12-21T04:38:02.225Z | [ helios-setup] Dec 21 04:38:01.762 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2717 | 2024-12-21T04:38:02.251Z | [ helios-setup] Dec 21 04:38:01.788 INFO E| Updating crates.io index |
2718 | 2024-12-21T04:38:02.544Z | [ helios-setup] Dec 21 04:38:02.080 INFO E| Downloading crates ... |
2719 | 2024-12-21T04:38:02.714Z | [ helios-setup] Dec 21 04:38:02.251 INFO E| Downloaded ansi_term v0.12.1 |
2720 | 2024-12-21T04:38:02.721Z | [ helios-setup] Dec 21 04:38:02.259 INFO E| Downloaded thiserror v1.0.64 |
2721 | 2024-12-21T04:38:02.728Z | [ helios-setup] Dec 21 04:38:02.265 INFO E| Downloaded serde_derive v1.0.210 |
2722 | 2024-12-21T04:38:02.732Z | [ helios-setup] Dec 21 04:38:02.269 INFO E| Downloaded proc-macro-crate v0.1.5 |
2723 | 2024-12-21T04:38:02.734Z | [ helios-setup] Dec 21 04:38:02.270 INFO E| Downloaded semver v0.9.0 |
2724 | 2024-12-21T04:38:02.737Z | [ helios-setup] Dec 21 04:38:02.273 INFO E| Downloaded parse_int v0.6.0 |
2725 | 2024-12-21T04:38:02.743Z | [ helios-setup] Dec 21 04:38:02.280 INFO E| Downloaded unic-char-property v0.9.0 |
2726 | 2024-12-21T04:38:02.745Z | [ helios-setup] Dec 21 04:38:02.282 INFO E| Downloaded strum v0.23.0 |
2727 | 2024-12-21T04:38:02.748Z | [ helios-setup] Dec 21 04:38:02.284 INFO E| Downloaded scroll_derive v0.10.5 |
2728 | 2024-12-21T04:38:02.748Z | [ helios-setup] Dec 21 04:38:02.286 INFO E| Downloaded unic-ucd-version v0.9.0 |
2729 | 2024-12-21T04:38:02.751Z | [ helios-setup] Dec 21 04:38:02.287 INFO E| Downloaded memoffset v0.5.6 |
2730 | 2024-12-21T04:38:02.752Z | [ helios-setup] Dec 21 04:38:02.288 INFO E| Downloaded fletcher v0.1.0 |
2731 | 2024-12-21T04:38:02.754Z | [ helios-setup] Dec 21 04:38:02.290 INFO E| Downloaded bytesize v1.3.0 |
2732 | 2024-12-21T04:38:02.757Z | [ helios-setup] Dec 21 04:38:02.293 INFO E| Downloaded unic-char-range v0.9.0 |
2733 | 2024-12-21T04:38:02.760Z | [ helios-setup] Dec 21 04:38:02.295 INFO E| Downloaded unic-common v0.9.0 |
2734 | 2024-12-21T04:38:02.760Z | [ helios-setup] Dec 21 04:38:02.296 INFO E| Downloaded strsim v0.8.0 |
2735 | 2024-12-21T04:38:02.762Z | [ helios-setup] Dec 21 04:38:02.298 INFO E| Downloaded textwrap v0.11.0 |
2736 | 2024-12-21T04:38:02.765Z | [ helios-setup] Dec 21 04:38:02.302 INFO E| Downloaded thiserror-impl v1.0.64 |
2737 | 2024-12-21T04:38:02.767Z | [ helios-setup] Dec 21 04:38:02.304 INFO E| Downloaded strum_macros v0.23.1 |
2738 | 2024-12-21T04:38:02.770Z | [ helios-setup] Dec 21 04:38:02.306 INFO E| Downloaded structopt-derive v0.4.18 |
2739 | 2024-12-21T04:38:02.772Z | [ helios-setup] Dec 21 04:38:02.308 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2740 | 2024-12-21T04:38:02.772Z | [ helios-setup] Dec 21 04:38:02.310 INFO E| Downloaded vec_map v0.8.2 |
2741 | 2024-12-21T04:38:02.775Z | [ helios-setup] Dec 21 04:38:02.311 INFO E| Downloaded rustc_version v0.2.3 |
2742 | 2024-12-21T04:38:02.775Z | [ helios-setup] Dec 21 04:38:02.312 INFO E| Downloaded once_cell v1.20.1 |
2743 | 2024-12-21T04:38:02.803Z | [ helios-setup] Dec 21 04:38:02.340 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2744 | 2024-12-21T04:38:02.807Z | [ helios-setup] Dec 21 04:38:02.343 INFO E| Downloaded structopt v0.3.26 |
2745 | 2024-12-21T04:38:02.820Z | [ helios-setup] Dec 21 04:38:02.356 INFO E| Downloaded scroll v0.10.2 |
2746 | 2024-12-21T04:38:02.822Z | [ helios-setup] Dec 21 04:38:02.360 INFO E| Downloaded proc-macro2 v1.0.86 |
2747 | 2024-12-21T04:38:02.826Z | [ helios-setup] Dec 21 04:38:02.364 INFO E| Downloaded pre-proc-macro v0.2.1 |
2748 | 2024-12-21T04:38:02.830Z | [ helios-setup] Dec 21 04:38:02.367 INFO E| Downloaded serde v1.0.210 |
2749 | 2024-12-21T04:38:02.835Z | [ helios-setup] Dec 21 04:38:02.372 INFO E| Downloaded pest v2.7.13 |
2750 | 2024-12-21T04:38:02.843Z | [ helios-setup] Dec 21 04:38:02.381 INFO E| Downloaded pre v0.2.1 |
2751 | 2024-12-21T04:38:02.846Z | [ helios-setup] Dec 21 04:38:02.382 INFO E| Downloaded pest_meta v2.7.13 |
2752 | 2024-12-21T04:38:02.848Z | [ helios-setup] Dec 21 04:38:02.386 INFO E| Downloaded serde_json v1.0.128 |
2753 | 2024-12-21T04:38:02.859Z | [ helios-setup] Dec 21 04:38:02.396 INFO E| Downloaded goblin v0.4.3 |
2754 | 2024-12-21T04:38:02.867Z | [ helios-setup] Dec 21 04:38:02.404 INFO E| Downloaded clap v2.34.0 |
2755 | 2024-12-21T04:38:02.876Z | [ helios-setup] Dec 21 04:38:02.414 INFO E| Downloaded syn v2.0.79 |
2756 | 2024-12-21T04:38:02.893Z | [ helios-setup] Dec 21 04:38:02.430 INFO E| Downloaded modular-bitfield v0.11.2 |
2757 | 2024-12-21T04:38:02.928Z | [ helios-setup] Dec 21 04:38:02.466 INFO E| Downloaded libc v0.2.159 |
2758 | 2024-12-21T04:38:02.967Z | [ helios-setup] Dec 21 04:38:02.504 INFO E| Downloaded pest_derive v2.7.13 |
2759 | 2024-12-21T04:38:02.970Z | [ helios-setup] Dec 21 04:38:02.507 INFO E| Downloaded four-cc v0.3.0 |
2760 | 2024-12-21T04:38:02.972Z | [ helios-setup] Dec 21 04:38:02.509 INFO E| Downloaded semver-parser v0.7.0 |
2761 | 2024-12-21T04:38:02.972Z | [ helios-setup] Dec 21 04:38:02.510 INFO E| Downloaded cfg-if v0.1.10 |
2762 | 2024-12-21T04:38:02.975Z | [ helios-setup] Dec 21 04:38:02.511 INFO E| Downloaded pest_generator v2.7.13 |
2763 | 2024-12-21T04:38:03.104Z | [ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling proc-macro2 v1.0.86 |
2764 | 2024-12-21T04:38:03.104Z | [ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling unicode-ident v1.0.13 |
2765 | 2024-12-21T04:38:03.104Z | [ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling syn v1.0.109 |
2766 | 2024-12-21T04:38:03.107Z | [ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling version_check v0.9.5 |
2767 | 2024-12-21T04:38:03.107Z | [ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling memchr v2.7.4 |
2768 | 2024-12-21T04:38:03.107Z | [ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling autocfg v1.4.0 |
2769 | 2024-12-21T04:38:03.107Z | [ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling thiserror v1.0.64 |
2770 | 2024-12-21T04:38:03.107Z | [ helios-setup] Dec 21 04:38:02.642 INFO E| Compiling semver-parser v0.7.0 |
2771 | 2024-12-21T04:38:03.613Z | [ helios-setup] Dec 21 04:38:03.148 INFO E| Compiling serde v1.0.210 |
2772 | 2024-12-21T04:38:04.098Z | [ helios-setup] Dec 21 04:38:03.635 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2773 | 2024-12-21T04:38:04.815Z | [ helios-setup] Dec 21 04:38:04.352 INFO E| Compiling semver v0.9.0 |
2774 | 2024-12-21T04:38:04.977Z | [ helios-setup] Dec 21 04:38:04.513 INFO E| Compiling proc-macro-error v1.0.4 |
2775 | 2024-12-21T04:38:05.281Z | [ helios-setup] Dec 21 04:38:04.818 INFO E| Compiling serde_json v1.0.128 |
2776 | 2024-12-21T04:38:05.349Z | [ helios-setup] Dec 21 04:38:04.886 INFO E| Compiling num-traits v0.2.19 |
2777 | 2024-12-21T04:38:05.355Z | [ helios-setup] Dec 21 04:38:04.892 INFO E| Compiling ryu v1.0.18 |
2778 | 2024-12-21T04:38:05.894Z | [ helios-setup] Dec 21 04:38:05.431 INFO E| Compiling rustc_version v0.2.3 |
2779 | 2024-12-21T04:38:06.073Z | [ helios-setup] Dec 21 04:38:05.610 INFO E| Compiling schemars v0.8.21 |
2780 | 2024-12-21T04:38:06.212Z | [ helios-setup] Dec 21 04:38:05.746 INFO E| Compiling unicode-segmentation v1.12.0 |
2781 | 2024-12-21T04:38:06.239Z | [ helios-setup] Dec 21 04:38:05.775 INFO E| Compiling itoa v1.0.11 |
2782 | 2024-12-21T04:38:06.700Z | [ helios-setup] Dec 21 04:38:06.236 INFO E| Compiling memoffset v0.5.6 |
2783 | 2024-12-21T04:38:06.742Z | [ helios-setup] Dec 21 04:38:06.278 INFO E| Compiling paste v1.0.15 |
2784 | 2024-12-21T04:38:06.796Z | [ helios-setup] Dec 21 04:38:06.333 INFO E| Compiling lazy_static v1.5.0 |
2785 | 2024-12-21T04:38:06.833Z | [ helios-setup] Dec 21 04:38:06.370 INFO E| Compiling pre-proc-macro v0.2.1 |
2786 | 2024-12-21T04:38:06.985Z | [ helios-setup] Dec 21 04:38:06.522 INFO E| Compiling quote v1.0.37 |
2787 | 2024-12-21T04:38:07.161Z | [ host-package] Compiling peg v0.8.4 |
2788 | 2024-12-21T04:38:07.622Z | [ helios-setup] Dec 21 04:38:07.152 INFO E| Compiling heck v0.3.3 |
2789 | 2024-12-21T04:38:07.722Z | [ host-package] Compiling tabled v0.15.0 |
2790 | 2024-12-21T04:38:07.745Z | [ helios-setup] Dec 21 04:38:07.282 INFO E| Compiling syn v2.0.79 |
2791 | 2024-12-21T04:38:07.863Z | [ helios-setup] Dec 21 04:38:07.400 INFO E| Compiling ucd-trie v0.1.7 |
2792 | 2024-12-21T04:38:07.968Z | [ helios-setup] Dec 21 04:38:07.505 INFO E| Compiling dyn-clone v1.0.17 |
2793 | 2024-12-21T04:38:08.410Z | [ helios-setup] Dec 21 04:38:07.947 INFO E| Compiling rustversion v1.0.17 |
2794 | 2024-12-21T04:38:08.461Z | [ helios-setup] Dec 21 04:38:07.997 INFO E| Compiling libc v0.2.159 |
2795 | 2024-12-21T04:38:08.779Z | [ helios-setup] Dec 21 04:38:08.316 INFO E| Compiling pre v0.2.1 |
2796 | 2024-12-21T04:38:09.720Z | [ helios-setup] Dec 21 04:38:09.257 INFO E| Compiling cfg-if v0.1.10 |
2797 | 2024-12-21T04:38:09.726Z | [ helios-setup] Dec 21 04:38:09.263 INFO E| Compiling once_cell v1.20.1 |
2798 | 2024-12-21T04:38:09.808Z | [ helios-setup] Dec 21 04:38:09.344 INFO E| Compiling static_assertions v1.1.0 |
2799 | 2024-12-21T04:38:09.903Z | [ helios-setup] Dec 21 04:38:09.440 INFO E| Compiling byteorder v1.5.0 |
2800 | 2024-12-21T04:38:10.890Z | [ helios-setup] Dec 21 04:38:10.426 INFO E| Compiling unicode-width v0.1.14 |
2801 | 2024-12-21T04:38:12.187Z | [ helios-setup] Dec 21 04:38:11.511 INFO E| Compiling atty v0.2.14 |
2802 | 2024-12-21T04:38:12.482Z | [ helios-setup] Dec 21 04:38:12.018 INFO E| Compiling textwrap v0.11.0 |
2803 | 2024-12-21T04:38:12.650Z | [ helios-setup] Dec 21 04:38:12.187 INFO E| Compiling ansi_term v0.12.1 |
2804 | 2024-12-21T04:38:13.295Z | [ helios-setup] Dec 21 04:38:12.832 INFO E| Compiling unic-char-range v0.9.0 |
2805 | 2024-12-21T04:38:13.646Z | [ helios-setup] Dec 21 04:38:13.182 INFO E| Compiling bitflags v1.3.2 |
2806 | 2024-12-21T04:38:13.738Z | [ helios-setup] Dec 21 04:38:13.273 INFO E| Compiling fletcher v0.1.0 |
2807 | 2024-12-21T04:38:13.751Z | [ helios-setup] Dec 21 04:38:13.287 INFO E| Compiling parse_int v0.6.0 |
2808 | 2024-12-21T04:38:13.875Z | [ helios-setup] Dec 21 04:38:13.411 INFO E| Compiling unic-common v0.9.0 |
2809 | 2024-12-21T04:38:13.977Z | [ helios-setup] Dec 21 04:38:13.513 INFO E| Compiling strsim v0.8.0 |
2810 | 2024-12-21T04:38:13.986Z | [ helios-setup] Dec 21 04:38:13.522 INFO E| Compiling vec_map v0.8.2 |
2811 | 2024-12-21T04:38:14.008Z | [ helios-setup] Dec 21 04:38:13.544 INFO E| Compiling strum v0.23.0 |
2812 | 2024-12-21T04:38:14.031Z | [ helios-setup] Dec 21 04:38:13.568 INFO E| Compiling unic-ucd-version v0.9.0 |
2813 | 2024-12-21T04:38:14.115Z | [ helios-setup] Dec 21 04:38:13.650 INFO E| Compiling unic-char-property v0.9.0 |
2814 | 2024-12-21T04:38:14.129Z | [ helios-setup] Dec 21 04:38:13.665 INFO E| Compiling log v0.4.22 |
2815 | 2024-12-21T04:38:14.261Z | [ helios-setup] Dec 21 04:38:13.798 INFO E| Compiling plain v0.2.3 |
2816 | 2024-12-21T04:38:14.398Z | [ helios-setup] Dec 21 04:38:13.934 INFO E| Compiling unic-ucd-ident v0.9.0 |
2817 | 2024-12-21T04:38:14.451Z | [ helios-setup] Dec 21 04:38:13.987 INFO E| Compiling clap v2.34.0 |
2818 | 2024-12-21T04:38:14.642Z | [ helios-setup] Dec 21 04:38:14.178 INFO E| Compiling bytesize v1.3.0 |
2819 | 2024-12-21T04:38:16.492Z | [ helios-setup] Dec 21 04:38:16.028 INFO E| Compiling serde_derive_internals v0.29.1 |
2820 | 2024-12-21T04:38:18.336Z | [ helios-setup] Dec 21 04:38:17.872 INFO E| Compiling toml v0.5.11 |
2821 | 2024-12-21T04:38:21.499Z | [ helios-setup] Dec 21 04:38:21.034 INFO E| Compiling proc-macro-crate v0.1.5 |
2822 | 2024-12-21T04:38:23.023Z | [ helios-setup] Dec 21 04:38:22.558 INFO E| Compiling thiserror-impl v1.0.64 |
2823 | 2024-12-21T04:38:23.155Z | [ helios-setup] Dec 21 04:38:22.690 INFO E| Compiling serde_derive v1.0.210 |
2824 | 2024-12-21T04:38:23.548Z | [ helios-setup] Dec 21 04:38:23.083 INFO E| Compiling schemars_derive v0.8.21 |
2825 | 2024-12-21T04:38:23.809Z | [ helios-setup] Dec 21 04:38:23.344 INFO E| Compiling zerocopy-derive v0.6.6 |
2826 | 2024-12-21T04:38:24.192Z | [ helios-setup] Dec 21 04:38:23.727 INFO E| Compiling num-derive v0.4.2 |
2827 | 2024-12-21T04:38:28.205Z | [ helios-setup] Dec 21 04:38:27.740 INFO E| Compiling zerocopy v0.6.6 |
2828 | 2024-12-21T04:38:29.436Z | [ helios-setup] Dec 21 04:38:28.971 INFO E| Compiling pest v2.7.13 |
2829 | 2024-12-21T04:38:30.511Z | [ helios-setup] Dec 21 04:38:30.045 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2830 | 2024-12-21T04:38:30.511Z | [ helios-setup] Dec 21 04:38:30.045 INFO E| Compiling scroll_derive v0.10.5 |
2831 | 2024-12-21T04:38:32.540Z | [ helios-setup] Dec 21 04:38:32.071 INFO E| Compiling strum_macros v0.23.1 |
2832 | 2024-12-21T04:38:32.953Z | [ helios-setup] Dec 21 04:38:32.487 INFO E| Compiling structopt-derive v0.4.18 |
2833 | 2024-12-21T04:38:33.644Z | [ helios-setup] Dec 21 04:38:33.179 INFO E| Compiling scroll v0.10.2 |
2834 | 2024-12-21T04:38:34.701Z | [ helios-setup] Dec 21 04:38:34.235 INFO E| Compiling pest_meta v2.7.13 |
2835 | 2024-12-21T04:38:35.526Z | [ helios-setup] Dec 21 04:38:35.059 INFO E| Compiling goblin v0.4.3 |
2836 | 2024-12-21T04:38:36.011Z | [ helios-setup] Dec 21 04:38:35.537 INFO E| Compiling modular-bitfield v0.11.2 |
2837 | 2024-12-21T04:38:36.044Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2838 | 2024-12-21T04:38:37.688Z | [ helios-setup] Dec 21 04:38:37.222 INFO E| Compiling pest_generator v2.7.13 |
2839 | 2024-12-21T04:38:38.732Z | [ helios-setup] Dec 21 04:38:38.266 INFO E| Compiling structopt v0.3.26 |
2840 | 2024-12-21T04:38:39.188Z | [ host-package] Compiling derive_builder v0.20.2 |
2841 | 2024-12-21T04:38:40.846Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2842 | 2024-12-21T04:38:42.232Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2843 | 2024-12-21T04:38:43.054Z | [ helios-setup] Dec 21 04:38:42.588 INFO E| Compiling pest_derive v2.7.13 |
2844 | 2024-12-21T04:38:44.815Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2845 | 2024-12-21T04:38:45.141Z | [ host-package] Compiling bcs v0.1.6 |
2846 | 2024-12-21T04:38:46.033Z | [ helios-setup] Dec 21 04:38:45.566 INFO E| Compiling json5 v0.4.1 |
2847 | 2024-12-21T04:38:46.552Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2848 | 2024-12-21T04:38:46.644Z | [ host-package] Compiling oso-derive v0.27.3 |
2849 | 2024-12-21T04:38:48.231Z | [ host-package] Compiling libz-sys v1.1.20 |
2850 | 2024-12-21T04:38:48.711Z | [ host-package] Compiling quick-xml v0.33.0 |
2851 | 2024-12-21T04:38:49.182Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2852 | 2024-12-21T04:38:49.667Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2853 | 2024-12-21T04:38:52.390Z | [ helios-setup] Dec 21 04:38:51.923 INFO E| Compiling four-cc v0.3.0 |
2854 | 2024-12-21T04:38:52.390Z | [ helios-setup] Dec 21 04:38:51.923 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2855 | 2024-12-21T04:38:52.603Z | [ helios-setup] Dec 21 04:38:52.136 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2856 | 2024-12-21T04:38:55.837Z | [ host-package] Compiling oso v0.27.3 |
2857 | 2024-12-21T04:38:57.574Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2858 | 2024-12-21T04:38:59.661Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2859 | 2024-12-21T04:39:06.277Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2860 | 2024-12-21T04:39:10.105Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2861 | 2024-12-21T04:39:10.587Z | [ host-package] Compiling bb8 v0.8.5 |
2862 | 2024-12-21T04:39:11.686Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2863 | 2024-12-21T04:39:14.908Z | [ host-package] Compiling nibble_vec v0.1.0 |
2864 | 2024-12-21T04:39:15.600Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2865 | 2024-12-21T04:39:16.265Z | [ host-package] Compiling atty v0.2.14 |
2866 | 2024-12-21T04:39:16.422Z | [ host-package] Compiling endian-type v0.1.2 |
2867 | 2024-12-21T04:39:16.711Z | [ host-package] Compiling salty v0.3.0 |
2868 | 2024-12-21T04:39:17.253Z | [ host-package] Compiling radix_trie v0.2.1 |
2869 | 2024-12-21T04:39:18.839Z | [ host-package] Compiling parking_lot v0.11.2 |
2870 | 2024-12-21T04:39:21.365Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2871 | 2024-12-21T04:39:28.479Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2872 | 2024-12-21T04:39:33.776Z | [ host-package] Compiling sled v0.34.7 |
2873 | 2024-12-21T04:39:36.541Z | [ helios-setup] Dec 21 04:39:36.070 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2874 | 2024-12-21T04:39:48.498Z | [ host-package] Compiling mime_guess v2.0.5 |
2875 | 2024-12-21T04:39:50.236Z | [ host-package] Compiling hickory-client v0.24.1 |
2876 | 2024-12-21T04:39:50.913Z | [ helios-setup] Dec 21 04:39:50.440 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2877 | 2024-12-21T04:39:54.368Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2878 | 2024-12-21T04:39:54.552Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2879 | 2024-12-21T04:39:55.921Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2880 | 2024-12-21T04:39:56.170Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2881 | 2024-12-21T04:39:56.746Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2882 | 2024-12-21T04:39:58.456Z | [ host-package] Compiling hickory-server v0.24.1 |
2883 | 2024-12-21T04:40:01.093Z | [ host-package] Compiling primeorder v0.13.6 |
2884 | 2024-12-21T04:40:01.789Z | [ host-package] Compiling vergen v8.3.2 |
2885 | 2024-12-21T04:40:02.181Z | [ host-package] Compiling castaway v0.2.3 |
2886 | 2024-12-21T04:40:02.409Z | [ host-package] Compiling env_filter v0.1.2 |
2887 | 2024-12-21T04:40:04.148Z | [ host-package] Compiling cargo-platform v0.1.8 |
2888 | 2024-12-21T04:40:04.760Z | [ host-package] Compiling nanorand v0.7.0 |
2889 | 2024-12-21T04:40:05.611Z | [ host-package] Compiling memoffset v0.9.1 |
2890 | 2024-12-21T04:40:06.083Z | [ host-package] Compiling flume v0.11.1 |
2891 | 2024-12-21T04:40:06.329Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2892 | 2024-12-21T04:40:07.009Z | [ host-package] Compiling env_logger v0.11.5 |
2893 | 2024-12-21T04:40:08.553Z | [ host-package] Compiling compact_str v0.8.0 |
2894 | 2024-12-21T04:40:10.311Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2895 | 2024-12-21T04:40:11.687Z | [ host-package] Compiling p384 v0.13.0 |
2896 | 2024-12-21T04:40:12.487Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2897 | 2024-12-21T04:40:13.280Z | [ host-package] Compiling git2 v0.19.0 |
2898 | 2024-12-21T04:40:13.994Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2899 | 2024-12-21T04:40:14.204Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2900 | 2024-12-21T04:40:16.384Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2901 | 2024-12-21T04:40:18.970Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2902 | 2024-12-21T04:40:19.596Z | [ host-package] Compiling lru v0.12.5 |
2903 | 2024-12-21T04:40:20.158Z | [ host-package] Compiling rand_seeder v0.3.0 |
2904 | 2024-12-21T04:40:20.665Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2905 | 2024-12-21T04:40:20.747Z | [ host-package] Compiling lzma-sys v0.1.20 |
2906 | 2024-12-21T04:40:21.341Z | [ host-package] Compiling instability v0.3.2 |
2907 | 2024-12-21T04:40:22.038Z | [ host-package] Compiling http-range v0.1.5 |
2908 | 2024-12-21T04:40:22.914Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2909 | 2024-12-21T04:40:22.987Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2910 | 2024-12-21T04:40:23.222Z | [ host-package] Compiling cassowary v0.3.0 |
2911 | 2024-12-21T04:40:23.652Z | [ host-package] Compiling rustls v0.21.12 |
2912 | 2024-12-21T04:40:24.085Z | [ host-package] Compiling ratatui v0.28.1 |
2913 | 2024-12-21T04:40:25.342Z | [ host-package] Compiling nix v0.29.0 |
2914 | 2024-12-21T04:40:25.780Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2915 | 2024-12-21T04:40:30.867Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2916 | 2024-12-21T04:40:30.942Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2917 | 2024-12-21T04:40:30.942Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2918 | 2024-12-21T04:40:30.981Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2919 | 2024-12-21T04:40:30.981Z | [ host-package] Compiling sct v0.7.1 |
2920 | 2024-12-21T04:40:30.981Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2921 | 2024-12-21T04:40:30.981Z | [ host-package] Compiling heck v0.3.3 |
2922 | 2024-12-21T04:40:30.981Z | [ host-package] Compiling csv-core v0.1.11 |
2923 | 2024-12-21T04:40:31.832Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2924 | 2024-12-21T04:40:32.250Z | [ host-package] Compiling glob v0.3.1 |
2925 | 2024-12-21T04:40:32.792Z | [ helios-setup] Dec 21 04:40:32.315 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 32s |
2926 | 2024-12-21T04:40:32.827Z | [ helios-setup] Dec 21 04:40:32.350 INFO building project "amd-host-image-builder" ok (182 seconds) |
2927 | 2024-12-21T04:40:32.827Z | [ helios-setup] Dec 21 04:40:32.350 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2928 | 2024-12-21T04:40:32.829Z | [ helios-setup] Dec 21 04:40:32.350 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2929 | 2024-12-21T04:40:33.195Z | [ helios-setup] Dec 21 04:40:32.719 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2930 | 2024-12-21T04:40:34.536Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2931 | 2024-12-21T04:40:34.655Z | [ helios-setup] Dec 21 04:40:33.960 INFO E| From https://github.com/oxidecomputer/progenitor |
2932 | 2024-12-21T04:40:34.655Z | [ helios-setup] Dec 21 04:40:33.960 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2933 | 2024-12-21T04:40:34.655Z | [ helios-setup] Dec 21 04:40:33.994 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2934 | 2024-12-21T04:40:34.655Z | [ helios-setup] Dec 21 04:40:33.994 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2935 | 2024-12-21T04:40:34.656Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2936 | 2024-12-21T04:40:34.692Z | [ helios-setup] Dec 21 04:40:34.096 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2937 | 2024-12-21T04:40:34.901Z | [ host-package] Compiling csv v1.3.0 |
2938 | 2024-12-21T04:40:35.200Z | [ helios-setup] Dec 21 04:40:34.723 INFO E| From https://github.com/jclulow/hiercmd |
2939 | 2024-12-21T04:40:35.200Z | [ helios-setup] Dec 21 04:40:34.724 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2940 | 2024-12-21T04:40:35.220Z | [ helios-setup] Dec 21 04:40:34.744 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2941 | 2024-12-21T04:40:35.723Z | [ helios-setup] Dec 21 04:40:35.246 INFO E| From https://github.com/jclulow/network-interface |
2942 | 2024-12-21T04:40:35.723Z | [ helios-setup] Dec 21 04:40:35.246 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2943 | 2024-12-21T04:40:35.742Z | [ helios-setup] Dec 21 04:40:35.266 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2944 | 2024-12-21T04:40:36.311Z | [ helios-setup] Dec 21 04:40:35.835 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2945 | 2024-12-21T04:40:36.312Z | [ helios-setup] Dec 21 04:40:35.835 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2946 | 2024-12-21T04:40:36.346Z | [ helios-setup] Dec 21 04:40:35.869 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2947 | 2024-12-21T04:40:37.148Z | [ helios-setup] Dec 21 04:40:36.672 INFO E| From https://github.com/oxidecomputer/facade |
2948 | 2024-12-21T04:40:37.149Z | [ helios-setup] Dec 21 04:40:36.672 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2949 | 2024-12-21T04:40:37.154Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2950 | 2024-12-21T04:40:37.194Z | [ helios-setup] Dec 21 04:40:36.717 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2951 | 2024-12-21T04:40:38.003Z | [ helios-setup] Dec 21 04:40:37.526 INFO E| From https://github.com/oxidecomputer/dropshot |
2952 | 2024-12-21T04:40:38.003Z | [ helios-setup] Dec 21 04:40:37.526 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2953 | 2024-12-21T04:40:38.040Z | [ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2954 | 2024-12-21T04:40:38.041Z | [ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2955 | 2024-12-21T04:40:38.043Z | [ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2956 | 2024-12-21T04:40:38.043Z | [ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2957 | 2024-12-21T04:40:38.043Z | [ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2958 | 2024-12-21T04:40:38.043Z | [ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2959 | 2024-12-21T04:40:38.043Z | [ helios-setup] Dec 21 04:40:37.565 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2960 | 2024-12-21T04:40:38.043Z | [ helios-setup] Dec 21 04:40:37.565 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2961 | 2024-12-21T04:40:38.091Z | [ helios-setup] Dec 21 04:40:37.614 INFO E| Updating crates.io index |
2962 | 2024-12-21T04:40:38.128Z | [ helios-setup] Dec 21 04:40:37.651 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2963 | 2024-12-21T04:40:38.940Z | [ helios-setup] Dec 21 04:40:38.464 INFO E| From https://github.com/oxidecomputer/typify |
2964 | 2024-12-21T04:40:38.940Z | [ helios-setup] Dec 21 04:40:38.464 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2965 | 2024-12-21T04:40:38.974Z | [ helios-setup] Dec 21 04:40:38.497 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2966 | 2024-12-21T04:40:38.974Z | [ helios-setup] Dec 21 04:40:38.497 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2967 | 2024-12-21T04:40:38.977Z | [ helios-setup] Dec 21 04:40:38.497 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2968 | 2024-12-21T04:40:38.977Z | [ helios-setup] Dec 21 04:40:38.498 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2969 | 2024-12-21T04:40:38.977Z | [ helios-setup] Dec 21 04:40:38.498 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2970 | 2024-12-21T04:40:38.977Z | [ helios-setup] Dec 21 04:40:38.498 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2971 | 2024-12-21T04:40:38.977Z | [ helios-setup] Dec 21 04:40:38.498 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2972 | 2024-12-21T04:40:39.440Z | [ helios-setup] Dec 21 04:40:38.962 INFO E| Downloading crates ... |
2973 | 2024-12-21T04:40:39.648Z | [ helios-setup] Dec 21 04:40:39.172 INFO E| Downloaded async-stream-impl v0.3.5 |
2974 | 2024-12-21T04:40:39.665Z | [ helios-setup] Dec 21 04:40:39.188 INFO E| Downloaded futures-core v0.3.28 |
2975 | 2024-12-21T04:40:39.688Z | [ helios-setup] Dec 21 04:40:39.211 INFO E| Downloaded smallvec v1.10.0 |
2976 | 2024-12-21T04:40:39.694Z | [ helios-setup] Dec 21 04:40:39.218 INFO E| Downloaded sct v0.7.0 |
2977 | 2024-12-21T04:40:39.703Z | [ helios-setup] Dec 21 04:40:39.226 INFO E| Downloaded project-root v0.2.2 |
2978 | 2024-12-21T04:40:39.705Z | [ helios-setup] Dec 21 04:40:39.228 INFO E| Downloaded rustls-pemfile v1.0.2 |
2979 | 2024-12-21T04:40:39.708Z | [ helios-setup] Dec 21 04:40:39.232 INFO E| Downloaded sha1 v0.10.5 |
2980 | 2024-12-21T04:40:39.711Z | [ helios-setup] Dec 21 04:40:39.235 INFO E| Downloaded toolchain_find v0.2.0 |
2981 | 2024-12-21T04:40:39.714Z | [ helios-setup] Dec 21 04:40:39.237 INFO E| Downloaded try-lock v0.2.4 |
2982 | 2024-12-21T04:40:39.717Z | [ helios-setup] Dec 21 04:40:39.239 INFO E| Downloaded anstyle v0.3.5 |
2983 | 2024-12-21T04:40:39.720Z | [ helios-setup] Dec 21 04:40:39.242 INFO E| Downloaded want v0.3.0 |
2984 | 2024-12-21T04:40:39.722Z | [ helios-setup] Dec 21 04:40:39.244 INFO E| Downloaded slog-async v2.7.0 |
2985 | 2024-12-21T04:40:39.724Z | [ helios-setup] Dec 21 04:40:39.248 INFO E| Downloaded slab v0.4.7 |
2986 | 2024-12-21T04:40:39.727Z | [ helios-setup] Dec 21 04:40:39.250 INFO E| Downloaded autocfg v1.1.0 |
2987 | 2024-12-21T04:40:39.783Z | [ helios-setup] Dec 21 04:40:39.305 INFO E| Downloaded tokio-macros v2.0.0 |
2988 | 2024-12-21T04:40:39.785Z | [ helios-setup] Dec 21 04:40:39.307 INFO E| Downloaded async-stream v0.3.5 |
2989 | 2024-12-21T04:40:39.788Z | [ helios-setup] Dec 21 04:40:39.310 INFO E| Downloaded anstyle-parse v0.1.1 |
2990 | 2024-12-21T04:40:39.791Z | [ helios-setup] Dec 21 04:40:39.314 INFO E| Downloaded terminal_size v0.2.6 |
2991 | 2024-12-21T04:40:39.819Z | [ helios-setup] Dec 21 04:40:39.342 INFO E| Downloaded scopeguard v1.1.0 |
2992 | 2024-12-21T04:40:39.822Z | [ helios-setup] Dec 21 04:40:39.344 INFO E| Downloaded serde_derive_internals v0.26.0 |
2993 | 2024-12-21T04:40:39.824Z | [ helios-setup] Dec 21 04:40:39.347 INFO E| Downloaded semver-parser v0.10.2 |
2994 | 2024-12-21T04:40:39.827Z | [ helios-setup] Dec 21 04:40:39.349 INFO E| Downloaded semver v1.0.17 |
2995 | 2024-12-21T04:40:39.831Z | [ helios-setup] Dec 21 04:40:39.354 INFO E| Downloaded tempfile v3.5.0 |
2996 | 2024-12-21T04:40:39.835Z | [ helios-setup] Dec 21 04:40:39.358 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2997 | 2024-12-21T04:40:39.838Z | [ helios-setup] Dec 21 04:40:39.362 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2998 | 2024-12-21T04:40:39.840Z | [ helios-setup] Dec 21 04:40:39.364 INFO E| Downloaded num_enum_derive v0.5.7 |
2999 | 2024-12-21T04:40:39.843Z | [ helios-setup] Dec 21 04:40:39.365 INFO E| Downloaded tinyvec v1.6.0 |
3000 | 2024-12-21T04:40:39.848Z | [ helios-setup] Dec 21 04:40:39.371 INFO E| Downloaded serde_derive v1.0.204 |
3001 | 2024-12-21T04:40:39.852Z | [ helios-setup] Dec 21 04:40:39.375 INFO E| Downloaded ryu v1.0.13 |
3002 | 2024-12-21T04:40:39.858Z | [ helios-setup] Dec 21 04:40:39.382 INFO E| Downloaded schemars v0.8.12 |
3003 | 2024-12-21T04:40:39.878Z | [ helios-setup] Dec 21 04:40:39.402 INFO E| Downloaded uuid v1.3.0 |
3004 | 2024-12-21T04:40:39.884Z | [ helios-setup] Dec 21 04:40:39.407 INFO E| Downloaded socket2 v0.4.9 |
3005 | 2024-12-21T04:40:39.887Z | [ helios-setup] Dec 21 04:40:39.411 INFO E| Downloaded tracing v0.1.37 |
3006 | 2024-12-21T04:40:39.900Z | [ helios-setup] Dec 21 04:40:39.423 INFO E| Downloaded toml_edit v0.19.8 |
3007 | 2024-12-21T04:40:39.925Z | [ helios-setup] Dec 21 04:40:39.448 INFO E| Downloaded url v2.3.1 |
3008 | 2024-12-21T04:40:39.929Z | [ helios-setup] Dec 21 04:40:39.453 INFO E| Downloaded unicode-normalization v0.1.22 |
3009 | 2024-12-21T04:40:39.936Z | [ helios-setup] Dec 21 04:40:39.459 INFO E| Downloaded winnow v0.4.1 |
3010 | 2024-12-21T04:40:39.949Z | [ helios-setup] Dec 21 04:40:39.472 INFO E| Downloaded serde_json v1.0.95 |
3011 | 2024-12-21T04:40:39.960Z | [ helios-setup] Dec 21 04:40:39.483 INFO E| Downloaded ipnet v2.7.2 |
3012 | 2024-12-21T04:40:39.963Z | [ helios-setup] Dec 21 04:40:39.486 INFO E| Downloaded bytes v1.4.0 |
3013 | 2024-12-21T04:40:39.970Z | [ helios-setup] Dec 21 04:40:39.493 INFO E| Downloaded parking_lot v0.12.1 |
3014 | 2024-12-21T04:40:39.973Z | [ helios-setup] Dec 21 04:40:39.497 INFO E| Downloaded num-traits v0.2.15 |
3015 | 2024-12-21T04:40:39.977Z | [ helios-setup] Dec 21 04:40:39.501 INFO E| Downloaded syn v1.0.107 |
3016 | 2024-12-21T04:40:39.994Z | [ helios-setup] Dec 21 04:40:39.515 INFO E| Downloaded rustls-webpki v0.100.1 |
3017 | 2024-12-21T04:40:40.000Z | [ helios-setup] Dec 21 04:40:39.524 INFO E| Downloaded syn v2.0.72 |
3018 | 2024-12-21T04:40:40.018Z | [ helios-setup] Dec 21 04:40:39.542 INFO E| Downloaded base64 v0.21.0 |
3019 | 2024-12-21T04:40:40.024Z | [ helios-setup] Dec 21 04:40:39.547 INFO E| Downloaded memchr v2.5.0 |
3020 | 2024-12-21T04:40:40.030Z | [ helios-setup] Dec 21 04:40:39.554 INFO E| Downloaded rayon-core v1.10.2 |
3021 | 2024-12-21T04:40:40.037Z | [ helios-setup] Dec 21 04:40:39.560 INFO E| Downloaded crossbeam-channel v0.5.6 |
3022 | 2024-12-21T04:40:40.044Z | [ helios-setup] Dec 21 04:40:39.567 INFO E| Downloaded cc v1.0.78 |
3023 | 2024-12-21T04:40:40.049Z | [ helios-setup] Dec 21 04:40:39.572 INFO E| Downloaded mio v0.8.5 |
3024 | 2024-12-21T04:40:40.058Z | [ helios-setup] Dec 21 04:40:39.581 INFO E| Downloaded http v0.2.9 |
3025 | 2024-12-21T04:40:40.064Z | [ helios-setup] Dec 21 04:40:39.588 INFO E| Downloaded aho-corasick v0.7.20 |
3026 | 2024-12-21T04:40:40.071Z | [ helios-setup] Dec 21 04:40:39.594 INFO E| Downloaded clap v4.2.1 |
3027 | 2024-12-21T04:40:40.085Z | [ helios-setup] Dec 21 04:40:39.609 INFO E| Downloaded pest v2.5.7 |
3028 | 2024-12-21T04:40:40.093Z | [ helios-setup] Dec 21 04:40:39.616 INFO E| Downloaded anyhow v1.0.68 |
3029 | 2024-12-21T04:40:40.099Z | [ helios-setup] Dec 21 04:40:39.622 INFO E| Downloaded ahash v0.8.3 |
3030 | 2024-12-21T04:40:40.103Z | [ helios-setup] Dec 21 04:40:39.626 INFO E| Downloaded unicode-linebreak v0.1.4 |
3031 | 2024-12-21T04:40:40.106Z | [ helios-setup] Dec 21 04:40:39.629 INFO E| Downloaded tokio-util v0.7.7 |
3032 | 2024-12-21T04:40:40.116Z | [ helios-setup] Dec 21 04:40:39.640 INFO E| Downloaded futures v0.3.28 |
3033 | 2024-12-21T04:40:40.124Z | [ helios-setup] Dec 21 04:40:39.648 INFO E| Downloaded futures-util v0.3.28 |
3034 | 2024-12-21T04:40:40.144Z | [ helios-setup] Dec 21 04:40:39.667 INFO E| Downloaded reqwest v0.11.16 |
3035 | 2024-12-21T04:40:40.155Z | [ helios-setup] Dec 21 04:40:39.679 INFO E| Downloaded rayon v1.6.1 |
3036 | 2024-12-21T04:40:40.169Z | [ helios-setup] Dec 21 04:40:39.693 INFO E| Downloaded h2 v0.3.16 |
3037 | 2024-12-21T04:40:40.197Z | [ helios-setup] Dec 21 04:40:39.719 INFO E| Downloaded clap_builder v4.2.1 |
3038 | 2024-12-21T04:40:40.206Z | [ helios-setup] Dec 21 04:40:39.729 INFO E| Downloaded git2 v0.16.1 |
3039 | 2024-12-21T04:40:40.219Z | [ helios-setup] Dec 21 04:40:39.742 INFO E| Downloaded tokio v1.27.0 |
3040 | 2024-12-21T04:40:40.266Z | [ helios-setup] Dec 21 04:40:39.789 INFO E| Downloaded hyper v0.14.25 |
3041 | 2024-12-21T04:40:40.279Z | [ helios-setup] Dec 21 04:40:39.803 INFO E| Downloaded regress v0.5.0 |
3042 | 2024-12-21T04:40:40.292Z | [ helios-setup] Dec 21 04:40:39.815 INFO E| Downloaded regex v1.7.3 |
3043 | 2024-12-21T04:40:40.307Z | [ helios-setup] Dec 21 04:40:39.830 INFO E| Downloaded chrono v0.4.24 |
3044 | 2024-12-21T04:40:40.320Z | [ helios-setup] Dec 21 04:40:39.843 INFO E| Downloaded rustls v0.21.0 |
3045 | 2024-12-21T04:40:40.339Z | [ helios-setup] Dec 21 04:40:39.862 INFO E| Downloaded rustix v0.37.3 |
3046 | 2024-12-21T04:40:40.369Z | [ helios-setup] Dec 21 04:40:39.892 INFO E| Downloaded crossbeam-utils v0.8.14 |
3047 | 2024-12-21T04:40:40.373Z | [ helios-setup] Dec 21 04:40:39.896 INFO E| Downloaded rhai v1.14.0 |
3048 | 2024-12-21T04:40:40.393Z | [ helios-setup] Dec 21 04:40:39.916 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3049 | 2024-12-21T04:40:40.397Z | [ helios-setup] Dec 21 04:40:39.920 INFO E| Downloaded cargo-lock v8.0.3 |
3050 | 2024-12-21T04:40:40.401Z | [ helios-setup] Dec 21 04:40:39.925 INFO E| Downloaded bincode v1.3.3 |
3051 | 2024-12-21T04:40:40.406Z | [ helios-setup] Dec 21 04:40:39.929 INFO E| Downloaded parking_lot_core v0.9.6 |
3052 | 2024-12-21T04:40:40.409Z | [ helios-setup] Dec 21 04:40:39.932 INFO E| Downloaded once_cell v1.17.0 |
3053 | 2024-12-21T04:40:40.414Z | [ helios-setup] Dec 21 04:40:39.937 INFO E| Downloaded openapiv3 v1.0.2 |
3054 | 2024-12-21T04:40:40.435Z | [ helios-setup] Dec 21 04:40:39.958 INFO E| Downloaded httparse v1.8.0 |
3055 | 2024-12-21T04:40:40.438Z | [ helios-setup] Dec 21 04:40:39.961 INFO E| Downloaded getrandom v0.2.8 |
3056 | 2024-12-21T04:40:40.441Z | [ helios-setup] Dec 21 04:40:39.965 INFO E| Downloaded serde_yaml v0.9.21 |
3057 | 2024-12-21T04:40:40.447Z | [ helios-setup] Dec 21 04:40:39.970 INFO E| Downloaded serde v1.0.204 |
3058 | 2024-12-21T04:40:40.451Z | [ helios-setup] Dec 21 04:40:39.975 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3059 | 2024-12-21T04:40:40.457Z | [ helios-setup] Dec 21 04:40:39.980 INFO E| Downloaded unicode-bidi v0.3.13 |
3060 | 2024-12-21T04:40:40.460Z | [ helios-setup] Dec 21 04:40:39.984 INFO E| Downloaded tungstenite v0.18.0 |
3061 | 2024-12-21T04:40:40.465Z | [ helios-setup] Dec 21 04:40:39.988 INFO E| Downloaded tracing-core v0.1.30 |
3062 | 2024-12-21T04:40:40.470Z | [ helios-setup] Dec 21 04:40:39.993 INFO E| Downloaded tokio-rustls v0.24.0 |
3063 | 2024-12-21T04:40:40.472Z | [ helios-setup] Dec 21 04:40:39.996 INFO E| Downloaded rhai_codegen v1.5.0 |
3064 | 2024-12-21T04:40:40.488Z | [ helios-setup] Dec 21 04:40:40.011 INFO E| Downloaded quote v1.0.36 |
3065 | 2024-12-21T04:40:40.492Z | [ helios-setup] Dec 21 04:40:40.015 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3066 | 2024-12-21T04:40:40.495Z | [ helios-setup] Dec 21 04:40:40.019 INFO E| Downloaded pin-project-lite v0.2.9 |
3067 | 2024-12-21T04:40:40.503Z | [ helios-setup] Dec 21 04:40:40.026 INFO E| Downloaded log v0.4.17 |
3068 | 2024-12-21T04:40:40.506Z | [ helios-setup] Dec 21 04:40:40.029 INFO E| Downloaded lock_api v0.4.9 |
3069 | 2024-12-21T04:40:40.509Z | [ helios-setup] Dec 21 04:40:40.032 INFO E| Downloaded io-lifetimes v1.0.10 |
3070 | 2024-12-21T04:40:40.512Z | [ helios-setup] Dec 21 04:40:40.036 INFO E| Downloaded iana-time-zone v0.1.56 |
3071 | 2024-12-21T04:40:40.516Z | [ helios-setup] Dec 21 04:40:40.040 INFO E| Downloaded libc v0.2.139 |
3072 | 2024-12-21T04:40:40.558Z | [ helios-setup] Dec 21 04:40:40.081 INFO E| Downloaded ucd-trie v0.1.5 |
3073 | 2024-12-21T04:40:40.561Z | [ helios-setup] Dec 21 04:40:40.084 INFO E| Downloaded toml v0.7.3 |
3074 | 2024-12-21T04:40:40.566Z | [ helios-setup] Dec 21 04:40:40.089 INFO E| Downloaded futures-channel v0.3.28 |
3075 | 2024-12-21T04:40:40.569Z | [ helios-setup] Dec 21 04:40:40.092 INFO E| Downloaded clap_derive v4.2.0 |
3076 | 2024-12-21T04:40:40.578Z | [ helios-setup] Dec 21 04:40:40.096 INFO E| Downloaded camino v1.1.4 |
3077 | 2024-12-21T04:40:40.578Z | [ helios-setup] Dec 21 04:40:40.099 INFO E| Downloaded unicode-ident v1.0.8 |
3078 | 2024-12-21T04:40:40.582Z | [ helios-setup] Dec 21 04:40:40.103 INFO E| Downloaded textwrap v0.16.0 |
3079 | 2024-12-21T04:40:40.584Z | [ helios-setup] Dec 21 04:40:40.107 INFO E| Downloaded async-trait v0.1.68 |
3080 | 2024-12-21T04:40:40.589Z | [ helios-setup] Dec 21 04:40:40.112 INFO E| Downloaded proc-macro-crate v1.2.1 |
3081 | 2024-12-21T04:40:40.591Z | [ helios-setup] Dec 21 04:40:40.114 INFO E| Downloaded percent-encoding v2.2.0 |
3082 | 2024-12-21T04:40:40.594Z | [ helios-setup] Dec 21 04:40:40.115 INFO E| Downloaded paste v1.0.12 |
3083 | 2024-12-21T04:40:40.597Z | [ helios-setup] Dec 21 04:40:40.120 INFO E| Downloaded digest v0.10.6 |
3084 | 2024-12-21T04:40:40.600Z | [ helios-setup] Dec 21 04:40:40.123 INFO E| Downloaded httpdate v1.0.2 |
3085 | 2024-12-21T04:40:40.603Z | [ helios-setup] Dec 21 04:40:40.125 INFO E| Downloaded byteorder v1.4.3 |
3086 | 2024-12-21T04:40:40.605Z | [ helios-setup] Dec 21 04:40:40.128 INFO E| Downloaded strsim v0.10.0 |
3087 | 2024-12-21T04:40:40.608Z | [ helios-setup] Dec 21 04:40:40.130 INFO E| Downloaded smartstring v1.0.1 |
3088 | 2024-12-21T04:40:40.611Z | [ helios-setup] Dec 21 04:40:40.134 INFO E| Downloaded jobserver v0.1.26 |
3089 | 2024-12-21T04:40:40.613Z | [ helios-setup] Dec 21 04:40:40.137 INFO E| Downloaded schemars_derive v0.8.12 |
3090 | 2024-12-21T04:40:40.616Z | [ helios-setup] Dec 21 04:40:40.139 INFO E| Downloaded utf8parse v0.2.1 |
3091 | 2024-12-21T04:40:40.618Z | [ helios-setup] Dec 21 04:40:40.141 INFO E| Downloaded time v0.1.45 |
3092 | 2024-12-21T04:40:40.621Z | [ helios-setup] Dec 21 04:40:40.144 INFO E| Downloaded thiserror-impl v1.0.38 |
3093 | 2024-12-21T04:40:40.624Z | [ helios-setup] Dec 21 04:40:40.146 INFO E| Downloaded slog-bunyan v2.4.0 |
3094 | 2024-12-21T04:40:40.627Z | [ helios-setup] Dec 21 04:40:40.148 INFO E| Downloaded pkg-config v0.3.26 |
3095 | 2024-12-21T04:40:40.630Z | [ helios-setup] Dec 21 04:40:40.150 INFO E| Downloaded num_enum v0.5.7 |
3096 | 2024-12-21T04:40:40.633Z | [ helios-setup] Dec 21 04:40:40.157 INFO E| Downloaded num_cpus v1.15.0 |
3097 | 2024-12-21T04:40:40.638Z | [ helios-setup] Dec 21 04:40:40.161 INFO E| Downloaded num-integer v0.1.45 |
3098 | 2024-12-21T04:40:40.641Z | [ helios-setup] Dec 21 04:40:40.164 INFO E| Downloaded memoffset v0.7.1 |
3099 | 2024-12-21T04:40:40.643Z | [ helios-setup] Dec 21 04:40:40.166 INFO E| Downloaded itoa v1.0.6 |
3100 | 2024-12-21T04:40:40.645Z | [ helios-setup] Dec 21 04:40:40.168 INFO E| Downloaded is-terminal v0.4.7 |
3101 | 2024-12-21T04:40:40.645Z | [ helios-setup] Dec 21 04:40:40.169 INFO E| Downloaded http-body v0.4.5 |
3102 | 2024-12-21T04:40:40.647Z | [ helios-setup] Dec 21 04:40:40.171 INFO E| Downloaded home v0.5.4 |
3103 | 2024-12-21T04:40:40.651Z | [ helios-setup] Dec 21 04:40:40.172 INFO E| Downloaded futures-macro v0.3.28 |
3104 | 2024-12-21T04:40:40.651Z | [ helios-setup] Dec 21 04:40:40.174 INFO E| Downloaded futures-io v0.3.28 |
3105 | 2024-12-21T04:40:40.656Z | [ helios-setup] Dec 21 04:40:40.175 INFO E| Downloaded serde_tokenstream v0.2.0 |
3106 | 2024-12-21T04:40:40.658Z | [ helios-setup] Dec 21 04:40:40.181 INFO E| Downloaded serde_spanned v0.6.1 |
3107 | 2024-12-21T04:40:40.661Z | [ helios-setup] Dec 21 04:40:40.182 INFO E| Downloaded ppv-lite86 v0.2.17 |
3108 | 2024-12-21T04:40:40.661Z | [ helios-setup] Dec 21 04:40:40.184 INFO E| Downloaded lazy_static v1.4.0 |
3109 | 2024-12-21T04:40:40.664Z | [ helios-setup] Dec 21 04:40:40.187 INFO E| Downloaded futures-task v0.3.28 |
3110 | 2024-12-21T04:40:40.666Z | [ helios-setup] Dec 21 04:40:40.189 INFO E| Downloaded either v1.8.0 |
3111 | 2024-12-21T04:40:40.669Z | [ helios-setup] Dec 21 04:40:40.191 INFO E| Downloaded anstream v0.2.6 |
3112 | 2024-12-21T04:40:40.671Z | [ helios-setup] Dec 21 04:40:40.194 INFO E| Downloaded thiserror v1.0.38 |
3113 | 2024-12-21T04:40:40.733Z | [ helios-setup] Dec 21 04:40:40.256 INFO E| Downloaded smawk v0.3.1 |
3114 | 2024-12-21T04:40:40.736Z | [ helios-setup] Dec 21 04:40:40.259 INFO E| Downloaded futures-executor v0.3.28 |
3115 | 2024-12-21T04:40:40.738Z | [ helios-setup] Dec 21 04:40:40.261 INFO E| Downloaded form_urlencoded v1.1.0 |
3116 | 2024-12-21T04:40:40.760Z | [ helios-setup] Dec 21 04:40:40.284 INFO E| Downloaded fastrand v1.9.0 |
3117 | 2024-12-21T04:40:40.763Z | [ helios-setup] Dec 21 04:40:40.286 INFO E| Downloaded dyn-clone v1.0.11 |
3118 | 2024-12-21T04:40:40.765Z | [ helios-setup] Dec 21 04:40:40.289 INFO E| Downloaded crossbeam-deque v0.8.2 |
3119 | 2024-12-21T04:40:40.767Z | [ helios-setup] Dec 21 04:40:40.291 INFO E| Downloaded concolor-query v0.3.3 |
3120 | 2024-12-21T04:40:40.770Z | [ helios-setup] Dec 21 04:40:40.292 INFO E| Downloaded clap_lex v0.4.1 |
3121 | 2024-12-21T04:40:40.772Z | [ helios-setup] Dec 21 04:40:40.294 INFO E| Downloaded serde_path_to_error v0.1.11 |
3122 | 2024-12-21T04:40:40.774Z | [ helios-setup] Dec 21 04:40:40.297 INFO E| Downloaded semver v0.11.0 |
3123 | 2024-12-21T04:40:40.776Z | [ helios-setup] Dec 21 04:40:40.300 INFO E| Downloaded sha2 v0.10.6 |
3124 | 2024-12-21T04:40:40.780Z | [ helios-setup] Dec 21 04:40:40.303 INFO E| Downloaded toml_datetime v0.6.1 |
3125 | 2024-12-21T04:40:40.784Z | [ helios-setup] Dec 21 04:40:40.307 INFO E| Downloaded tower-service v0.3.2 |
3126 | 2024-12-21T04:40:40.786Z | [ helios-setup] Dec 21 04:40:40.309 INFO E| Downloaded signal-hook-registry v1.4.0 |
3127 | 2024-12-21T04:40:40.789Z | [ helios-setup] Dec 21 04:40:40.311 INFO E| Downloaded futures-sink v0.3.28 |
3128 | 2024-12-21T04:40:40.789Z | [ helios-setup] Dec 21 04:40:40.312 INFO E| Downloaded const-random-macro v0.1.15 |
3129 | 2024-12-21T04:40:40.791Z | [ helios-setup] Dec 21 04:40:40.314 INFO E| Downloaded const-random v0.1.15 |
3130 | 2024-12-21T04:40:40.794Z | [ helios-setup] Dec 21 04:40:40.316 INFO E| Downloaded concolor-override v1.0.0 |
3131 | 2024-12-21T04:40:40.796Z | [ helios-setup] Dec 21 04:40:40.317 INFO E| Downloaded built v0.6.0 |
3132 | 2024-12-21T04:40:40.798Z | [ helios-setup] Dec 21 04:40:40.320 INFO E| Downloaded encoding_rs v0.8.32 |
3133 | 2024-12-21T04:40:40.833Z | [ helios-setup] Dec 21 04:40:40.356 INFO E| Downloaded ahash v0.7.6 |
3134 | 2024-12-21T04:40:40.901Z | [ helios-setup] Dec 21 04:40:40.424 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3135 | 2024-12-21T04:40:41.065Z | [ helios-setup] Dec 21 04:40:40.588 INFO E| Downloaded libz-sys v1.1.8 |
3136 | 2024-12-21T04:40:41.462Z | [ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling proc-macro2 v1.0.86 |
3137 | 2024-12-21T04:40:41.462Z | [ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling libc v0.2.139 |
3138 | 2024-12-21T04:40:41.462Z | [ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling unicode-ident v1.0.8 |
3139 | 2024-12-21T04:40:41.465Z | [ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling autocfg v1.1.0 |
3140 | 2024-12-21T04:40:41.465Z | [ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling cfg-if v1.0.0 |
3141 | 2024-12-21T04:40:41.465Z | [ helios-setup] Dec 21 04:40:40.986 INFO E| Compiling version_check v0.9.4 |
3142 | 2024-12-21T04:40:41.465Z | [ helios-setup] Dec 21 04:40:40.986 INFO E| Compiling serde v1.0.204 |
3143 | 2024-12-21T04:40:41.465Z | [ helios-setup] Dec 21 04:40:40.986 INFO E| Compiling syn v1.0.107 |
3144 | 2024-12-21T04:40:42.286Z | [ helios-setup] Dec 21 04:40:41.808 INFO E| Compiling memchr v2.5.0 |
3145 | 2024-12-21T04:40:42.970Z | [ helios-setup] Dec 21 04:40:42.492 INFO E| Compiling once_cell v1.17.0 |
3146 | 2024-12-21T04:40:43.045Z | [ host-package] Compiling nix v0.27.1 |
3147 | 2024-12-21T04:40:43.135Z | [ helios-setup] Dec 21 04:40:42.658 INFO E| Compiling log v0.4.17 |
3148 | 2024-12-21T04:40:43.450Z | [ helios-setup] Dec 21 04:40:42.972 INFO E| Compiling thiserror v1.0.38 |
3149 | 2024-12-21T04:40:43.889Z | [ helios-setup] Dec 21 04:40:43.411 INFO E| Compiling itoa v1.0.6 |
3150 | 2024-12-21T04:40:44.251Z | [ helios-setup] Dec 21 04:40:43.773 INFO E| Compiling serde_json v1.0.95 |
3151 | 2024-12-21T04:40:44.959Z | [ helios-setup] Dec 21 04:40:44.482 INFO E| Compiling getrandom v0.2.8 |
3152 | 2024-12-21T04:40:45.247Z | [ helios-setup] Dec 21 04:40:44.768 INFO E| Compiling jobserver v0.1.26 |
3153 | 2024-12-21T04:40:45.736Z | [ helios-setup] Dec 21 04:40:45.257 INFO E| Compiling indexmap v1.9.3 |
3154 | 2024-12-21T04:40:45.862Z | [ helios-setup] Dec 21 04:40:45.382 INFO E| Compiling quote v1.0.36 |
3155 | 2024-12-21T04:40:46.503Z | [ helios-setup] Dec 21 04:40:46.026 INFO E| Compiling cc v1.0.78 |
3156 | 2024-12-21T04:40:46.579Z | [ helios-setup] Dec 21 04:40:46.101 INFO E| Compiling pin-project-lite v0.2.9 |
3157 | 2024-12-21T04:40:46.771Z | [ helios-setup] Dec 21 04:40:46.289 INFO E| Compiling syn v2.0.72 |
3158 | 2024-12-21T04:40:47.075Z | [ helios-setup] Dec 21 04:40:46.596 INFO E| Compiling scopeguard v1.1.0 |
3159 | 2024-12-21T04:40:47.255Z | [ helios-setup] Dec 21 04:40:46.777 INFO E| Compiling num-integer v0.1.45 |
3160 | 2024-12-21T04:40:47.396Z | [ helios-setup] Dec 21 04:40:46.918 INFO E| Compiling futures-core v0.3.28 |
3161 | 2024-12-21T04:40:47.400Z | [ helios-setup] Dec 21 04:40:46.918 INFO E| Compiling bytes v1.4.0 |
3162 | 2024-12-21T04:40:47.998Z | [ helios-setup] Dec 21 04:40:47.520 INFO E| Compiling ryu v1.0.13 |
3163 | 2024-12-21T04:40:48.678Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3164 | 2024-12-21T04:40:49.363Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3165 | 2024-12-21T04:40:49.476Z | [ helios-setup] Dec 21 04:40:48.983 INFO E| Compiling lock_api v0.4.9 |
3166 | 2024-12-21T04:40:49.766Z | [ helios-setup] Dec 21 04:40:49.288 INFO E| Compiling typenum v1.16.0 |
3167 | 2024-12-21T04:40:49.770Z | [ helios-setup] Dec 21 04:40:49.289 INFO E| Compiling parking_lot_core v0.9.6 |
3168 | 2024-12-21T04:40:49.770Z | [ helios-setup] Dec 21 04:40:49.289 INFO E| Compiling bitflags v1.3.2 |
3169 | 2024-12-21T04:40:50.371Z | [ helios-setup] Dec 21 04:40:49.893 INFO E| Compiling num_cpus v1.15.0 |
3170 | 2024-12-21T04:40:50.637Z | [ helios-setup] Dec 21 04:40:50.159 INFO E| Compiling slab v0.4.7 |
3171 | 2024-12-21T04:40:50.740Z | [ helios-setup] Dec 21 04:40:50.262 INFO E| Compiling generic-array v0.14.6 |
3172 | 2024-12-21T04:40:50.827Z | [ helios-setup] Dec 21 04:40:50.336 INFO E| Compiling futures-task v0.3.28 |
3173 | 2024-12-21T04:40:51.072Z | [ helios-setup] Dec 21 04:40:50.579 INFO E| Compiling futures-sink v0.3.28 |
3174 | 2024-12-21T04:40:51.178Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3175 | 2024-12-21T04:40:51.500Z | [ helios-setup] Dec 21 04:40:51.022 INFO E| Compiling futures-channel v0.3.28 |
3176 | 2024-12-21T04:40:52.054Z | [ helios-setup] Dec 21 04:40:51.557 INFO E| Compiling tokio v1.27.0 |
3177 | 2024-12-21T04:40:52.129Z | [ helios-setup] Dec 21 04:40:51.646 INFO E| Compiling schemars v0.8.12 |
3178 | 2024-12-21T04:40:52.267Z | [ helios-setup] Dec 21 04:40:51.789 INFO E| Compiling futures-util v0.3.28 |
3179 | 2024-12-21T04:40:53.299Z | [ helios-setup] Dec 21 04:40:52.820 INFO E| Compiling mio v0.8.5 |
3180 | 2024-12-21T04:40:53.553Z | [ helios-setup] Dec 21 04:40:53.074 INFO E| Compiling socket2 v0.4.9 |
3181 | 2024-12-21T04:40:53.642Z | [ helios-setup] Dec 21 04:40:53.164 INFO E| Compiling signal-hook-registry v1.4.0 |
3182 | 2024-12-21T04:40:53.646Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3183 | 2024-12-21T04:40:53.744Z | [ helios-setup] Dec 21 04:40:53.266 INFO E| Compiling num-traits v0.2.15 |
3184 | 2024-12-21T04:40:53.915Z | [ helios-setup] Dec 21 04:40:53.437 INFO E| Compiling ahash v0.7.6 |
3185 | 2024-12-21T04:40:54.361Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3186 | 2024-12-21T04:40:54.903Z | [ helios-setup] Dec 21 04:40:54.422 INFO E| Compiling io-lifetimes v1.0.10 |
3187 | 2024-12-21T04:40:55.168Z | [ helios-setup] Dec 21 04:40:54.689 INFO E| Compiling futures-io v0.3.28 |
3188 | 2024-12-21T04:40:56.076Z | [ helios-setup] Dec 21 04:40:55.597 INFO E| Compiling pin-utils v0.1.0 |
3189 | 2024-12-21T04:40:56.349Z | [ helios-setup] Dec 21 04:40:55.870 INFO E| Compiling crunchy v0.2.2 |
3190 | 2024-12-21T04:40:56.924Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
3191 | 2024-12-21T04:40:57.210Z | [ helios-setup] Dec 21 04:40:56.731 INFO E| Compiling ahash v0.8.3 |
3192 | 2024-12-21T04:40:57.264Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3193 | 2024-12-21T04:40:57.541Z | [ helios-setup] Dec 21 04:40:57.062 INFO E| Compiling hashbrown v0.12.3 |
3194 | 2024-12-21T04:40:57.821Z | [ helios-setup] Dec 21 04:40:57.342 INFO E| Compiling serde_derive_internals v0.26.0 |
3195 | 2024-12-21T04:40:57.935Z | [ helios-setup] Dec 21 04:40:57.456 INFO E| Compiling rustix v0.37.3 |
3196 | 2024-12-21T04:40:58.826Z | [ helios-setup] Dec 21 04:40:58.347 INFO E| Compiling tiny-keccak v2.0.2 |
3197 | 2024-12-21T04:40:58.889Z | [ helios-setup] Dec 21 04:40:58.410 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3198 | 2024-12-21T04:40:59.802Z | [ helios-setup] Dec 21 04:40:59.323 INFO E| Compiling crypto-common v0.1.6 |
3199 | 2024-12-21T04:41:00.282Z | [ helios-setup] Dec 21 04:40:59.803 INFO E| Compiling block-buffer v0.10.3 |
3200 | 2024-12-21T04:41:01.239Z | [ helios-setup] Dec 21 04:41:00.761 INFO E| Compiling errno v0.3.1 |
3201 | 2024-12-21T04:41:01.643Z | [ helios-setup] Dec 21 04:41:01.164 INFO E| Compiling pkg-config v0.3.26 |
3202 | 2024-12-21T04:41:01.709Z | [ helios-setup] Dec 21 04:41:01.231 INFO E| Compiling crossbeam-utils v0.8.14 |
3203 | 2024-12-21T04:41:02.052Z | [ helios-setup] Dec 21 04:41:01.573 INFO E| Compiling slog v2.7.0 |
3204 | 2024-12-21T04:41:02.131Z | [ helios-setup] Dec 21 04:41:01.653 INFO E| Compiling fnv v1.0.7 |
3205 | 2024-12-21T04:41:02.605Z | [ helios-setup] Dec 21 04:41:02.126 INFO E| Compiling http v0.2.9 |
3206 | 2024-12-21T04:41:05.164Z | [ helios-setup] Dec 21 04:41:04.685 INFO E| Compiling digest v0.10.6 |
3207 | 2024-12-21T04:41:05.311Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3208 | 2024-12-21T04:41:05.832Z | [ helios-setup] Dec 21 04:41:05.353 INFO E| Compiling aho-corasick v0.7.20 |
3209 | 2024-12-21T04:41:06.280Z | [ helios-setup] Dec 21 04:41:05.800 INFO E| Compiling tinyvec_macros v0.1.1 |
3210 | 2024-12-21T04:41:06.495Z | [ helios-setup] Dec 21 04:41:06.016 INFO E| Compiling regex-syntax v0.6.29 |
3211 | 2024-12-21T04:41:07.444Z | [ helios-setup] Dec 21 04:41:06.964 INFO E| Compiling unicode-width v0.1.10 |
3212 | 2024-12-21T04:41:07.482Z | [ helios-setup] Dec 21 04:41:07.002 INFO E| Compiling heck v0.4.1 |
3213 | 2024-12-21T04:41:08.205Z | [ helios-setup] Dec 21 04:41:07.726 INFO E| Compiling httparse v1.8.0 |
3214 | 2024-12-21T04:41:08.506Z | [ helios-setup] Dec 21 04:41:08.027 INFO E| Compiling thiserror-impl v1.0.38 |
3215 | 2024-12-21T04:41:08.642Z | [ helios-setup] Dec 21 04:41:08.162 INFO E| Compiling schemars_derive v0.8.12 |
3216 | 2024-12-21T04:41:09.025Z | [ helios-setup] Dec 21 04:41:08.546 INFO E| Compiling anyhow v1.0.68 |
3217 | 2024-12-21T04:41:09.277Z | [ helios-setup] Dec 21 04:41:08.795 INFO E| Compiling percent-encoding v2.2.0 |
3218 | 2024-12-21T04:41:10.186Z | [ helios-setup] Dec 21 04:41:09.707 INFO E| Compiling serde_derive v1.0.204 |
3219 | 2024-12-21T04:41:10.509Z | [ helios-setup] Dec 21 04:41:10.029 INFO E| Compiling futures-macro v0.3.28 |
3220 | 2024-12-21T04:41:10.699Z | [ helios-setup] Dec 21 04:41:10.219 INFO E| Compiling tokio-macros v2.0.0 |
3221 | 2024-12-21T04:41:10.699Z | [ helios-setup] Dec 21 04:41:10.220 INFO E| Compiling cpufeatures v0.2.5 |
3222 | 2024-12-21T04:41:11.237Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3223 | 2024-12-21T04:41:11.750Z | [ helios-setup] Dec 21 04:41:11.271 INFO E| Compiling form_urlencoded v1.1.0 |
3224 | 2024-12-21T04:41:12.229Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3225 | 2024-12-21T04:41:12.428Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3226 | 2024-12-21T04:41:12.845Z | [ helios-setup] Dec 21 04:41:12.366 INFO E| Compiling const-random-macro v0.1.15 |
3227 | 2024-12-21T04:41:13.069Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3228 | 2024-12-21T04:41:13.182Z | [ helios-setup] Dec 21 04:41:12.702 INFO E| Compiling tinyvec v1.6.0 |
3229 | 2024-12-21T04:41:13.194Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3230 | 2024-12-21T04:41:13.284Z | [ helios-setup] Dec 21 04:41:12.804 INFO E| Compiling regex v1.7.3 |
3231 | 2024-12-21T04:41:15.021Z | [ helios-setup] Dec 21 04:41:14.541 INFO E| Compiling hashbrown v0.13.2 |
3232 | 2024-12-21T04:41:15.089Z | [ helios-setup] Dec 21 04:41:14.609 INFO E| Compiling chrono v0.4.24 |
3233 | 2024-12-21T04:41:16.987Z | [ helios-setup] Dec 21 04:41:16.506 INFO E| Compiling libz-sys v1.1.8 |
3234 | 2024-12-21T04:41:18.907Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3235 | 2024-12-21T04:41:19.150Z | [ helios-setup] Dec 21 04:41:18.670 INFO E| Compiling dyn-clone v1.0.11 |
3236 | 2024-12-21T04:41:19.674Z | [ helios-setup] Dec 21 04:41:19.194 INFO E| Compiling uuid v1.3.0 |
3237 | 2024-12-21T04:41:20.054Z | [ helios-setup] Dec 21 04:41:19.572 INFO E| Compiling unicode-normalization v0.1.22 |
3238 | 2024-12-21T04:41:20.285Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3239 | 2024-12-21T04:41:20.314Z | [ helios-setup] Dec 21 04:41:19.834 INFO E| Compiling regress v0.5.0 |
3240 | 2024-12-21T04:41:21.361Z | [ helios-setup] Dec 21 04:41:20.880 INFO E| Compiling const-random v0.1.15 |
3241 | 2024-12-21T04:41:21.671Z | [ host-package] Compiling hashlink v0.9.1 |
3242 | 2024-12-21T04:41:22.597Z | [ helios-setup] Dec 21 04:41:22.117 INFO E| Compiling getopts v0.2.21 |
3243 | 2024-12-21T04:41:23.460Z | [ host-package] Compiling tungstenite v0.23.0 |
3244 | 2024-12-21T04:41:23.879Z | [ helios-setup] Dec 21 04:41:23.398 INFO E| Compiling tracing-core v0.1.30 |
3245 | 2024-12-21T04:41:24.206Z | [ helios-setup] Dec 21 04:41:23.723 INFO E| Compiling memoffset v0.7.1 |
3246 | 2024-12-21T04:41:24.462Z | [ host-package] Compiling base64 v0.13.1 |
3247 | 2024-12-21T04:41:24.688Z | [ helios-setup] Dec 21 04:41:24.207 INFO E| Compiling num-conv v0.1.0 |
3248 | 2024-12-21T04:41:25.257Z | [ helios-setup] Dec 21 04:41:24.776 INFO E| Compiling time-core v0.1.2 |
3249 | 2024-12-21T04:41:25.592Z | [ helios-setup] Dec 21 04:41:25.112 INFO E| Compiling powerfmt v0.2.0 |
3250 | 2024-12-21T04:41:26.338Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3251 | 2024-12-21T04:41:26.438Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3252 | 2024-12-21T04:41:26.633Z | [ helios-setup] Dec 21 04:41:26.152 INFO E| Compiling unicode-bidi v0.3.13 |
3253 | 2024-12-21T04:41:26.851Z | [ helios-setup] Dec 21 04:41:26.369 INFO E| Compiling ucd-trie v0.1.5 |
3254 | 2024-12-21T04:41:27.366Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3255 | 2024-12-21T04:41:27.702Z | [ host-package] Compiling ron v0.7.1 |
3256 | 2024-12-21T04:41:28.220Z | [ helios-setup] Dec 21 04:41:27.738 INFO E| Compiling idna v0.3.0 |
3257 | 2024-12-21T04:41:28.378Z | [ host-package] Compiling rusqlite v0.32.1 |
3258 | 2024-12-21T04:41:28.733Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3259 | 2024-12-21T04:41:29.438Z | [ helios-setup] Dec 21 04:41:28.957 INFO E| Compiling pest v2.5.7 |
3260 | 2024-12-21T04:41:30.266Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3261 | 2024-12-21T04:41:30.468Z | [ helios-setup] Dec 21 04:41:29.986 INFO E| Compiling deranged v0.3.11 |
3262 | 2024-12-21T04:41:32.243Z | [ helios-setup] Dec 21 04:41:31.762 INFO E| Compiling time-macros v0.2.18 |
3263 | 2024-12-21T04:41:34.389Z | [ helios-setup] Dec 21 04:41:33.907 INFO E| Compiling tracing v0.1.37 |
3264 | 2024-12-21T04:41:35.950Z | [ helios-setup] Dec 21 04:41:35.468 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3265 | 2024-12-21T04:41:37.759Z | [ helios-setup] Dec 21 04:41:37.277 INFO E| Compiling time v0.1.45 |
3266 | 2024-12-21T04:41:37.847Z | [ helios-setup] Dec 21 04:41:37.366 INFO E| Compiling crossbeam-epoch v0.9.13 |
3267 | 2024-12-21T04:41:37.923Z | [ helios-setup] Dec 21 04:41:37.440 INFO E| Compiling semver v1.0.17 |
3268 | 2024-12-21T04:41:37.942Z | [ host-package] Compiling xz2 v0.1.7 |
3269 | 2024-12-21T04:41:38.490Z | [ helios-setup] Dec 21 04:41:38.008 INFO E| Compiling toml v0.5.11 |
3270 | 2024-12-21T04:41:38.869Z | [ helios-setup] Dec 21 04:41:38.387 INFO E| Compiling serde_tokenstream v0.2.0 |
3271 | 2024-12-21T04:41:39.857Z | [ helios-setup] Dec 21 04:41:39.375 INFO E| Compiling smallvec v1.10.0 |
3272 | 2024-12-21T04:41:41.186Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3273 | 2024-12-21T04:41:41.670Z | [ helios-setup] Dec 21 04:41:41.188 INFO E| Compiling iana-time-zone v0.1.56 |
3274 | 2024-12-21T04:41:41.740Z | [ helios-setup] Dec 21 04:41:41.258 INFO E| Compiling num_threads v0.1.6 |
3275 | 2024-12-21T04:41:42.102Z | [ helios-setup] Dec 21 04:41:41.620 INFO E| Compiling parking_lot v0.12.1 |
3276 | 2024-12-21T04:41:42.429Z | [ host-package] Compiling zone v0.1.8 |
3277 | 2024-12-21T04:41:43.199Z | [ helios-setup] Dec 21 04:41:42.716 INFO E| Compiling time v0.3.36 |
3278 | 2024-12-21T04:41:46.260Z | [ helios-setup] Dec 21 04:41:45.777 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3279 | 2024-12-21T04:41:49.031Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3280 | 2024-12-21T04:41:50.466Z | [ helios-setup] Dec 21 04:41:49.983 INFO E| Compiling semver-parser v0.10.2 |
3281 | 2024-12-21T04:41:50.695Z | [ helios-setup] Dec 21 04:41:50.212 INFO E| Compiling url v2.3.1 |
3282 | 2024-12-21T04:41:54.539Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3283 | 2024-12-21T04:41:55.014Z | [ helios-setup] Dec 21 04:41:54.531 INFO E| Compiling crossbeam-channel v0.5.6 |
3284 | 2024-12-21T04:41:55.179Z | [ helios-setup] Dec 21 04:41:54.696 INFO E| Compiling dirs-sys-next v0.1.2 |
3285 | 2024-12-21T04:41:57.320Z | [ helios-setup] Dec 21 04:41:56.836 INFO E| Compiling try-lock v0.2.4 |
3286 | 2024-12-21T04:41:57.656Z | [ helios-setup] Dec 21 04:41:57.173 INFO E| Compiling crc32fast v1.3.2 |
3287 | 2024-12-21T04:41:57.656Z | [ helios-setup] Dec 21 04:41:57.173 INFO E| Compiling same-file v1.0.6 |
3288 | 2024-12-21T04:41:58.537Z | [ helios-setup] Dec 21 04:41:58.053 INFO E| Compiling walkdir v2.3.3 |
3289 | 2024-12-21T04:41:58.652Z | [ helios-setup] Dec 21 04:41:58.168 INFO E| Compiling want v0.3.0 |
3290 | 2024-12-21T04:42:00.002Z | [ helios-setup] Dec 21 04:41:59.518 INFO E| Compiling dirs-next v2.0.0 |
3291 | 2024-12-21T04:42:02.107Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3292 | 2024-12-21T04:42:02.878Z | [ helios-setup] Dec 21 04:42:02.393 INFO E| Compiling tokio-util v0.7.7 |
3293 | 2024-12-21T04:42:03.053Z | [ helios-setup] Dec 21 04:42:02.569 INFO E| Compiling semver v0.11.0 |
3294 | 2024-12-21T04:42:04.038Z | [ helios-setup] Dec 21 04:42:03.554 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3295 | 2024-12-21T04:42:04.260Z | [ helios-setup] Dec 21 04:42:03.776 INFO E| Compiling proc-macro-crate v1.2.1 |
3296 | 2024-12-21T04:42:05.822Z | [ helios-setup] Dec 21 04:42:05.338 INFO E| Compiling h2 v0.3.16 |
3297 | 2024-12-21T04:42:07.400Z | [ helios-setup] Dec 21 04:42:06.916 INFO E| Compiling futures-executor v0.3.28 |
3298 | 2024-12-21T04:42:09.590Z | [ helios-setup] Dec 21 04:42:08.779 INFO E| Compiling http-body v0.4.5 |
3299 | 2024-12-21T04:42:09.847Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3300 | 2024-12-21T04:42:09.918Z | [ helios-setup] Dec 21 04:42:09.419 INFO E| Compiling ring v0.16.20 |
3301 | 2024-12-21T04:42:11.191Z | [ helios-setup] Dec 21 04:42:10.705 INFO E| Compiling rand_core v0.6.4 |
3302 | 2024-12-21T04:42:12.520Z | [ helios-setup] Dec 21 04:42:12.035 INFO E| Compiling thread_local v1.1.7 |
3303 | 2024-12-21T04:42:12.708Z | [ helios-setup] Dec 21 04:42:12.223 INFO E| Compiling fastrand v1.9.0 |
3304 | 2024-12-21T04:42:13.654Z | [ helios-setup] Dec 21 04:42:13.169 INFO E| Compiling tower-service v0.3.2 |
3305 | 2024-12-21T04:42:13.924Z | [ helios-setup] Dec 21 04:42:13.439 INFO E| Compiling adler v1.0.2 |
3306 | 2024-12-21T04:42:14.373Z | [ helios-setup] Dec 21 04:42:13.887 INFO E| Compiling httpdate v1.0.2 |
3307 | 2024-12-21T04:42:14.725Z | [ helios-setup] Dec 21 04:42:14.240 INFO E| Compiling utf8parse v0.2.1 |
3308 | 2024-12-21T04:42:15.276Z | [ helios-setup] Dec 21 04:42:14.790 INFO E| Compiling base64 v0.21.0 |
3309 | 2024-12-21T04:42:15.632Z | [ helios-setup] Dec 21 04:42:15.147 INFO E| Compiling lazy_static v1.4.0 |
3310 | 2024-12-21T04:42:15.762Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3311 | 2024-12-21T04:42:16.085Z | [ helios-setup] Dec 21 04:42:15.599 INFO E| Compiling rayon-core v1.10.2 |
3312 | 2024-12-21T04:42:16.248Z | [ helios-setup] Dec 21 04:42:15.756 INFO E| Compiling home v0.5.4 |
3313 | 2024-12-21T04:42:16.823Z | [ helios-setup] Dec 21 04:42:16.337 INFO E| Compiling ppv-lite86 v0.2.17 |
3314 | 2024-12-21T04:42:17.770Z | [ helios-setup] Dec 21 04:42:17.285 INFO E| Compiling hyper v0.14.25 |
3315 | 2024-12-21T04:42:17.997Z | [ helios-setup] Dec 21 04:42:17.511 INFO E| Compiling toolchain_find v0.2.0 |
3316 | 2024-12-21T04:42:18.296Z | [ helios-setup] Dec 21 04:42:17.811 INFO E| Compiling rand_chacha v0.3.1 |
3317 | 2024-12-21T04:42:18.895Z | [ helios-setup] Dec 21 04:42:18.410 INFO E| Compiling anstyle-parse v0.1.1 |
3318 | 2024-12-21T04:42:19.889Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3319 | 2024-12-21T04:42:21.218Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3320 | 2024-12-21T04:42:21.850Z | [ helios-setup] Dec 21 04:42:21.363 INFO E| Compiling miniz_oxide v0.6.2 |
3321 | 2024-12-21T04:42:22.227Z | [ helios-setup] Dec 21 04:42:21.741 INFO E| Compiling tempfile v3.5.0 |
3322 | 2024-12-21T04:42:22.586Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3323 | 2024-12-21T04:42:27.420Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3324 | 2024-12-21T04:42:27.805Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3325 | 2024-12-21T04:42:28.068Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3326 | 2024-12-21T04:42:28.645Z | [ helios-setup] Dec 21 04:42:28.158 INFO E| Compiling futures v0.3.28 |
3327 | 2024-12-21T04:42:29.370Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3328 | 2024-12-21T04:42:29.691Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3329 | 2024-12-21T04:42:30.645Z | [ host-package] Compiling twox-hash v1.6.3 |
3330 | 2024-12-21T04:42:33.161Z | [ host-package] Compiling yasna v0.5.2 |
3331 | 2024-12-21T04:42:35.425Z | [ helios-setup] Dec 21 04:42:34.938 INFO E| Compiling num_enum_derive v0.5.7 |
3332 | 2024-12-21T04:42:37.083Z | [ helios-setup] Dec 21 04:42:36.596 INFO E| Compiling cargo-lock v8.0.3 |
3333 | 2024-12-21T04:42:37.987Z | [ host-package] Compiling is_ci v1.2.0 |
3334 | 2024-12-21T04:42:38.826Z | [ host-package] Compiling smawk v0.3.2 |
3335 | 2024-12-21T04:42:39.417Z | [ helios-setup] Dec 21 04:42:38.929 INFO E| Compiling crossbeam-deque v0.8.2 |
3336 | 2024-12-21T04:42:39.661Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3337 | 2024-12-21T04:42:40.196Z | [ host-package] Compiling supports-color v3.0.1 |
3338 | 2024-12-21T04:42:40.362Z | [ host-package] Compiling rcgen v0.12.1 |
3339 | 2024-12-21T04:42:40.924Z | [ host-package] Compiling textwrap v0.16.1 |
3340 | 2024-12-21T04:42:41.165Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3341 | 2024-12-21T04:42:41.581Z | [ helios-setup] Dec 21 04:42:41.093 INFO E| Compiling term v0.7.0 |
3342 | 2024-12-21T04:42:43.016Z | [ helios-setup] Dec 21 04:42:42.528 INFO E| Compiling serde_urlencoded v0.7.1 |
3343 | 2024-12-21T04:42:43.861Z | [ helios-setup] Dec 21 04:42:43.373 INFO E| Compiling sha1 v0.10.5 |
3344 | 2024-12-21T04:42:44.411Z | [ helios-setup] Dec 21 04:42:43.923 INFO E| Compiling sha2 v0.10.6 |
3345 | 2024-12-21T04:42:44.778Z | [ helios-setup] Dec 21 04:42:44.291 INFO E| Compiling is-terminal v0.4.7 |
3346 | 2024-12-21T04:42:45.298Z | [ helios-setup] Dec 21 04:42:44.810 INFO E| Compiling atty v0.2.14 |
3347 | 2024-12-21T04:42:46.581Z | [ helios-setup] Dec 21 04:42:46.092 INFO E| Compiling concolor-override v1.0.0 |
3348 | 2024-12-21T04:42:47.539Z | [ helios-setup] Dec 21 04:42:47.051 INFO E| Compiling concolor-query v0.3.3 |
3349 | 2024-12-21T04:42:48.021Z | [ helios-setup] Dec 21 04:42:47.533 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3350 | 2024-12-21T04:42:48.434Z | [ helios-setup] Dec 21 04:42:47.946 INFO E| Compiling anstyle v0.3.5 |
3351 | 2024-12-21T04:42:49.429Z | [ helios-setup] Dec 21 04:42:48.941 INFO E| Compiling anstream v0.2.6 |
3352 | 2024-12-21T04:42:51.869Z | [ helios-setup] Dec 21 04:42:51.381 INFO E| Compiling slog-term v2.9.0 |
3353 | 2024-12-21T04:42:51.995Z | [ helios-setup] Dec 21 04:42:51.506 INFO E| Compiling flate2 v1.0.25 |
3354 | 2024-12-21T04:42:52.300Z | [ helios-setup] Dec 21 04:42:51.811 INFO E| Compiling num_enum v0.5.7 |
3355 | 2024-12-21T04:42:52.700Z | [ helios-setup] Dec 21 04:42:52.212 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3356 | 2024-12-21T04:42:53.895Z | [ helios-setup] Dec 21 04:42:53.406 INFO E| Compiling rand v0.8.5 |
3357 | 2024-12-21T04:42:54.301Z | [ helios-setup] Dec 21 04:42:53.810 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3358 | 2024-12-21T04:42:54.567Z | [ helios-setup] Dec 21 04:42:54.078 INFO E| Compiling openapiv3 v1.0.2 |
3359 | 2024-12-21T04:42:57.477Z | [ helios-setup] Dec 21 04:42:56.988 INFO E| Compiling encoding_rs v0.8.32 |
3360 | 2024-12-21T04:42:58.167Z | [ helios-setup] Dec 21 04:42:57.678 INFO E| Compiling untrusted v0.7.1 |
3361 | 2024-12-21T04:42:58.764Z | [ helios-setup] Dec 21 04:42:58.274 INFO E| Compiling byteorder v1.4.3 |
3362 | 2024-12-21T04:42:59.764Z | [ helios-setup] Dec 21 04:42:59.273 INFO E| Compiling project-root v0.2.2 |
3363 | 2024-12-21T04:43:00.650Z | [ helios-setup] Dec 21 04:43:00.160 INFO E| Compiling ipnet v2.7.2 |
3364 | 2024-12-21T04:43:01.417Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3365 | 2024-12-21T04:43:03.981Z | [ helios-setup] Dec 21 04:43:03.492 INFO E| Compiling utf-8 v0.7.6 |
3366 | 2024-12-21T04:43:04.285Z | [ helios-setup] Dec 21 04:43:03.795 INFO E| Compiling spin v0.5.2 |
3367 | 2024-12-21T04:43:04.970Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3368 | 2024-12-21T04:43:04.994Z | [ helios-setup] Dec 21 04:43:04.505 INFO E| Compiling either v1.8.0 |
3369 | 2024-12-21T04:43:05.378Z | [ helios-setup] Dec 21 04:43:04.888 INFO E| Compiling base64 v0.13.1 |
3370 | 2024-12-21T04:43:05.679Z | [ helios-setup] Dec 21 04:43:05.189 INFO E| Compiling clap_lex v0.4.1 |
3371 | 2024-12-21T04:43:06.499Z | [ helios-setup] Dec 21 04:43:06.009 INFO E| Compiling unsafe-libyaml v0.2.8 |
3372 | 2024-12-21T04:43:07.043Z | [ helios-setup] Dec 21 04:43:06.554 INFO E| Compiling strsim v0.10.0 |
3373 | 2024-12-21T04:43:07.247Z | [ helios-setup] Dec 21 04:43:06.756 INFO E| Compiling mime v0.3.17 |
3374 | 2024-12-21T04:43:07.340Z | [ helios-setup] Dec 21 04:43:06.850 INFO E| Compiling tungstenite v0.18.0 |
3375 | 2024-12-21T04:43:08.942Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3376 | 2024-12-21T04:43:09.354Z | [ helios-setup] Dec 21 04:43:08.863 INFO E| Compiling reqwest v0.11.16 |
3377 | 2024-12-21T04:43:09.488Z | [ helios-setup] Dec 21 04:43:08.998 INFO E| Compiling clap_builder v4.2.1 |
3378 | 2024-12-21T04:43:10.439Z | [ helios-setup] Dec 21 04:43:09.949 INFO E| Compiling serde_yaml v0.9.21 |
3379 | 2024-12-21T04:43:10.517Z | [ helios-setup] Dec 21 04:43:10.027 INFO E| Compiling rayon v1.6.1 |
3380 | 2024-12-21T04:43:18.066Z | [ helios-setup] Dec 21 04:43:17.575 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3381 | 2024-12-21T04:43:19.666Z | [ helios-setup] Dec 21 04:43:19.175 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3382 | 2024-12-21T04:43:21.749Z | [ helios-setup] Dec 21 04:43:21.257 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3383 | 2024-12-21T04:43:24.633Z | [ helios-setup] Dec 21 04:43:24.142 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3384 | 2024-12-21T04:43:26.623Z | [ helios-setup] Dec 21 04:43:26.130 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3385 | 2024-12-21T04:43:26.940Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3386 | 2024-12-21T04:43:26.989Z | [ helios-setup] Dec 21 04:43:26.497 INFO E| Compiling clap_derive v4.2.0 |
3387 | 2024-12-21T04:43:32.366Z | [ helios-setup] Dec 21 04:43:31.873 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3388 | 2024-12-21T04:43:35.499Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3389 | 2024-12-21T04:43:37.162Z | [ helios-setup] Dec 21 04:43:36.669 INFO E| Compiling clap v4.2.1 |
3390 | 2024-12-21T04:43:37.619Z | [ helios-setup] Dec 21 04:43:37.126 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3391 | 2024-12-21T04:43:44.094Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3392 | 2024-12-21T04:43:49.901Z | [ helios-setup] Dec 21 04:43:49.407 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3393 | 2024-12-21T04:43:53.533Z | [ helios-setup] Dec 21 04:43:53.039 INFO E| Compiling tokio-tungstenite v0.18.0 |
3394 | 2024-12-21T04:43:54.956Z | [ helios-setup] Dec 21 04:43:54.462 INFO E| Compiling smartstring v1.0.1 |
3395 | 2024-12-21T04:43:56.119Z | [ helios-setup] Dec 21 04:43:55.625 INFO E| Compiling rustls v0.21.0 |
3396 | 2024-12-21T04:43:58.756Z | [ helios-setup] Dec 21 04:43:58.262 INFO E| Compiling rustls-webpki v0.100.1 |
3397 | 2024-12-21T04:44:03.162Z | [ helios-setup] Dec 21 04:44:02.667 INFO E| Compiling sct v0.7.0 |
3398 | 2024-12-21T04:44:04.273Z | [ helios-setup] Dec 21 04:44:03.778 INFO E| Compiling serde_spanned v0.6.1 |
3399 | 2024-12-21T04:44:04.728Z | [ helios-setup] Dec 21 04:44:04.233 INFO E| Compiling toml_datetime v0.6.1 |
3400 | 2024-12-21T04:44:04.994Z | [ helios-setup] Dec 21 04:44:04.499 INFO E| Compiling slog-async v2.7.0 |
3401 | 2024-12-21T04:44:06.291Z | [ helios-setup] Dec 21 04:44:05.796 INFO E| Compiling winnow v0.4.1 |
3402 | 2024-12-21T04:44:06.348Z | [ helios-setup] Dec 21 04:44:05.853 INFO E| Compiling camino v1.1.4 |
3403 | 2024-12-21T04:44:08.027Z | [ helios-setup] Dec 21 04:44:07.532 INFO E| Compiling static_assertions v1.1.0 |
3404 | 2024-12-21T04:44:08.029Z | [ helios-setup] Dec 21 04:44:07.532 INFO E| Compiling async-trait v0.1.68 |
3405 | 2024-12-21T04:44:08.287Z | [ helios-setup] Dec 21 04:44:07.792 INFO E| Compiling paste v1.0.12 |
3406 | 2024-12-21T04:44:09.364Z | [ helios-setup] Dec 21 04:44:08.868 INFO E| Compiling match_cfg v0.1.0 |
3407 | 2024-12-21T04:44:09.644Z | [ helios-setup] Dec 21 04:44:09.147 INFO E| Compiling hostname v0.3.1 |
3408 | 2024-12-21T04:44:10.886Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3409 | 2024-12-21T04:44:11.606Z | [ helios-setup] Dec 21 04:44:11.110 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3410 | 2024-12-21T04:44:12.772Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3411 | 2024-12-21T04:44:14.671Z | [ helios-setup] Dec 21 04:44:14.175 INFO E| Compiling toml_edit v0.19.8 |
3412 | 2024-12-21T04:44:16.919Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3413 | 2024-12-21T04:44:18.097Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3414 | 2024-12-21T04:44:24.283Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3415 | 2024-12-21T04:44:24.703Z | [ helios-setup] Dec 21 04:44:24.207 INFO E| Compiling slog-json v2.6.1 |
3416 | 2024-12-21T04:44:25.017Z | [ helios-setup] Dec 21 04:44:24.520 INFO E| Compiling unicode-linebreak v0.1.4 |
3417 | 2024-12-21T04:44:25.812Z | [ helios-setup] Dec 21 04:44:25.316 INFO E| Compiling async-stream-impl v0.3.5 |
3418 | 2024-12-21T04:44:27.803Z | [ helios-setup] Dec 21 04:44:27.306 INFO E| Compiling rhai_codegen v1.5.0 |
3419 | 2024-12-21T04:44:29.113Z | [ helios-setup] Dec 21 04:44:28.616 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3420 | 2024-12-21T04:44:29.820Z | [ helios-setup] Dec 21 04:44:29.323 INFO E| Compiling take_mut v0.2.2 |
3421 | 2024-12-21T04:44:30.094Z | [ helios-setup] Dec 21 04:44:29.597 INFO E| Compiling async-stream v0.3.5 |
3422 | 2024-12-21T04:44:30.628Z | [ helios-setup] Dec 21 04:44:30.131 INFO E| Compiling slog-bunyan v2.4.0 |
3423 | 2024-12-21T04:44:30.741Z | [ host-package] Compiling fatfs v0.3.6 |
3424 | 2024-12-21T04:44:30.854Z | [ helios-setup] Dec 21 04:44:30.357 INFO E| Compiling toml v0.7.3 |
3425 | 2024-12-21T04:44:31.634Z | [ helios-setup] Dec 21 04:44:31.136 INFO E| Compiling tokio-rustls v0.24.0 |
3426 | 2024-12-21T04:44:34.139Z | [ helios-setup] Dec 21 04:44:33.642 INFO E| Compiling rhai v1.14.0 |
3427 | 2024-12-21T04:44:36.105Z | [ host-package] Compiling subprocess v0.2.9 |
3428 | 2024-12-21T04:44:38.796Z | [ helios-setup] Dec 21 04:44:38.298 INFO E| Compiling rustls-pemfile v1.0.2 |
3429 | 2024-12-21T04:44:40.220Z | [ helios-setup] Dec 21 04:44:39.721 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3430 | 2024-12-21T04:44:41.634Z | [ helios-setup] Dec 21 04:44:41.136 INFO E| Compiling bincode v1.3.3 |
3431 | 2024-12-21T04:44:42.347Z | [ helios-setup] Dec 21 04:44:41.845 INFO E| Compiling serde_path_to_error v0.1.11 |
3432 | 2024-12-21T04:44:44.149Z | [ helios-setup] Dec 21 04:44:43.651 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3433 | 2024-12-21T04:44:44.199Z | [ helios-setup] Dec 21 04:44:43.700 INFO E| Compiling terminal_size v0.2.6 |
3434 | 2024-12-21T04:44:44.404Z | [ host-package] Compiling rtoolbox v0.0.2 |
3435 | 2024-12-21T04:44:44.582Z | [ helios-setup] Dec 21 04:44:44.080 INFO E| Compiling smawk v0.3.1 |
3436 | 2024-12-21T04:44:45.317Z | [ host-package] Compiling assert_matches v1.5.0 |
3437 | 2024-12-21T04:44:45.671Z | [ helios-setup] Dec 21 04:44:45.172 INFO E| Compiling textwrap v0.16.0 |
3438 | 2024-12-21T04:44:45.759Z | [ host-package] Compiling rpassword v7.3.1 |
3439 | 2024-12-21T04:44:46.819Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3440 | 2024-12-21T04:44:51.692Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3441 | 2024-12-21T04:44:55.074Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3442 | 2024-12-21T04:45:01.403Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3443 | 2024-12-21T04:45:08.392Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3444 | 2024-12-21T04:45:09.719Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3445 | 2024-12-21T04:45:09.827Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3446 | 2024-12-21T04:45:10.694Z | [ host-package] Compiling uzers v0.12.1 |
3447 | 2024-12-21T04:45:12.205Z | [ helios-setup] Dec 21 04:45:11.704 INFO E| Compiling git2 v0.16.1 |
3448 | 2024-12-21T04:45:15.023Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3449 | 2024-12-21T04:45:18.078Z | [ helios-setup] Dec 21 04:45:17.576 INFO E| Compiling built v0.6.0 |
3450 | 2024-12-21T04:45:22.796Z | [ helios-setup] Dec 21 04:45:22.294 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3451 | 2024-12-21T04:45:24.569Z | [ helios-setup] Dec 21 04:45:24.067 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3452 | 2024-12-21T04:45:25.291Z | [ helios-setup] Dec 21 04:45:24.789 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3453 | 2024-12-21T04:45:26.027Z | [ helios-setup] Dec 21 04:45:25.525 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3454 | 2024-12-21T04:45:28.205Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3455 | 2024-12-21T04:45:29.141Z | [ helios-setup] Dec 21 04:45:28.639 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3456 | 2024-12-21T04:45:31.100Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3457 | 2024-12-21T04:46:19.619Z | [ helios-setup] Dec 21 04:46:19.112 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3458 | 2024-12-21T04:46:24.720Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3459 | 2024-12-21T04:46:25.372Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3460 | 2024-12-21T04:46:30.678Z | [ host-package] Compiling multimap v0.10.0 |
3461 | 2024-12-21T04:47:27.104Z | [ helios-setup] Dec 21 04:47:26.591 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s |
3462 | 2024-12-21T04:47:27.234Z | [ helios-setup] Dec 21 04:47:26.721 INFO building project "pilot" ok (414 seconds) |
3463 | 2024-12-21T04:47:27.237Z | [ helios-setup] rm -f helios-build |
3464 | 2024-12-21T04:47:27.240Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3465 | 2024-12-21T04:47:27.242Z | [ helios-setup] |
3466 | 2024-12-21T04:47:27.244Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3467 | 2024-12-21T04:47:27.248Z | [ helios-setup] |
3468 | 2024-12-21T04:47:27.248Z | [ helios-setup] |
3469 | 2024-12-21T04:47:27.248Z | [ helios-setup] real 12:12.049331524 |
3470 | 2024-12-21T04:47:27.248Z | [ helios-setup] user 29:25.036299393 |
3471 | 2024-12-21T04:47:27.248Z | [ helios-setup] sys 3:38.438797560 |
3472 | 2024-12-21T04:47:27.248Z | [ helios-setup] trap 1.842519392 |
3473 | 2024-12-21T04:47:27.248Z | [ helios-setup] tflt 8.334054832 |
3474 | 2024-12-21T04:47:27.248Z | [ helios-setup] dflt 33.426512444 |
3475 | 2024-12-21T04:47:27.251Z | [ helios-setup] kflt 0.037855652 |
3476 | 2024-12-21T04:47:27.251Z | [ helios-setup] lock 2:08:18.952038674 |
3477 | 2024-12-21T04:47:27.251Z | [ helios-setup] slp 3:48:53.584090102 |
3478 | 2024-12-21T04:47:27.251Z | [ helios-setup] lat 33:38.364229352 |
3479 | 2024-12-21T04:47:27.251Z | [ helios-setup] stop 4:46.202411406 |
3480 | 2024-12-21T04:47:27.251Z | Dec 21 04:47:26.735 INFO [helios-setup] process exited with exit status: 0 (732.05506536s) |
3481 | 2024-12-21T04:47:27.251Z | Dec 21 04:47:26.735 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3482 | 2024-12-21T04:47:27.292Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3483 | 2024-12-21T04:47:27.758Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3484 | 2024-12-21T04:47:27.761Z | [ phbl-toolchain] info: downloading component 'cargo' |
3485 | 2024-12-21T04:47:29.458Z | [ phbl-toolchain] info: downloading component 'clippy' |
3486 | 2024-12-21T04:47:29.887Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3487 | 2024-12-21T04:47:35.778Z | [ phbl-toolchain] info: downloading component 'miri' |
3488 | 2024-12-21T04:47:35.964Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3489 | 2024-12-21T04:47:37.780Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3490 | 2024-12-21T04:47:37.996Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3491 | 2024-12-21T04:47:40.352Z | [ phbl-toolchain] info: downloading component 'rustc' |
3492 | 2024-12-21T04:47:47.829Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3493 | 2024-12-21T04:47:48.098Z | [ phbl-toolchain] info: installing component 'cargo' |
3494 | 2024-12-21T04:47:49.443Z | [ phbl-toolchain] info: installing component 'clippy' |
3495 | 2024-12-21T04:47:49.873Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3496 | 2024-12-21T04:47:55.641Z | [ phbl-toolchain] info: installing component 'miri' |
3497 | 2024-12-21T04:47:55.992Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3498 | 2024-12-21T04:48:03.495Z | [ phbl-toolchain] info: installing component 'rust-src' |
3499 | 2024-12-21T04:48:04.113Z | [ phbl-toolchain] info: installing component 'rust-std' |
3500 | 2024-12-21T04:48:06.575Z | [ phbl-toolchain] info: installing component 'rustc' |
3501 | 2024-12-21T04:48:15.674Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3502 | 2024-12-21T04:48:16.421Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3503 | 2024-12-21T04:48:16.424Z | Dec 21 04:48:15.907 INFO [phbl-toolchain] process exited with exit status: 0 (49.171238559s) |
3504 | 2024-12-21T04:49:16.615Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3505 | 2024-12-21T04:49:18.130Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3506 | 2024-12-21T04:56:11.978Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 05s |
3507 | 2024-12-21T04:57:20.751Z | Dec 21 04:57:20.019 INFO [host-package] process exited with exit status: 0 (1274.155943806s) |
3508 | 2024-12-21T04:57:20.763Z | Dec 21 04:57:20.020 INFO [host-stamp] running task |
3509 | 2024-12-21T04:57:20.763Z | Dec 21 04:57:20.020 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3510 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.020 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+git7b95f649174 |
3511 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.038 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+git7b95f649174 |
3512 | 2024-12-21T04:57:20.764Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3513 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.047 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+git7b95f649174 |
3514 | 2024-12-21T04:57:20.764Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3515 | 2024-12-21T04:57:20.764Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.058 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+git7b95f649174 |
3517 | 2024-12-21T04:57:20.764Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3518 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.067 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+git7b95f649174 |
3519 | 2024-12-21T04:57:20.764Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3520 | 2024-12-21T04:57:20.764Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3521 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.079 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+git7b95f649174 |
3522 | 2024-12-21T04:57:20.764Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3523 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.094[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3524 | 2024-12-21T04:57:20.764Z | 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+git7b95f649174 |
3525 | 2024-12-21T04:57:20.764Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3526 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.112 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+git7b95f649174 |
3527 | 2024-12-21T04:57:20.764Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3528 | 2024-12-21T04:57:20.764Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3529 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.131 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (92.253633ms) |
3530 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.131 INFO [stamp-overlay] process exited with exit status: 0 (63.633814ms) |
3531 | 2024-12-21T04:57:20.764Z | Dec 21 04:57:20.131 INFO [stamp-oxlog] process exited with exit status: 0 (52.097889ms) |
3532 | 2024-12-21T04:57:20.764Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3533 | 2024-12-21T04:57:20.866Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3534 | 2024-12-21T04:57:20.867Z | Dec 21 04:57:20.231 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (119.458239ms) |
3535 | 2024-12-21T04:57:20.883Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3536 | 2024-12-21T04:57:20.883Z | Dec 21 04:57:20.307 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (248.948338ms) |
3537 | 2024-12-21T04:57:21.039Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3538 | 2024-12-21T04:57:21.050Z | Dec 21 04:57:20.452 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (405.879386ms) |
3539 | 2024-12-21T04:57:21.827Z | [recovery-package] Compiling newtype-uuid v1.1.3 |
3540 | 2024-12-21T04:57:21.886Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3541 | 2024-12-21T04:57:21.924Z | Dec 21 04:57:21.323 INFO [stamp-propolis-server] process exited with exit status: 0 (1.22917067s) |
3542 | 2024-12-21T04:57:22.344Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3543 | 2024-12-21T04:57:22.634Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3544 | 2024-12-21T04:57:22.634Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3545 | 2024-12-21T04:57:22.673Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3546 | 2024-12-21T04:57:23.244Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3547 | 2024-12-21T04:57:30.465Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3548 | 2024-12-21T04:57:30.472Z | Dec 21 04:57:29.902 INFO [stamp-switch-asic] process exited with exit status: 0 (9.881540065s) |
3549 | 2024-12-21T04:57:30.472Z | Dec 21 04:57:29.902 INFO [host-stamp] task succeeded (9.882422988s) |
3550 | 2024-12-21T04:57:30.472Z | Dec 21 04:57:29.902 INFO [host-proto] running task |
3551 | 2024-12-21T04:57:30.926Z | Dec 21 04:57:30.359 INFO [host-proto] task succeeded (456.643995ms) |
3552 | 2024-12-21T04:57:30.927Z | Dec 21 04:57:30.359 INFO [host-profile] running task |
3553 | 2024-12-21T04:57:30.934Z | Dec 21 04:57:30.359 INFO [host-profile] task succeeded (339.154µs) |
3554 | 2024-12-21T04:57:30.934Z | Dec 21 04:57:30.359 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpHZ7K79/proto/host/root -N 'ci 7b95f64/${os_short_commit} 2024-12-21 04:35' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3555 | 2024-12-21T04:57:30.945Z | [ host-image] Dec 21 04:57:30.378 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3556 | 2024-12-21T04:57:30.958Z | [ host-image] Dec 21 04:57:30.378 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3557 | 2024-12-21T04:57:30.966Z | [ host-image] Dec 21 04:57:30.393 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHZ7K79/proto/host/root" |
3558 | 2024-12-21T04:57:30.966Z | [ host-image] Dec 21 04:57:30.393 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3559 | 2024-12-21T04:57:30.966Z | [ host-image] Dec 21 04:57:30.394 INFO image builder template: ramdisk-01-os... |
3560 | 2024-12-21T04:57:30.966Z | [ host-image] Dec 21 04:57:30.394 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/.tmpHZ7K79/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3561 | 2024-12-21T04:57:30.982Z | [ host-image] Dec 21 04:57:30.415 INFO O| Dec 21 04:57:30.415 INFO CREATE DATASET: rpool/images/build/host/output |
3562 | 2024-12-21T04:57:31.284Z | [ host-image] Dec 21 04:57:30.686 INFO O| Dec 21 04:57:30.686 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3563 | 2024-12-21T04:57:31.317Z | [ host-image] Dec 21 04:57:30.691 INFO O| Dec 21 04:57:30.691 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3564 | 2024-12-21T04:57:31.512Z | [ host-image] Dec 21 04:57:30.945 INFO O| Dec 21 04:57:30.944 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3565 | 2024-12-21T04:57:31.593Z | [ host-image] Dec 21 04:57:31.025 INFO O| Dec 21 04:57:31.025 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3566 | 2024-12-21T04:57:31.593Z | [ host-image] Dec 21 04:57:31.025 INFO O| Dec 21 04:57:31.025 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3567 | 2024-12-21T04:57:31.603Z | [ host-image] Dec 21 04:57:31.026 INFO O| Dec 21 04:57:31.025 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3568 | 2024-12-21T04:57:31.603Z | [ host-image] Dec 21 04:57:31.026 INFO O| Dec 21 04:57:31.026 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3569 | 2024-12-21T04:57:31.603Z | [ host-image] Dec 21 04:57:31.034 INFO O| Dec 21 04:57:31.034 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3570 | 2024-12-21T04:57:31.858Z | [ host-image] Dec 21 04:57:31.289 INFO O| Dec 21 04:57:31.289 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3571 | 2024-12-21T04:57:31.868Z | [ host-image] Dec 21 04:57:31.300 INFO O| Dec 21 04:57:31.300 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3572 | 2024-12-21T04:57:32.256Z | [ host-image] Dec 21 04:57:31.687 INFO O| Dec 21 04:57:31.687 INFO O| Caching catalogs ... Done |
3573 | 2024-12-21T04:57:32.328Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3574 | 2024-12-21T04:57:32.328Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3575 | 2024-12-21T04:57:32.337Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3576 | 2024-12-21T04:57:32.337Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3577 | 2024-12-21T04:57:32.346Z | [ host-image] Dec 21 04:57:31.775 INFO O| Dec 21 04:57:31.775 INFO STEP 0 (pkg_image_create) COMPLETE |
3578 | 2024-12-21T04:57:32.346Z | [ host-image] Dec 21 04:57:31.775 INFO O| Dec 21 04:57:31.775 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3579 | 2024-12-21T04:57:32.346Z | [ host-image] Dec 21 04:57:31.775 INFO O| Dec 21 04:57:31.775 INFO skip step because feature "repo_redist" is not enabled |
3580 | 2024-12-21T04:57:32.346Z | [ host-image] Dec 21 04:57:31.775 INFO O| Dec 21 04:57:31.775 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3581 | 2024-12-21T04:57:32.368Z | [ host-image] Dec 21 04:57:31.788 INFO O| Dec 21 04:57:31.788 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"] |
3582 | 2024-12-21T04:57:32.848Z | [ host-image] Dec 21 04:57:32.281 INFO O| Dec 21 04:57:32.281 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3583 | 2024-12-21T04:57:32.848Z | [ host-image] Dec 21 04:57:32.281 INFO O| Dec 21 04:57:32.281 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3584 | 2024-12-21T04:57:32.869Z | [ host-image] Dec 21 04:57:32.299 INFO O| Dec 21 04:57:32.299 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"] |
3585 | 2024-12-21T04:57:33.419Z | [ host-image] Dec 21 04:57:32.851 INFO O| Dec 21 04:57:32.851 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3586 | 2024-12-21T04:57:33.419Z | [ host-image] Dec 21 04:57:32.852 INFO O| Dec 21 04:57:32.851 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3587 | 2024-12-21T04:57:33.432Z | [ host-image] Dec 21 04:57:32.852 INFO O| Dec 21 04:57:32.851 INFO skip step because feature "repo_redist" is not enabled |
3588 | 2024-12-21T04:57:33.432Z | [ host-image] Dec 21 04:57:32.852 INFO O| Dec 21 04:57:32.851 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3589 | 2024-12-21T04:57:34.044Z | [ host-image] Dec 21 04:57:33.440 INFO O| Dec 21 04:57:33.440 INFO variant opensolaris.zone is already global |
3590 | 2024-12-21T04:57:34.044Z | [ host-image] Dec 21 04:57:33.440 INFO O| Dec 21 04:57:33.440 INFO STEP 5 (pkg_change_variant) COMPLETE |
3591 | 2024-12-21T04:57:34.055Z | [ host-image] Dec 21 04:57:33.440 INFO O| Dec 21 04:57:33.440 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3592 | 2024-12-21T04:57:34.571Z | [ host-image] Dec 21 04:57:34.003 INFO O| Dec 21 04:57:34.003 INFO variant opensolaris.imagetype is full; changing to partial |
3593 | 2024-12-21T04:57:34.571Z | [ host-image] Dec 21 04:57:34.003 INFO O| Dec 21 04:57:34.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3594 | 2024-12-21T04:57:35.506Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3595 | 2024-12-21T04:57:35.640Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3596 | 2024-12-21T04:57:40.640Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3597 | 2024-12-21T04:57:40.728Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3598 | 2024-12-21T04:57:41.574Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3599 | 2024-12-21T04:57:46.095Z | [ host-image] Dec 21 04:57:45.527 INFO O| Dec 21 04:57:45.526 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3600 | 2024-12-21T04:57:46.149Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3601 | 2024-12-21T04:57:51.055Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3602 | 2024-12-21T04:57:53.815Z | [ host-image] Dec 21 04:57:53.246 INFO O| Dec 21 04:57:53.246 INFO O| Startup: Caching catalogs ... Done |
3603 | 2024-12-21T04:57:53.919Z | [ host-image] Dec 21 04:57:53.349 INFO O| Dec 21 04:57:53.349 INFO O| Planning: Planning completed in 0.00 seconds |
3604 | 2024-12-21T04:57:53.921Z | [ host-image] Dec 21 04:57:53.350 INFO O| Dec 21 04:57:53.350 INFO O| Planning: Consolidating action changes ... Done |
3605 | 2024-12-21T04:57:53.921Z | [ host-image] Dec 21 04:57:53.350 INFO O| Dec 21 04:57:53.350 INFO O| Planning: Evaluating mediators ... Done |
3606 | 2024-12-21T04:57:53.921Z | [ host-image] Dec 21 04:57:53.351 INFO O| Dec 21 04:57:53.351 INFO O| Planning: Planning completed in 0.00 seconds |
3607 | 2024-12-21T04:57:53.921Z | [ host-image] Dec 21 04:57:53.351 INFO O| Dec 21 04:57:53.351 INFO O| Variants/Facets to change: 1 |
3608 | 2024-12-21T04:57:53.997Z | [ host-image] Dec 21 04:57:53.428 INFO O| Dec 21 04:57:53.428 INFO O| Done |
3609 | 2024-12-21T04:57:53.997Z | [ host-image] Dec 21 04:57:53.428 INFO O| Dec 21 04:57:53.428 INFO O| Done |
3610 | 2024-12-21T04:57:54.677Z | [ host-image] Dec 21 04:57:54.108 INFO O| Dec 21 04:57:54.108 INFO O| Done |
3611 | 2024-12-21T04:57:54.748Z | [ host-image] Dec 21 04:57:54.179 INFO O| Dec 21 04:57:54.179 INFO O| Done |
3612 | 2024-12-21T04:57:54.751Z | [ host-image] Dec 21 04:57:54.181 INFO O| Dec 21 04:57:54.181 INFO O| Done |
3613 | 2024-12-21T04:57:54.751Z | [ host-image] Dec 21 04:57:54.181 INFO O| Dec 21 04:57:54.181 INFO O| Done |
3614 | 2024-12-21T04:57:54.753Z | [ host-image] Dec 21 04:57:54.183 INFO O| Dec 21 04:57:54.183 INFO O| Done |
3615 | 2024-12-21T04:57:55.313Z | [ host-image] Dec 21 04:57:54.744 INFO O| Dec 21 04:57:54.744 INFO STEP 6 (pkg_change_variant) COMPLETE |
3616 | 2024-12-21T04:57:55.313Z | [ host-image] Dec 21 04:57:54.744 INFO O| Dec 21 04:57:54.744 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3617 | 2024-12-21T04:57:55.313Z | [ host-image] Dec 21 04:57:54.744 INFO O| Dec 21 04:57:54.744 INFO skip step because feature "debug_variant" is not enabled |
3618 | 2024-12-21T04:57:55.316Z | [ host-image] Dec 21 04:57:54.744 INFO O| Dec 21 04:57:54.744 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3619 | 2024-12-21T04:57:55.828Z | [ host-image] Dec 21 04:57:55.258 INFO O| Dec 21 04:57:55.258 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3620 | 2024-12-21T04:57:56.813Z | [ host-image] Dec 21 04:57:56.244 INFO O| Dec 21 04:57:56.244 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3621 | 2024-12-21T04:57:56.816Z | [ host-image] Dec 21 04:57:56.246 INFO O| Dec 21 04:57:56.246 INFO O| Planning: Planning completed in 0.00 seconds |
3622 | 2024-12-21T04:57:56.818Z | [ host-image] Dec 21 04:57:56.247 INFO O| Dec 21 04:57:56.247 INFO O| Planning: Consolidating action changes ... Done |
3623 | 2024-12-21T04:57:56.818Z | [ host-image] Dec 21 04:57:56.247 INFO O| Dec 21 04:57:56.247 INFO O| Planning: Evaluating mediators ... Done |
3624 | 2024-12-21T04:57:56.818Z | [ host-image] Dec 21 04:57:56.248 INFO O| Dec 21 04:57:56.248 INFO O| Planning: Planning completed in 0.00 seconds |
3625 | 2024-12-21T04:57:56.818Z | [ host-image] Dec 21 04:57:56.249 INFO O| Dec 21 04:57:56.249 INFO O| Variants/Facets to change: 1 |
3626 | 2024-12-21T04:57:56.976Z | [ host-image] Dec 21 04:57:56.406 INFO O| Dec 21 04:57:56.406 INFO O| Done |
3627 | 2024-12-21T04:57:56.976Z | [ host-image] Dec 21 04:57:56.406 INFO O| Dec 21 04:57:56.406 INFO O| Done |
3628 | 2024-12-21T04:57:57.522Z | [ host-image] Dec 21 04:57:56.952 INFO O| Dec 21 04:57:56.952 INFO O| Done |
3629 | 2024-12-21T04:57:57.578Z | [ host-image] Dec 21 04:57:57.008 INFO O| Dec 21 04:57:57.008 INFO O| Done |
3630 | 2024-12-21T04:57:57.581Z | [ host-image] Dec 21 04:57:57.009 INFO O| Dec 21 04:57:57.009 INFO O| Done |
3631 | 2024-12-21T04:57:57.581Z | [ host-image] Dec 21 04:57:57.009 INFO O| Dec 21 04:57:57.009 INFO O| Done |
3632 | 2024-12-21T04:57:57.581Z | [ host-image] Dec 21 04:57:57.010 INFO O| Dec 21 04:57:57.010 INFO O| Done |
3633 | 2024-12-21T04:57:57.639Z | [ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO STEP 8 (pkg_change_facet) COMPLETE |
3634 | 2024-12-21T04:57:57.639Z | [ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3635 | 2024-12-21T04:57:57.642Z | [ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO skip step because feature "recovery" is not enabled |
3636 | 2024-12-21T04:57:57.642Z | [ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3637 | 2024-12-21T04:57:57.643Z | [ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO skip step because feature "recovery" is not enabled |
3638 | 2024-12-21T04:57:57.643Z | [ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3639 | 2024-12-21T04:57:57.651Z | [ host-image] Dec 21 04:57:57.081 INFO O| Dec 21 04:57:57.081 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"] |
3640 | 2024-12-21T04:57:58.105Z | [ host-image] Dec 21 04:57:57.536 INFO O| Dec 21 04:57:57.535 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3641 | 2024-12-21T04:58:11.154Z | [recovery-package] Finished `release` profile [optimized] target(s) in 50.30s |
3642 | 2024-12-21T04:58:12.723Z | Dec 21 04:58:12.152 INFO [recovery-package] process exited with exit status: 0 (52.132365915s) |
3643 | 2024-12-21T04:58:12.723Z | Dec 21 04:58:12.152 INFO [recovery-stamp] running task |
3644 | 2024-12-21T04:58:12.726Z | Dec 21 04:58:12.153 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3645 | 2024-12-21T04:58:12.733Z | Dec 21 04:58:12.162 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git7b95f649174 |
3646 | 2024-12-21T04:58:12.745Z | Dec 21 04:58:12.173 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+git7b95f649174 |
3647 | 2024-12-21T04:58:12.754Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3648 | 2024-12-21T04:58:12.766Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3649 | 2024-12-21T04:58:12.820Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3650 | 2024-12-21T04:58:12.823Z | Dec 21 04:58:12.253 INFO [stamp-installinator] process exited with exit status: 0 (90.750626ms) |
3651 | 2024-12-21T04:58:12.888Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3652 | 2024-12-21T04:58:12.891Z | Dec 21 04:58:12.320 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (147.323626ms) |
3653 | 2024-12-21T04:58:12.894Z | Dec 21 04:58:12.320 INFO [recovery-stamp] task succeeded (167.97132ms) |
3654 | 2024-12-21T04:58:12.894Z | Dec 21 04:58:12.321 INFO [recovery-proto] running task |
3655 | 2024-12-21T04:58:12.894Z | Dec 21 04:58:12.321 INFO [tuf-stamp] running task |
3656 | 2024-12-21T04:58:12.894Z | Dec 21 04:58:12.322 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+git7b95f649174 |
3657 | 2024-12-21T04:58:12.910Z | Dec 21 04:58:12.339 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+git7b95f649174 |
3658 | 2024-12-21T04:58:12.924Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3659 | 2024-12-21T04:58:12.926Z | Dec 21 04:58:12.353 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+git7b95f649174 |
3660 | 2024-12-21T04:58:12.936Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3661 | 2024-12-21T04:58:12.940Z | Dec 21 04:58:12.370 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+git7b95f649174 |
3662 | 2024-12-21T04:58:12.956Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3663 | 2024-12-21T04:58:12.974Z | Dec 21 04:58:12.386 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+git7b95f649174 |
3664 | 2024-12-21T04:58:12.978Z | Dec 21 04:58:12.404 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+git7b95f649174 |
3665 | 2024-12-21T04:58:12.978Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3666 | 2024-12-21T04:58:13.012Z | Dec 21 04:58:12.441 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+git7b95f649174 |
3667 | 2024-12-21T04:58:13.043Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3668 | 2024-12-21T04:58:13.048Z | Dec 21 04:58:12.474 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+git7b95f649174 |
3669 | 2024-12-21T04:58:13.067Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3670 | 2024-12-21T04:58:13.089Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3671 | 2024-12-21T04:58:13.092Z | Dec 21 04:58:12.518 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+git7b95f649174 |
3672 | 2024-12-21T04:58:13.235Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3673 | 2024-12-21T04:58:13.240Z | Dec 21 04:58:12.670 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+git7b95f649174 |
3674 | 2024-12-21T04:58:13.241Z | Dec 21 04:58:12.670 INFO [recovery-proto] task succeeded (349.103471ms) |
3675 | 2024-12-21T04:58:13.416Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3676 | 2024-12-21T04:58:13.419Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3677 | 2024-12-21T04:58:13.419Z | Dec 21 04:58:12.845 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+git7b95f649174 |
3678 | 2024-12-21T04:58:13.652Z | Dec 21 04:58:13.081 INFO [stamp-probe] process exited with exit status: 0 (605.910742ms) |
3679 | 2024-12-21T04:58:13.655Z | Dec 21 04:58:13.081 INFO [stamp-ntp] process exited with exit status: 0 (741.47256ms) |
3680 | 2024-12-21T04:58:13.673Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3681 | 2024-12-21T04:58:13.676Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3682 | 2024-12-21T04:58:13.676Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3683 | 2024-12-21T04:58:13.676Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3684 | 2024-12-21T04:58:13.696Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3685 | 2024-12-21T04:58:13.699Z | Dec 21 04:58:13.129 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpHZ7K79/proto/recovery/root -N 'recovery 7b95f64/${os_short_commit} 2024-12-21 04:35' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3686 | 2024-12-21T04:58:13.788Z | [ recovery-image] Dec 21 04:58:13.217 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3687 | 2024-12-21T04:58:13.788Z | [ recovery-image] Dec 21 04:58:13.217 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3688 | 2024-12-21T04:58:13.814Z | [ recovery-image] Dec 21 04:58:13.243 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHZ7K79/proto/recovery/root" |
3689 | 2024-12-21T04:58:13.816Z | [ recovery-image] Dec 21 04:58:13.243 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3690 | 2024-12-21T04:58:13.818Z | [ recovery-image] Dec 21 04:58:13.244 INFO image builder template: ramdisk-01-os... |
3691 | 2024-12-21T04:58:13.818Z | [ recovery-image] Dec 21 04:58:13.244 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/.tmpHZ7K79/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3692 | 2024-12-21T04:58:13.876Z | [ recovery-image] Dec 21 04:58:13.305 INFO O| Dec 21 04:58:13.286 INFO CREATE DATASET: rpool/images/build/recovery/output |
3693 | 2024-12-21T04:58:14.277Z | [ recovery-image] Dec 21 04:58:13.706 INFO O| Dec 21 04:58:13.706 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3694 | 2024-12-21T04:58:14.311Z | [ recovery-image] Dec 21 04:58:13.740 INFO O| Dec 21 04:58:13.718 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3695 | 2024-12-21T04:58:14.495Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3696 | 2024-12-21T04:58:14.546Z | Dec 21 04:58:13.976 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.572074391s) |
3697 | 2024-12-21T04:58:14.703Z | [ recovery-image] Dec 21 04:58:14.133 INFO O| Dec 21 04:58:14.129 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3698 | 2024-12-21T04:58:14.799Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3699 | 2024-12-21T04:58:14.803Z | Dec 21 04:58:14.233 INFO [stamp-external-dns] process exited with exit status: 0 (1.846819072s) |
3700 | 2024-12-21T04:58:14.822Z | [ recovery-image] Dec 21 04:58:14.251 INFO O| Dec 21 04:58:14.251 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3701 | 2024-12-21T04:58:14.824Z | [ recovery-image] Dec 21 04:58:14.251 INFO O| Dec 21 04:58:14.251 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3702 | 2024-12-21T04:58:14.824Z | [ recovery-image] Dec 21 04:58:14.252 INFO O| Dec 21 04:58:14.252 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3703 | 2024-12-21T04:58:14.824Z | [ recovery-image] Dec 21 04:58:14.252 INFO O| Dec 21 04:58:14.252 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3704 | 2024-12-21T04:58:14.832Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3705 | 2024-12-21T04:58:14.834Z | [ recovery-image] Dec 21 04:58:14.263 INFO O| Dec 21 04:58:14.263 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3706 | 2024-12-21T04:58:14.881Z | Dec 21 04:58:14.311 INFO [stamp-internal-dns] process exited with exit status: 0 (1.869700947s) |
3707 | 2024-12-21T04:58:15.091Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3708 | 2024-12-21T04:58:15.095Z | Dec 21 04:58:14.525 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.854867251s) |
3709 | 2024-12-21T04:58:15.159Z | [ recovery-image] Dec 21 04:58:14.588 INFO O| Dec 21 04:58:14.586 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3710 | 2024-12-21T04:58:15.169Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3711 | 2024-12-21T04:58:15.173Z | [ recovery-image] Dec 21 04:58:14.602 INFO O| Dec 21 04:58:14.601 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3712 | 2024-12-21T04:58:15.175Z | Dec 21 04:58:14.603 INFO [stamp-oximeter] process exited with exit status: 0 (2.249748561s) |
3713 | 2024-12-21T04:58:15.568Z | [ recovery-image] Dec 21 04:58:14.997 INFO O| Dec 21 04:58:14.997 INFO O| Caching catalogs ... Done |
3714 | 2024-12-21T04:58:15.687Z | [ recovery-image] Dec 21 04:58:15.116 INFO O| Dec 21 04:58:15.116 INFO STEP 0 (pkg_image_create) COMPLETE |
3715 | 2024-12-21T04:58:15.690Z | [ recovery-image] Dec 21 04:58:15.116 INFO O| Dec 21 04:58:15.116 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3716 | 2024-12-21T04:58:15.690Z | [ recovery-image] Dec 21 04:58:15.117 INFO O| Dec 21 04:58:15.116 INFO skip step because feature "repo_redist" is not enabled |
3717 | 2024-12-21T04:58:15.690Z | [ recovery-image] Dec 21 04:58:15.117 INFO O| Dec 21 04:58:15.116 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3718 | 2024-12-21T04:58:15.701Z | [ recovery-image] Dec 21 04:58:15.130 INFO O| Dec 21 04:58:15.130 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"] |
3719 | 2024-12-21T04:58:16.197Z | [ recovery-image] Dec 21 04:58:15.625 INFO O| Dec 21 04:58:15.625 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3720 | 2024-12-21T04:58:16.197Z | [ recovery-image] Dec 21 04:58:15.625 INFO O| Dec 21 04:58:15.625 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-21T04:58:16.213Z | [ recovery-image] Dec 21 04:58:15.642 INFO O| Dec 21 04:58:15.642 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"] |
3722 | 2024-12-21T04:58:16.709Z | [ recovery-image] Dec 21 04:58:16.138 INFO O| Dec 21 04:58:16.138 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3723 | 2024-12-21T04:58:16.709Z | [ recovery-image] Dec 21 04:58:16.138 INFO O| Dec 21 04:58:16.138 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3724 | 2024-12-21T04:58:16.709Z | [ recovery-image] Dec 21 04:58:16.138 INFO O| Dec 21 04:58:16.138 INFO skip step because feature "repo_redist" is not enabled |
3725 | 2024-12-21T04:58:16.709Z | [ recovery-image] Dec 21 04:58:16.138 INFO O| Dec 21 04:58:16.138 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3726 | 2024-12-21T04:58:17.190Z | [ recovery-image] Dec 21 04:58:16.619 INFO O| Dec 21 04:58:16.619 INFO variant opensolaris.zone is already global |
3727 | 2024-12-21T04:58:17.190Z | [ recovery-image] Dec 21 04:58:16.619 INFO O| Dec 21 04:58:16.619 INFO STEP 5 (pkg_change_variant) COMPLETE |
3728 | 2024-12-21T04:58:17.190Z | [ recovery-image] Dec 21 04:58:16.619 INFO O| Dec 21 04:58:16.619 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3729 | 2024-12-21T04:58:17.661Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3730 | 2024-12-21T04:58:17.665Z | Dec 21 04:58:17.094 INFO [stamp-nexus] process exited with exit status: 0 (4.248515608s) |
3731 | 2024-12-21T04:58:17.667Z | [ recovery-image] Dec 21 04:58:17.097 INFO O| Dec 21 04:58:17.096 INFO variant opensolaris.imagetype is full; changing to partial |
3732 | 2024-12-21T04:58:17.667Z | [ recovery-image] Dec 21 04:58:17.097 INFO O| Dec 21 04:58:17.097 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3733 | 2024-12-21T04:58:18.027Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3734 | 2024-12-21T04:58:18.189Z | [verify-libraries] Compiling home v0.5.9 |
3735 | 2024-12-21T04:58:18.208Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3736 | 2024-12-21T04:58:18.231Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3737 | 2024-12-21T04:58:18.231Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3738 | 2024-12-21T04:58:18.231Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3739 | 2024-12-21T04:58:18.477Z | [verify-libraries] Compiling nix v0.28.0 |
3740 | 2024-12-21T04:58:18.612Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3741 | 2024-12-21T04:58:18.614Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3742 | 2024-12-21T04:58:18.668Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3743 | 2024-12-21T04:58:18.703Z | Dec 21 04:58:18.133 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.810863778s) |
3744 | 2024-12-21T04:58:18.805Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3745 | 2024-12-21T04:58:18.899Z | [verify-libraries] Compiling polyval v0.6.2 |
3746 | 2024-12-21T04:58:19.495Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3747 | 2024-12-21T04:58:19.760Z | [verify-libraries] Compiling ghash v0.5.1 |
3748 | 2024-12-21T04:58:19.763Z | [verify-libraries] Compiling ctr v0.9.2 |
3749 | 2024-12-21T04:58:19.849Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3750 | 2024-12-21T04:58:20.189Z | [verify-libraries] Compiling blowfish v0.9.1 |
3751 | 2024-12-21T04:58:20.959Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3752 | 2024-12-21T04:58:21.661Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3753 | 2024-12-21T04:58:21.746Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3754 | 2024-12-21T04:58:22.483Z | [verify-libraries] Compiling password-hash v0.4.2 |
3755 | 2024-12-21T04:58:25.395Z | [verify-libraries] Compiling rustyline v14.0.0 |
3756 | 2024-12-21T04:58:26.914Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3757 | 2024-12-21T04:58:26.919Z | Dec 21 04:58:26.348 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.829402028s) |
3758 | 2024-12-21T04:58:27.490Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3759 | 2024-12-21T04:58:27.495Z | [verify-libraries] Compiling matches v0.1.10 |
3760 | 2024-12-21T04:58:27.518Z | Dec 21 04:58:26.946 INFO [stamp-clickhouse] process exited with exit status: 0 (14.576826657s) |
3761 | 2024-12-21T04:58:27.518Z | Dec 21 04:58:26.947 INFO [tuf-stamp] task succeeded (14.625906324s) |
3762 | 2024-12-21T04:58:27.680Z | [verify-libraries] Compiling idna v0.2.3 |
3763 | 2024-12-21T04:58:28.133Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3764 | 2024-12-21T04:58:28.684Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3765 | 2024-12-21T04:58:28.820Z | [verify-libraries] Compiling p521 v0.13.3 |
3766 | 2024-12-21T04:58:30.472Z | [ recovery-image] Dec 21 04:58:29.899 INFO O| Dec 21 04:58:29.899 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3767 | 2024-12-21T04:58:32.853Z | [verify-libraries] Compiling p256 v0.13.2 |
3768 | 2024-12-21T04:58:34.242Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3769 | 2024-12-21T04:58:35.597Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3770 | 2024-12-21T04:58:36.113Z | [verify-libraries] Compiling md5 v0.7.0 |
3771 | 2024-12-21T04:58:36.744Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3772 | 2024-12-21T04:58:40.228Z | [ recovery-image] Dec 21 04:58:39.654 INFO O| Dec 21 04:58:39.654 INFO O| Startup: Caching catalogs ... Done |
3773 | 2024-12-21T04:58:40.370Z | [ recovery-image] Dec 21 04:58:39.796 INFO O| Dec 21 04:58:39.796 INFO O| Planning: Planning completed in 0.00 seconds |
3774 | 2024-12-21T04:58:40.372Z | [ recovery-image] Dec 21 04:58:39.797 INFO O| Dec 21 04:58:39.797 INFO O| Planning: Consolidating action changes ... Done |
3775 | 2024-12-21T04:58:40.373Z | [ recovery-image] Dec 21 04:58:39.797 INFO O| Dec 21 04:58:39.797 INFO O| Planning: Evaluating mediators ... Done |
3776 | 2024-12-21T04:58:40.373Z | [ recovery-image] Dec 21 04:58:39.798 INFO O| Dec 21 04:58:39.798 INFO O| Planning: Planning completed in 0.00 seconds |
3777 | 2024-12-21T04:58:40.373Z | [ recovery-image] Dec 21 04:58:39.799 INFO O| Dec 21 04:58:39.799 INFO O| Variants/Facets to change: 1 |
3778 | 2024-12-21T04:58:40.568Z | [ recovery-image] Dec 21 04:58:39.995 INFO O| Dec 21 04:58:39.995 INFO O| Done |
3779 | 2024-12-21T04:58:40.568Z | [ recovery-image] Dec 21 04:58:39.995 INFO O| Dec 21 04:58:39.995 INFO O| Done |
3780 | 2024-12-21T04:58:41.482Z | [ recovery-image] Dec 21 04:58:40.909 INFO O| Dec 21 04:58:40.909 INFO O| Done |
3781 | 2024-12-21T04:58:41.514Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3782 | 2024-12-21T04:58:41.585Z | [ recovery-image] Dec 21 04:58:41.011 INFO O| Dec 21 04:58:41.011 INFO O| Done |
3783 | 2024-12-21T04:58:41.589Z | [ recovery-image] Dec 21 04:58:41.013 INFO O| Dec 21 04:58:41.013 INFO O| Done |
3784 | 2024-12-21T04:58:41.589Z | [ recovery-image] Dec 21 04:58:41.013 INFO O| Dec 21 04:58:41.013 INFO O| Done |
3785 | 2024-12-21T04:58:41.594Z | [ recovery-image] Dec 21 04:58:41.015 INFO O| Dec 21 04:58:41.015 INFO O| Done |
3786 | 2024-12-21T04:58:41.644Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3787 | 2024-12-21T04:58:42.433Z | [ recovery-image] Dec 21 04:58:41.859 INFO O| Dec 21 04:58:41.859 INFO STEP 6 (pkg_change_variant) COMPLETE |
3788 | 2024-12-21T04:58:42.433Z | [ recovery-image] Dec 21 04:58:41.859 INFO O| Dec 21 04:58:41.859 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3789 | 2024-12-21T04:58:42.436Z | [ recovery-image] Dec 21 04:58:41.859 INFO O| Dec 21 04:58:41.859 INFO skip step because feature "debug_variant" is not enabled |
3790 | 2024-12-21T04:58:42.436Z | [ recovery-image] Dec 21 04:58:41.859 INFO O| Dec 21 04:58:41.859 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3791 | 2024-12-21T04:58:43.182Z | [ recovery-image] Dec 21 04:58:42.608 INFO O| Dec 21 04:58:42.608 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3792 | 2024-12-21T04:58:44.155Z | [ recovery-image] Dec 21 04:58:43.581 INFO O| Dec 21 04:58:43.581 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3793 | 2024-12-21T04:58:44.158Z | [ recovery-image] Dec 21 04:58:43.582 INFO O| Dec 21 04:58:43.582 INFO O| Planning: Planning completed in 0.00 seconds |
3794 | 2024-12-21T04:58:44.159Z | [ recovery-image] Dec 21 04:58:43.583 INFO O| Dec 21 04:58:43.583 INFO O| Planning: Consolidating action changes ... Done |
3795 | 2024-12-21T04:58:44.159Z | [ recovery-image] Dec 21 04:58:43.583 INFO O| Dec 21 04:58:43.583 INFO O| Planning: Evaluating mediators ... Done |
3796 | 2024-12-21T04:58:44.159Z | [ recovery-image] Dec 21 04:58:43.584 INFO O| Dec 21 04:58:43.584 INFO O| Planning: Planning completed in 0.00 seconds |
3797 | 2024-12-21T04:58:44.159Z | [ recovery-image] Dec 21 04:58:43.584 INFO O| Dec 21 04:58:43.584 INFO O| Variants/Facets to change: 1 |
3798 | 2024-12-21T04:58:44.256Z | [ recovery-image] Dec 21 04:58:43.682 INFO O| Dec 21 04:58:43.682 INFO O| Done |
3799 | 2024-12-21T04:58:44.257Z | [ recovery-image] Dec 21 04:58:43.682 INFO O| Dec 21 04:58:43.682 INFO O| Done |
3800 | 2024-12-21T04:58:45.258Z | [ recovery-image] Dec 21 04:58:44.684 INFO O| Dec 21 04:58:44.684 INFO O| Done |
3801 | 2024-12-21T04:58:45.344Z | [ recovery-image] Dec 21 04:58:44.771 INFO O| Dec 21 04:58:44.771 INFO O| Done |
3802 | 2024-12-21T04:58:45.347Z | [ recovery-image] Dec 21 04:58:44.772 INFO O| Dec 21 04:58:44.772 INFO O| Done |
3803 | 2024-12-21T04:58:45.347Z | [ recovery-image] Dec 21 04:58:44.772 INFO O| Dec 21 04:58:44.772 INFO O| Done |
3804 | 2024-12-21T04:58:45.349Z | [ recovery-image] Dec 21 04:58:44.774 INFO O| Dec 21 04:58:44.774 INFO O| Done |
3805 | 2024-12-21T04:58:45.479Z | [ recovery-image] Dec 21 04:58:44.905 INFO O| Dec 21 04:58:44.905 INFO STEP 8 (pkg_change_facet) COMPLETE |
3806 | 2024-12-21T04:58:45.479Z | [ recovery-image] Dec 21 04:58:44.905 INFO O| Dec 21 04:58:44.905 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3807 | 2024-12-21T04:58:46.100Z | [ recovery-image] Dec 21 04:58:45.527 INFO O| Dec 21 04:58:45.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3808 | 2024-12-21T04:58:47.063Z | [ recovery-image] Dec 21 04:58:46.490 INFO O| Dec 21 04:58:46.490 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3809 | 2024-12-21T04:58:47.066Z | [ recovery-image] Dec 21 04:58:46.492 INFO O| Dec 21 04:58:46.492 INFO O| Planning: Planning completed in 0.00 seconds |
3810 | 2024-12-21T04:58:47.066Z | [ recovery-image] Dec 21 04:58:46.493 INFO O| Dec 21 04:58:46.493 INFO O| Planning: Consolidating action changes ... Done |
3811 | 2024-12-21T04:58:47.069Z | [ recovery-image] Dec 21 04:58:46.493 INFO O| Dec 21 04:58:46.493 INFO O| Planning: Evaluating mediators ... Done |
3812 | 2024-12-21T04:58:47.069Z | [ recovery-image] Dec 21 04:58:46.494 INFO O| Dec 21 04:58:46.494 INFO O| Planning: Planning completed in 0.00 seconds |
3813 | 2024-12-21T04:58:47.069Z | [ recovery-image] Dec 21 04:58:46.494 INFO O| Dec 21 04:58:46.494 INFO O| Variants/Facets to change: 1 |
3814 | 2024-12-21T04:58:47.242Z | [ recovery-image] Dec 21 04:58:46.668 INFO O| Dec 21 04:58:46.667 INFO O| Done |
3815 | 2024-12-21T04:58:47.242Z | [ recovery-image] Dec 21 04:58:46.668 INFO O| Dec 21 04:58:46.668 INFO O| Done |
3816 | 2024-12-21T04:58:48.070Z | [ recovery-image] Dec 21 04:58:47.496 INFO O| Dec 21 04:58:47.496 INFO O| Done |
3817 | 2024-12-21T04:58:48.168Z | [ recovery-image] Dec 21 04:58:47.594 INFO O| Dec 21 04:58:47.594 INFO O| Done |
3818 | 2024-12-21T04:58:48.170Z | [ recovery-image] Dec 21 04:58:47.595 INFO O| Dec 21 04:58:47.595 INFO O| Done |
3819 | 2024-12-21T04:58:48.170Z | [ recovery-image] Dec 21 04:58:47.596 INFO O| Dec 21 04:58:47.595 INFO O| Done |
3820 | 2024-12-21T04:58:48.186Z | [ recovery-image] Dec 21 04:58:47.612 INFO O| Dec 21 04:58:47.612 INFO O| Done |
3821 | 2024-12-21T04:58:48.284Z | [ recovery-image] Dec 21 04:58:47.710 INFO O| Dec 21 04:58:47.709 INFO STEP 9 (pkg_change_facet) COMPLETE |
3822 | 2024-12-21T04:58:48.284Z | [ recovery-image] Dec 21 04:58:47.710 INFO O| Dec 21 04:58:47.710 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3823 | 2024-12-21T04:58:48.999Z | [ recovery-image] Dec 21 04:58:48.425 INFO O| Dec 21 04:58:48.425 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3824 | 2024-12-21T04:58:50.087Z | [ recovery-image] Dec 21 04:58:49.512 INFO O| Dec 21 04:58:49.512 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3825 | 2024-12-21T04:58:50.090Z | [ recovery-image] Dec 21 04:58:49.516 INFO O| Dec 21 04:58:49.516 INFO O| Planning: Planning completed in 0.00 seconds |
3826 | 2024-12-21T04:58:50.092Z | [ recovery-image] Dec 21 04:58:49.517 INFO O| Dec 21 04:58:49.517 INFO O| Planning: Consolidating action changes ... Done |
3827 | 2024-12-21T04:58:50.092Z | [ recovery-image] Dec 21 04:58:49.517 INFO O| Dec 21 04:58:49.517 INFO O| Planning: Evaluating mediators ... Done |
3828 | 2024-12-21T04:58:50.092Z | [ recovery-image] Dec 21 04:58:49.518 INFO O| Dec 21 04:58:49.517 INFO O| Planning: Planning completed in 0.00 seconds |
3829 | 2024-12-21T04:58:50.092Z | [ recovery-image] Dec 21 04:58:49.518 INFO O| Dec 21 04:58:49.518 INFO O| Variants/Facets to change: 1 |
3830 | 2024-12-21T04:58:50.219Z | [ recovery-image] Dec 21 04:58:49.645 INFO O| Dec 21 04:58:49.645 INFO O| Done |
3831 | 2024-12-21T04:58:50.219Z | [ recovery-image] Dec 21 04:58:49.645 INFO O| Dec 21 04:58:49.645 INFO O| Done |
3832 | 2024-12-21T04:58:51.088Z | [ recovery-image] Dec 21 04:58:50.514 INFO O| Dec 21 04:58:50.514 INFO O| Done |
3833 | 2024-12-21T04:58:51.193Z | [ recovery-image] Dec 21 04:58:50.619 INFO O| Dec 21 04:58:50.619 INFO O| Done |
3834 | 2024-12-21T04:58:51.196Z | [ recovery-image] Dec 21 04:58:50.620 INFO O| Dec 21 04:58:50.620 INFO O| Done |
3835 | 2024-12-21T04:58:51.196Z | [ recovery-image] Dec 21 04:58:50.620 INFO O| Dec 21 04:58:50.620 INFO O| Done |
3836 | 2024-12-21T04:58:51.198Z | [ recovery-image] Dec 21 04:58:50.622 INFO O| Dec 21 04:58:50.622 INFO O| Done |
3837 | 2024-12-21T04:58:51.307Z | [ recovery-image] Dec 21 04:58:50.732 INFO O| Dec 21 04:58:50.732 INFO STEP 10 (pkg_change_facet) COMPLETE |
3838 | 2024-12-21T04:58:51.309Z | [ recovery-image] Dec 21 04:58:50.732 INFO O| Dec 21 04:58:50.732 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3839 | 2024-12-21T04:58:51.326Z | [ recovery-image] Dec 21 04:58:50.752 INFO O| Dec 21 04:58:50.752 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"] |
3840 | 2024-12-21T04:58:51.857Z | [verify-libraries] Compiling des v0.8.1 |
3841 | 2024-12-21T04:58:52.395Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3842 | 2024-12-21T04:58:52.438Z | [ recovery-image] Dec 21 04:58:51.864 INFO O| Dec 21 04:58:51.864 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3843 | 2024-12-21T04:58:52.675Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3844 | 2024-12-21T04:58:52.989Z | [verify-libraries] Compiling russh v0.45.0 |
3845 | 2024-12-21T04:58:53.084Z | [ host-image] Dec 21 04:58:52.510 INFO O| Dec 21 04:58:52.509 INFO O| Planning: Solver setup ... Done |
3846 | 2024-12-21T04:58:53.619Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3847 | 2024-12-21T04:59:03.202Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3848 | 2024-12-21T04:59:04.607Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3849 | 2024-12-21T04:59:05.453Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3850 | 2024-12-21T04:59:17.607Z | [verify-libraries] Compiling petname v2.0.2 |
3851 | 2024-12-21T04:59:18.877Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3852 | 2024-12-21T04:59:19.615Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3853 | 2024-12-21T04:59:20.510Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3854 | 2024-12-21T04:59:31.181Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3855 | 2024-12-21T04:59:36.462Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3856 | 2024-12-21T04:59:43.759Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3857 | 2024-12-21T04:59:46.575Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3858 | 2024-12-21T04:59:57.486Z | [ recovery-image] Dec 21 04:59:56.906 INFO O| Dec 21 04:59:56.906 INFO O| Planning: Solver setup ... Done |
3859 | 2024-12-21T05:00:05.620Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3860 | 2024-12-21T05:00:08.004Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3861 | 2024-12-21T05:00:11.594Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3862 | 2024-12-21T05:00:18.152Z | [ host-image] Dec 21 05:00:17.570 INFO O| Dec 21 05:00:17.570 INFO O| Planning: Running solver ... Done |
3863 | 2024-12-21T05:00:18.869Z | [ host-image] Dec 21 05:00:18.287 INFO O| Dec 21 05:00:18.287 INFO O| Planning: Finding local manifests ... Done |
3864 | 2024-12-21T05:00:18.887Z | [ host-image] Dec 21 05:00:18.305 INFO O| Dec 21 05:00:18.305 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3865 | 2024-12-21T05:00:24.050Z | [ host-image] Dec 21 05:00:23.467 INFO O| Dec 21 05:00:23.467 INFO O| Planning: Fetching manifests: 121/124 97% complete |
3866 | 2024-12-21T05:00:28.720Z | [ host-image] Dec 21 05:00:28.137 INFO O| Dec 21 05:00:28.137 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3867 | 2024-12-21T05:00:29.868Z | [ host-image] Dec 21 05:00:29.285 INFO O| Dec 21 05:00:29.285 INFO O| Planning: Package planning ... Done |
3868 | 2024-12-21T05:00:31.565Z | [ host-image] Dec 21 05:00:30.982 INFO O| Dec 21 05:00:30.982 INFO O| Planning: Merging actions ... Done |
3869 | 2024-12-21T05:00:32.184Z | [ host-image] Dec 21 05:00:31.601 INFO O| Dec 21 05:00:31.601 INFO O| Planning: Checking for conflicting actions ... Done |
3870 | 2024-12-21T05:00:32.472Z | [ host-image] Dec 21 05:00:31.889 INFO O| Dec 21 05:00:31.889 INFO O| Planning: Consolidating action changes ... Done |
3871 | 2024-12-21T05:00:33.165Z | [ host-image] Dec 21 05:00:32.581 INFO O| Dec 21 05:00:32.581 INFO O| Planning: Evaluating mediators ... Done |
3872 | 2024-12-21T05:00:35.987Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3873 | 2024-12-21T05:00:36.164Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3874 | 2024-12-21T05:00:39.323Z | [ host-image] Dec 21 05:00:38.739 INFO O| Dec 21 05:00:38.739 INFO O| Planning: Planning completed in 161.20 seconds |
3875 | 2024-12-21T05:00:39.331Z | [ host-image] Dec 21 05:00:38.747 INFO O| Dec 21 05:00:38.747 INFO O| Packages to install: 124 |
3876 | 2024-12-21T05:00:39.333Z | [ host-image] Dec 21 05:00:38.747 INFO O| Dec 21 05:00:38.747 INFO O| Mediators to change: 4 |
3877 | 2024-12-21T05:00:39.333Z | [ host-image] Dec 21 05:00:38.747 INFO O| Dec 21 05:00:38.747 INFO O| Services to change: 6 |
3878 | 2024-12-21T05:00:39.445Z | [ host-image] Dec 21 05:00:38.860 INFO O| Dec 21 05:00:38.860 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3879 | 2024-12-21T05:00:43.474Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3880 | 2024-12-21T05:00:43.896Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3881 | 2024-12-21T05:00:44.294Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3882 | 2024-12-21T05:00:44.452Z | [ host-image] Dec 21 05:00:43.868 INFO O| Dec 21 05:00:43.868 INFO O| Download: 522/22788 items 2.5/199.7MB 1% complete (516k/s) |
3883 | 2024-12-21T05:00:44.807Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3884 | 2024-12-21T05:00:45.250Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3885 | 2024-12-21T05:00:49.469Z | [ host-image] Dec 21 05:00:48.883 INFO O| Dec 21 05:00:48.883 INFO O| Download: 965/22788 items 6.5/199.7MB 3% complete (677k/s) |
3886 | 2024-12-21T05:00:52.495Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3887 | 2024-12-21T05:00:52.882Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3888 | 2024-12-21T05:00:53.004Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3889 | 2024-12-21T05:00:54.478Z | [ host-image] Dec 21 05:00:53.893 INFO O| Dec 21 05:00:53.892 INFO O| Download: 1076/22788 items 6.8/199.7MB 3% complete (442k/s) |
3890 | 2024-12-21T05:00:55.439Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3891 | 2024-12-21T05:00:59.200Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3892 | 2024-12-21T05:01:00.380Z | [ host-image] Dec 21 05:00:59.793 INFO O| Dec 21 05:00:59.793 INFO O| Download: 1594/22788 items 9.6/199.7MB 4% complete (380k/s) |
3893 | 2024-12-21T05:01:05.984Z | [ host-image] Dec 21 05:01:05.398 INFO O| Dec 21 05:01:05.397 INFO O| Download: 1783/22788 items 12.0/199.7MB 6% complete (512k/s) |
3894 | 2024-12-21T05:01:10.566Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3895 | 2024-12-21T05:01:10.985Z | [ host-image] Dec 21 05:01:10.398 INFO O| Dec 21 05:01:10.398 INFO O| Download: 1896/22788 items 20.3/199.7MB 10% complete (989k/s) |
3896 | 2024-12-21T05:01:14.796Z | [ recovery-image] Dec 21 05:01:14.209 INFO O| Dec 21 05:01:14.208 INFO O| Planning: Running solver ... Done |
3897 | 2024-12-21T05:01:15.372Z | [ recovery-image] Dec 21 05:01:14.784 INFO O| Dec 21 05:01:14.784 INFO O| Planning: Finding local manifests ... Done |
3898 | 2024-12-21T05:01:15.388Z | [ recovery-image] Dec 21 05:01:14.801 INFO O| Dec 21 05:01:14.800 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3899 | 2024-12-21T05:01:16.679Z | [ host-image] Dec 21 05:01:16.091 INFO O| Dec 21 05:01:16.091 INFO O| Download: 2095/22788 items 23.5/199.7MB 11% complete (1.1M/s) |
3900 | 2024-12-21T05:01:21.934Z | [ host-image] Dec 21 05:01:21.346 INFO O| Dec 21 05:01:21.346 INFO O| Download: 2243/22788 items 24.8/199.7MB 12% complete (581k/s) |
3901 | 2024-12-21T05:01:22.367Z | [ recovery-image] Dec 21 05:01:21.780 INFO O| Dec 21 05:01:21.779 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3902 | 2024-12-21T05:01:23.363Z | [ recovery-image] Dec 21 05:01:22.775 INFO O| Dec 21 05:01:22.775 INFO O| Planning: Package planning ... Done |
3903 | 2024-12-21T05:01:24.113Z | [ recovery-image] Dec 21 05:01:23.526 INFO O| Dec 21 05:01:23.525 INFO O| Planning: Merging actions ... Done |
3904 | 2024-12-21T05:01:24.278Z | [ recovery-image] Dec 21 05:01:23.689 INFO O| Dec 21 05:01:23.689 INFO O| Planning: Checking for conflicting actions ... Done |
3905 | 2024-12-21T05:01:24.435Z | [ recovery-image] Dec 21 05:01:23.847 INFO O| Dec 21 05:01:23.847 INFO O| Planning: Consolidating action changes ... Done |
3906 | 2024-12-21T05:01:24.764Z | [ recovery-image] Dec 21 05:01:24.176 INFO O| Dec 21 05:01:24.176 INFO O| Planning: Evaluating mediators ... Done |
3907 | 2024-12-21T05:01:24.845Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3908 | 2024-12-21T05:01:30.062Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3909 | 2024-12-21T05:01:30.889Z | [ recovery-image] Dec 21 05:01:30.301 INFO O| Dec 21 05:01:30.301 INFO O| Planning: Planning completed in 158.44 seconds |
3910 | 2024-12-21T05:01:30.904Z | [ recovery-image] Dec 21 05:01:30.316 INFO O| Dec 21 05:01:30.316 INFO O| Packages to install: 124 |
3911 | 2024-12-21T05:01:30.904Z | [ recovery-image] Dec 21 05:01:30.316 INFO O| Dec 21 05:01:30.316 INFO O| Mediators to change: 4 |
3912 | 2024-12-21T05:01:30.906Z | [ recovery-image] Dec 21 05:01:30.316 INFO O| Dec 21 05:01:30.316 INFO O| Services to change: 5 |
3913 | 2024-12-21T05:01:30.981Z | [ recovery-image] Dec 21 05:01:30.393 INFO O| Dec 21 05:01:30.392 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3914 | 2024-12-21T05:01:33.157Z | [ host-image] Dec 21 05:01:32.569 INFO O| Dec 21 05:01:32.569 INFO O| Download: 2251/22788 items 24.8/199.7MB 12% complete (489k/s) |
3915 | 2024-12-21T05:01:35.989Z | [ recovery-image] Dec 21 05:01:35.401 INFO O| Dec 21 05:01:35.400 INFO O| Download: 516/15862 items 4.9/176.4MB 2% complete (1.0M/s) |
3916 | 2024-12-21T05:01:38.489Z | [ host-image] Dec 21 05:01:37.900 INFO O| Dec 21 05:01:37.900 INFO O| Download: 2449/22788 items 28.2/199.7MB 14% complete (754k/s) |
3917 | 2024-12-21T05:01:40.992Z | [ recovery-image] Dec 21 05:01:40.403 INFO O| Dec 21 05:01:40.403 INFO O| Download: 920/15862 items 7.3/176.4MB 4% complete (759k/s) |
3918 | 2024-12-21T05:01:43.491Z | [ host-image] Dec 21 05:01:42.901 INFO O| Dec 21 05:01:42.901 INFO O| Download: 2630/22788 items 30.9/199.7MB 15% complete (629k/s) |
3919 | 2024-12-21T05:01:43.505Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3920 | 2024-12-21T05:01:45.291Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3921 | 2024-12-21T05:01:45.958Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3922 | 2024-12-21T05:01:46.046Z | [ recovery-image] Dec 21 05:01:45.456 INFO O| Dec 21 05:01:45.456 INFO O| Download: 1003/15862 items 7.9/176.4MB 4% complete (715k/s) |
3923 | 2024-12-21T05:01:48.736Z | [ host-image] Dec 21 05:01:48.146 INFO O| Dec 21 05:01:48.146 INFO O| Download: 3482/22788 items 35.7/199.7MB 17% complete (755k/s) |
3924 | 2024-12-21T05:01:50.580Z | [verify-libraries] Compiling termios v0.3.3 |
3925 | 2024-12-21T05:01:50.928Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3926 | 2024-12-21T05:01:53.742Z | [ host-image] Dec 21 05:01:53.151 INFO O| Dec 21 05:01:53.151 INFO O| Download: 4218/22788 items 40.7/199.7MB 20% complete (1001k/s) |
3927 | 2024-12-21T05:01:54.216Z | [ recovery-image] Dec 21 05:01:53.626 INFO O| Dec 21 05:01:53.626 INFO O| Download: 1008/15862 items 7.9/176.4MB 4% complete (635k/s) |
3928 | 2024-12-21T05:01:58.547Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3929 | 2024-12-21T05:02:00.692Z | [ recovery-image] Dec 21 05:02:00.099 INFO O| Dec 21 05:02:00.099 INFO O| Download: 1109/15862 items 9.5/176.4MB 5% complete (360k/s) |
3930 | 2024-12-21T05:02:02.983Z | [ host-image] Dec 21 05:02:02.392 INFO O| Dec 21 05:02:02.392 INFO O| Download: 4533/22788 items 42.2/199.7MB 21% complete (804k/s) |
3931 | 2024-12-21T05:02:06.467Z | [ recovery-image] Dec 21 05:02:05.874 INFO O| Dec 21 05:02:05.874 INFO O| Download: 1173/15862 items 11.0/176.4MB 6% complete (269k/s) |
3932 | 2024-12-21T05:02:09.388Z | [ host-image] Dec 21 05:02:08.796 INFO O| Dec 21 05:02:08.796 INFO O| Download: 4538/22788 items 42.3/199.7MB 21% complete (670k/s) |
3933 | 2024-12-21T05:02:12.232Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3934 | 2024-12-21T05:02:13.092Z | [ recovery-image] Dec 21 05:02:12.500 INFO O| Dec 21 05:02:12.500 INFO O| Download: 1323/15862 items 20.3/176.4MB 11% complete (1.1M/s) |
3935 | 2024-12-21T05:02:17.200Z | [ host-image] Dec 21 05:02:16.607 INFO O| Dec 21 05:02:16.607 INFO O| Download: 4657/22788 items 43.2/199.7MB 21% complete (97.8k/s) |
3936 | 2024-12-21T05:02:19.229Z | [ recovery-image] Dec 21 05:02:18.636 INFO O| Dec 21 05:02:18.636 INFO O| Download: 1466/15862 items 21.5/176.4MB 12% complete (1.1M/s) |
3937 | 2024-12-21T05:02:22.210Z | [ host-image] Dec 21 05:02:21.617 INFO O| Dec 21 05:02:21.616 INFO O| Download: 4889/22788 items 45.8/199.7MB 22% complete (273k/s) |
3938 | 2024-12-21T05:02:24.335Z | [ recovery-image] Dec 21 05:02:23.742 INFO O| Dec 21 05:02:23.741 INFO O| Download: 1557/15862 items 22.6/176.4MB 12% complete (182k/s) |
3939 | 2024-12-21T05:02:27.227Z | [ host-image] Dec 21 05:02:26.634 INFO O| Dec 21 05:02:26.634 INFO O| Download: 5651/22788 items 46.2/199.7MB 23% complete (315k/s) |
3940 | 2024-12-21T05:02:29.401Z | [ recovery-image] Dec 21 05:02:28.808 INFO O| Dec 21 05:02:28.807 INFO O| Download: 1647/15862 items 25.6/176.4MB 14% complete (502k/s) |
3941 | 2024-12-21T05:02:32.245Z | [ host-image] Dec 21 05:02:31.652 INFO O| Dec 21 05:02:31.651 INFO O| Download: 5896/22788 items 46.4/199.7MB 23% complete (65.8k/s) |
3942 | 2024-12-21T05:02:34.412Z | [ recovery-image] Dec 21 05:02:33.817 INFO O| Dec 21 05:02:33.817 INFO O| Download: 2245/15862 items 31.2/176.4MB 17% complete (883k/s) |
3943 | 2024-12-21T05:02:37.265Z | [ host-image] Dec 21 05:02:36.670 INFO O| Dec 21 05:02:36.670 INFO O| Download: 6395/22788 items 46.6/199.7MB 23% complete (43.2k/s) |
3944 | 2024-12-21T05:02:39.432Z | [ recovery-image] Dec 21 05:02:38.837 INFO O| Dec 21 05:02:38.837 INFO O| Download: 2663/15862 items 33.0/176.4MB 18% complete (769k/s) |
3945 | 2024-12-21T05:02:42.601Z | [ host-image] Dec 21 05:02:41.799 INFO O| Dec 21 05:02:41.799 INFO O| Download: 6764/22788 items 47.9/199.7MB 23% complete (123k/s) |
3946 | 2024-12-21T05:02:44.448Z | [ recovery-image] Dec 21 05:02:43.853 INFO O| Dec 21 05:02:43.853 INFO O| Download: 3381/15862 items 38.1/176.4MB 21% complete (699k/s) |
3947 | 2024-12-21T05:02:47.896Z | [ host-image] Dec 21 05:02:47.301 INFO O| Dec 21 05:02:47.301 INFO O| Download: 6859/22788 items 49.0/199.7MB 24% complete (219k/s) |
3948 | 2024-12-21T05:02:50.010Z | [ recovery-image] Dec 21 05:02:49.414 INFO O| Dec 21 05:02:49.414 INFO O| Download: 3681/15862 items 40.0/176.4MB 22% complete (742k/s) |
3949 | 2024-12-21T05:02:52.905Z | [ host-image] Dec 21 05:02:52.309 INFO O| Dec 21 05:02:52.309 INFO O| Download: 7166/22788 items 56.8/199.7MB 28% complete (1.1M/s) |
3950 | 2024-12-21T05:02:55.012Z | [ recovery-image] Dec 21 05:02:54.416 INFO O| Dec 21 05:02:54.416 INFO O| Download: 4029/15862 items 42.6/176.4MB 24% complete (443k/s) |
3951 | 2024-12-21T05:02:57.925Z | [ host-image] Dec 21 05:02:57.328 INFO O| Dec 21 05:02:57.327 INFO O| Download: 7815/22788 items 59.1/199.7MB 29% complete (1.0M/s) |
3952 | 2024-12-21T05:03:00.023Z | [ recovery-image] Dec 21 05:02:59.426 INFO O| Dec 21 05:02:59.426 INFO O| Download: 4676/15862 items 43.0/176.4MB 24% complete (302k/s) |
3953 | 2024-12-21T05:03:03.206Z | [ host-image] Dec 21 05:03:02.610 INFO O| Dec 21 05:03:02.609 INFO O| Download: 8070/22788 items 60.1/199.7MB 30% complete (552k/s) |
3954 | 2024-12-21T05:03:06.383Z | [ recovery-image] Dec 21 05:03:05.786 INFO O| Dec 21 05:03:05.786 INFO O| Download: 4781/15862 items 43.0/176.4MB 24% complete (262k/s) |
3955 | 2024-12-21T05:03:10.906Z | [ host-image] Dec 21 05:03:10.289 INFO O| Dec 21 05:03:10.289 INFO O| Download: 8086/22788 items 60.5/199.7MB 30% complete (264k/s) |
3956 | 2024-12-21T05:03:12.024Z | [ recovery-image] Dec 21 05:03:11.427 INFO O| Dec 21 05:03:11.427 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete (243k/s) |
3957 | 2024-12-21T05:03:16.746Z | [ host-image] Dec 21 05:03:16.147 INFO O| Dec 21 05:03:16.147 INFO O| Download: 8264/22788 items 65.3/199.7MB 32% complete (387k/s) |
3958 | 2024-12-21T05:03:17.036Z | [ recovery-image] Dec 21 05:03:16.438 INFO O| Dec 21 05:03:16.438 INFO O| Download: 5362/15862 items 43.3/176.4MB 24% complete (42.9k/s) |
3959 | 2024-12-21T05:03:21.746Z | [ host-image] Dec 21 05:03:21.148 INFO O| Dec 21 05:03:21.148 INFO O| Download: 8375/22788 items 69.2/199.7MB 34% complete (880k/s) |
3960 | 2024-12-21T05:03:22.037Z | [ recovery-image] Dec 21 05:03:21.439 INFO O| Dec 21 05:03:21.438 INFO O| Download: 5761/15862 items 51.0/176.4MB 28% complete (710k/s) |
3961 | 2024-12-21T05:03:26.752Z | [ host-image] Dec 21 05:03:26.153 INFO O| Dec 21 05:03:26.153 INFO O| Download: 9028/22788 items 73.1/199.7MB 36% complete (787k/s) |
3962 | 2024-12-21T05:03:28.793Z | [ recovery-image] Dec 21 05:03:28.194 INFO O| Dec 21 05:03:28.194 INFO O| Download: 5913/15862 items 52.9/176.4MB 30% complete (996k/s) |
3963 | 2024-12-21T05:03:31.752Z | [ host-image] Dec 21 05:03:31.153 INFO O| Dec 21 05:03:31.153 INFO O| Download: 9392/22788 items 81.5/199.7MB 40% complete (1.2M/s) |
3964 | 2024-12-21T05:03:36.754Z | [ host-image] Dec 21 05:03:36.155 INFO O| Dec 21 05:03:36.155 INFO O| Download: 9883/22788 items 83.6/199.7MB 41% complete (1.1M/s) |
3965 | 2024-12-21T05:03:41.759Z | [ host-image] Dec 21 05:03:41.159 INFO O| Dec 21 05:03:41.159 INFO O| Download: 10732/22788 items 89.5/199.7MB 44% complete (815k/s) |
3966 | 2024-12-21T05:03:46.773Z | [ host-image] Dec 21 05:03:46.172 INFO O| Dec 21 05:03:46.172 INFO O| Download: 10969/22788 items 90.9/199.7MB 45% complete (728k/s) |
3967 | 2024-12-21T05:03:48.002Z | [ recovery-image] Dec 21 05:03:47.402 INFO O| Dec 21 05:03:47.402 INFO O| Download: 5914/15862 items 53.0/176.4MB 30% complete |
3968 | 2024-12-21T05:03:52.012Z | [ host-image] Dec 21 05:03:51.411 INFO O| Dec 21 05:03:51.411 INFO O| Download: 11183/22788 items 93.9/199.7MB 47% complete (454k/s) |
3969 | 2024-12-21T05:03:53.301Z | [ recovery-image] Dec 21 05:03:52.700 INFO O| Dec 21 05:03:52.700 INFO O| Download: 6012/15862 items 54.1/176.4MB 30% complete (343k/s) |
3970 | 2024-12-21T05:03:57.737Z | [ host-image] Dec 21 05:03:57.135 INFO O| Dec 21 05:03:57.135 INFO O| Download: 11207/22788 items 94.0/199.7MB 47% complete (442k/s) |
3971 | 2024-12-21T05:03:59.385Z | [ recovery-image] Dec 21 05:03:58.783 INFO O| Dec 21 05:03:58.783 INFO O| Download: 6101/15862 items 56.3/176.4MB 31% complete (282k/s) |
3972 | 2024-12-21T05:04:02.824Z | [ host-image] Dec 21 05:04:02.222 INFO O| Dec 21 05:04:02.222 INFO O| Download: 11311/22788 items 95.5/199.7MB 47% complete (169k/s) |
3973 | 2024-12-21T05:04:05.598Z | [ recovery-image] Dec 21 05:04:04.995 INFO O| Dec 21 05:04:04.995 INFO O| Download: 6130/15862 items 59.8/176.4MB 33% complete (565k/s) |
3974 | 2024-12-21T05:04:07.831Z | [ host-image] Dec 21 05:04:07.227 INFO O| Dec 21 05:04:07.227 INFO O| Download: 11880/22788 items 96.5/199.7MB 48% complete (255k/s) |
3975 | 2024-12-21T05:04:10.737Z | [ recovery-image] Dec 21 05:04:10.134 INFO O| Dec 21 05:04:10.134 INFO O| Download: 6216/15862 items 62.2/176.4MB 35% complete (324k/s) |
3976 | 2024-12-21T05:04:12.942Z | [ host-image] Dec 21 05:04:12.339 INFO O| Dec 21 05:04:12.339 INFO O| Download: 12100/22788 items 101.0/199.7MB 50% complete (588k/s) |
3977 | 2024-12-21T05:04:14.872Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3978 | 2024-12-21T05:04:15.744Z | [ recovery-image] Dec 21 05:04:15.141 INFO O| Dec 21 05:04:15.141 INFO O| Download: 6782/15862 items 65.3/176.4MB 36% complete (531k/s) |
3979 | 2024-12-21T05:04:21.824Z | [ recovery-image] Dec 21 05:04:21.220 INFO O| Dec 21 05:04:21.220 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.2M/s) |
3980 | 2024-12-21T05:04:23.646Z | [ host-image] Dec 21 05:04:23.042 INFO O| Dec 21 05:04:23.042 INFO O| Download: 12108/22788 items 101.0/199.7MB 50% complete (552k/s) |
3981 | 2024-12-21T05:04:26.837Z | [ recovery-image] Dec 21 05:04:26.232 INFO O| Dec 21 05:04:26.232 INFO O| Download: 7625/15862 items 73.7/176.4MB 41% complete (837k/s) |
3982 | 2024-12-21T05:04:31.087Z | [ host-image] Dec 21 05:04:30.482 INFO O| Dec 21 05:04:30.482 INFO O| Download: 12180/22788 items 108.6/199.7MB 54% complete (975k/s) |
3983 | 2024-12-21T05:04:35.196Z | [ recovery-image] Dec 21 05:04:34.591 INFO O| Dec 21 05:04:34.591 INFO O| Download: 7626/15862 items 73.7/176.4MB 41% complete (815k/s) |
3984 | 2024-12-21T05:04:36.089Z | [ host-image] Dec 21 05:04:35.484 INFO O| Dec 21 05:04:35.484 INFO O| Download: 12580/22788 items 109.6/199.7MB 54% complete (107k/s) |
3985 | 2024-12-21T05:04:37.707Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3986 | 2024-12-21T05:04:40.223Z | [ recovery-image] Dec 21 05:04:39.617 INFO O| Dec 21 05:04:39.617 INFO O| Download: 7865/15862 items 75.7/176.4MB 42% complete (525k/s) |
3987 | 2024-12-21T05:04:41.091Z | [ host-image] Dec 21 05:04:40.486 INFO O| Dec 21 05:04:40.486 INFO O| Download: 13209/22788 items 109.9/199.7MB 55% complete (134k/s) |
3988 | 2024-12-21T05:04:45.527Z | [ recovery-image] Dec 21 05:04:44.921 INFO O| Dec 21 05:04:44.921 INFO O| Download: 7903/15862 items 76.7/176.4MB 43% complete (335k/s) |
3989 | 2024-12-21T05:04:50.578Z | [ recovery-image] Dec 21 05:04:49.971 INFO O| Dec 21 05:04:49.971 INFO O| Download: 8186/15862 items 79.7/176.4MB 45% complete (506k/s) |
3990 | 2024-12-21T05:04:51.950Z | [ host-image] Dec 21 05:04:51.344 INFO O| Dec 21 05:04:51.343 INFO O| Download: 13314/22788 items 110.0/199.7MB 55% complete (100k/s) |
3991 | 2024-12-21T05:04:55.627Z | [ recovery-image] Dec 21 05:04:55.021 INFO O| Dec 21 05:04:55.020 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete (490k/s) |
3992 | 2024-12-21T05:04:58.131Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3993 | 2024-12-21T05:04:58.244Z | [ host-image] Dec 21 05:04:57.637 INFO O| Dec 21 05:04:57.637 INFO O| Download: 13900/22788 items 110.3/199.7MB 55% complete (72.3k/s) |
3994 | 2024-12-21T05:04:59.423Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3995 | 2024-12-21T05:05:00.628Z | [ recovery-image] Dec 21 05:05:00.021 INFO O| Dec 21 05:05:00.021 INFO O| Download: 8829/15862 items 91.8/176.4MB 52% complete (1.2M/s) |
3996 | 2024-12-21T05:05:02.121Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3997 | 2024-12-21T05:05:03.461Z | [ host-image] Dec 21 05:05:02.853 INFO O| Dec 21 05:05:02.853 INFO O| Download: 14267/22788 items 110.7/199.7MB 55% complete (80.1k/s) |
3998 | 2024-12-21T05:05:06.652Z | [ recovery-image] Dec 21 05:05:06.044 INFO O| Dec 21 05:05:06.044 INFO O| Download: 8849/15862 items 92.0/176.4MB 52% complete (1.2M/s) |
3999 | 2024-12-21T05:05:08.481Z | [ host-image] Dec 21 05:05:07.873 INFO O| Dec 21 05:05:07.873 INFO O| Download: 14522/22788 items 116.7/199.7MB 58% complete (691k/s) |
4000 | 2024-12-21T05:05:11.654Z | [ recovery-image] Dec 21 05:05:11.046 INFO O| Dec 21 05:05:11.046 INFO O| Download: 9427/15862 items 92.9/176.4MB 52% complete (109k/s) |
4001 | 2024-12-21T05:05:13.528Z | [ host-image] Dec 21 05:05:12.920 INFO O| Dec 21 05:05:12.920 INFO O| Download: 14962/22788 items 120.1/199.7MB 60% complete (997k/s) |
4002 | 2024-12-21T05:05:16.774Z | [ recovery-image] Dec 21 05:05:16.165 INFO O| Dec 21 05:05:16.165 INFO O| Download: 9860/15862 items 93.1/176.4MB 52% complete (114k/s) |
4003 | 2024-12-21T05:05:18.550Z | [ host-image] Dec 21 05:05:17.939 INFO O| Dec 21 05:05:17.939 INFO O| Download: 15474/22788 items 124.2/199.7MB 62% complete (746k/s) |
4004 | 2024-12-21T05:05:21.817Z | [ recovery-image] Dec 21 05:05:21.208 INFO O| Dec 21 05:05:21.207 INFO O| Download: 9956/15862 items 93.1/176.4MB 52% complete (46.5k/s) |
4005 | 2024-12-21T05:05:24.230Z | [ host-image] Dec 21 05:05:23.621 INFO O| Dec 21 05:05:23.621 INFO O| Download: 15550/22788 items 124.5/199.7MB 62% complete (763k/s) |
4006 | 2024-12-21T05:05:29.265Z | [ host-image] Dec 21 05:05:28.655 INFO O| Dec 21 05:05:28.655 INFO O| Download: 15850/22788 items 130.2/199.7MB 65% complete (555k/s) |
4007 | 2024-12-21T05:05:34.278Z | [ host-image] Dec 21 05:05:33.668 INFO O| Dec 21 05:05:33.668 INFO O| Download: 16406/22788 items 147.6/199.7MB 73% complete (2.4M/s) |
4008 | 2024-12-21T05:05:35.019Z | [ recovery-image] Dec 21 05:05:34.408 INFO O| Dec 21 05:05:34.408 INFO O| Download: 9957/15862 items 93.1/176.4MB 52% complete |
4009 | 2024-12-21T05:05:39.296Z | [ host-image] Dec 21 05:05:38.685 INFO O| Dec 21 05:05:38.685 INFO O| Download: 17319/22788 items 149.2/199.7MB 74% complete (1.9M/s) |
4010 | 2024-12-21T05:05:41.035Z | [ recovery-image] Dec 21 05:05:40.424 INFO O| Dec 21 05:05:40.424 INFO O| Download: 9958/15862 items 93.1/176.4MB 52% complete |
4011 | 2024-12-21T05:05:44.368Z | [ host-image] Dec 21 05:05:43.757 INFO O| Dec 21 05:05:43.757 INFO O| Download: 17783/22788 items 150.0/199.7MB 75% complete (321k/s) |
4012 | 2024-12-21T05:05:46.169Z | [ recovery-image] Dec 21 05:05:45.558 INFO O| Dec 21 05:05:45.558 INFO O| Download: 10432/15862 items 93.4/176.4MB 52% complete (53.1k/s) |
4013 | 2024-12-21T05:05:49.400Z | [ host-image] Dec 21 05:05:48.789 INFO O| Dec 21 05:05:48.788 INFO O| Download: 17890/22788 items 150.3/199.7MB 75% complete (206k/s) |
4014 | 2024-12-21T05:05:51.208Z | [ recovery-image] Dec 21 05:05:50.596 INFO O| Dec 21 05:05:50.596 INFO O| Download: 10547/15862 items 93.5/176.4MB 52% complete (51.0k/s) |
4015 | 2024-12-21T05:05:54.414Z | [ host-image] Dec 21 05:05:53.802 INFO O| Dec 21 05:05:53.802 INFO O| Download: 18169/22788 items 162.6/199.7MB 81% complete (1.2M/s) |
4016 | 2024-12-21T05:05:56.930Z | [ recovery-image] Dec 21 05:05:56.317 INFO O| Dec 21 05:05:56.317 INFO O| Download: 11068/15862 items 95.7/176.4MB 54% complete (206k/s) |
4017 | 2024-12-21T05:05:59.743Z | [ host-image] Dec 21 05:05:59.131 INFO O| Dec 21 05:05:59.131 INFO O| Download: 18980/22788 items 165.9/199.7MB 83% complete (1.6M/s) |
4018 | 2024-12-21T05:06:02.188Z | [ recovery-image] Dec 21 05:06:01.575 INFO O| Dec 21 05:06:01.575 INFO O| Download: 11095/15862 items 99.6/176.4MB 56% complete (589k/s) |
4019 | 2024-12-21T05:06:04.757Z | [ host-image] Dec 21 05:06:04.144 INFO O| Dec 21 05:06:04.144 INFO O| Download: 19173/22788 items 166.6/199.7MB 83% complete (404k/s) |
4020 | 2024-12-21T05:06:07.236Z | [ recovery-image] Dec 21 05:06:06.623 INFO O| Dec 21 05:06:06.623 INFO O| Download: 11422/15862 items 107.3/176.4MB 60% complete (1.2M/s) |
4021 | 2024-12-21T05:06:09.758Z | [ host-image] Dec 21 05:06:09.144 INFO O| Dec 21 05:06:09.144 INFO O| Download: 19636/22788 items 169.2/199.7MB 84% complete (354k/s) |
4022 | 2024-12-21T05:06:12.869Z | [ recovery-image] Dec 21 05:06:12.256 INFO O| Dec 21 05:06:12.256 INFO O| Download: 11426/15862 items 107.3/176.4MB 60% complete (1.1M/s) |
4023 | 2024-12-21T05:06:14.802Z | [ host-image] Dec 21 05:06:14.188 INFO O| Dec 21 05:06:14.188 INFO O| Download: 20173/22788 items 171.0/199.7MB 85% complete (441k/s) |
4024 | 2024-12-21T05:06:17.871Z | [ recovery-image] Dec 21 05:06:17.257 INFO O| Dec 21 05:06:17.257 INFO O| Download: 11632/15862 items 116.5/176.4MB 66% complete (1.1M/s) |
4025 | 2024-12-21T05:06:19.803Z | [ host-image] Dec 21 05:06:19.189 INFO O| Dec 21 05:06:19.189 INFO O| Download: 20689/22788 items 173.3/199.7MB 86% complete (391k/s) |
4026 | 2024-12-21T05:06:23.022Z | [ recovery-image] Dec 21 05:06:22.407 INFO O| Dec 21 05:06:22.407 INFO O| Download: 11924/15862 items 128.2/176.4MB 72% complete (2.7M/s) |
4027 | 2024-12-21T05:06:24.982Z | [ host-image] Dec 21 05:06:24.367 INFO O| Dec 21 05:06:24.367 INFO O| Download: 20997/22788 items 179.0/199.7MB 89% complete (839k/s) |
4028 | 2024-12-21T05:06:28.029Z | [ recovery-image] Dec 21 05:06:27.413 INFO O| Dec 21 05:06:27.413 INFO O| Download: 12178/15862 items 140.6/176.4MB 79% complete (2.4M/s) |
4029 | 2024-12-21T05:06:30.731Z | [ host-image] Dec 21 05:06:30.114 INFO O| Dec 21 05:06:30.113 INFO O| Download: 21590/22788 items 183.5/199.7MB 91% complete (1.0M/s) |
4030 | 2024-12-21T05:06:33.033Z | [ recovery-image] Dec 21 05:06:32.418 INFO O| Dec 21 05:06:32.418 INFO O| Download: 12949/15862 items 143.6/176.4MB 81% complete (1.6M/s) |
4031 | 2024-12-21T05:06:35.822Z | [ host-image] Dec 21 05:06:35.206 INFO O| Dec 21 05:06:35.206 INFO O| Download: 21922/22788 items 191.1/199.7MB 95% complete (1.2M/s) |
4032 | 2024-12-21T05:06:38.034Z | [ recovery-image] Dec 21 05:06:37.418 INFO O| Dec 21 05:06:37.418 INFO O| Download: 13285/15862 items 145.0/176.4MB 82% complete (445k/s) |
4033 | 2024-12-21T05:06:40.874Z | [ host-image] Dec 21 05:06:40.257 INFO O| Dec 21 05:06:40.257 INFO O| Download: 22032/22788 items 192.3/199.7MB 96% complete (908k/s) |
4034 | 2024-12-21T05:06:43.038Z | [ recovery-image] Dec 21 05:06:42.421 INFO O| Dec 21 05:06:42.421 INFO O| Download: 14220/15862 items 149.1/176.4MB 84% complete (561k/s) |
4035 | 2024-12-21T05:06:45.886Z | [ host-image] Dec 21 05:06:45.258 INFO O| Dec 21 05:06:45.258 INFO O| Download: 22245/22788 items 197.4/199.7MB 98% complete (662k/s) |
4036 | 2024-12-21T05:06:48.039Z | [ recovery-image] Dec 21 05:06:47.422 INFO O| Dec 21 05:06:47.422 INFO O| Download: 14729/15862 items 153.3/176.4MB 86% complete (755k/s) |
4037 | 2024-12-21T05:06:48.995Z | [ host-image] Dec 21 05:06:48.378 INFO O| Dec 21 05:06:48.378 INFO O| Download: Completed 199.66 MB in 369.52 seconds (551k/s) |
4038 | 2024-12-21T05:06:50.491Z | [ host-image] Dec 21 05:06:49.874 INFO O| Dec 21 05:06:49.874 INFO O| Actions: 1/49485 actions (Installing new actions) |
4039 | 2024-12-21T05:06:53.187Z | [ recovery-image] Dec 21 05:06:52.570 INFO O| Dec 21 05:06:52.570 INFO O| Download: 15267/15862 items 161.0/176.4MB 91% complete (1.1M/s) |
4040 | 2024-12-21T05:06:55.492Z | [ host-image] Dec 21 05:06:54.874 INFO O| Dec 21 05:06:54.874 INFO O| Actions: 9905/49485 actions (Installing new actions) |
4041 | 2024-12-21T05:06:58.191Z | [ recovery-image] Dec 21 05:06:57.573 INFO O| Dec 21 05:06:57.573 INFO O| Download: 15638/15862 items 170.0/176.4MB 96% complete (1.6M/s) |
4042 | 2024-12-21T05:07:00.492Z | [ host-image] Dec 21 05:06:59.874 INFO O| Dec 21 05:06:59.874 INFO O| Actions: 16540/49485 actions (Installing new actions) |
4043 | 2024-12-21T05:07:00.548Z | [ recovery-image] Dec 21 05:06:59.930 INFO O| Dec 21 05:06:59.929 INFO O| Download: Completed 176.38 MB in 329.54 seconds (546k/s) |
4044 | 2024-12-21T05:07:02.930Z | [ recovery-image] Dec 21 05:07:02.312 INFO O| Dec 21 05:07:02.312 INFO O| Actions: 1/25028 actions (Installing new actions) |
4045 | 2024-12-21T05:07:05.494Z | [ host-image] Dec 21 05:07:04.874 INFO O| Dec 21 05:07:04.874 INFO O| Actions: 21542/49485 actions (Installing new actions) |
4046 | 2024-12-21T05:07:07.931Z | [ recovery-image] Dec 21 05:07:07.313 INFO O| Dec 21 05:07:07.312 INFO O| Actions: 7664/25028 actions (Installing new actions) |
4047 | 2024-12-21T05:07:10.748Z | [ host-image] Dec 21 05:07:10.129 INFO O| Dec 21 05:07:10.129 INFO O| Actions: 33166/49485 actions (Installing new actions) |
4048 | 2024-12-21T05:07:12.932Z | [ recovery-image] Dec 21 05:07:12.313 INFO O| Dec 21 05:07:12.313 INFO O| Actions: 13330/25028 actions (Installing new actions) |
4049 | 2024-12-21T05:07:15.615Z | [ host-image] Dec 21 05:07:14.996 INFO O| Dec 21 05:07:14.995 INFO O| Actions: Completed 49485 actions in 25.11 seconds. |
4050 | 2024-12-21T05:07:16.583Z | [ host-image] Dec 21 05:07:15.964 INFO O| Dec 21 05:07:15.964 INFO O| Done |
4051 | 2024-12-21T05:07:16.583Z | [ host-image] Dec 21 05:07:15.964 INFO O| Dec 21 05:07:15.964 INFO O| Done |
4052 | 2024-12-21T05:07:17.933Z | [ recovery-image] Dec 21 05:07:17.313 INFO O| Dec 21 05:07:17.313 INFO O| Actions: 22569/25028 actions (Installing new actions) |
4053 | 2024-12-21T05:07:18.923Z | [ host-image] Dec 21 05:07:18.304 INFO O| Dec 21 05:07:18.304 INFO O| Done |
4054 | 2024-12-21T05:07:20.208Z | [ recovery-image] Dec 21 05:07:19.588 INFO O| Dec 21 05:07:19.588 INFO O| Actions: Completed 25028 actions in 17.27 seconds. |
4055 | 2024-12-21T05:07:21.062Z | [ recovery-image] Dec 21 05:07:20.442 INFO O| Dec 21 05:07:20.442 INFO O| Done |
4056 | 2024-12-21T05:07:21.062Z | [ recovery-image] Dec 21 05:07:20.442 INFO O| Dec 21 05:07:20.442 INFO O| Done |
4057 | 2024-12-21T05:07:21.970Z | [ host-image] Dec 21 05:07:21.350 INFO O| Dec 21 05:07:21.350 INFO O| Done |
4058 | 2024-12-21T05:07:22.007Z | [ host-image] Dec 21 05:07:21.387 INFO O| Dec 21 05:07:21.387 INFO O| Done |
4059 | 2024-12-21T05:07:22.721Z | [ recovery-image] Dec 21 05:07:22.101 INFO O| Dec 21 05:07:22.100 INFO O| Done |
4060 | 2024-12-21T05:07:24.680Z | [ recovery-image] Dec 21 05:07:24.061 INFO O| Dec 21 05:07:24.060 INFO O| Done |
4061 | 2024-12-21T05:07:24.705Z | [ recovery-image] Dec 21 05:07:24.085 INFO O| Dec 21 05:07:24.084 INFO O| Done |
4062 | 2024-12-21T05:07:29.640Z | [ host-image] Dec 21 05:07:29.019 INFO O| Dec 21 05:07:29.019 INFO O| Done |
4063 | 2024-12-21T05:07:30.056Z | [ recovery-image] Dec 21 05:07:29.435 INFO O| Dec 21 05:07:29.435 INFO O| Done |
4064 | 2024-12-21T05:07:30.748Z | [ recovery-image] Dec 21 05:07:30.127 INFO O| Dec 21 05:07:30.127 INFO O| Done |
4065 | 2024-12-21T05:07:30.810Z | [ host-image] Dec 21 05:07:30.189 INFO O| Dec 21 05:07:30.189 INFO O| Done |
4066 | 2024-12-21T05:07:31.502Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 11 (pkg_install) COMPLETE |
4067 | 2024-12-21T05:07:31.503Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4068 | 2024-12-21T05:07:31.505Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO skip step because feature "recovery" is enabled |
4069 | 2024-12-21T05:07:31.505Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4070 | 2024-12-21T05:07:31.505Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO skip step because feature "omicron1" is not enabled |
4071 | 2024-12-21T05:07:31.505Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4072 | 2024-12-21T05:07:31.527Z | [ recovery-image] Dec 21 05:07:30.905 INFO O| Dec 21 05:07:30.905 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4073 | 2024-12-21T05:07:31.600Z | [ host-image] Dec 21 05:07:30.979 INFO O| Dec 21 05:07:30.979 INFO STEP 11 (pkg_install) COMPLETE |
4074 | 2024-12-21T05:07:31.600Z | [ host-image] Dec 21 05:07:30.979 INFO O| Dec 21 05:07:30.979 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4075 | 2024-12-21T05:07:31.616Z | [ host-image] Dec 21 05:07:30.996 INFO O| Dec 21 05:07:30.996 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"] |
4076 | 2024-12-21T05:07:34.211Z | [ recovery-image] Dec 21 05:07:33.590 INFO O| Dec 21 05:07:33.590 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4077 | 2024-12-21T05:07:34.275Z | [ host-image] Dec 21 05:07:33.654 INFO O| Dec 21 05:07:33.654 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4078 | 2024-12-21T05:07:38.983Z | [ recovery-image] Dec 21 05:07:38.362 INFO O| Dec 21 05:07:38.361 INFO O| Planning: Solver setup ... Done |
4079 | 2024-12-21T05:07:39.004Z | [ recovery-image] Dec 21 05:07:38.383 INFO O| Dec 21 05:07:38.382 INFO O| Planning: Running solver ... Done |
4080 | 2024-12-21T05:07:39.117Z | [ recovery-image] Dec 21 05:07:38.495 INFO O| Dec 21 05:07:38.495 INFO O| Planning: Finding local manifests ... Done |
4081 | 2024-12-21T05:07:39.119Z | [ recovery-image] Dec 21 05:07:38.496 INFO O| Dec 21 05:07:38.496 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4082 | 2024-12-21T05:07:39.318Z | [ recovery-image] Dec 21 05:07:38.693 INFO O| Dec 21 05:07:38.693 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4083 | 2024-12-21T05:07:39.426Z | [ recovery-image] Dec 21 05:07:38.805 INFO O| Dec 21 05:07:38.805 INFO O| Planning: Package planning ... Done |
4084 | 2024-12-21T05:07:39.428Z | [ recovery-image] Dec 21 05:07:38.806 INFO O| Dec 21 05:07:38.806 INFO O| Planning: Merging actions ... Done |
4085 | 2024-12-21T05:07:39.529Z | [ recovery-image] Dec 21 05:07:38.906 INFO O| Dec 21 05:07:38.906 INFO O| Planning: Checking for conflicting actions ... Done |
4086 | 2024-12-21T05:07:39.532Z | [ recovery-image] Dec 21 05:07:38.907 INFO O| Dec 21 05:07:38.907 INFO O| Planning: Consolidating action changes ... Done |
4087 | 2024-12-21T05:07:39.927Z | [ recovery-image] Dec 21 05:07:39.305 INFO O| Dec 21 05:07:39.305 INFO O| Planning: Evaluating mediators ... Done |
4088 | 2024-12-21T05:07:39.931Z | [ recovery-image] Dec 21 05:07:39.306 INFO O| Dec 21 05:07:39.306 INFO O| Planning: Planning completed in 5.72 seconds |
4089 | 2024-12-21T05:07:39.931Z | [ recovery-image] Dec 21 05:07:39.309 INFO O| Dec 21 05:07:39.309 INFO O| Packages to install: 1 |
4090 | 2024-12-21T05:07:39.952Z | [ recovery-image] Dec 21 05:07:39.330 INFO O| Dec 21 05:07:39.329 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4091 | 2024-12-21T05:07:40.367Z | [ host-image] Dec 21 05:07:39.745 INFO O| Dec 21 05:07:39.745 INFO O| Planning: Solver setup ... Done |
4092 | 2024-12-21T05:07:40.373Z | [ host-image] Dec 21 05:07:39.751 INFO O| Dec 21 05:07:39.751 INFO O| Planning: Running solver ... Done |
4093 | 2024-12-21T05:07:40.458Z | [ host-image] Dec 21 05:07:39.836 INFO O| Dec 21 05:07:39.836 INFO O| Planning: Finding local manifests ... Done |
4094 | 2024-12-21T05:07:40.460Z | [ host-image] Dec 21 05:07:39.838 INFO O| Dec 21 05:07:39.838 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4095 | 2024-12-21T05:07:40.716Z | [ host-image] Dec 21 05:07:40.094 INFO O| Dec 21 05:07:40.094 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4096 | 2024-12-21T05:07:40.758Z | [ host-image] Dec 21 05:07:40.132 INFO O| Dec 21 05:07:40.132 INFO O| Planning: Package planning ... Done |
4097 | 2024-12-21T05:07:40.761Z | [ host-image] Dec 21 05:07:40.139 INFO O| Dec 21 05:07:40.139 INFO O| Planning: Merging actions ... Done |
4098 | 2024-12-21T05:07:40.814Z | [ recovery-image] Dec 21 05:07:40.192 INFO O| Dec 21 05:07:40.192 INFO O| Download: Completed 9.99 MB in 0.86 seconds (11.6M/s) |
4099 | 2024-12-21T05:07:40.937Z | [ recovery-image] Dec 21 05:07:40.316 INFO O| Dec 21 05:07:40.316 INFO O| Actions: 1/22 actions (Installing new actions) |
4100 | 2024-12-21T05:07:41.012Z | [ host-image] Dec 21 05:07:40.388 INFO O| Dec 21 05:07:40.388 INFO O| Planning: Checking for conflicting actions ... Done |
4101 | 2024-12-21T05:07:41.016Z | [ host-image] Dec 21 05:07:40.390 INFO O| Dec 21 05:07:40.390 INFO O| Planning: Consolidating action changes ... Done |
4102 | 2024-12-21T05:07:41.364Z | [ recovery-image] Dec 21 05:07:40.742 INFO O| Dec 21 05:07:40.742 INFO O| Actions: Completed 22 actions in 0.43 seconds. |
4103 | 2024-12-21T05:07:41.542Z | [ host-image] Dec 21 05:07:40.919 INFO O| Dec 21 05:07:40.919 INFO O| Planning: Evaluating mediators ... Done |
4104 | 2024-12-21T05:07:41.547Z | [ host-image] Dec 21 05:07:40.921 INFO O| Dec 21 05:07:40.921 INFO O| Planning: Planning completed in 7.27 seconds |
4105 | 2024-12-21T05:07:41.549Z | [ host-image] Dec 21 05:07:40.924 INFO O| Dec 21 05:07:40.924 INFO O| Packages to install: 5 |
4106 | 2024-12-21T05:07:41.550Z | [ host-image] Dec 21 05:07:40.924 INFO O| Dec 21 05:07:40.924 INFO O| Services to change: 2 |
4107 | 2024-12-21T05:07:41.568Z | [ host-image] Dec 21 05:07:40.947 INFO O| Dec 21 05:07:40.947 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4108 | 2024-12-21T05:07:41.854Z | [ recovery-image] Dec 21 05:07:41.232 INFO O| Dec 21 05:07:41.232 INFO O| Done |
4109 | 2024-12-21T05:07:41.854Z | [ recovery-image] Dec 21 05:07:41.232 INFO O| Dec 21 05:07:41.232 INFO O| Done |
4110 | 2024-12-21T05:07:42.752Z | [ host-image] Dec 21 05:07:42.130 INFO O| Dec 21 05:07:42.130 INFO O| Download: Completed 1.45 MB in 1.18 seconds (1.2M/s) |
4111 | 2024-12-21T05:07:42.836Z | [ host-image] Dec 21 05:07:42.214 INFO O| Dec 21 05:07:42.214 INFO O| Actions: 1/305 actions (Installing new actions) |
4112 | 2024-12-21T05:07:42.999Z | [ recovery-image] Dec 21 05:07:42.375 INFO O| Dec 21 05:07:42.374 INFO O| Done |
4113 | 2024-12-21T05:07:43.073Z | [ host-image] Dec 21 05:07:42.450 INFO O| Dec 21 05:07:42.450 INFO O| Actions: Completed 305 actions in 0.24 seconds. |
4114 | 2024-12-21T05:07:43.711Z | [ host-image] Dec 21 05:07:43.089 INFO O| Dec 21 05:07:43.089 INFO O| Done |
4115 | 2024-12-21T05:07:43.711Z | [ host-image] Dec 21 05:07:43.089 INFO O| Dec 21 05:07:43.089 INFO O| Done |
4116 | 2024-12-21T05:07:44.945Z | [ recovery-image] Dec 21 05:07:44.322 INFO O| Dec 21 05:07:44.322 INFO O| Done |
4117 | 2024-12-21T05:07:44.983Z | [ recovery-image] Dec 21 05:07:44.361 INFO O| Dec 21 05:07:44.361 INFO O| Done |
4118 | 2024-12-21T05:07:44.986Z | [ recovery-image] Dec 21 05:07:44.361 INFO O| Dec 21 05:07:44.361 INFO O| Done |
4119 | 2024-12-21T05:07:44.998Z | [ recovery-image] Dec 21 05:07:44.376 INFO O| Dec 21 05:07:44.376 INFO O| Done |
4120 | 2024-12-21T05:07:45.057Z | [ host-image] Dec 21 05:07:44.432 INFO O| Dec 21 05:07:44.431 INFO O| Done |
4121 | 2024-12-21T05:07:45.234Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 14 (pkg_install) COMPLETE |
4122 | 2024-12-21T05:07:45.234Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4123 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO skip step because feature "mfg" is not enabled |
4124 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4125 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO skip step because feature "compliance" is not enabled |
4126 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4127 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO skip step because feature "stress" is not enabled |
4128 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4129 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO skip step because feature "nfs" is not enabled |
4130 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4131 | 2024-12-21T05:07:45.244Z | [ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4132 | 2024-12-21T05:07:45.324Z | [ recovery-image] Dec 21 05:07:44.702 INFO O| Dec 21 05:07:44.702 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4133 | 2024-12-21T05:07:45.463Z | [ recovery-image] Dec 21 05:07:44.841 INFO O| Dec 21 05:07:44.841 INFO completed processing gimlet/ramdisk-01-os |
4134 | 2024-12-21T05:07:45.466Z | [ recovery-image] Dec 21 05:07:44.844 INFO image builder template: ramdisk-02-trim... |
4135 | 2024-12-21T05:07:45.466Z | [ recovery-image] Dec 21 05:07:44.844 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/.tmpHZ7K79/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
4136 | 2024-12-21T05:07:45.528Z | [ recovery-image] Dec 21 05:07:44.894 INFO O| Dec 21 05:07:44.894 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4137 | 2024-12-21T05:07:45.545Z | [ recovery-image] Dec 21 05:07:44.919 INFO O| Dec 21 05:07:44.919 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4138 | 2024-12-21T05:07:45.726Z | [ recovery-image] Dec 21 05:07:45.103 INFO O| Dec 21 05:07:45.103 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4139 | 2024-12-21T05:07:45.803Z | [ recovery-image] Dec 21 05:07:45.180 INFO O| Dec 21 05:07:45.180 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4140 | 2024-12-21T05:07:45.803Z | [ recovery-image] Dec 21 05:07:45.181 INFO O| Dec 21 05:07:45.180 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4141 | 2024-12-21T05:07:45.814Z | [ recovery-image] Dec 21 05:07:45.190 INFO O| Dec 21 05:07:45.190 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4142 | 2024-12-21T05:07:45.819Z | [ recovery-image] Dec 21 05:07:45.197 INFO O| Dec 21 05:07:45.197 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4143 | 2024-12-21T05:07:45.830Z | [ recovery-image] Dec 21 05:07:45.206 INFO O| Dec 21 05:07:45.206 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4144 | 2024-12-21T05:07:46.340Z | [ recovery-image] Dec 21 05:07:45.717 INFO O| Dec 21 05:07:45.717 INFO rolled back to input snapshot; work may begin |
4145 | 2024-12-21T05:07:46.340Z | [ recovery-image] Dec 21 05:07:45.718 INFO O| Dec 21 05:07:45.717 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4146 | 2024-12-21T05:07:46.365Z | [ recovery-image] Dec 21 05:07:45.742 INFO O| Dec 21 05:07:45.742 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-21T05:07:46.390Z | [ recovery-image] Dec 21 05:07:45.764 INFO O| Dec 21 05:07:45.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4148 | 2024-12-21T05:07:46.656Z | [ recovery-image] Dec 21 05:07:46.034 INFO O| Dec 21 05:07:46.034 INFO STEP 0 (remove_files) COMPLETE |
4149 | 2024-12-21T05:07:46.656Z | [ recovery-image] Dec 21 05:07:46.034 INFO O| Dec 21 05:07:46.034 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-21T05:07:46.676Z | [ recovery-image] Dec 21 05:07:46.054 INFO O| Dec 21 05:07:46.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4151 | 2024-12-21T05:07:46.681Z | [ recovery-image] Dec 21 05:07:46.057 INFO O| Dec 21 05:07:46.057 INFO STEP 1 (remove_files) COMPLETE |
4152 | 2024-12-21T05:07:46.681Z | [ recovery-image] Dec 21 05:07:46.057 INFO O| Dec 21 05:07:46.057 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-21T05:07:46.699Z | [ recovery-image] Dec 21 05:07:46.076 INFO O| Dec 21 05:07:46.076 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4154 | 2024-12-21T05:07:46.725Z | [ recovery-image] Dec 21 05:07:46.102 INFO O| Dec 21 05:07:46.102 INFO STEP 2 (remove_files) COMPLETE |
4155 | 2024-12-21T05:07:46.725Z | [ recovery-image] Dec 21 05:07:46.102 INFO O| Dec 21 05:07:46.102 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-21T05:07:46.752Z | [ recovery-image] Dec 21 05:07:46.124 INFO O| Dec 21 05:07:46.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4157 | 2024-12-21T05:07:46.757Z | [ recovery-image] Dec 21 05:07:46.128 INFO O| Dec 21 05:07:46.127 INFO STEP 3 (remove_files) COMPLETE |
4158 | 2024-12-21T05:07:46.757Z | [ recovery-image] Dec 21 05:07:46.128 INFO O| Dec 21 05:07:46.127 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-21T05:07:46.781Z | [ recovery-image] Dec 21 05:07:46.159 INFO O| Dec 21 05:07:46.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4160 | 2024-12-21T05:07:46.789Z | [ recovery-image] Dec 21 05:07:46.166 INFO O| Dec 21 05:07:46.166 INFO STEP 4 (remove_files) COMPLETE |
4161 | 2024-12-21T05:07:46.789Z | [ recovery-image] Dec 21 05:07:46.166 INFO O| Dec 21 05:07:46.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-21T05:07:46.811Z | [ recovery-image] Dec 21 05:07:46.188 INFO O| Dec 21 05:07:46.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4163 | 2024-12-21T05:07:46.813Z | [ recovery-image] Dec 21 05:07:46.188 INFO O| Dec 21 05:07:46.188 INFO STEP 5 (remove_files) COMPLETE |
4164 | 2024-12-21T05:07:46.813Z | [ recovery-image] Dec 21 05:07:46.188 INFO O| Dec 21 05:07:46.188 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-21T05:07:46.848Z | [ recovery-image] Dec 21 05:07:46.226 INFO O| Dec 21 05:07:46.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4166 | 2024-12-21T05:07:46.874Z | [ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 6 (remove_files) COMPLETE |
4167 | 2024-12-21T05:07:46.874Z | [ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-21T05:07:46.874Z | [ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO skip step because feature "recovery" is enabled |
4169 | 2024-12-21T05:07:46.874Z | [ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4170 | 2024-12-21T05:07:46.874Z | [ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO skip step because feature "recovery" is enabled |
4171 | 2024-12-21T05:07:46.874Z | [ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-21T05:07:46.874Z | [ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO skip step because feature "recovery" is enabled |
4173 | 2024-12-21T05:07:46.874Z | [ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-21T05:07:46.890Z | [ recovery-image] Dec 21 05:07:46.268 INFO O| Dec 21 05:07:46.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4175 | 2024-12-21T05:07:46.897Z | [ recovery-image] Dec 21 05:07:46.274 INFO O| Dec 21 05:07:46.274 INFO STEP 10 (remove_files) COMPLETE |
4176 | 2024-12-21T05:07:46.897Z | [ recovery-image] Dec 21 05:07:46.274 INFO O| Dec 21 05:07:46.274 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-21T05:07:46.927Z | [ recovery-image] Dec 21 05:07:46.294 INFO O| Dec 21 05:07:46.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4178 | 2024-12-21T05:07:46.938Z | [ recovery-image] Dec 21 05:07:46.296 INFO O| Dec 21 05:07:46.296 INFO STEP 11 (remove_files) COMPLETE |
4179 | 2024-12-21T05:07:46.938Z | [ recovery-image] Dec 21 05:07:46.296 INFO O| Dec 21 05:07:46.296 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-21T05:07:46.946Z | [ recovery-image] Dec 21 05:07:46.315 INFO O| Dec 21 05:07:46.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4181 | 2024-12-21T05:07:46.946Z | [ recovery-image] Dec 21 05:07:46.318 INFO O| Dec 21 05:07:46.317 INFO STEP 12 (remove_files) COMPLETE |
4182 | 2024-12-21T05:07:46.946Z | [ recovery-image] Dec 21 05:07:46.318 INFO O| Dec 21 05:07:46.317 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-21T05:07:47.261Z | [ recovery-image] Dec 21 05:07:46.638 INFO O| Dec 21 05:07:46.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4184 | 2024-12-21T05:07:47.264Z | [ recovery-image] Dec 21 05:07:46.642 INFO O| Dec 21 05:07:46.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4185 | 2024-12-21T05:07:47.273Z | [ recovery-image] Dec 21 05:07:46.651 INFO O| Dec 21 05:07:46.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4186 | 2024-12-21T05:07:47.281Z | [ recovery-image] Dec 21 05:07:46.658 INFO O| Dec 21 05:07:46.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4187 | 2024-12-21T05:07:47.441Z | [ recovery-image] Dec 21 05:07:46.818 INFO O| Dec 21 05:07:46.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4188 | 2024-12-21T05:07:47.445Z | [ recovery-image] Dec 21 05:07:46.820 INFO O| Dec 21 05:07:46.820 INFO STEP 13 (remove_files) COMPLETE |
4189 | 2024-12-21T05:07:47.445Z | [ recovery-image] Dec 21 05:07:46.820 INFO O| Dec 21 05:07:46.820 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-21T05:07:47.480Z | [ recovery-image] Dec 21 05:07:46.857 INFO O| Dec 21 05:07:46.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4191 | 2024-12-21T05:07:47.485Z | [ recovery-image] Dec 21 05:07:46.859 INFO O| Dec 21 05:07:46.859 INFO STEP 14 (remove_files) COMPLETE |
4192 | 2024-12-21T05:07:47.485Z | [ recovery-image] Dec 21 05:07:46.859 INFO O| Dec 21 05:07:46.859 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-21T05:07:47.543Z | [ recovery-image] Dec 21 05:07:46.915 INFO O| Dec 21 05:07:46.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4194 | 2024-12-21T05:07:47.549Z | [ recovery-image] Dec 21 05:07:46.925 INFO O| Dec 21 05:07:46.925 INFO STEP 15 (remove_files) COMPLETE |
4195 | 2024-12-21T05:07:47.549Z | [ recovery-image] Dec 21 05:07:46.925 INFO O| Dec 21 05:07:46.925 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-21T05:07:47.588Z | [ recovery-image] Dec 21 05:07:46.965 INFO O| Dec 21 05:07:46.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4197 | 2024-12-21T05:07:47.591Z | [ recovery-image] Dec 21 05:07:46.966 INFO O| Dec 21 05:07:46.966 INFO STEP 16 (remove_files) COMPLETE |
4198 | 2024-12-21T05:07:47.592Z | [ recovery-image] Dec 21 05:07:46.966 INFO O| Dec 21 05:07:46.966 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-21T05:07:47.623Z | [ recovery-image] Dec 21 05:07:47.001 INFO O| Dec 21 05:07:47.001 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4200 | 2024-12-21T05:07:47.626Z | [ recovery-image] Dec 21 05:07:47.004 INFO O| Dec 21 05:07:47.003 INFO STEP 17 (remove_files) COMPLETE |
4201 | 2024-12-21T05:07:47.626Z | [ recovery-image] Dec 21 05:07:47.004 INFO O| Dec 21 05:07:47.004 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-21T05:07:47.650Z | [ host-image] Dec 21 05:07:47.010 INFO O| Dec 21 05:07:47.010 INFO O| Done |
4203 | 2024-12-21T05:07:47.673Z | [ recovery-image] Dec 21 05:07:47.050 INFO O| Dec 21 05:07:47.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4204 | 2024-12-21T05:07:47.673Z | [ recovery-image] Dec 21 05:07:47.050 INFO O| Dec 21 05:07:47.050 INFO STEP 18 (remove_files) COMPLETE |
4205 | 2024-12-21T05:07:47.676Z | [ recovery-image] Dec 21 05:07:47.050 INFO O| Dec 21 05:07:47.050 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4206 | 2024-12-21T05:07:47.679Z | [ host-image] Dec 21 05:07:47.056 INFO O| Dec 21 05:07:47.056 INFO O| Done |
4207 | 2024-12-21T05:07:47.679Z | [ host-image] Dec 21 05:07:47.056 INFO O| Dec 21 05:07:47.056 INFO O| Done |
4208 | 2024-12-21T05:07:47.706Z | [ recovery-image] Dec 21 05:07:47.082 INFO O| Dec 21 05:07:47.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4209 | 2024-12-21T05:07:47.709Z | [ recovery-image] Dec 21 05:07:47.083 INFO O| Dec 21 05:07:47.082 INFO STEP 19 (remove_files) COMPLETE |
4210 | 2024-12-21T05:07:47.709Z | [ recovery-image] Dec 21 05:07:47.083 INFO O| Dec 21 05:07:47.083 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-21T05:07:47.724Z | [ recovery-image] Dec 21 05:07:47.101 INFO O| Dec 21 05:07:47.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4212 | 2024-12-21T05:07:47.728Z | [ recovery-image] Dec 21 05:07:47.101 INFO O| Dec 21 05:07:47.101 INFO STEP 20 (remove_files) COMPLETE |
4213 | 2024-12-21T05:07:47.728Z | [ recovery-image] Dec 21 05:07:47.101 INFO O| Dec 21 05:07:47.101 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-21T05:07:47.728Z | [ host-image] Dec 21 05:07:47.102 INFO O| Dec 21 05:07:47.102 INFO O| Done |
4215 | 2024-12-21T05:07:47.744Z | [ recovery-image] Dec 21 05:07:47.121 INFO O| Dec 21 05:07:47.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4216 | 2024-12-21T05:07:47.746Z | [ recovery-image] Dec 21 05:07:47.121 INFO O| Dec 21 05:07:47.121 INFO STEP 21 (remove_files) COMPLETE |
4217 | 2024-12-21T05:07:47.746Z | [ recovery-image] Dec 21 05:07:47.122 INFO O| Dec 21 05:07:47.121 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4218 | 2024-12-21T05:07:47.763Z | [ recovery-image] Dec 21 05:07:47.141 INFO O| Dec 21 05:07:47.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4219 | 2024-12-21T05:07:47.763Z | [ recovery-image] Dec 21 05:07:47.141 INFO O| Dec 21 05:07:47.141 INFO STEP 22 (remove_files) COMPLETE |
4220 | 2024-12-21T05:07:47.766Z | [ recovery-image] Dec 21 05:07:47.141 INFO O| Dec 21 05:07:47.141 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4221 | 2024-12-21T05:07:47.797Z | [ recovery-image] Dec 21 05:07:47.175 INFO O| Dec 21 05:07:47.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4222 | 2024-12-21T05:07:47.797Z | [ recovery-image] Dec 21 05:07:47.175 INFO O| Dec 21 05:07:47.175 INFO STEP 23 (remove_files) COMPLETE |
4223 | 2024-12-21T05:07:47.797Z | [ recovery-image] Dec 21 05:07:47.175 INFO O| Dec 21 05:07:47.175 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4224 | 2024-12-21T05:07:47.844Z | [ recovery-image] Dec 21 05:07:47.219 INFO O| Dec 21 05:07:47.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4225 | 2024-12-21T05:07:47.844Z | [ recovery-image] Dec 21 05:07:47.219 INFO O| Dec 21 05:07:47.219 INFO STEP 24 (remove_files) COMPLETE |
4226 | 2024-12-21T05:07:47.844Z | [ recovery-image] Dec 21 05:07:47.219 INFO O| Dec 21 05:07:47.219 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4227 | 2024-12-21T05:07:47.901Z | [ recovery-image] Dec 21 05:07:47.278 INFO O| Dec 21 05:07:47.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4228 | 2024-12-21T05:07:47.901Z | [ recovery-image] Dec 21 05:07:47.278 INFO O| Dec 21 05:07:47.278 INFO STEP 25 (remove_files) COMPLETE |
4229 | 2024-12-21T05:07:47.901Z | [ recovery-image] Dec 21 05:07:47.278 INFO O| Dec 21 05:07:47.278 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4230 | 2024-12-21T05:07:47.937Z | [ recovery-image] Dec 21 05:07:47.298 INFO O| Dec 21 05:07:47.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4231 | 2024-12-21T05:07:47.937Z | [ recovery-image] Dec 21 05:07:47.298 INFO O| Dec 21 05:07:47.298 INFO STEP 26 (remove_files) COMPLETE |
4232 | 2024-12-21T05:07:47.941Z | [ recovery-image] Dec 21 05:07:47.298 INFO O| Dec 21 05:07:47.298 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4233 | 2024-12-21T05:07:47.941Z | [ host-image] Dec 21 05:07:47.315 INFO O| Dec 21 05:07:47.315 INFO STEP 12 (pkg_install) COMPLETE |
4234 | 2024-12-21T05:07:47.941Z | [ host-image] Dec 21 05:07:47.315 INFO O| Dec 21 05:07:47.315 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4235 | 2024-12-21T05:07:47.941Z | [ recovery-image] Dec 21 05:07:47.317 INFO O| Dec 21 05:07:47.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4236 | 2024-12-21T05:07:47.941Z | [ recovery-image] Dec 21 05:07:47.317 INFO O| Dec 21 05:07:47.317 INFO STEP 27 (remove_files) COMPLETE |
4237 | 2024-12-21T05:07:47.941Z | [ recovery-image] Dec 21 05:07:47.317 INFO O| Dec 21 05:07:47.317 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-21T05:07:47.957Z | [ host-image] Dec 21 05:07:47.332 INFO O| Dec 21 05:07:47.332 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4239 | 2024-12-21T05:07:47.960Z | [ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4240 | 2024-12-21T05:07:47.960Z | [ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.334 INFO STEP 28 (remove_files) COMPLETE |
4241 | 2024-12-21T05:07:47.960Z | [ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.334 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4242 | 2024-12-21T05:07:47.973Z | [ recovery-image] Dec 21 05:07:47.351 INFO O| Dec 21 05:07:47.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4243 | 2024-12-21T05:07:47.973Z | [ recovery-image] Dec 21 05:07:47.351 INFO O| Dec 21 05:07:47.351 INFO STEP 29 (remove_files) COMPLETE |
4244 | 2024-12-21T05:07:47.976Z | [ recovery-image] Dec 21 05:07:47.351 INFO O| Dec 21 05:07:47.351 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4245 | 2024-12-21T05:07:47.991Z | [ recovery-image] Dec 21 05:07:47.368 INFO O| Dec 21 05:07:47.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4246 | 2024-12-21T05:07:47.991Z | [ recovery-image] Dec 21 05:07:47.368 INFO O| Dec 21 05:07:47.368 INFO STEP 30 (remove_files) COMPLETE |
4247 | 2024-12-21T05:07:47.994Z | [ recovery-image] Dec 21 05:07:47.368 INFO O| Dec 21 05:07:47.368 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4248 | 2024-12-21T05:07:48.011Z | [ recovery-image] Dec 21 05:07:47.387 INFO O| Dec 21 05:07:47.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4249 | 2024-12-21T05:07:48.011Z | [ recovery-image] Dec 21 05:07:47.387 INFO O| Dec 21 05:07:47.387 INFO STEP 31 (remove_files) COMPLETE |
4250 | 2024-12-21T05:07:48.011Z | [ recovery-image] Dec 21 05:07:47.387 INFO O| Dec 21 05:07:47.387 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4251 | 2024-12-21T05:07:48.029Z | [ recovery-image] Dec 21 05:07:47.405 INFO O| Dec 21 05:07:47.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4252 | 2024-12-21T05:07:48.029Z | [ recovery-image] Dec 21 05:07:47.405 INFO O| Dec 21 05:07:47.405 INFO STEP 32 (remove_files) COMPLETE |
4253 | 2024-12-21T05:07:48.035Z | [ recovery-image] Dec 21 05:07:47.405 INFO O| Dec 21 05:07:47.405 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4254 | 2024-12-21T05:07:48.048Z | [ recovery-image] Dec 21 05:07:47.424 INFO O| Dec 21 05:07:47.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4255 | 2024-12-21T05:07:48.048Z | [ recovery-image] Dec 21 05:07:47.425 INFO O| Dec 21 05:07:47.425 INFO STEP 33 (remove_files) COMPLETE |
4256 | 2024-12-21T05:07:48.055Z | [ recovery-image] Dec 21 05:07:47.425 INFO O| Dec 21 05:07:47.425 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4257 | 2024-12-21T05:07:48.066Z | [ recovery-image] Dec 21 05:07:47.442 INFO O| Dec 21 05:07:47.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4258 | 2024-12-21T05:07:48.066Z | [ recovery-image] Dec 21 05:07:47.442 INFO O| Dec 21 05:07:47.442 INFO STEP 34 (remove_files) COMPLETE |
4259 | 2024-12-21T05:07:48.069Z | [ recovery-image] Dec 21 05:07:47.442 INFO O| Dec 21 05:07:47.442 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4260 | 2024-12-21T05:07:48.092Z | [ recovery-image] Dec 21 05:07:47.470 INFO O| Dec 21 05:07:47.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4261 | 2024-12-21T05:07:48.092Z | [ recovery-image] Dec 21 05:07:47.470 INFO O| Dec 21 05:07:47.470 INFO STEP 35 (remove_files) COMPLETE |
4262 | 2024-12-21T05:07:48.096Z | [ recovery-image] Dec 21 05:07:47.471 INFO O| Dec 21 05:07:47.470 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4263 | 2024-12-21T05:07:48.127Z | [ recovery-image] Dec 21 05:07:47.504 INFO O| Dec 21 05:07:47.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4264 | 2024-12-21T05:07:48.131Z | [ recovery-image] Dec 21 05:07:47.504 INFO O| Dec 21 05:07:47.504 INFO STEP 36 (remove_files) COMPLETE |
4265 | 2024-12-21T05:07:48.131Z | [ recovery-image] Dec 21 05:07:47.504 INFO O| Dec 21 05:07:47.504 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4266 | 2024-12-21T05:07:48.152Z | [ recovery-image] Dec 21 05:07:47.524 INFO O| Dec 21 05:07:47.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4267 | 2024-12-21T05:07:48.153Z | [ recovery-image] Dec 21 05:07:47.524 INFO O| Dec 21 05:07:47.524 INFO STEP 37 (remove_files) COMPLETE |
4268 | 2024-12-21T05:07:48.156Z | [ recovery-image] Dec 21 05:07:47.524 INFO O| Dec 21 05:07:47.524 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4269 | 2024-12-21T05:07:48.205Z | [ recovery-image] Dec 21 05:07:47.582 INFO O| Dec 21 05:07:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4270 | 2024-12-21T05:07:48.205Z | [ recovery-image] Dec 21 05:07:47.582 INFO O| Dec 21 05:07:47.582 INFO STEP 38 (remove_files) COMPLETE |
4271 | 2024-12-21T05:07:48.205Z | [ recovery-image] Dec 21 05:07:47.582 INFO O| Dec 21 05:07:47.582 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4272 | 2024-12-21T05:07:48.225Z | [ recovery-image] Dec 21 05:07:47.601 INFO O| Dec 21 05:07:47.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4273 | 2024-12-21T05:07:48.225Z | [ recovery-image] Dec 21 05:07:47.602 INFO O| Dec 21 05:07:47.602 INFO STEP 39 (remove_files) COMPLETE |
4274 | 2024-12-21T05:07:48.233Z | [ recovery-image] Dec 21 05:07:47.602 INFO O| Dec 21 05:07:47.602 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4275 | 2024-12-21T05:07:48.261Z | [ recovery-image] Dec 21 05:07:47.633 INFO O| Dec 21 05:07:47.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4276 | 2024-12-21T05:07:48.262Z | [ recovery-image] Dec 21 05:07:47.633 INFO O| Dec 21 05:07:47.633 INFO STEP 40 (remove_files) COMPLETE |
4277 | 2024-12-21T05:07:48.262Z | [ recovery-image] Dec 21 05:07:47.633 INFO O| Dec 21 05:07:47.633 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4278 | 2024-12-21T05:07:48.277Z | [ recovery-image] Dec 21 05:07:47.654 INFO O| Dec 21 05:07:47.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4279 | 2024-12-21T05:07:48.277Z | [ recovery-image] Dec 21 05:07:47.654 INFO O| Dec 21 05:07:47.654 INFO STEP 41 (remove_files) COMPLETE |
4280 | 2024-12-21T05:07:48.277Z | [ recovery-image] Dec 21 05:07:47.654 INFO O| Dec 21 05:07:47.654 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4281 | 2024-12-21T05:07:48.303Z | [ recovery-image] Dec 21 05:07:47.679 INFO O| Dec 21 05:07:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4282 | 2024-12-21T05:07:48.303Z | [ recovery-image] Dec 21 05:07:47.679 INFO O| Dec 21 05:07:47.679 INFO STEP 42 (remove_files) COMPLETE |
4283 | 2024-12-21T05:07:48.303Z | [ recovery-image] Dec 21 05:07:47.679 INFO O| Dec 21 05:07:47.679 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4284 | 2024-12-21T05:07:48.357Z | [ recovery-image] Dec 21 05:07:47.735 INFO O| Dec 21 05:07:47.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4285 | 2024-12-21T05:07:48.357Z | [ recovery-image] Dec 21 05:07:47.735 INFO O| Dec 21 05:07:47.735 INFO STEP 43 (remove_files) COMPLETE |
4286 | 2024-12-21T05:07:48.358Z | [ recovery-image] Dec 21 05:07:47.735 INFO O| Dec 21 05:07:47.735 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4287 | 2024-12-21T05:07:48.377Z | [ recovery-image] Dec 21 05:07:47.754 INFO O| Dec 21 05:07:47.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4288 | 2024-12-21T05:07:48.377Z | [ recovery-image] Dec 21 05:07:47.755 INFO O| Dec 21 05:07:47.755 INFO STEP 44 (remove_files) COMPLETE |
4289 | 2024-12-21T05:07:48.380Z | [ recovery-image] Dec 21 05:07:47.755 INFO O| Dec 21 05:07:47.755 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4290 | 2024-12-21T05:07:48.409Z | [ recovery-image] Dec 21 05:07:47.785 INFO O| Dec 21 05:07:47.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4291 | 2024-12-21T05:07:48.409Z | [ recovery-image] Dec 21 05:07:47.785 INFO O| Dec 21 05:07:47.785 INFO STEP 45 (remove_files) COMPLETE |
4292 | 2024-12-21T05:07:48.409Z | [ recovery-image] Dec 21 05:07:47.785 INFO O| Dec 21 05:07:47.785 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4293 | 2024-12-21T05:07:48.430Z | [ recovery-image] Dec 21 05:07:47.806 INFO O| Dec 21 05:07:47.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4294 | 2024-12-21T05:07:48.435Z | [ recovery-image] Dec 21 05:07:47.806 INFO O| Dec 21 05:07:47.806 INFO STEP 46 (remove_files) COMPLETE |
4295 | 2024-12-21T05:07:48.435Z | [ recovery-image] Dec 21 05:07:47.806 INFO O| Dec 21 05:07:47.806 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4296 | 2024-12-21T05:07:48.469Z | [ recovery-image] Dec 21 05:07:47.846 INFO O| Dec 21 05:07:47.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4297 | 2024-12-21T05:07:48.474Z | [ recovery-image] Dec 21 05:07:47.846 INFO O| Dec 21 05:07:47.846 INFO STEP 47 (remove_files) COMPLETE |
4298 | 2024-12-21T05:07:48.474Z | [ recovery-image] Dec 21 05:07:47.846 INFO O| Dec 21 05:07:47.846 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4299 | 2024-12-21T05:07:48.499Z | [ recovery-image] Dec 21 05:07:47.877 INFO O| Dec 21 05:07:47.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4300 | 2024-12-21T05:07:48.499Z | [ recovery-image] Dec 21 05:07:47.877 INFO O| Dec 21 05:07:47.877 INFO STEP 48 (remove_files) COMPLETE |
4301 | 2024-12-21T05:07:48.502Z | [ recovery-image] Dec 21 05:07:47.877 INFO O| Dec 21 05:07:47.877 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4302 | 2024-12-21T05:07:48.563Z | [ recovery-image] Dec 21 05:07:47.934 INFO O| Dec 21 05:07:47.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4303 | 2024-12-21T05:07:48.563Z | [ recovery-image] Dec 21 05:07:47.934 INFO O| Dec 21 05:07:47.934 INFO STEP 49 (remove_files) COMPLETE |
4304 | 2024-12-21T05:07:48.568Z | [ recovery-image] Dec 21 05:07:47.934 INFO O| Dec 21 05:07:47.934 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4305 | 2024-12-21T05:07:48.619Z | [ recovery-image] Dec 21 05:07:47.997 INFO O| Dec 21 05:07:47.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4306 | 2024-12-21T05:07:48.619Z | [ recovery-image] Dec 21 05:07:47.997 INFO O| Dec 21 05:07:47.997 INFO STEP 50 (remove_files) COMPLETE |
4307 | 2024-12-21T05:07:48.619Z | [ recovery-image] Dec 21 05:07:47.997 INFO O| Dec 21 05:07:47.997 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4308 | 2024-12-21T05:07:48.661Z | [ recovery-image] Dec 21 05:07:48.038 INFO O| Dec 21 05:07:48.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4309 | 2024-12-21T05:07:48.665Z | [ recovery-image] Dec 21 05:07:48.038 INFO O| Dec 21 05:07:48.038 INFO STEP 51 (remove_files) COMPLETE |
4310 | 2024-12-21T05:07:48.665Z | [ recovery-image] Dec 21 05:07:48.038 INFO O| Dec 21 05:07:48.038 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4311 | 2024-12-21T05:07:48.683Z | [ recovery-image] Dec 21 05:07:48.056 INFO O| Dec 21 05:07:48.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4312 | 2024-12-21T05:07:48.683Z | [ recovery-image] Dec 21 05:07:48.057 INFO O| Dec 21 05:07:48.056 INFO STEP 52 (remove_files) COMPLETE |
4313 | 2024-12-21T05:07:48.689Z | [ recovery-image] Dec 21 05:07:48.057 INFO O| Dec 21 05:07:48.057 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4314 | 2024-12-21T05:07:48.745Z | [ recovery-image] Dec 21 05:07:48.109 INFO O| Dec 21 05:07:48.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4315 | 2024-12-21T05:07:48.746Z | [ recovery-image] Dec 21 05:07:48.109 INFO O| Dec 21 05:07:48.109 INFO STEP 53 (remove_files) COMPLETE |
4316 | 2024-12-21T05:07:48.746Z | [ recovery-image] Dec 21 05:07:48.109 INFO O| Dec 21 05:07:48.109 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4317 | 2024-12-21T05:07:48.769Z | [ recovery-image] Dec 21 05:07:48.146 INFO O| Dec 21 05:07:48.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4318 | 2024-12-21T05:07:48.769Z | [ recovery-image] Dec 21 05:07:48.146 INFO O| Dec 21 05:07:48.146 INFO STEP 54 (remove_files) COMPLETE |
4319 | 2024-12-21T05:07:48.769Z | [ recovery-image] Dec 21 05:07:48.146 INFO O| Dec 21 05:07:48.146 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4320 | 2024-12-21T05:07:48.800Z | [ recovery-image] Dec 21 05:07:48.178 INFO O| Dec 21 05:07:48.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4321 | 2024-12-21T05:07:48.800Z | [ recovery-image] Dec 21 05:07:48.178 INFO O| Dec 21 05:07:48.178 INFO STEP 55 (remove_files) COMPLETE |
4322 | 2024-12-21T05:07:48.800Z | [ recovery-image] Dec 21 05:07:48.178 INFO O| Dec 21 05:07:48.178 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4323 | 2024-12-21T05:07:48.830Z | [ recovery-image] Dec 21 05:07:48.207 INFO O| Dec 21 05:07:48.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4324 | 2024-12-21T05:07:48.830Z | [ recovery-image] Dec 21 05:07:48.207 INFO O| Dec 21 05:07:48.207 INFO STEP 56 (remove_files) COMPLETE |
4325 | 2024-12-21T05:07:48.830Z | [ recovery-image] Dec 21 05:07:48.207 INFO O| Dec 21 05:07:48.207 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4326 | 2024-12-21T05:07:48.850Z | [ recovery-image] Dec 21 05:07:48.227 INFO O| Dec 21 05:07:48.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4327 | 2024-12-21T05:07:48.851Z | [ recovery-image] Dec 21 05:07:48.227 INFO O| Dec 21 05:07:48.227 INFO STEP 57 (remove_files) COMPLETE |
4328 | 2024-12-21T05:07:48.857Z | [ recovery-image] Dec 21 05:07:48.228 INFO O| Dec 21 05:07:48.227 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4329 | 2024-12-21T05:07:48.891Z | [ recovery-image] Dec 21 05:07:48.266 INFO O| Dec 21 05:07:48.266 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4330 | 2024-12-21T05:07:48.891Z | [ recovery-image] Dec 21 05:07:48.266 INFO O| Dec 21 05:07:48.266 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4331 | 2024-12-21T05:07:48.897Z | [ recovery-image] Dec 21 05:07:48.266 INFO O| Dec 21 05:07:48.266 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4332 | 2024-12-21T05:07:48.897Z | [ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4333 | 2024-12-21T05:07:48.897Z | [ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4334 | 2024-12-21T05:07:48.897Z | [ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4335 | 2024-12-21T05:07:48.897Z | [ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO ok! |
4336 | 2024-12-21T05:07:48.897Z | [ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO STEP 58 (ensure_file) COMPLETE |
4337 | 2024-12-21T05:07:48.897Z | [ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4338 | 2024-12-21T05:07:48.952Z | [ recovery-image] Dec 21 05:07:48.330 INFO O| Dec 21 05:07:48.330 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4339 | 2024-12-21T05:07:48.952Z | [ recovery-image] Dec 21 05:07:48.330 INFO O| Dec 21 05:07:48.330 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4340 | 2024-12-21T05:07:48.955Z | [ recovery-image] Dec 21 05:07:48.330 INFO O| Dec 21 05:07:48.330 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4341 | 2024-12-21T05:07:48.955Z | [ recovery-image] Dec 21 05:07:48.330 INFO O| Dec 21 05:07:48.330 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4342 | 2024-12-21T05:07:48.955Z | [ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.330 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4343 | 2024-12-21T05:07:48.955Z | [ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.331 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4344 | 2024-12-21T05:07:48.955Z | [ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.331 INFO ok! |
4345 | 2024-12-21T05:07:48.955Z | [ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.331 INFO STEP 59 (ensure_file) COMPLETE |
4346 | 2024-12-21T05:07:48.955Z | [ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.331 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4347 | 2024-12-21T05:07:48.984Z | [ recovery-image] Dec 21 05:07:48.361 INFO O| Dec 21 05:07:48.361 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4348 | 2024-12-21T05:07:48.984Z | [ recovery-image] Dec 21 05:07:48.361 INFO O| Dec 21 05:07:48.361 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4349 | 2024-12-21T05:07:48.986Z | [ recovery-image] Dec 21 05:07:48.362 INFO O| Dec 21 05:07:48.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4350 | 2024-12-21T05:07:48.986Z | [ recovery-image] Dec 21 05:07:48.362 INFO O| Dec 21 05:07:48.362 INFO ok! |
4351 | 2024-12-21T05:07:48.986Z | [ recovery-image] Dec 21 05:07:48.362 INFO O| Dec 21 05:07:48.362 INFO STEP 60 (ensure_file) COMPLETE |
4352 | 2024-12-21T05:07:48.986Z | [ recovery-image] Dec 21 05:07:48.362 INFO O| Dec 21 05:07:48.362 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4353 | 2024-12-21T05:07:49.015Z | [ recovery-image] Dec 21 05:07:48.392 INFO O| Dec 21 05:07:48.392 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4354 | 2024-12-21T05:07:49.015Z | [ recovery-image] Dec 21 05:07:48.392 INFO O| Dec 21 05:07:48.392 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4355 | 2024-12-21T05:07:49.019Z | [ recovery-image] Dec 21 05:07:48.392 INFO O| Dec 21 05:07:48.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4356 | 2024-12-21T05:07:49.019Z | [ recovery-image] Dec 21 05:07:48.393 INFO O| Dec 21 05:07:48.392 INFO ok! |
4357 | 2024-12-21T05:07:49.019Z | [ recovery-image] Dec 21 05:07:48.393 INFO O| Dec 21 05:07:48.392 INFO STEP 61 (ensure_file) COMPLETE |
4358 | 2024-12-21T05:07:49.019Z | [ recovery-image] Dec 21 05:07:48.393 INFO O| Dec 21 05:07:48.392 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4359 | 2024-12-21T05:07:49.049Z | [ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4360 | 2024-12-21T05:07:49.049Z | [ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4361 | 2024-12-21T05:07:49.053Z | [ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4362 | 2024-12-21T05:07:49.053Z | [ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4363 | 2024-12-21T05:07:49.053Z | [ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO ok! |
4364 | 2024-12-21T05:07:49.053Z | [ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO STEP 62 (ensure_file) COMPLETE |
4365 | 2024-12-21T05:07:49.053Z | [ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4366 | 2024-12-21T05:07:49.070Z | [ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4367 | 2024-12-21T05:07:49.070Z | [ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4368 | 2024-12-21T05:07:49.070Z | [ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4369 | 2024-12-21T05:07:49.073Z | [ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4370 | 2024-12-21T05:07:49.073Z | [ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO ok! |
4371 | 2024-12-21T05:07:49.073Z | [ recovery-image] Dec 21 05:07:48.448 INFO O| Dec 21 05:07:48.447 INFO STEP 63 (ensure_file) COMPLETE |
4372 | 2024-12-21T05:07:49.073Z | [ recovery-image] Dec 21 05:07:48.448 INFO O| Dec 21 05:07:48.447 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4373 | 2024-12-21T05:07:49.090Z | [ host-image] Dec 21 05:07:48.468 INFO O| Dec 21 05:07:48.467 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4374 | 2024-12-21T05:07:49.112Z | [ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4375 | 2024-12-21T05:07:49.112Z | [ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4376 | 2024-12-21T05:07:49.116Z | [ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4377 | 2024-12-21T05:07:49.116Z | [ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO ok! |
4378 | 2024-12-21T05:07:49.116Z | [ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO STEP 64 (assemble_files) COMPLETE |
4379 | 2024-12-21T05:07:49.116Z | [ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4380 | 2024-12-21T05:07:49.155Z | [ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4381 | 2024-12-21T05:07:49.155Z | [ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4382 | 2024-12-21T05:07:49.155Z | [ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4383 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4384 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO ok! |
4385 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO STEP 65 (ensure_file) COMPLETE |
4386 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4387 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO skip step because feature "omicron1" is not enabled |
4388 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.532 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4389 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.532 INFO skip step because feature "omicron1" is not enabled |
4390 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.532 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4391 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.533 INFO skip step because feature "omicron1" is not enabled |
4392 | 2024-12-21T05:07:49.158Z | [ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.533 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4393 | 2024-12-21T05:07:49.202Z | [ recovery-image] Dec 21 05:07:48.578 INFO O| Dec 21 05:07:48.578 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4394 | 2024-12-21T05:07:49.202Z | [ recovery-image] Dec 21 05:07:48.578 INFO O| Dec 21 05:07:48.578 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4395 | 2024-12-21T05:07:52.285Z | [ recovery-image] Dec 21 05:07:51.662 INFO O| Dec 21 05:07:51.660 INFO STEP 69 (pack_tar) COMPLETE |
4396 | 2024-12-21T05:07:52.285Z | [ recovery-image] Dec 21 05:07:51.662 INFO O| Dec 21 05:07:51.660 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4397 | 2024-12-21T05:07:52.287Z | [ recovery-image] Dec 21 05:07:51.662 INFO O| Dec 21 05:07:51.660 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4398 | 2024-12-21T05:07:52.498Z | [ recovery-image] Dec 21 05:07:51.874 INFO O| Dec 21 05:07:51.874 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4399 | 2024-12-21T05:07:52.626Z | [ recovery-image] Dec 21 05:07:52.003 INFO O| Dec 21 05:07:52.003 INFO completed processing gimlet/ramdisk-02-trim |
4400 | 2024-12-21T05:07:52.631Z | [ recovery-image] Dec 21 05:07:52.007 INFO image builder template: ramdisk-03-recovery-trim... |
4401 | 2024-12-21T05:07:52.631Z | [ recovery-image] Dec 21 05:07:52.008 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/.tmpHZ7K79/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4402 | 2024-12-21T05:07:52.896Z | [ recovery-image] Dec 21 05:07:52.273 INFO O| Dec 21 05:07:52.272 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4403 | 2024-12-21T05:07:52.905Z | [ recovery-image] Dec 21 05:07:52.279 INFO O| Dec 21 05:07:52.279 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4404 | 2024-12-21T05:07:53.021Z | [ recovery-image] Dec 21 05:07:52.388 INFO O| Dec 21 05:07:52.388 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4405 | 2024-12-21T05:07:53.166Z | [ recovery-image] Dec 21 05:07:52.543 INFO O| Dec 21 05:07:52.543 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4406 | 2024-12-21T05:07:53.170Z | [ recovery-image] Dec 21 05:07:52.543 INFO O| Dec 21 05:07:52.543 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4407 | 2024-12-21T05:07:53.182Z | [ recovery-image] Dec 21 05:07:52.558 INFO O| Dec 21 05:07:52.558 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4408 | 2024-12-21T05:07:53.226Z | [ recovery-image] Dec 21 05:07:52.602 INFO O| Dec 21 05:07:52.602 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4409 | 2024-12-21T05:07:53.259Z | [ recovery-image] Dec 21 05:07:52.628 INFO O| Dec 21 05:07:52.628 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4410 | 2024-12-21T05:07:53.572Z | [ host-image] Dec 21 05:07:52.949 INFO O| Dec 21 05:07:52.949 INFO O| Planning: Solver setup ... Done |
4411 | 2024-12-21T05:07:53.581Z | [ host-image] Dec 21 05:07:52.958 INFO O| Dec 21 05:07:52.958 INFO O| Planning: Running solver ... Done |
4412 | 2024-12-21T05:07:53.676Z | [ host-image] Dec 21 05:07:53.053 INFO O| Dec 21 05:07:53.053 INFO O| Planning: Finding local manifests ... Done |
4413 | 2024-12-21T05:07:53.678Z | [ host-image] Dec 21 05:07:53.055 INFO O| Dec 21 05:07:53.055 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4414 | 2024-12-21T05:07:53.764Z | [ recovery-image] Dec 21 05:07:53.141 INFO O| Dec 21 05:07:53.141 INFO rolled back to input snapshot; work may begin |
4415 | 2024-12-21T05:07:53.764Z | [ recovery-image] Dec 21 05:07:53.141 INFO O| Dec 21 05:07:53.141 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4416 | 2024-12-21T05:07:53.775Z | [ recovery-image] Dec 21 05:07:53.151 INFO O| Dec 21 05:07:53.151 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-21T05:07:53.796Z | [ recovery-image] Dec 21 05:07:53.170 INFO O| Dec 21 05:07:53.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4418 | 2024-12-21T05:07:53.816Z | [ recovery-image] Dec 21 05:07:53.193 INFO O| Dec 21 05:07:53.193 INFO STEP 0 (remove_files) COMPLETE |
4419 | 2024-12-21T05:07:53.816Z | [ recovery-image] Dec 21 05:07:53.193 INFO O| Dec 21 05:07:53.193 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-21T05:07:53.852Z | [ recovery-image] Dec 21 05:07:53.230 INFO O| Dec 21 05:07:53.230 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4421 | 2024-12-21T05:07:54.058Z | [ host-image] Dec 21 05:07:53.433 INFO O| Dec 21 05:07:53.433 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4422 | 2024-12-21T05:07:54.118Z | [ host-image] Dec 21 05:07:53.495 INFO O| Dec 21 05:07:53.495 INFO O| Planning: Package planning ... Done |
4423 | 2024-12-21T05:07:54.157Z | [ host-image] Dec 21 05:07:53.533 INFO O| Dec 21 05:07:53.533 INFO O| Planning: Merging actions ... Done |
4424 | 2024-12-21T05:07:54.294Z | [ host-image] Dec 21 05:07:53.670 INFO O| Dec 21 05:07:53.670 INFO O| Planning: Checking for conflicting actions ... Done |
4425 | 2024-12-21T05:07:54.301Z | [ host-image] Dec 21 05:07:53.679 INFO O| Dec 21 05:07:53.678 INFO O| Planning: Consolidating action changes ... Done |
4426 | 2024-12-21T05:07:54.503Z | [ recovery-image] Dec 21 05:07:53.880 INFO O| Dec 21 05:07:53.880 INFO STEP 1 (remove_files) COMPLETE |
4427 | 2024-12-21T05:07:54.503Z | [ recovery-image] Dec 21 05:07:53.880 INFO O| Dec 21 05:07:53.880 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-12-21T05:07:54.526Z | [ recovery-image] Dec 21 05:07:53.903 INFO O| Dec 21 05:07:53.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4429 | 2024-12-21T05:07:54.588Z | [ recovery-image] Dec 21 05:07:53.963 INFO O| Dec 21 05:07:53.963 INFO STEP 2 (remove_files) COMPLETE |
4430 | 2024-12-21T05:07:54.588Z | [ recovery-image] Dec 21 05:07:53.963 INFO O| Dec 21 05:07:53.963 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-12-21T05:07:54.612Z | [ recovery-image] Dec 21 05:07:53.987 INFO O| Dec 21 05:07:53.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4432 | 2024-12-21T05:07:54.673Z | [ host-image] Dec 21 05:07:54.049 INFO O| Dec 21 05:07:54.049 INFO O| Planning: Evaluating mediators ... Done |
4433 | 2024-12-21T05:07:54.679Z | [ host-image] Dec 21 05:07:54.055 INFO O| Dec 21 05:07:54.055 INFO O| Planning: Planning completed in 5.59 seconds |
4434 | 2024-12-21T05:07:54.686Z | [ host-image] Dec 21 05:07:54.057 INFO O| Dec 21 05:07:54.057 INFO O| Packages to install: 6 |
4435 | 2024-12-21T05:07:54.686Z | [ host-image] Dec 21 05:07:54.057 INFO O| Dec 21 05:07:54.057 INFO O| Mediators to change: 1 |
4436 | 2024-12-21T05:07:54.686Z | [ host-image] Dec 21 05:07:54.057 INFO O| Dec 21 05:07:54.057 INFO O| Services to change: 1 |
4437 | 2024-12-21T05:07:54.705Z | [ host-image] Dec 21 05:07:54.081 INFO O| Dec 21 05:07:54.081 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4438 | 2024-12-21T05:07:54.824Z | [ recovery-image] Dec 21 05:07:54.201 INFO O| Dec 21 05:07:54.201 INFO STEP 3 (remove_files) COMPLETE |
4439 | 2024-12-21T05:07:54.826Z | [ recovery-image] Dec 21 05:07:54.201 INFO O| Dec 21 05:07:54.201 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-12-21T05:07:54.862Z | [ recovery-image] Dec 21 05:07:54.239 INFO O| Dec 21 05:07:54.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4441 | 2024-12-21T05:07:55.062Z | [ recovery-image] Dec 21 05:07:54.434 INFO O| Dec 21 05:07:54.434 INFO STEP 4 (remove_files) COMPLETE |
4442 | 2024-12-21T05:07:55.062Z | [ recovery-image] Dec 21 05:07:54.434 INFO O| Dec 21 05:07:54.434 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-12-21T05:07:55.078Z | [ recovery-image] Dec 21 05:07:54.456 INFO O| Dec 21 05:07:54.455 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4444 | 2024-12-21T05:07:55.158Z | [ recovery-image] Dec 21 05:07:54.535 INFO O| Dec 21 05:07:54.534 INFO STEP 5 (remove_files) COMPLETE |
4445 | 2024-12-21T05:07:55.158Z | [ recovery-image] Dec 21 05:07:54.535 INFO O| Dec 21 05:07:54.534 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-12-21T05:07:55.179Z | [ recovery-image] Dec 21 05:07:54.556 INFO O| Dec 21 05:07:54.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4447 | 2024-12-21T05:07:55.220Z | [ recovery-image] Dec 21 05:07:54.597 INFO O| Dec 21 05:07:54.597 INFO STEP 6 (remove_files) COMPLETE |
4448 | 2024-12-21T05:07:55.220Z | [ recovery-image] Dec 21 05:07:54.597 INFO O| Dec 21 05:07:54.597 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-12-21T05:07:55.244Z | [ recovery-image] Dec 21 05:07:54.620 INFO O| Dec 21 05:07:54.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4450 | 2024-12-21T05:07:55.271Z | [ recovery-image] Dec 21 05:07:54.647 INFO O| Dec 21 05:07:54.647 INFO STEP 7 (remove_files) COMPLETE |
4451 | 2024-12-21T05:07:55.271Z | [ recovery-image] Dec 21 05:07:54.647 INFO O| Dec 21 05:07:54.647 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-12-21T05:07:55.292Z | [ recovery-image] Dec 21 05:07:54.669 INFO O| Dec 21 05:07:54.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4453 | 2024-12-21T05:07:55.360Z | [ recovery-image] Dec 21 05:07:54.737 INFO O| Dec 21 05:07:54.737 INFO STEP 8 (remove_files) COMPLETE |
4454 | 2024-12-21T05:07:55.360Z | [ recovery-image] Dec 21 05:07:54.737 INFO O| Dec 21 05:07:54.737 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-12-21T05:07:55.399Z | [ recovery-image] Dec 21 05:07:54.776 INFO O| Dec 21 05:07:54.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4456 | 2024-12-21T05:07:55.402Z | [ recovery-image] Dec 21 05:07:54.777 INFO O| Dec 21 05:07:54.777 INFO STEP 9 (remove_files) COMPLETE |
4457 | 2024-12-21T05:07:55.403Z | [ recovery-image] Dec 21 05:07:54.777 INFO O| Dec 21 05:07:54.777 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-12-21T05:07:55.445Z | [ recovery-image] Dec 21 05:07:54.822 INFO O| Dec 21 05:07:54.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4459 | 2024-12-21T05:07:55.449Z | [ recovery-image] Dec 21 05:07:54.823 INFO O| Dec 21 05:07:54.823 INFO STEP 10 (remove_files) COMPLETE |
4460 | 2024-12-21T05:07:55.449Z | [ recovery-image] Dec 21 05:07:54.823 INFO O| Dec 21 05:07:54.823 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-12-21T05:07:55.488Z | [ recovery-image] Dec 21 05:07:54.865 INFO O| Dec 21 05:07:54.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4462 | 2024-12-21T05:07:55.838Z | [ recovery-image] Dec 21 05:07:55.215 INFO O| Dec 21 05:07:55.215 INFO STEP 11 (remove_files) COMPLETE |
4463 | 2024-12-21T05:07:55.838Z | [ recovery-image] Dec 21 05:07:55.215 INFO O| Dec 21 05:07:55.215 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-12-21T05:07:55.883Z | [ recovery-image] Dec 21 05:07:55.261 INFO O| Dec 21 05:07:55.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4465 | 2024-12-21T05:07:55.937Z | [ recovery-image] Dec 21 05:07:55.314 INFO O| Dec 21 05:07:55.314 INFO STEP 12 (remove_files) COMPLETE |
4466 | 2024-12-21T05:07:55.937Z | [ recovery-image] Dec 21 05:07:55.314 INFO O| Dec 21 05:07:55.314 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-12-21T05:07:55.955Z | [ recovery-image] Dec 21 05:07:55.332 INFO O| Dec 21 05:07:55.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4468 | 2024-12-21T05:07:55.991Z | [ recovery-image] Dec 21 05:07:55.368 INFO O| Dec 21 05:07:55.368 INFO STEP 13 (remove_files) COMPLETE |
4469 | 2024-12-21T05:07:55.991Z | [ recovery-image] Dec 21 05:07:55.368 INFO O| Dec 21 05:07:55.368 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-12-21T05:07:56.011Z | [ recovery-image] Dec 21 05:07:55.388 INFO O| Dec 21 05:07:55.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4471 | 2024-12-21T05:07:56.014Z | [ recovery-image] Dec 21 05:07:55.388 INFO O| Dec 21 05:07:55.388 INFO STEP 14 (remove_files) COMPLETE |
4472 | 2024-12-21T05:07:56.014Z | [ recovery-image] Dec 21 05:07:55.388 INFO O| Dec 21 05:07:55.388 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-12-21T05:07:56.033Z | [ recovery-image] Dec 21 05:07:55.409 INFO O| Dec 21 05:07:55.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4474 | 2024-12-21T05:07:56.039Z | [ recovery-image] Dec 21 05:07:55.416 INFO O| Dec 21 05:07:55.416 INFO STEP 15 (remove_files) COMPLETE |
4475 | 2024-12-21T05:07:56.039Z | [ recovery-image] Dec 21 05:07:55.417 INFO O| Dec 21 05:07:55.416 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-12-21T05:07:56.123Z | [ recovery-image] Dec 21 05:07:55.494 INFO O| Dec 21 05:07:55.494 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4477 | 2024-12-21T05:07:56.270Z | [ recovery-image] Dec 21 05:07:55.647 INFO O| Dec 21 05:07:55.647 INFO STEP 16 (remove_files) COMPLETE |
4478 | 2024-12-21T05:07:56.270Z | [ recovery-image] Dec 21 05:07:55.647 INFO O| Dec 21 05:07:55.647 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-12-21T05:07:56.316Z | [ recovery-image] Dec 21 05:07:55.691 INFO O| Dec 21 05:07:55.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4480 | 2024-12-21T05:07:56.317Z | [ recovery-image] Dec 21 05:07:55.691 INFO O| Dec 21 05:07:55.691 INFO STEP 17 (remove_files) COMPLETE |
4481 | 2024-12-21T05:07:56.321Z | [ recovery-image] Dec 21 05:07:55.691 INFO O| Dec 21 05:07:55.691 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-12-21T05:07:56.332Z | [ recovery-image] Dec 21 05:07:55.709 INFO O| Dec 21 05:07:55.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4483 | 2024-12-21T05:07:56.353Z | [ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO STEP 18 (remove_files) COMPLETE |
4484 | 2024-12-21T05:07:56.353Z | [ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-12-21T05:07:56.374Z | [ recovery-image] Dec 21 05:07:55.750 INFO O| Dec 21 05:07:55.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4486 | 2024-12-21T05:07:56.642Z | [ recovery-image] Dec 21 05:07:56.018 INFO O| Dec 21 05:07:56.018 INFO STEP 19 (remove_files) COMPLETE |
4487 | 2024-12-21T05:07:56.642Z | [ recovery-image] Dec 21 05:07:56.018 INFO O| Dec 21 05:07:56.018 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-12-21T05:07:56.696Z | [ recovery-image] Dec 21 05:07:56.073 INFO O| Dec 21 05:07:56.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4489 | 2024-12-21T05:07:56.718Z | [ recovery-image] Dec 21 05:07:56.094 INFO O| Dec 21 05:07:56.094 INFO STEP 20 (remove_files) COMPLETE |
4490 | 2024-12-21T05:07:56.718Z | [ recovery-image] Dec 21 05:07:56.094 INFO O| Dec 21 05:07:56.094 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-12-21T05:07:56.741Z | [ recovery-image] Dec 21 05:07:56.114 INFO O| Dec 21 05:07:56.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4492 | 2024-12-21T05:07:56.744Z | [ recovery-image] Dec 21 05:07:56.115 INFO O| Dec 21 05:07:56.115 INFO STEP 21 (remove_files) COMPLETE |
4493 | 2024-12-21T05:07:56.744Z | [ recovery-image] Dec 21 05:07:56.115 INFO O| Dec 21 05:07:56.115 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-12-21T05:07:56.757Z | [ recovery-image] Dec 21 05:07:56.134 INFO O| Dec 21 05:07:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4495 | 2024-12-21T05:07:56.767Z | [ recovery-image] Dec 21 05:07:56.135 INFO O| Dec 21 05:07:56.135 INFO STEP 22 (remove_files) COMPLETE |
4496 | 2024-12-21T05:07:56.767Z | [ recovery-image] Dec 21 05:07:56.135 INFO O| Dec 21 05:07:56.135 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-12-21T05:07:56.776Z | [ recovery-image] Dec 21 05:07:56.153 INFO O| Dec 21 05:07:56.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4498 | 2024-12-21T05:07:56.779Z | [ recovery-image] Dec 21 05:07:56.155 INFO O| Dec 21 05:07:56.155 INFO STEP 23 (remove_files) COMPLETE |
4499 | 2024-12-21T05:07:56.779Z | [ recovery-image] Dec 21 05:07:56.155 INFO O| Dec 21 05:07:56.155 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-12-21T05:07:56.798Z | [ recovery-image] Dec 21 05:07:56.175 INFO O| Dec 21 05:07:56.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4501 | 2024-12-21T05:07:56.817Z | [ recovery-image] Dec 21 05:07:56.193 INFO O| Dec 21 05:07:56.191 INFO STEP 24 (remove_files) COMPLETE |
4502 | 2024-12-21T05:07:56.817Z | [ recovery-image] Dec 21 05:07:56.194 INFO O| Dec 21 05:07:56.192 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-12-21T05:07:56.848Z | [ recovery-image] Dec 21 05:07:56.225 INFO O| Dec 21 05:07:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4504 | 2024-12-21T05:07:56.848Z | [ recovery-image] Dec 21 05:07:56.225 INFO O| Dec 21 05:07:56.225 INFO STEP 25 (remove_files) COMPLETE |
4505 | 2024-12-21T05:07:56.851Z | [ recovery-image] Dec 21 05:07:56.225 INFO O| Dec 21 05:07:56.225 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-12-21T05:07:56.866Z | [ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4507 | 2024-12-21T05:07:56.868Z | [ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO STEP 26 (remove_files) COMPLETE |
4508 | 2024-12-21T05:07:56.868Z | [ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-12-21T05:07:56.905Z | [ recovery-image] Dec 21 05:07:56.281 INFO O| Dec 21 05:07:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4510 | 2024-12-21T05:07:56.905Z | [ recovery-image] Dec 21 05:07:56.281 INFO O| Dec 21 05:07:56.281 INFO STEP 27 (remove_files) COMPLETE |
4511 | 2024-12-21T05:07:56.905Z | [ recovery-image] Dec 21 05:07:56.281 INFO O| Dec 21 05:07:56.281 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-12-21T05:07:56.959Z | [ recovery-image] Dec 21 05:07:56.331 INFO O| Dec 21 05:07:56.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4513 | 2024-12-21T05:07:56.961Z | [ recovery-image] Dec 21 05:07:56.336 INFO O| Dec 21 05:07:56.336 INFO STEP 28 (remove_files) COMPLETE |
4514 | 2024-12-21T05:07:56.961Z | [ recovery-image] Dec 21 05:07:56.337 INFO O| Dec 21 05:07:56.336 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-12-21T05:07:57.016Z | [ recovery-image] Dec 21 05:07:56.393 INFO O| Dec 21 05:07:56.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4516 | 2024-12-21T05:07:57.019Z | [ recovery-image] Dec 21 05:07:56.396 INFO O| Dec 21 05:07:56.396 INFO STEP 29 (remove_files) COMPLETE |
4517 | 2024-12-21T05:07:57.019Z | [ recovery-image] Dec 21 05:07:56.396 INFO O| Dec 21 05:07:56.396 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-12-21T05:07:57.156Z | [ recovery-image] Dec 21 05:07:56.533 INFO O| Dec 21 05:07:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4519 | 2024-12-21T05:07:57.159Z | [ recovery-image] Dec 21 05:07:56.534 INFO O| Dec 21 05:07:56.533 INFO STEP 30 (remove_files) COMPLETE |
4520 | 2024-12-21T05:07:57.159Z | [ recovery-image] Dec 21 05:07:56.534 INFO O| Dec 21 05:07:56.534 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-12-21T05:07:57.238Z | [ recovery-image] Dec 21 05:07:56.615 INFO O| Dec 21 05:07:56.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4522 | 2024-12-21T05:07:57.239Z | [ recovery-image] Dec 21 05:07:56.615 INFO O| Dec 21 05:07:56.615 INFO STEP 31 (remove_files) COMPLETE |
4523 | 2024-12-21T05:07:57.239Z | [ recovery-image] Dec 21 05:07:56.615 INFO O| Dec 21 05:07:56.615 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-12-21T05:07:57.264Z | [ recovery-image] Dec 21 05:07:56.641 INFO O| Dec 21 05:07:56.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4525 | 2024-12-21T05:07:57.267Z | [ recovery-image] Dec 21 05:07:56.644 INFO O| Dec 21 05:07:56.644 INFO STEP 32 (remove_files) COMPLETE |
4526 | 2024-12-21T05:07:57.267Z | [ recovery-image] Dec 21 05:07:56.644 INFO O| Dec 21 05:07:56.644 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-12-21T05:07:57.293Z | [ recovery-image] Dec 21 05:07:56.670 INFO O| Dec 21 05:07:56.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4528 | 2024-12-21T05:07:57.296Z | [ recovery-image] Dec 21 05:07:56.670 INFO O| Dec 21 05:07:56.670 INFO STEP 33 (remove_files) COMPLETE |
4529 | 2024-12-21T05:07:57.296Z | [ recovery-image] Dec 21 05:07:56.670 INFO O| Dec 21 05:07:56.670 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-12-21T05:07:57.314Z | [ recovery-image] Dec 21 05:07:56.691 INFO O| Dec 21 05:07:56.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4531 | 2024-12-21T05:07:57.336Z | [ recovery-image] Dec 21 05:07:56.713 INFO O| Dec 21 05:07:56.713 INFO STEP 34 (remove_files) COMPLETE |
4532 | 2024-12-21T05:07:57.336Z | [ recovery-image] Dec 21 05:07:56.713 INFO O| Dec 21 05:07:56.713 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-12-21T05:07:57.376Z | [ recovery-image] Dec 21 05:07:56.752 INFO O| Dec 21 05:07:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4534 | 2024-12-21T05:07:57.379Z | [ recovery-image] Dec 21 05:07:56.752 INFO O| Dec 21 05:07:56.752 INFO STEP 35 (remove_files) COMPLETE |
4535 | 2024-12-21T05:07:57.379Z | [ recovery-image] Dec 21 05:07:56.752 INFO O| Dec 21 05:07:56.752 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-12-21T05:07:57.399Z | [ recovery-image] Dec 21 05:07:56.775 INFO O| Dec 21 05:07:56.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4537 | 2024-12-21T05:07:57.416Z | [ recovery-image] Dec 21 05:07:56.793 INFO O| Dec 21 05:07:56.793 INFO STEP 36 (remove_files) COMPLETE |
4538 | 2024-12-21T05:07:57.416Z | [ recovery-image] Dec 21 05:07:56.793 INFO O| Dec 21 05:07:56.793 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-12-21T05:07:57.436Z | [ recovery-image] Dec 21 05:07:56.813 INFO O| Dec 21 05:07:56.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4540 | 2024-12-21T05:07:57.439Z | [ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.813 INFO STEP 37 (remove_files) COMPLETE |
4541 | 2024-12-21T05:07:57.439Z | [ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.813 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-12-21T05:07:57.470Z | [ recovery-image] Dec 21 05:07:56.833 INFO O| Dec 21 05:07:56.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4543 | 2024-12-21T05:07:57.470Z | [ recovery-image] Dec 21 05:07:56.833 INFO O| Dec 21 05:07:56.833 INFO STEP 38 (remove_files) COMPLETE |
4544 | 2024-12-21T05:07:57.470Z | [ recovery-image] Dec 21 05:07:56.834 INFO O| Dec 21 05:07:56.833 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-12-21T05:07:57.476Z | [ recovery-image] Dec 21 05:07:56.853 INFO O| Dec 21 05:07:56.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4546 | 2024-12-21T05:07:57.476Z | [ recovery-image] Dec 21 05:07:56.854 INFO O| Dec 21 05:07:56.853 INFO STEP 39 (remove_files) COMPLETE |
4547 | 2024-12-21T05:07:57.476Z | [ recovery-image] Dec 21 05:07:56.854 INFO O| Dec 21 05:07:56.854 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-12-21T05:07:57.499Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4549 | 2024-12-21T05:07:57.499Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO STEP 40 (remove_files) COMPLETE |
4550 | 2024-12-21T05:07:57.503Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-12-21T05:07:57.517Z | [ recovery-image] Dec 21 05:07:56.894 INFO O| Dec 21 05:07:56.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4552 | 2024-12-21T05:07:57.517Z | [ recovery-image] Dec 21 05:07:56.894 INFO O| Dec 21 05:07:56.894 INFO STEP 41 (remove_files) COMPLETE |
4553 | 2024-12-21T05:07:57.519Z | [ recovery-image] Dec 21 05:07:56.894 INFO O| Dec 21 05:07:56.894 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-12-21T05:07:57.537Z | [ recovery-image] Dec 21 05:07:56.914 INFO O| Dec 21 05:07:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4555 | 2024-12-21T05:07:57.537Z | [ recovery-image] Dec 21 05:07:56.914 INFO O| Dec 21 05:07:56.914 INFO STEP 42 (remove_files) COMPLETE |
4556 | 2024-12-21T05:07:57.537Z | [ recovery-image] Dec 21 05:07:56.915 INFO O| Dec 21 05:07:56.914 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-12-21T05:07:57.560Z | [ recovery-image] Dec 21 05:07:56.935 INFO O| Dec 21 05:07:56.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4558 | 2024-12-21T05:07:57.560Z | [ recovery-image] Dec 21 05:07:56.935 INFO O| Dec 21 05:07:56.935 INFO STEP 43 (remove_files) COMPLETE |
4559 | 2024-12-21T05:07:57.560Z | [ recovery-image] Dec 21 05:07:56.935 INFO O| Dec 21 05:07:56.935 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-12-21T05:07:57.579Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4561 | 2024-12-21T05:07:57.580Z | [ recovery-image] Dec 21 05:07:56.957 INFO O| Dec 21 05:07:56.956 INFO STEP 44 (remove_files) COMPLETE |
4562 | 2024-12-21T05:07:57.580Z | [ recovery-image] Dec 21 05:07:56.957 INFO O| Dec 21 05:07:56.957 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-12-21T05:07:57.602Z | [ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4564 | 2024-12-21T05:07:57.602Z | [ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO STEP 45 (remove_files) COMPLETE |
4565 | 2024-12-21T05:07:57.606Z | [ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-12-21T05:07:57.623Z | [ recovery-image] Dec 21 05:07:57.000 INFO O| Dec 21 05:07:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4567 | 2024-12-21T05:07:57.623Z | [ recovery-image] Dec 21 05:07:57.000 INFO O| Dec 21 05:07:57.000 INFO STEP 46 (remove_files) COMPLETE |
4568 | 2024-12-21T05:07:57.625Z | [ recovery-image] Dec 21 05:07:57.000 INFO O| Dec 21 05:07:57.000 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-12-21T05:07:57.651Z | [ recovery-image] Dec 21 05:07:57.022 INFO O| Dec 21 05:07:57.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4570 | 2024-12-21T05:07:57.654Z | [ recovery-image] Dec 21 05:07:57.028 INFO O| Dec 21 05:07:57.028 INFO STEP 47 (remove_files) COMPLETE |
4571 | 2024-12-21T05:07:57.654Z | [ recovery-image] Dec 21 05:07:57.028 INFO O| Dec 21 05:07:57.028 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-12-21T05:07:57.684Z | [ recovery-image] Dec 21 05:07:57.050 INFO O| Dec 21 05:07:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4573 | 2024-12-21T05:07:57.687Z | [ recovery-image] Dec 21 05:07:57.050 INFO O| Dec 21 05:07:57.050 INFO STEP 48 (remove_files) COMPLETE |
4574 | 2024-12-21T05:07:57.687Z | [ recovery-image] Dec 21 05:07:57.050 INFO O| Dec 21 05:07:57.050 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-12-21T05:07:57.693Z | [ recovery-image] Dec 21 05:07:57.071 INFO O| Dec 21 05:07:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4576 | 2024-12-21T05:07:57.697Z | [ recovery-image] Dec 21 05:07:57.071 INFO O| Dec 21 05:07:57.071 INFO STEP 49 (remove_files) COMPLETE |
4577 | 2024-12-21T05:07:57.697Z | [ recovery-image] Dec 21 05:07:57.071 INFO O| Dec 21 05:07:57.071 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-12-21T05:07:57.715Z | [ recovery-image] Dec 21 05:07:57.090 INFO O| Dec 21 05:07:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4579 | 2024-12-21T05:07:57.719Z | [ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.090 INFO STEP 50 (remove_files) COMPLETE |
4580 | 2024-12-21T05:07:57.719Z | [ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-12-21T05:07:57.736Z | [ recovery-image] Dec 21 05:07:57.111 INFO O| Dec 21 05:07:57.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4582 | 2024-12-21T05:07:57.736Z | [ recovery-image] Dec 21 05:07:57.111 INFO O| Dec 21 05:07:57.111 INFO STEP 51 (remove_files) COMPLETE |
4583 | 2024-12-21T05:07:57.736Z | [ recovery-image] Dec 21 05:07:57.112 INFO O| Dec 21 05:07:57.112 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-12-21T05:07:57.756Z | [ recovery-image] Dec 21 05:07:57.132 INFO O| Dec 21 05:07:57.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4585 | 2024-12-21T05:07:57.761Z | [ recovery-image] Dec 21 05:07:57.132 INFO O| Dec 21 05:07:57.132 INFO STEP 52 (remove_files) COMPLETE |
4586 | 2024-12-21T05:07:57.761Z | [ recovery-image] Dec 21 05:07:57.132 INFO O| Dec 21 05:07:57.132 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-12-21T05:07:57.786Z | [ recovery-image] Dec 21 05:07:57.162 INFO O| Dec 21 05:07:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4588 | 2024-12-21T05:07:57.786Z | [ recovery-image] Dec 21 05:07:57.162 INFO O| Dec 21 05:07:57.162 INFO STEP 53 (remove_files) COMPLETE |
4589 | 2024-12-21T05:07:57.786Z | [ recovery-image] Dec 21 05:07:57.162 INFO O| Dec 21 05:07:57.162 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-12-21T05:07:57.915Z | [ recovery-image] Dec 21 05:07:57.292 INFO O| Dec 21 05:07:57.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4591 | 2024-12-21T05:07:57.915Z | [ recovery-image] Dec 21 05:07:57.292 INFO O| Dec 21 05:07:57.292 INFO STEP 54 (remove_files) COMPLETE |
4592 | 2024-12-21T05:07:57.915Z | [ recovery-image] Dec 21 05:07:57.292 INFO O| Dec 21 05:07:57.292 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-12-21T05:07:57.944Z | [ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4594 | 2024-12-21T05:07:57.946Z | [ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.321 INFO STEP 55 (remove_files) COMPLETE |
4595 | 2024-12-21T05:07:57.946Z | [ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.321 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-12-21T05:07:58.123Z | [ recovery-image] Dec 21 05:07:57.499 INFO O| Dec 21 05:07:57.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4597 | 2024-12-21T05:07:58.123Z | [ recovery-image] Dec 21 05:07:57.499 INFO O| Dec 21 05:07:57.499 INFO STEP 56 (remove_files) COMPLETE |
4598 | 2024-12-21T05:07:58.123Z | [ recovery-image] Dec 21 05:07:57.499 INFO O| Dec 21 05:07:57.499 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-12-21T05:07:58.143Z | [ recovery-image] Dec 21 05:07:57.519 INFO O| Dec 21 05:07:57.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4600 | 2024-12-21T05:07:58.151Z | [ recovery-image] Dec 21 05:07:57.528 INFO O| Dec 21 05:07:57.528 INFO STEP 57 (remove_files) COMPLETE |
4601 | 2024-12-21T05:07:58.151Z | [ recovery-image] Dec 21 05:07:57.528 INFO O| Dec 21 05:07:57.528 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-12-21T05:07:58.211Z | [ recovery-image] Dec 21 05:07:57.587 INFO O| Dec 21 05:07:57.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4603 | 2024-12-21T05:07:58.211Z | [ recovery-image] Dec 21 05:07:57.587 INFO O| Dec 21 05:07:57.587 INFO STEP 58 (remove_files) COMPLETE |
4604 | 2024-12-21T05:07:58.211Z | [ recovery-image] Dec 21 05:07:57.587 INFO O| Dec 21 05:07:57.587 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-12-21T05:07:58.260Z | [ recovery-image] Dec 21 05:07:57.629 INFO O| Dec 21 05:07:57.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4606 | 2024-12-21T05:07:58.260Z | [ recovery-image] Dec 21 05:07:57.629 INFO O| Dec 21 05:07:57.629 INFO STEP 59 (remove_files) COMPLETE |
4607 | 2024-12-21T05:07:58.263Z | [ recovery-image] Dec 21 05:07:57.629 INFO O| Dec 21 05:07:57.629 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-12-21T05:07:58.284Z | [ recovery-image] Dec 21 05:07:57.661 INFO O| Dec 21 05:07:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4609 | 2024-12-21T05:07:58.284Z | [ recovery-image] Dec 21 05:07:57.661 INFO O| Dec 21 05:07:57.661 INFO STEP 60 (remove_files) COMPLETE |
4610 | 2024-12-21T05:07:58.286Z | [ recovery-image] Dec 21 05:07:57.661 INFO O| Dec 21 05:07:57.661 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-12-21T05:07:58.311Z | [ recovery-image] Dec 21 05:07:57.682 INFO O| Dec 21 05:07:57.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4612 | 2024-12-21T05:07:58.331Z | [ recovery-image] Dec 21 05:07:57.708 INFO O| Dec 21 05:07:57.708 INFO STEP 61 (remove_files) COMPLETE |
4613 | 2024-12-21T05:07:58.332Z | [ recovery-image] Dec 21 05:07:57.708 INFO O| Dec 21 05:07:57.708 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-12-21T05:07:58.402Z | [ recovery-image] Dec 21 05:07:57.779 INFO O| Dec 21 05:07:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4615 | 2024-12-21T05:07:58.403Z | [ recovery-image] Dec 21 05:07:57.779 INFO O| Dec 21 05:07:57.779 INFO STEP 62 (remove_files) COMPLETE |
4616 | 2024-12-21T05:07:58.406Z | [ recovery-image] Dec 21 05:07:57.779 INFO O| Dec 21 05:07:57.779 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-12-21T05:07:58.424Z | [ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4618 | 2024-12-21T05:07:58.424Z | [ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO STEP 63 (remove_files) COMPLETE |
4619 | 2024-12-21T05:07:58.427Z | [ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-12-21T05:07:58.445Z | [ recovery-image] Dec 21 05:07:57.822 INFO O| Dec 21 05:07:57.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4621 | 2024-12-21T05:07:58.445Z | [ recovery-image] Dec 21 05:07:57.822 INFO O| Dec 21 05:07:57.822 INFO STEP 64 (remove_files) COMPLETE |
4622 | 2024-12-21T05:07:58.448Z | [ recovery-image] Dec 21 05:07:57.822 INFO O| Dec 21 05:07:57.822 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-12-21T05:07:58.467Z | [ recovery-image] Dec 21 05:07:57.843 INFO O| Dec 21 05:07:57.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4624 | 2024-12-21T05:07:58.467Z | [ recovery-image] Dec 21 05:07:57.843 INFO O| Dec 21 05:07:57.843 INFO STEP 65 (remove_files) COMPLETE |
4625 | 2024-12-21T05:07:58.467Z | [ recovery-image] Dec 21 05:07:57.843 INFO O| Dec 21 05:07:57.843 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-12-21T05:07:58.488Z | [ recovery-image] Dec 21 05:07:57.865 INFO O| Dec 21 05:07:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4627 | 2024-12-21T05:07:58.488Z | [ recovery-image] Dec 21 05:07:57.865 INFO O| Dec 21 05:07:57.865 INFO STEP 66 (remove_files) COMPLETE |
4628 | 2024-12-21T05:07:58.488Z | [ recovery-image] Dec 21 05:07:57.865 INFO O| Dec 21 05:07:57.865 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-12-21T05:07:58.510Z | [ recovery-image] Dec 21 05:07:57.887 INFO O| Dec 21 05:07:57.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4630 | 2024-12-21T05:07:58.510Z | [ recovery-image] Dec 21 05:07:57.887 INFO O| Dec 21 05:07:57.887 INFO STEP 67 (remove_files) COMPLETE |
4631 | 2024-12-21T05:07:58.513Z | [ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.887 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-12-21T05:07:58.678Z | [ recovery-image] Dec 21 05:07:58.055 INFO O| Dec 21 05:07:58.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4633 | 2024-12-21T05:07:58.678Z | [ recovery-image] Dec 21 05:07:58.055 INFO O| Dec 21 05:07:58.055 INFO STEP 68 (remove_files) COMPLETE |
4634 | 2024-12-21T05:07:58.681Z | [ recovery-image] Dec 21 05:07:58.055 INFO O| Dec 21 05:07:58.055 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-12-21T05:07:58.740Z | [ recovery-image] Dec 21 05:07:58.117 INFO O| Dec 21 05:07:58.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4636 | 2024-12-21T05:07:58.743Z | [ recovery-image] Dec 21 05:07:58.117 INFO O| Dec 21 05:07:58.117 INFO STEP 69 (remove_files) COMPLETE |
4637 | 2024-12-21T05:07:58.743Z | [ recovery-image] Dec 21 05:07:58.117 INFO O| Dec 21 05:07:58.117 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-12-21T05:07:58.782Z | [ recovery-image] Dec 21 05:07:58.159 INFO O| Dec 21 05:07:58.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4639 | 2024-12-21T05:07:58.782Z | [ recovery-image] Dec 21 05:07:58.159 INFO O| Dec 21 05:07:58.159 INFO STEP 70 (remove_files) COMPLETE |
4640 | 2024-12-21T05:07:58.782Z | [ recovery-image] Dec 21 05:07:58.159 INFO O| Dec 21 05:07:58.159 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-12-21T05:07:58.801Z | [ recovery-image] Dec 21 05:07:58.178 INFO O| Dec 21 05:07:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4642 | 2024-12-21T05:07:58.804Z | [ recovery-image] Dec 21 05:07:58.179 INFO O| Dec 21 05:07:58.179 INFO STEP 71 (remove_files) COMPLETE |
4643 | 2024-12-21T05:07:58.804Z | [ recovery-image] Dec 21 05:07:58.179 INFO O| Dec 21 05:07:58.179 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-12-21T05:07:58.836Z | [ recovery-image] Dec 21 05:07:58.213 INFO O| Dec 21 05:07:58.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4645 | 2024-12-21T05:07:58.838Z | [ recovery-image] Dec 21 05:07:58.213 INFO O| Dec 21 05:07:58.213 INFO STEP 72 (remove_files) COMPLETE |
4646 | 2024-12-21T05:07:58.838Z | [ recovery-image] Dec 21 05:07:58.213 INFO O| Dec 21 05:07:58.213 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-12-21T05:07:58.858Z | [ recovery-image] Dec 21 05:07:58.235 INFO O| Dec 21 05:07:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4648 | 2024-12-21T05:07:58.860Z | [ recovery-image] Dec 21 05:07:58.235 INFO O| Dec 21 05:07:58.235 INFO STEP 73 (remove_files) COMPLETE |
4649 | 2024-12-21T05:07:58.860Z | [ recovery-image] Dec 21 05:07:58.235 INFO O| Dec 21 05:07:58.235 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-12-21T05:07:58.878Z | [ recovery-image] Dec 21 05:07:58.255 INFO O| Dec 21 05:07:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4651 | 2024-12-21T05:07:58.881Z | [ recovery-image] Dec 21 05:07:58.255 INFO O| Dec 21 05:07:58.255 INFO STEP 74 (remove_files) COMPLETE |
4652 | 2024-12-21T05:07:58.881Z | [ recovery-image] Dec 21 05:07:58.255 INFO O| Dec 21 05:07:58.255 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-12-21T05:07:58.898Z | [ recovery-image] Dec 21 05:07:58.275 INFO O| Dec 21 05:07:58.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4654 | 2024-12-21T05:07:58.919Z | [ recovery-image] Dec 21 05:07:58.295 INFO O| Dec 21 05:07:58.295 INFO STEP 75 (remove_files) COMPLETE |
4655 | 2024-12-21T05:07:58.919Z | [ recovery-image] Dec 21 05:07:58.295 INFO O| Dec 21 05:07:58.295 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-12-21T05:07:58.954Z | [ recovery-image] Dec 21 05:07:58.331 INFO O| Dec 21 05:07:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4657 | 2024-12-21T05:07:58.958Z | [ recovery-image] Dec 21 05:07:58.331 INFO O| Dec 21 05:07:58.331 INFO STEP 76 (remove_files) COMPLETE |
4658 | 2024-12-21T05:07:58.958Z | [ recovery-image] Dec 21 05:07:58.331 INFO O| Dec 21 05:07:58.331 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-12-21T05:07:58.975Z | [ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4660 | 2024-12-21T05:07:58.975Z | [ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO STEP 77 (remove_files) COMPLETE |
4661 | 2024-12-21T05:07:58.975Z | [ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-12-21T05:07:59.013Z | [ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4663 | 2024-12-21T05:07:59.021Z | [ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.390 INFO STEP 78 (remove_files) COMPLETE |
4664 | 2024-12-21T05:07:59.021Z | [ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.390 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-12-21T05:07:59.033Z | [ recovery-image] Dec 21 05:07:58.410 INFO O| Dec 21 05:07:58.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4666 | 2024-12-21T05:07:59.035Z | [ recovery-image] Dec 21 05:07:58.410 INFO O| Dec 21 05:07:58.410 INFO STEP 79 (remove_files) COMPLETE |
4667 | 2024-12-21T05:07:59.035Z | [ recovery-image] Dec 21 05:07:58.410 INFO O| Dec 21 05:07:58.410 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-12-21T05:07:59.052Z | [ recovery-image] Dec 21 05:07:58.429 INFO O| Dec 21 05:07:58.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4669 | 2024-12-21T05:07:59.055Z | [ recovery-image] Dec 21 05:07:58.429 INFO O| Dec 21 05:07:58.429 INFO STEP 80 (remove_files) COMPLETE |
4670 | 2024-12-21T05:07:59.055Z | [ recovery-image] Dec 21 05:07:58.430 INFO O| Dec 21 05:07:58.429 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-12-21T05:07:59.072Z | [ recovery-image] Dec 21 05:07:58.448 INFO O| Dec 21 05:07:58.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4672 | 2024-12-21T05:07:59.090Z | [ recovery-image] Dec 21 05:07:58.467 INFO O| Dec 21 05:07:58.467 INFO STEP 81 (remove_files) COMPLETE |
4673 | 2024-12-21T05:07:59.091Z | [ recovery-image] Dec 21 05:07:58.467 INFO O| Dec 21 05:07:58.467 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-12-21T05:07:59.112Z | [ recovery-image] Dec 21 05:07:58.488 INFO O| Dec 21 05:07:58.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4675 | 2024-12-21T05:07:59.115Z | [ recovery-image] Dec 21 05:07:58.488 INFO O| Dec 21 05:07:58.488 INFO STEP 82 (remove_files) COMPLETE |
4676 | 2024-12-21T05:07:59.115Z | [ recovery-image] Dec 21 05:07:58.488 INFO O| Dec 21 05:07:58.488 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-12-21T05:07:59.134Z | [ recovery-image] Dec 21 05:07:58.510 INFO O| Dec 21 05:07:58.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4678 | 2024-12-21T05:07:59.138Z | [ recovery-image] Dec 21 05:07:58.511 INFO O| Dec 21 05:07:58.511 INFO STEP 83 (remove_files) COMPLETE |
4679 | 2024-12-21T05:07:59.138Z | [ recovery-image] Dec 21 05:07:58.511 INFO O| Dec 21 05:07:58.511 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-12-21T05:07:59.176Z | [ recovery-image] Dec 21 05:07:58.553 INFO O| Dec 21 05:07:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4681 | 2024-12-21T05:07:59.176Z | [ recovery-image] Dec 21 05:07:58.553 INFO O| Dec 21 05:07:58.553 INFO STEP 84 (remove_files) COMPLETE |
4682 | 2024-12-21T05:07:59.176Z | [ recovery-image] Dec 21 05:07:58.553 INFO O| Dec 21 05:07:58.553 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-21T05:07:59.196Z | [ recovery-image] Dec 21 05:07:58.573 INFO O| Dec 21 05:07:58.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4684 | 2024-12-21T05:07:59.196Z | [ recovery-image] Dec 21 05:07:58.573 INFO O| Dec 21 05:07:58.573 INFO STEP 85 (remove_files) COMPLETE |
4685 | 2024-12-21T05:07:59.196Z | [ recovery-image] Dec 21 05:07:58.573 INFO O| Dec 21 05:07:58.573 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-21T05:07:59.216Z | [ recovery-image] Dec 21 05:07:58.593 INFO O| Dec 21 05:07:58.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4687 | 2024-12-21T05:07:59.216Z | [ recovery-image] Dec 21 05:07:58.593 INFO O| Dec 21 05:07:58.593 INFO STEP 86 (remove_files) COMPLETE |
4688 | 2024-12-21T05:07:59.219Z | [ recovery-image] Dec 21 05:07:58.593 INFO O| Dec 21 05:07:58.593 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-21T05:07:59.237Z | [ recovery-image] Dec 21 05:07:58.614 INFO O| Dec 21 05:07:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4690 | 2024-12-21T05:07:59.237Z | [ recovery-image] Dec 21 05:07:58.614 INFO O| Dec 21 05:07:58.614 INFO STEP 87 (remove_files) COMPLETE |
4691 | 2024-12-21T05:07:59.240Z | [ recovery-image] Dec 21 05:07:58.614 INFO O| Dec 21 05:07:58.614 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-21T05:07:59.262Z | [ recovery-image] Dec 21 05:07:58.637 INFO O| Dec 21 05:07:58.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4693 | 2024-12-21T05:07:59.262Z | [ recovery-image] Dec 21 05:07:58.637 INFO O| Dec 21 05:07:58.637 INFO STEP 88 (remove_files) COMPLETE |
4694 | 2024-12-21T05:07:59.262Z | [ recovery-image] Dec 21 05:07:58.637 INFO O| Dec 21 05:07:58.637 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-21T05:07:59.283Z | [ recovery-image] Dec 21 05:07:58.659 INFO O| Dec 21 05:07:58.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4696 | 2024-12-21T05:07:59.283Z | [ recovery-image] Dec 21 05:07:58.659 INFO O| Dec 21 05:07:58.659 INFO STEP 89 (remove_files) COMPLETE |
4697 | 2024-12-21T05:07:59.283Z | [ recovery-image] Dec 21 05:07:58.659 INFO O| Dec 21 05:07:58.659 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-21T05:07:59.303Z | [ recovery-image] Dec 21 05:07:58.679 INFO O| Dec 21 05:07:58.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4699 | 2024-12-21T05:07:59.303Z | [ recovery-image] Dec 21 05:07:58.679 INFO O| Dec 21 05:07:58.679 INFO STEP 90 (remove_files) COMPLETE |
4700 | 2024-12-21T05:07:59.306Z | [ recovery-image] Dec 21 05:07:58.679 INFO O| Dec 21 05:07:58.679 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-21T05:07:59.322Z | [ recovery-image] Dec 21 05:07:58.698 INFO O| Dec 21 05:07:58.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4702 | 2024-12-21T05:07:59.322Z | [ recovery-image] Dec 21 05:07:58.698 INFO O| Dec 21 05:07:58.698 INFO STEP 91 (remove_files) COMPLETE |
4703 | 2024-12-21T05:07:59.322Z | [ recovery-image] Dec 21 05:07:58.698 INFO O| Dec 21 05:07:58.698 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-21T05:07:59.341Z | [ recovery-image] Dec 21 05:07:58.718 INFO O| Dec 21 05:07:58.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4705 | 2024-12-21T05:07:59.341Z | [ recovery-image] Dec 21 05:07:58.718 INFO O| Dec 21 05:07:58.718 INFO STEP 92 (remove_files) COMPLETE |
4706 | 2024-12-21T05:07:59.341Z | [ recovery-image] Dec 21 05:07:58.718 INFO O| Dec 21 05:07:58.718 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-21T05:07:59.378Z | [ recovery-image] Dec 21 05:07:58.755 INFO O| Dec 21 05:07:58.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4708 | 2024-12-21T05:07:59.381Z | [ recovery-image] Dec 21 05:07:58.755 INFO O| Dec 21 05:07:58.755 INFO STEP 93 (remove_files) COMPLETE |
4709 | 2024-12-21T05:07:59.381Z | [ recovery-image] Dec 21 05:07:58.755 INFO O| Dec 21 05:07:58.755 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-21T05:07:59.400Z | [ recovery-image] Dec 21 05:07:58.776 INFO O| Dec 21 05:07:58.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4711 | 2024-12-21T05:07:59.400Z | [ recovery-image] Dec 21 05:07:58.776 INFO O| Dec 21 05:07:58.776 INFO STEP 94 (remove_files) COMPLETE |
4712 | 2024-12-21T05:07:59.400Z | [ recovery-image] Dec 21 05:07:58.776 INFO O| Dec 21 05:07:58.776 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-21T05:07:59.421Z | [ recovery-image] Dec 21 05:07:58.796 INFO O| Dec 21 05:07:58.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4714 | 2024-12-21T05:07:59.421Z | [ recovery-image] Dec 21 05:07:58.796 INFO O| Dec 21 05:07:58.796 INFO STEP 95 (remove_files) COMPLETE |
4715 | 2024-12-21T05:07:59.421Z | [ recovery-image] Dec 21 05:07:58.796 INFO O| Dec 21 05:07:58.796 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-21T05:07:59.440Z | [ recovery-image] Dec 21 05:07:58.816 INFO O| Dec 21 05:07:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4717 | 2024-12-21T05:07:59.440Z | [ recovery-image] Dec 21 05:07:58.816 INFO O| Dec 21 05:07:58.816 INFO STEP 96 (remove_files) COMPLETE |
4718 | 2024-12-21T05:07:59.442Z | [ recovery-image] Dec 21 05:07:58.816 INFO O| Dec 21 05:07:58.816 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-21T05:07:59.461Z | [ recovery-image] Dec 21 05:07:58.837 INFO O| Dec 21 05:07:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4720 | 2024-12-21T05:07:59.461Z | [ recovery-image] Dec 21 05:07:58.837 INFO O| Dec 21 05:07:58.837 INFO STEP 97 (remove_files) COMPLETE |
4721 | 2024-12-21T05:07:59.461Z | [ recovery-image] Dec 21 05:07:58.837 INFO O| Dec 21 05:07:58.837 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-21T05:07:59.480Z | [ recovery-image] Dec 21 05:07:58.856 INFO O| Dec 21 05:07:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4723 | 2024-12-21T05:07:59.480Z | [ recovery-image] Dec 21 05:07:58.856 INFO O| Dec 21 05:07:58.856 INFO STEP 98 (remove_files) COMPLETE |
4724 | 2024-12-21T05:07:59.480Z | [ recovery-image] Dec 21 05:07:58.856 INFO O| Dec 21 05:07:58.856 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-21T05:07:59.499Z | [ recovery-image] Dec 21 05:07:58.875 INFO O| Dec 21 05:07:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4726 | 2024-12-21T05:07:59.499Z | [ recovery-image] Dec 21 05:07:58.876 INFO O| Dec 21 05:07:58.875 INFO STEP 99 (remove_files) COMPLETE |
4727 | 2024-12-21T05:07:59.499Z | [ recovery-image] Dec 21 05:07:58.876 INFO O| Dec 21 05:07:58.875 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-21T05:07:59.518Z | [ recovery-image] Dec 21 05:07:58.894 INFO O| Dec 21 05:07:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4729 | 2024-12-21T05:07:59.518Z | [ recovery-image] Dec 21 05:07:58.894 INFO O| Dec 21 05:07:58.894 INFO STEP 100 (remove_files) COMPLETE |
4730 | 2024-12-21T05:07:59.518Z | [ recovery-image] Dec 21 05:07:58.894 INFO O| Dec 21 05:07:58.894 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-21T05:07:59.536Z | [ recovery-image] Dec 21 05:07:58.913 INFO O| Dec 21 05:07:58.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4732 | 2024-12-21T05:07:59.536Z | [ recovery-image] Dec 21 05:07:58.913 INFO O| Dec 21 05:07:58.913 INFO STEP 101 (remove_files) COMPLETE |
4733 | 2024-12-21T05:07:59.539Z | [ recovery-image] Dec 21 05:07:58.913 INFO O| Dec 21 05:07:58.913 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-21T05:07:59.554Z | [ recovery-image] Dec 21 05:07:58.931 INFO O| Dec 21 05:07:58.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4735 | 2024-12-21T05:07:59.557Z | [ recovery-image] Dec 21 05:07:58.932 INFO O| Dec 21 05:07:58.931 INFO STEP 102 (remove_files) COMPLETE |
4736 | 2024-12-21T05:07:59.557Z | [ recovery-image] Dec 21 05:07:58.932 INFO O| Dec 21 05:07:58.931 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-21T05:07:59.573Z | [ recovery-image] Dec 21 05:07:58.950 INFO O| Dec 21 05:07:58.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4738 | 2024-12-21T05:07:59.574Z | [ recovery-image] Dec 21 05:07:58.950 INFO O| Dec 21 05:07:58.950 INFO STEP 103 (remove_files) COMPLETE |
4739 | 2024-12-21T05:07:59.574Z | [ recovery-image] Dec 21 05:07:58.950 INFO O| Dec 21 05:07:58.950 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-21T05:07:59.593Z | [ recovery-image] Dec 21 05:07:58.969 INFO O| Dec 21 05:07:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4741 | 2024-12-21T05:07:59.593Z | [ recovery-image] Dec 21 05:07:58.970 INFO O| Dec 21 05:07:58.969 INFO STEP 104 (remove_files) COMPLETE |
4742 | 2024-12-21T05:07:59.597Z | [ recovery-image] Dec 21 05:07:58.970 INFO O| Dec 21 05:07:58.969 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-21T05:07:59.613Z | [ recovery-image] Dec 21 05:07:58.989 INFO O| Dec 21 05:07:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4744 | 2024-12-21T05:07:59.613Z | [ recovery-image] Dec 21 05:07:58.989 INFO O| Dec 21 05:07:58.989 INFO STEP 105 (remove_files) COMPLETE |
4745 | 2024-12-21T05:07:59.613Z | [ recovery-image] Dec 21 05:07:58.989 INFO O| Dec 21 05:07:58.989 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-21T05:07:59.633Z | [ recovery-image] Dec 21 05:07:59.010 INFO O| Dec 21 05:07:59.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4747 | 2024-12-21T05:07:59.633Z | [ recovery-image] Dec 21 05:07:59.010 INFO O| Dec 21 05:07:59.010 INFO STEP 106 (remove_files) COMPLETE |
4748 | 2024-12-21T05:07:59.633Z | [ recovery-image] Dec 21 05:07:59.010 INFO O| Dec 21 05:07:59.010 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-21T05:07:59.653Z | [ recovery-image] Dec 21 05:07:59.030 INFO O| Dec 21 05:07:59.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4750 | 2024-12-21T05:07:59.653Z | [ recovery-image] Dec 21 05:07:59.030 INFO O| Dec 21 05:07:59.030 INFO STEP 107 (remove_files) COMPLETE |
4751 | 2024-12-21T05:07:59.653Z | [ recovery-image] Dec 21 05:07:59.030 INFO O| Dec 21 05:07:59.030 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-21T05:07:59.671Z | [ recovery-image] Dec 21 05:07:59.048 INFO O| Dec 21 05:07:59.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4753 | 2024-12-21T05:07:59.672Z | [ recovery-image] Dec 21 05:07:59.048 INFO O| Dec 21 05:07:59.048 INFO STEP 108 (remove_files) COMPLETE |
4754 | 2024-12-21T05:07:59.672Z | [ recovery-image] Dec 21 05:07:59.048 INFO O| Dec 21 05:07:59.048 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-21T05:07:59.691Z | [ recovery-image] Dec 21 05:07:59.067 INFO O| Dec 21 05:07:59.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4756 | 2024-12-21T05:07:59.691Z | [ recovery-image] Dec 21 05:07:59.067 INFO O| Dec 21 05:07:59.067 INFO STEP 109 (remove_files) COMPLETE |
4757 | 2024-12-21T05:07:59.691Z | [ recovery-image] Dec 21 05:07:59.067 INFO O| Dec 21 05:07:59.067 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-21T05:07:59.713Z | [ host-image] Dec 21 05:07:59.090 INFO O| Dec 21 05:07:59.090 INFO O| Download: 819/1140 items 3.1/8.4MB 37% complete (657k/s) |
4759 | 2024-12-21T05:07:59.723Z | [ recovery-image] Dec 21 05:07:59.100 INFO O| Dec 21 05:07:59.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4760 | 2024-12-21T05:07:59.723Z | [ recovery-image] Dec 21 05:07:59.100 INFO O| Dec 21 05:07:59.100 INFO STEP 110 (remove_files) COMPLETE |
4761 | 2024-12-21T05:07:59.723Z | [ recovery-image] Dec 21 05:07:59.100 INFO O| Dec 21 05:07:59.100 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-12-21T05:07:59.745Z | [ recovery-image] Dec 21 05:07:59.122 INFO O| Dec 21 05:07:59.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4763 | 2024-12-21T05:07:59.746Z | [ recovery-image] Dec 21 05:07:59.122 INFO O| Dec 21 05:07:59.122 INFO STEP 111 (remove_files) COMPLETE |
4764 | 2024-12-21T05:07:59.746Z | [ recovery-image] Dec 21 05:07:59.122 INFO O| Dec 21 05:07:59.122 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-12-21T05:07:59.770Z | [ recovery-image] Dec 21 05:07:59.147 INFO O| Dec 21 05:07:59.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4766 | 2024-12-21T05:07:59.770Z | [ recovery-image] Dec 21 05:07:59.147 INFO O| Dec 21 05:07:59.147 INFO STEP 112 (remove_files) COMPLETE |
4767 | 2024-12-21T05:07:59.773Z | [ recovery-image] Dec 21 05:07:59.147 INFO O| Dec 21 05:07:59.147 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-12-21T05:07:59.802Z | [ recovery-image] Dec 21 05:07:59.179 INFO O| Dec 21 05:07:59.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4769 | 2024-12-21T05:07:59.805Z | [ recovery-image] Dec 21 05:07:59.180 INFO O| Dec 21 05:07:59.180 INFO STEP 113 (remove_files) COMPLETE |
4770 | 2024-12-21T05:07:59.805Z | [ recovery-image] Dec 21 05:07:59.180 INFO O| Dec 21 05:07:59.180 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-12-21T05:07:59.835Z | [ recovery-image] Dec 21 05:07:59.212 INFO O| Dec 21 05:07:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4772 | 2024-12-21T05:07:59.840Z | [ recovery-image] Dec 21 05:07:59.212 INFO O| Dec 21 05:07:59.212 INFO STEP 114 (remove_files) COMPLETE |
4773 | 2024-12-21T05:07:59.840Z | [ recovery-image] Dec 21 05:07:59.212 INFO O| Dec 21 05:07:59.212 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-12-21T05:07:59.858Z | [ recovery-image] Dec 21 05:07:59.235 INFO O| Dec 21 05:07:59.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4775 | 2024-12-21T05:07:59.861Z | [ recovery-image] Dec 21 05:07:59.235 INFO O| Dec 21 05:07:59.235 INFO STEP 115 (remove_files) COMPLETE |
4776 | 2024-12-21T05:07:59.861Z | [ recovery-image] Dec 21 05:07:59.235 INFO O| Dec 21 05:07:59.235 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-12-21T05:07:59.880Z | [ recovery-image] Dec 21 05:07:59.257 INFO O| Dec 21 05:07:59.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4778 | 2024-12-21T05:07:59.883Z | [ recovery-image] Dec 21 05:07:59.257 INFO O| Dec 21 05:07:59.257 INFO STEP 116 (remove_files) COMPLETE |
4779 | 2024-12-21T05:07:59.883Z | [ recovery-image] Dec 21 05:07:59.257 INFO O| Dec 21 05:07:59.257 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-12-21T05:07:59.901Z | [ recovery-image] Dec 21 05:07:59.278 INFO O| Dec 21 05:07:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4781 | 2024-12-21T05:07:59.904Z | [ recovery-image] Dec 21 05:07:59.278 INFO O| Dec 21 05:07:59.278 INFO STEP 117 (remove_files) COMPLETE |
4782 | 2024-12-21T05:07:59.904Z | [ recovery-image] Dec 21 05:07:59.278 INFO O| Dec 21 05:07:59.278 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-12-21T05:07:59.922Z | [ recovery-image] Dec 21 05:07:59.298 INFO O| Dec 21 05:07:59.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4784 | 2024-12-21T05:07:59.925Z | [ recovery-image] Dec 21 05:07:59.299 INFO O| Dec 21 05:07:59.299 INFO STEP 118 (remove_files) COMPLETE |
4785 | 2024-12-21T05:07:59.925Z | [ recovery-image] Dec 21 05:07:59.299 INFO O| Dec 21 05:07:59.299 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-12-21T05:07:59.944Z | [ recovery-image] Dec 21 05:07:59.320 INFO O| Dec 21 05:07:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4787 | 2024-12-21T05:07:59.947Z | [ recovery-image] Dec 21 05:07:59.320 INFO O| Dec 21 05:07:59.320 INFO STEP 119 (remove_files) COMPLETE |
4788 | 2024-12-21T05:07:59.947Z | [ recovery-image] Dec 21 05:07:59.321 INFO O| Dec 21 05:07:59.321 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-12-21T05:07:59.965Z | [ recovery-image] Dec 21 05:07:59.341 INFO O| Dec 21 05:07:59.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4790 | 2024-12-21T05:07:59.968Z | [ recovery-image] Dec 21 05:07:59.341 INFO O| Dec 21 05:07:59.341 INFO STEP 120 (remove_files) COMPLETE |
4791 | 2024-12-21T05:07:59.968Z | [ recovery-image] Dec 21 05:07:59.341 INFO O| Dec 21 05:07:59.341 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-12-21T05:07:59.984Z | [ recovery-image] Dec 21 05:07:59.360 INFO O| Dec 21 05:07:59.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4793 | 2024-12-21T05:07:59.986Z | [ recovery-image] Dec 21 05:07:59.360 INFO O| Dec 21 05:07:59.360 INFO STEP 121 (remove_files) COMPLETE |
4794 | 2024-12-21T05:07:59.986Z | [ recovery-image] Dec 21 05:07:59.360 INFO O| Dec 21 05:07:59.360 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-12-21T05:08:00.004Z | [ recovery-image] Dec 21 05:07:59.380 INFO O| Dec 21 05:07:59.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4796 | 2024-12-21T05:08:00.008Z | [ recovery-image] Dec 21 05:07:59.381 INFO O| Dec 21 05:07:59.381 INFO STEP 122 (remove_files) COMPLETE |
4797 | 2024-12-21T05:08:00.009Z | [ recovery-image] Dec 21 05:07:59.381 INFO O| Dec 21 05:07:59.381 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-12-21T05:08:00.023Z | [ recovery-image] Dec 21 05:07:59.399 INFO O| Dec 21 05:07:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4799 | 2024-12-21T05:08:00.044Z | [ recovery-image] Dec 21 05:07:59.421 INFO O| Dec 21 05:07:59.421 INFO STEP 123 (remove_files) COMPLETE |
4800 | 2024-12-21T05:08:00.044Z | [ recovery-image] Dec 21 05:07:59.421 INFO O| Dec 21 05:07:59.421 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-12-21T05:08:00.138Z | [ recovery-image] Dec 21 05:07:59.515 INFO O| Dec 21 05:07:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4802 | 2024-12-21T05:08:00.138Z | [ recovery-image] Dec 21 05:07:59.515 INFO O| Dec 21 05:07:59.515 INFO STEP 124 (remove_files) COMPLETE |
4803 | 2024-12-21T05:08:00.138Z | [ recovery-image] Dec 21 05:07:59.515 INFO O| Dec 21 05:07:59.515 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-12-21T05:08:00.247Z | [ recovery-image] Dec 21 05:07:59.623 INFO O| Dec 21 05:07:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4805 | 2024-12-21T05:08:00.247Z | [ recovery-image] Dec 21 05:07:59.623 INFO O| Dec 21 05:07:59.623 INFO STEP 125 (remove_files) COMPLETE |
4806 | 2024-12-21T05:08:00.247Z | [ recovery-image] Dec 21 05:07:59.623 INFO O| Dec 21 05:07:59.623 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-12-21T05:08:00.264Z | [ recovery-image] Dec 21 05:07:59.641 INFO O| Dec 21 05:07:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4808 | 2024-12-21T05:08:00.265Z | [ recovery-image] Dec 21 05:07:59.641 INFO O| Dec 21 05:07:59.641 INFO STEP 126 (remove_files) COMPLETE |
4809 | 2024-12-21T05:08:00.267Z | [ recovery-image] Dec 21 05:07:59.641 INFO O| Dec 21 05:07:59.641 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-12-21T05:08:00.285Z | [ recovery-image] Dec 21 05:07:59.660 INFO O| Dec 21 05:07:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4811 | 2024-12-21T05:08:00.285Z | [ recovery-image] Dec 21 05:07:59.660 INFO O| Dec 21 05:07:59.660 INFO STEP 127 (remove_files) COMPLETE |
4812 | 2024-12-21T05:08:00.288Z | [ recovery-image] Dec 21 05:07:59.660 INFO O| Dec 21 05:07:59.660 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-12-21T05:08:00.303Z | [ recovery-image] Dec 21 05:07:59.680 INFO O| Dec 21 05:07:59.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4814 | 2024-12-21T05:08:00.303Z | [ recovery-image] Dec 21 05:07:59.680 INFO O| Dec 21 05:07:59.680 INFO STEP 128 (remove_files) COMPLETE |
4815 | 2024-12-21T05:08:00.303Z | [ recovery-image] Dec 21 05:07:59.680 INFO O| Dec 21 05:07:59.680 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-12-21T05:08:00.322Z | [ recovery-image] Dec 21 05:07:59.699 INFO O| Dec 21 05:07:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4817 | 2024-12-21T05:08:00.322Z | [ recovery-image] Dec 21 05:07:59.699 INFO O| Dec 21 05:07:59.699 INFO STEP 129 (remove_files) COMPLETE |
4818 | 2024-12-21T05:08:00.324Z | [ recovery-image] Dec 21 05:07:59.699 INFO O| Dec 21 05:07:59.699 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-12-21T05:08:00.355Z | [ recovery-image] Dec 21 05:07:59.731 INFO O| Dec 21 05:07:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4820 | 2024-12-21T05:08:00.377Z | [ recovery-image] Dec 21 05:07:59.753 INFO O| Dec 21 05:07:59.752 INFO STEP 130 (remove_files) COMPLETE |
4821 | 2024-12-21T05:08:00.377Z | [ recovery-image] Dec 21 05:07:59.753 INFO O| Dec 21 05:07:59.753 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-12-21T05:08:00.406Z | [ recovery-image] Dec 21 05:07:59.782 INFO O| Dec 21 05:07:59.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4823 | 2024-12-21T05:08:00.406Z | [ recovery-image] Dec 21 05:07:59.782 INFO O| Dec 21 05:07:59.782 INFO STEP 131 (remove_files) COMPLETE |
4824 | 2024-12-21T05:08:00.406Z | [ recovery-image] Dec 21 05:07:59.782 INFO O| Dec 21 05:07:59.782 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-12-21T05:08:00.428Z | [ recovery-image] Dec 21 05:07:59.803 INFO O| Dec 21 05:07:59.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4826 | 2024-12-21T05:08:00.428Z | [ recovery-image] Dec 21 05:07:59.803 INFO O| Dec 21 05:07:59.803 INFO STEP 132 (remove_files) COMPLETE |
4827 | 2024-12-21T05:08:00.428Z | [ recovery-image] Dec 21 05:07:59.803 INFO O| Dec 21 05:07:59.803 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-12-21T05:08:00.447Z | [ recovery-image] Dec 21 05:07:59.823 INFO O| Dec 21 05:07:59.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4829 | 2024-12-21T05:08:00.447Z | [ recovery-image] Dec 21 05:07:59.823 INFO O| Dec 21 05:07:59.823 INFO STEP 133 (remove_files) COMPLETE |
4830 | 2024-12-21T05:08:00.447Z | [ recovery-image] Dec 21 05:07:59.823 INFO O| Dec 21 05:07:59.823 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-12-21T05:08:00.468Z | [ recovery-image] Dec 21 05:07:59.844 INFO O| Dec 21 05:07:59.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4832 | 2024-12-21T05:08:00.468Z | [ recovery-image] Dec 21 05:07:59.844 INFO O| Dec 21 05:07:59.844 INFO STEP 134 (remove_files) COMPLETE |
4833 | 2024-12-21T05:08:00.468Z | [ recovery-image] Dec 21 05:07:59.844 INFO O| Dec 21 05:07:59.844 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-12-21T05:08:00.491Z | [ recovery-image] Dec 21 05:07:59.866 INFO O| Dec 21 05:07:59.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4835 | 2024-12-21T05:08:00.491Z | [ recovery-image] Dec 21 05:07:59.866 INFO O| Dec 21 05:07:59.866 INFO STEP 135 (remove_files) COMPLETE |
4836 | 2024-12-21T05:08:00.491Z | [ recovery-image] Dec 21 05:07:59.866 INFO O| Dec 21 05:07:59.866 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-21T05:08:00.512Z | [ recovery-image] Dec 21 05:07:59.889 INFO O| Dec 21 05:07:59.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4838 | 2024-12-21T05:08:00.512Z | [ recovery-image] Dec 21 05:07:59.889 INFO O| Dec 21 05:07:59.889 INFO STEP 136 (remove_files) COMPLETE |
4839 | 2024-12-21T05:08:00.512Z | [ recovery-image] Dec 21 05:07:59.889 INFO O| Dec 21 05:07:59.889 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-21T05:08:00.536Z | [ recovery-image] Dec 21 05:07:59.913 INFO O| Dec 21 05:07:59.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4841 | 2024-12-21T05:08:00.536Z | [ recovery-image] Dec 21 05:07:59.913 INFO O| Dec 21 05:07:59.913 INFO STEP 137 (remove_files) COMPLETE |
4842 | 2024-12-21T05:08:00.539Z | [ recovery-image] Dec 21 05:07:59.913 INFO O| Dec 21 05:07:59.913 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-21T05:08:00.570Z | [ recovery-image] Dec 21 05:07:59.946 INFO O| Dec 21 05:07:59.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4844 | 2024-12-21T05:08:00.570Z | [ recovery-image] Dec 21 05:07:59.946 INFO O| Dec 21 05:07:59.946 INFO STEP 138 (remove_files) COMPLETE |
4845 | 2024-12-21T05:08:00.570Z | [ recovery-image] Dec 21 05:07:59.946 INFO O| Dec 21 05:07:59.946 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-21T05:08:00.664Z | [ recovery-image] Dec 21 05:08:00.040 INFO O| Dec 21 05:08:00.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4847 | 2024-12-21T05:08:00.664Z | [ recovery-image] Dec 21 05:08:00.040 INFO O| Dec 21 05:08:00.040 INFO STEP 139 (remove_files) COMPLETE |
4848 | 2024-12-21T05:08:00.664Z | [ recovery-image] Dec 21 05:08:00.040 INFO O| Dec 21 05:08:00.040 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-21T05:08:00.717Z | [ recovery-image] Dec 21 05:08:00.094 INFO O| Dec 21 05:08:00.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4850 | 2024-12-21T05:08:00.717Z | [ recovery-image] Dec 21 05:08:00.094 INFO O| Dec 21 05:08:00.094 INFO STEP 140 (remove_files) COMPLETE |
4851 | 2024-12-21T05:08:00.717Z | [ recovery-image] Dec 21 05:08:00.094 INFO O| Dec 21 05:08:00.094 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-21T05:08:00.737Z | [ recovery-image] Dec 21 05:08:00.114 INFO O| Dec 21 05:08:00.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4853 | 2024-12-21T05:08:00.737Z | [ recovery-image] Dec 21 05:08:00.114 INFO O| Dec 21 05:08:00.114 INFO STEP 141 (remove_files) COMPLETE |
4854 | 2024-12-21T05:08:00.740Z | [ recovery-image] Dec 21 05:08:00.114 INFO O| Dec 21 05:08:00.114 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-21T05:08:00.766Z | [ recovery-image] Dec 21 05:08:00.143 INFO O| Dec 21 05:08:00.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4856 | 2024-12-21T05:08:00.766Z | [ recovery-image] Dec 21 05:08:00.143 INFO O| Dec 21 05:08:00.143 INFO STEP 142 (remove_files) COMPLETE |
4857 | 2024-12-21T05:08:00.766Z | [ recovery-image] Dec 21 05:08:00.143 INFO O| Dec 21 05:08:00.143 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-21T05:08:00.785Z | [ recovery-image] Dec 21 05:08:00.162 INFO O| Dec 21 05:08:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4859 | 2024-12-21T05:08:00.785Z | [ recovery-image] Dec 21 05:08:00.162 INFO O| Dec 21 05:08:00.162 INFO STEP 143 (remove_files) COMPLETE |
4860 | 2024-12-21T05:08:00.785Z | [ recovery-image] Dec 21 05:08:00.162 INFO O| Dec 21 05:08:00.162 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-12-21T05:08:00.822Z | [ recovery-image] Dec 21 05:08:00.199 INFO O| Dec 21 05:08:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4862 | 2024-12-21T05:08:00.822Z | [ recovery-image] Dec 21 05:08:00.199 INFO O| Dec 21 05:08:00.199 INFO STEP 144 (remove_files) COMPLETE |
4863 | 2024-12-21T05:08:00.822Z | [ recovery-image] Dec 21 05:08:00.199 INFO O| Dec 21 05:08:00.199 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-12-21T05:08:00.869Z | [ recovery-image] Dec 21 05:08:00.245 INFO O| Dec 21 05:08:00.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4865 | 2024-12-21T05:08:00.869Z | [ recovery-image] Dec 21 05:08:00.245 INFO O| Dec 21 05:08:00.245 INFO STEP 145 (remove_files) COMPLETE |
4866 | 2024-12-21T05:08:00.869Z | [ recovery-image] Dec 21 05:08:00.245 INFO O| Dec 21 05:08:00.245 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-12-21T05:08:00.890Z | [ recovery-image] Dec 21 05:08:00.266 INFO O| Dec 21 05:08:00.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4868 | 2024-12-21T05:08:00.892Z | [ recovery-image] Dec 21 05:08:00.266 INFO O| Dec 21 05:08:00.266 INFO STEP 146 (remove_files) COMPLETE |
4869 | 2024-12-21T05:08:00.892Z | [ recovery-image] Dec 21 05:08:00.266 INFO O| Dec 21 05:08:00.266 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-12-21T05:08:00.911Z | [ recovery-image] Dec 21 05:08:00.287 INFO O| Dec 21 05:08:00.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4871 | 2024-12-21T05:08:00.912Z | [ recovery-image] Dec 21 05:08:00.287 INFO O| Dec 21 05:08:00.287 INFO STEP 147 (remove_files) COMPLETE |
4872 | 2024-12-21T05:08:00.912Z | [ recovery-image] Dec 21 05:08:00.287 INFO O| Dec 21 05:08:00.287 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-12-21T05:08:00.930Z | [ recovery-image] Dec 21 05:08:00.307 INFO O| Dec 21 05:08:00.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4874 | 2024-12-21T05:08:00.930Z | [ recovery-image] Dec 21 05:08:00.307 INFO O| Dec 21 05:08:00.307 INFO STEP 148 (remove_files) COMPLETE |
4875 | 2024-12-21T05:08:00.930Z | [ recovery-image] Dec 21 05:08:00.307 INFO O| Dec 21 05:08:00.307 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-12-21T05:08:00.949Z | [ recovery-image] Dec 21 05:08:00.326 INFO O| Dec 21 05:08:00.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4877 | 2024-12-21T05:08:00.949Z | [ recovery-image] Dec 21 05:08:00.326 INFO O| Dec 21 05:08:00.326 INFO STEP 149 (remove_files) COMPLETE |
4878 | 2024-12-21T05:08:00.952Z | [ recovery-image] Dec 21 05:08:00.326 INFO O| Dec 21 05:08:00.326 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-12-21T05:08:00.992Z | [ recovery-image] Dec 21 05:08:00.368 INFO O| Dec 21 05:08:00.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4880 | 2024-12-21T05:08:00.994Z | [ recovery-image] Dec 21 05:08:00.369 INFO O| Dec 21 05:08:00.368 INFO STEP 150 (remove_files) COMPLETE |
4881 | 2024-12-21T05:08:00.994Z | [ recovery-image] Dec 21 05:08:00.369 INFO O| Dec 21 05:08:00.369 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-12-21T05:08:01.019Z | [ recovery-image] Dec 21 05:08:00.396 INFO O| Dec 21 05:08:00.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4883 | 2024-12-21T05:08:01.019Z | [ recovery-image] Dec 21 05:08:00.396 INFO O| Dec 21 05:08:00.396 INFO STEP 151 (remove_files) COMPLETE |
4884 | 2024-12-21T05:08:01.019Z | [ recovery-image] Dec 21 05:08:00.396 INFO O| Dec 21 05:08:00.396 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-12-21T05:08:01.063Z | [ recovery-image] Dec 21 05:08:00.440 INFO O| Dec 21 05:08:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4886 | 2024-12-21T05:08:01.066Z | [ recovery-image] Dec 21 05:08:00.440 INFO O| Dec 21 05:08:00.440 INFO STEP 152 (remove_files) COMPLETE |
4887 | 2024-12-21T05:08:01.066Z | [ recovery-image] Dec 21 05:08:00.440 INFO O| Dec 21 05:08:00.440 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-12-21T05:08:01.167Z | [ recovery-image] Dec 21 05:08:00.544 INFO O| Dec 21 05:08:00.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4889 | 2024-12-21T05:08:01.167Z | [ recovery-image] Dec 21 05:08:00.544 INFO O| Dec 21 05:08:00.544 INFO STEP 153 (remove_files) COMPLETE |
4890 | 2024-12-21T05:08:01.167Z | [ recovery-image] Dec 21 05:08:00.544 INFO O| Dec 21 05:08:00.544 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-12-21T05:08:01.202Z | [ recovery-image] Dec 21 05:08:00.578 INFO O| Dec 21 05:08:00.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4892 | 2024-12-21T05:08:01.202Z | [ recovery-image] Dec 21 05:08:00.578 INFO O| Dec 21 05:08:00.578 INFO STEP 154 (remove_files) COMPLETE |
4893 | 2024-12-21T05:08:01.202Z | [ recovery-image] Dec 21 05:08:00.578 INFO O| Dec 21 05:08:00.578 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-12-21T05:08:01.222Z | [ recovery-image] Dec 21 05:08:00.598 INFO O| Dec 21 05:08:00.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4895 | 2024-12-21T05:08:01.222Z | [ recovery-image] Dec 21 05:08:00.598 INFO O| Dec 21 05:08:00.598 INFO STEP 155 (remove_files) COMPLETE |
4896 | 2024-12-21T05:08:01.225Z | [ recovery-image] Dec 21 05:08:00.598 INFO O| Dec 21 05:08:00.598 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-12-21T05:08:01.263Z | [ recovery-image] Dec 21 05:08:00.639 INFO O| Dec 21 05:08:00.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4898 | 2024-12-21T05:08:01.263Z | [ recovery-image] Dec 21 05:08:00.639 INFO O| Dec 21 05:08:00.639 INFO STEP 156 (remove_files) COMPLETE |
4899 | 2024-12-21T05:08:01.265Z | [ recovery-image] Dec 21 05:08:00.639 INFO O| Dec 21 05:08:00.639 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-12-21T05:08:01.281Z | [ recovery-image] Dec 21 05:08:00.657 INFO O| Dec 21 05:08:00.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4901 | 2024-12-21T05:08:01.281Z | [ recovery-image] Dec 21 05:08:00.657 INFO O| Dec 21 05:08:00.657 INFO STEP 157 (remove_files) COMPLETE |
4902 | 2024-12-21T05:08:01.281Z | [ recovery-image] Dec 21 05:08:00.657 INFO O| Dec 21 05:08:00.657 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-12-21T05:08:01.300Z | [ recovery-image] Dec 21 05:08:00.676 INFO O| Dec 21 05:08:00.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4904 | 2024-12-21T05:08:01.300Z | [ recovery-image] Dec 21 05:08:00.676 INFO O| Dec 21 05:08:00.676 INFO STEP 158 (remove_files) COMPLETE |
4905 | 2024-12-21T05:08:01.302Z | [ recovery-image] Dec 21 05:08:00.677 INFO O| Dec 21 05:08:00.676 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-12-21T05:08:01.320Z | [ recovery-image] Dec 21 05:08:00.695 INFO O| Dec 21 05:08:00.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4907 | 2024-12-21T05:08:01.322Z | [ recovery-image] Dec 21 05:08:00.695 INFO O| Dec 21 05:08:00.695 INFO STEP 159 (remove_files) COMPLETE |
4908 | 2024-12-21T05:08:01.322Z | [ recovery-image] Dec 21 05:08:00.696 INFO O| Dec 21 05:08:00.695 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-12-21T05:08:01.338Z | [ recovery-image] Dec 21 05:08:00.714 INFO O| Dec 21 05:08:00.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4910 | 2024-12-21T05:08:01.338Z | [ recovery-image] Dec 21 05:08:00.714 INFO O| Dec 21 05:08:00.714 INFO STEP 160 (remove_files) COMPLETE |
4911 | 2024-12-21T05:08:01.341Z | [ recovery-image] Dec 21 05:08:00.715 INFO O| Dec 21 05:08:00.715 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-12-21T05:08:01.357Z | [ recovery-image] Dec 21 05:08:00.734 INFO O| Dec 21 05:08:00.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4913 | 2024-12-21T05:08:01.360Z | [ recovery-image] Dec 21 05:08:00.734 INFO O| Dec 21 05:08:00.734 INFO STEP 161 (remove_files) COMPLETE |
4914 | 2024-12-21T05:08:01.360Z | [ recovery-image] Dec 21 05:08:00.734 INFO O| Dec 21 05:08:00.734 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-12-21T05:08:01.376Z | [ recovery-image] Dec 21 05:08:00.752 INFO O| Dec 21 05:08:00.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4916 | 2024-12-21T05:08:01.378Z | [ recovery-image] Dec 21 05:08:00.753 INFO O| Dec 21 05:08:00.753 INFO STEP 162 (remove_files) COMPLETE |
4917 | 2024-12-21T05:08:01.378Z | [ recovery-image] Dec 21 05:08:00.753 INFO O| Dec 21 05:08:00.753 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-12-21T05:08:01.395Z | [ recovery-image] Dec 21 05:08:00.772 INFO O| Dec 21 05:08:00.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4919 | 2024-12-21T05:08:01.395Z | [ recovery-image] Dec 21 05:08:00.772 INFO O| Dec 21 05:08:00.772 INFO STEP 163 (remove_files) COMPLETE |
4920 | 2024-12-21T05:08:01.397Z | [ recovery-image] Dec 21 05:08:00.772 INFO O| Dec 21 05:08:00.772 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-12-21T05:08:01.414Z | [ recovery-image] Dec 21 05:08:00.790 INFO O| Dec 21 05:08:00.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4922 | 2024-12-21T05:08:01.416Z | [ recovery-image] Dec 21 05:08:00.790 INFO O| Dec 21 05:08:00.790 INFO STEP 164 (remove_files) COMPLETE |
4923 | 2024-12-21T05:08:01.416Z | [ recovery-image] Dec 21 05:08:00.790 INFO O| Dec 21 05:08:00.790 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-12-21T05:08:01.432Z | [ recovery-image] Dec 21 05:08:00.808 INFO O| Dec 21 05:08:00.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4925 | 2024-12-21T05:08:01.432Z | [ recovery-image] Dec 21 05:08:00.808 INFO O| Dec 21 05:08:00.808 INFO STEP 165 (remove_files) COMPLETE |
4926 | 2024-12-21T05:08:01.434Z | [ recovery-image] Dec 21 05:08:00.808 INFO O| Dec 21 05:08:00.808 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-12-21T05:08:01.449Z | [ recovery-image] Dec 21 05:08:00.826 INFO O| Dec 21 05:08:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4928 | 2024-12-21T05:08:01.461Z | [ recovery-image] Dec 21 05:08:00.837 INFO O| Dec 21 05:08:00.837 INFO STEP 166 (remove_files) COMPLETE |
4929 | 2024-12-21T05:08:01.461Z | [ recovery-image] Dec 21 05:08:00.837 INFO O| Dec 21 05:08:00.837 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-12-21T05:08:01.516Z | [ recovery-image] Dec 21 05:08:00.892 INFO O| Dec 21 05:08:00.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4931 | 2024-12-21T05:08:01.516Z | [ recovery-image] Dec 21 05:08:00.892 INFO O| Dec 21 05:08:00.892 INFO STEP 167 (remove_files) COMPLETE |
4932 | 2024-12-21T05:08:01.516Z | [ recovery-image] Dec 21 05:08:00.892 INFO O| Dec 21 05:08:00.892 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-12-21T05:08:01.533Z | [ recovery-image] Dec 21 05:08:00.909 INFO O| Dec 21 05:08:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4934 | 2024-12-21T05:08:01.533Z | [ recovery-image] Dec 21 05:08:00.909 INFO O| Dec 21 05:08:00.909 INFO STEP 168 (remove_files) COMPLETE |
4935 | 2024-12-21T05:08:01.533Z | [ recovery-image] Dec 21 05:08:00.909 INFO O| Dec 21 05:08:00.909 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-12-21T05:08:01.549Z | [ recovery-image] Dec 21 05:08:00.926 INFO O| Dec 21 05:08:00.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4937 | 2024-12-21T05:08:01.549Z | [ recovery-image] Dec 21 05:08:00.926 INFO O| Dec 21 05:08:00.926 INFO STEP 169 (remove_files) COMPLETE |
4938 | 2024-12-21T05:08:01.552Z | [ recovery-image] Dec 21 05:08:00.926 INFO O| Dec 21 05:08:00.926 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-12-21T05:08:01.598Z | [ recovery-image] Dec 21 05:08:00.975 INFO O| Dec 21 05:08:00.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4940 | 2024-12-21T05:08:01.598Z | [ recovery-image] Dec 21 05:08:00.975 INFO O| Dec 21 05:08:00.975 INFO STEP 170 (remove_files) COMPLETE |
4941 | 2024-12-21T05:08:01.608Z | [ recovery-image] Dec 21 05:08:00.975 INFO O| Dec 21 05:08:00.975 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-12-21T05:08:01.617Z | [ recovery-image] Dec 21 05:08:00.993 INFO O| Dec 21 05:08:00.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4943 | 2024-12-21T05:08:01.617Z | [ recovery-image] Dec 21 05:08:00.993 INFO O| Dec 21 05:08:00.993 INFO STEP 171 (remove_files) COMPLETE |
4944 | 2024-12-21T05:08:01.619Z | [ recovery-image] Dec 21 05:08:00.993 INFO O| Dec 21 05:08:00.993 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-12-21T05:08:01.636Z | [ recovery-image] Dec 21 05:08:01.012 INFO O| Dec 21 05:08:01.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4946 | 2024-12-21T05:08:01.657Z | [ recovery-image] Dec 21 05:08:01.034 INFO O| Dec 21 05:08:01.034 INFO STEP 172 (remove_files) COMPLETE |
4947 | 2024-12-21T05:08:01.657Z | [ recovery-image] Dec 21 05:08:01.034 INFO O| Dec 21 05:08:01.034 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-12-21T05:08:01.714Z | [ recovery-image] Dec 21 05:08:01.091 INFO O| Dec 21 05:08:01.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4949 | 2024-12-21T05:08:01.714Z | [ recovery-image] Dec 21 05:08:01.091 INFO O| Dec 21 05:08:01.091 INFO STEP 173 (remove_files) COMPLETE |
4950 | 2024-12-21T05:08:01.715Z | [ recovery-image] Dec 21 05:08:01.091 INFO O| Dec 21 05:08:01.091 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-12-21T05:08:01.734Z | [ recovery-image] Dec 21 05:08:01.111 INFO O| Dec 21 05:08:01.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4952 | 2024-12-21T05:08:01.734Z | [ recovery-image] Dec 21 05:08:01.111 INFO O| Dec 21 05:08:01.111 INFO STEP 174 (remove_files) COMPLETE |
4953 | 2024-12-21T05:08:01.737Z | [ recovery-image] Dec 21 05:08:01.111 INFO O| Dec 21 05:08:01.111 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-12-21T05:08:01.770Z | [ recovery-image] Dec 21 05:08:01.146 INFO O| Dec 21 05:08:01.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4955 | 2024-12-21T05:08:01.770Z | [ recovery-image] Dec 21 05:08:01.147 INFO O| Dec 21 05:08:01.146 INFO STEP 175 (remove_files) COMPLETE |
4956 | 2024-12-21T05:08:01.770Z | [ recovery-image] Dec 21 05:08:01.147 INFO O| Dec 21 05:08:01.147 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-12-21T05:08:01.790Z | [ recovery-image] Dec 21 05:08:01.165 INFO O| Dec 21 05:08:01.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4958 | 2024-12-21T05:08:01.793Z | [ recovery-image] Dec 21 05:08:01.166 INFO O| Dec 21 05:08:01.166 INFO STEP 176 (remove_files) COMPLETE |
4959 | 2024-12-21T05:08:01.793Z | [ recovery-image] Dec 21 05:08:01.166 INFO O| Dec 21 05:08:01.166 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-12-21T05:08:01.808Z | [ recovery-image] Dec 21 05:08:01.184 INFO O| Dec 21 05:08:01.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4961 | 2024-12-21T05:08:01.811Z | [ recovery-image] Dec 21 05:08:01.185 INFO O| Dec 21 05:08:01.185 INFO STEP 177 (remove_files) COMPLETE |
4962 | 2024-12-21T05:08:01.811Z | [ recovery-image] Dec 21 05:08:01.185 INFO O| Dec 21 05:08:01.185 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-12-21T05:08:01.828Z | [ recovery-image] Dec 21 05:08:01.205 INFO O| Dec 21 05:08:01.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4964 | 2024-12-21T05:08:01.832Z | [ recovery-image] Dec 21 05:08:01.205 INFO O| Dec 21 05:08:01.205 INFO STEP 178 (remove_files) COMPLETE |
4965 | 2024-12-21T05:08:01.832Z | [ recovery-image] Dec 21 05:08:01.205 INFO O| Dec 21 05:08:01.205 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-12-21T05:08:01.848Z | [ recovery-image] Dec 21 05:08:01.225 INFO O| Dec 21 05:08:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4967 | 2024-12-21T05:08:01.851Z | [ recovery-image] Dec 21 05:08:01.225 INFO O| Dec 21 05:08:01.225 INFO STEP 179 (remove_files) COMPLETE |
4968 | 2024-12-21T05:08:01.851Z | [ recovery-image] Dec 21 05:08:01.225 INFO O| Dec 21 05:08:01.225 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-12-21T05:08:01.869Z | [ recovery-image] Dec 21 05:08:01.246 INFO O| Dec 21 05:08:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4970 | 2024-12-21T05:08:01.872Z | [ recovery-image] Dec 21 05:08:01.246 INFO O| Dec 21 05:08:01.246 INFO STEP 180 (remove_files) COMPLETE |
4971 | 2024-12-21T05:08:01.872Z | [ recovery-image] Dec 21 05:08:01.246 INFO O| Dec 21 05:08:01.246 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-12-21T05:08:01.888Z | [ recovery-image] Dec 21 05:08:01.265 INFO O| Dec 21 05:08:01.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4973 | 2024-12-21T05:08:01.891Z | [ recovery-image] Dec 21 05:08:01.265 INFO O| Dec 21 05:08:01.265 INFO STEP 181 (remove_files) COMPLETE |
4974 | 2024-12-21T05:08:01.891Z | [ recovery-image] Dec 21 05:08:01.265 INFO O| Dec 21 05:08:01.265 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-12-21T05:08:01.907Z | [ recovery-image] Dec 21 05:08:01.284 INFO O| Dec 21 05:08:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4976 | 2024-12-21T05:08:01.910Z | [ recovery-image] Dec 21 05:08:01.284 INFO O| Dec 21 05:08:01.284 INFO STEP 182 (remove_files) COMPLETE |
4977 | 2024-12-21T05:08:01.910Z | [ recovery-image] Dec 21 05:08:01.284 INFO O| Dec 21 05:08:01.284 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-12-21T05:08:01.927Z | [ recovery-image] Dec 21 05:08:01.304 INFO O| Dec 21 05:08:01.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4979 | 2024-12-21T05:08:01.952Z | [ recovery-image] Dec 21 05:08:01.329 INFO O| Dec 21 05:08:01.329 INFO STEP 183 (remove_files) COMPLETE |
4980 | 2024-12-21T05:08:01.952Z | [ recovery-image] Dec 21 05:08:01.329 INFO O| Dec 21 05:08:01.329 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-12-21T05:08:01.976Z | [ recovery-image] Dec 21 05:08:01.352 INFO O| Dec 21 05:08:01.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4982 | 2024-12-21T05:08:01.979Z | [ recovery-image] Dec 21 05:08:01.353 INFO O| Dec 21 05:08:01.353 INFO STEP 184 (remove_files) COMPLETE |
4983 | 2024-12-21T05:08:01.979Z | [ recovery-image] Dec 21 05:08:01.353 INFO O| Dec 21 05:08:01.353 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-12-21T05:08:01.997Z | [ recovery-image] Dec 21 05:08:01.373 INFO O| Dec 21 05:08:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4985 | 2024-12-21T05:08:01.999Z | [ recovery-image] Dec 21 05:08:01.373 INFO O| Dec 21 05:08:01.373 INFO STEP 185 (remove_files) COMPLETE |
4986 | 2024-12-21T05:08:02.000Z | [ recovery-image] Dec 21 05:08:01.373 INFO O| Dec 21 05:08:01.373 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-12-21T05:08:02.019Z | [ recovery-image] Dec 21 05:08:01.396 INFO O| Dec 21 05:08:01.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4988 | 2024-12-21T05:08:02.022Z | [ recovery-image] Dec 21 05:08:01.396 INFO O| Dec 21 05:08:01.396 INFO STEP 186 (remove_files) COMPLETE |
4989 | 2024-12-21T05:08:02.022Z | [ recovery-image] Dec 21 05:08:01.396 INFO O| Dec 21 05:08:01.396 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-12-21T05:08:02.043Z | [ recovery-image] Dec 21 05:08:01.419 INFO O| Dec 21 05:08:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4991 | 2024-12-21T05:08:02.043Z | [ recovery-image] Dec 21 05:08:01.419 INFO O| Dec 21 05:08:01.419 INFO STEP 187 (remove_files) COMPLETE |
4992 | 2024-12-21T05:08:02.045Z | [ recovery-image] Dec 21 05:08:01.420 INFO O| Dec 21 05:08:01.419 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-12-21T05:08:02.082Z | [ recovery-image] Dec 21 05:08:01.459 INFO O| Dec 21 05:08:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4994 | 2024-12-21T05:08:02.085Z | [ recovery-image] Dec 21 05:08:01.459 INFO O| Dec 21 05:08:01.459 INFO STEP 188 (remove_files) COMPLETE |
4995 | 2024-12-21T05:08:02.086Z | [ recovery-image] Dec 21 05:08:01.459 INFO O| Dec 21 05:08:01.459 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-12-21T05:08:02.102Z | [ recovery-image] Dec 21 05:08:01.477 INFO O| Dec 21 05:08:01.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4997 | 2024-12-21T05:08:02.105Z | [ recovery-image] Dec 21 05:08:01.477 INFO O| Dec 21 05:08:01.477 INFO STEP 189 (remove_files) COMPLETE |
4998 | 2024-12-21T05:08:02.105Z | [ recovery-image] Dec 21 05:08:01.477 INFO O| Dec 21 05:08:01.477 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-12-21T05:08:02.120Z | [ recovery-image] Dec 21 05:08:01.495 INFO O| Dec 21 05:08:01.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
5000 | 2024-12-21T05:08:02.123Z | [ recovery-image] Dec 21 05:08:01.496 INFO O| Dec 21 05:08:01.496 INFO STEP 190 (remove_files) COMPLETE |
5001 | 2024-12-21T05:08:02.123Z | [ recovery-image] Dec 21 05:08:01.496 INFO O| Dec 21 05:08:01.496 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-12-21T05:08:02.139Z | [ recovery-image] Dec 21 05:08:01.514 INFO O| Dec 21 05:08:01.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
5003 | 2024-12-21T05:08:02.142Z | [ recovery-image] Dec 21 05:08:01.515 INFO O| Dec 21 05:08:01.515 INFO STEP 191 (remove_files) COMPLETE |
5004 | 2024-12-21T05:08:02.142Z | [ recovery-image] Dec 21 05:08:01.515 INFO O| Dec 21 05:08:01.515 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-12-21T05:08:02.157Z | [ recovery-image] Dec 21 05:08:01.533 INFO O| Dec 21 05:08:01.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
5006 | 2024-12-21T05:08:02.159Z | [ recovery-image] Dec 21 05:08:01.534 INFO O| Dec 21 05:08:01.534 INFO STEP 192 (remove_files) COMPLETE |
5007 | 2024-12-21T05:08:02.159Z | [ recovery-image] Dec 21 05:08:01.534 INFO O| Dec 21 05:08:01.534 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-12-21T05:08:02.174Z | [ recovery-image] Dec 21 05:08:01.551 INFO O| Dec 21 05:08:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5009 | 2024-12-21T05:08:02.177Z | [ recovery-image] Dec 21 05:08:01.551 INFO O| Dec 21 05:08:01.551 INFO STEP 193 (remove_files) COMPLETE |
5010 | 2024-12-21T05:08:02.177Z | [ recovery-image] Dec 21 05:08:01.551 INFO O| Dec 21 05:08:01.551 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-12-21T05:08:02.191Z | [ recovery-image] Dec 21 05:08:01.568 INFO O| Dec 21 05:08:01.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5012 | 2024-12-21T05:08:02.194Z | [ recovery-image] Dec 21 05:08:01.568 INFO O| Dec 21 05:08:01.568 INFO STEP 194 (remove_files) COMPLETE |
5013 | 2024-12-21T05:08:02.194Z | [ recovery-image] Dec 21 05:08:01.568 INFO O| Dec 21 05:08:01.568 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-12-21T05:08:02.265Z | [ recovery-image] Dec 21 05:08:01.642 INFO O| Dec 21 05:08:01.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5015 | 2024-12-21T05:08:02.266Z | [ recovery-image] Dec 21 05:08:01.642 INFO O| Dec 21 05:08:01.642 INFO STEP 195 (remove_files) COMPLETE |
5016 | 2024-12-21T05:08:02.268Z | [ recovery-image] Dec 21 05:08:01.642 INFO O| Dec 21 05:08:01.642 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-12-21T05:08:02.373Z | [ recovery-image] Dec 21 05:08:01.749 INFO O| Dec 21 05:08:01.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5018 | 2024-12-21T05:08:02.374Z | [ recovery-image] Dec 21 05:08:01.749 INFO O| Dec 21 05:08:01.749 INFO STEP 196 (remove_files) COMPLETE |
5019 | 2024-12-21T05:08:02.374Z | [ recovery-image] Dec 21 05:08:01.749 INFO O| Dec 21 05:08:01.749 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-12-21T05:08:02.393Z | [ recovery-image] Dec 21 05:08:01.769 INFO O| Dec 21 05:08:01.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5021 | 2024-12-21T05:08:02.393Z | [ recovery-image] Dec 21 05:08:01.769 INFO O| Dec 21 05:08:01.769 INFO STEP 197 (remove_files) COMPLETE |
5022 | 2024-12-21T05:08:02.393Z | [ recovery-image] Dec 21 05:08:01.769 INFO O| Dec 21 05:08:01.769 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-12-21T05:08:02.411Z | [ recovery-image] Dec 21 05:08:01.787 INFO O| Dec 21 05:08:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5024 | 2024-12-21T05:08:02.411Z | [ recovery-image] Dec 21 05:08:01.787 INFO O| Dec 21 05:08:01.787 INFO STEP 198 (remove_files) COMPLETE |
5025 | 2024-12-21T05:08:02.411Z | [ recovery-image] Dec 21 05:08:01.787 INFO O| Dec 21 05:08:01.787 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-12-21T05:08:02.429Z | [ recovery-image] Dec 21 05:08:01.805 INFO O| Dec 21 05:08:01.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5027 | 2024-12-21T05:08:02.429Z | [ recovery-image] Dec 21 05:08:01.805 INFO O| Dec 21 05:08:01.805 INFO STEP 199 (remove_files) COMPLETE |
5028 | 2024-12-21T05:08:02.429Z | [ recovery-image] Dec 21 05:08:01.805 INFO O| Dec 21 05:08:01.805 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-12-21T05:08:02.446Z | [ recovery-image] Dec 21 05:08:01.822 INFO O| Dec 21 05:08:01.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5030 | 2024-12-21T05:08:02.446Z | [ recovery-image] Dec 21 05:08:01.823 INFO O| Dec 21 05:08:01.823 INFO STEP 200 (remove_files) COMPLETE |
5031 | 2024-12-21T05:08:02.446Z | [ recovery-image] Dec 21 05:08:01.823 INFO O| Dec 21 05:08:01.823 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-12-21T05:08:02.467Z | [ recovery-image] Dec 21 05:08:01.842 INFO O| Dec 21 05:08:01.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5033 | 2024-12-21T05:08:02.467Z | [ recovery-image] Dec 21 05:08:01.842 INFO O| Dec 21 05:08:01.842 INFO STEP 201 (remove_files) COMPLETE |
5034 | 2024-12-21T05:08:02.467Z | [ recovery-image] Dec 21 05:08:01.842 INFO O| Dec 21 05:08:01.842 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-12-21T05:08:02.487Z | [ recovery-image] Dec 21 05:08:01.863 INFO O| Dec 21 05:08:01.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5036 | 2024-12-21T05:08:02.487Z | [ recovery-image] Dec 21 05:08:01.864 INFO O| Dec 21 05:08:01.864 INFO STEP 202 (remove_files) COMPLETE |
5037 | 2024-12-21T05:08:02.487Z | [ recovery-image] Dec 21 05:08:01.864 INFO O| Dec 21 05:08:01.864 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-12-21T05:08:02.584Z | [ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5039 | 2024-12-21T05:08:02.584Z | [ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO STEP 203 (remove_files) COMPLETE |
5040 | 2024-12-21T05:08:02.584Z | [ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-12-21T05:08:02.716Z | [ recovery-image] Dec 21 05:08:01.980 INFO O| Dec 21 05:08:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5042 | 2024-12-21T05:08:02.716Z | [ recovery-image] Dec 21 05:08:01.980 INFO O| Dec 21 05:08:01.980 INFO STEP 204 (remove_files) COMPLETE |
5043 | 2024-12-21T05:08:02.716Z | [ recovery-image] Dec 21 05:08:01.980 INFO O| Dec 21 05:08:01.980 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-12-21T05:08:02.718Z | [ recovery-image] Dec 21 05:08:01.999 INFO O| Dec 21 05:08:01.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5045 | 2024-12-21T05:08:02.718Z | [ recovery-image] Dec 21 05:08:01.999 INFO O| Dec 21 05:08:01.999 INFO STEP 205 (remove_files) COMPLETE |
5046 | 2024-12-21T05:08:02.718Z | [ recovery-image] Dec 21 05:08:01.999 INFO O| Dec 21 05:08:01.999 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-12-21T05:08:02.718Z | [ recovery-image] Dec 21 05:08:02.023 INFO O| Dec 21 05:08:02.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5048 | 2024-12-21T05:08:02.718Z | [ recovery-image] Dec 21 05:08:02.023 INFO O| Dec 21 05:08:02.023 INFO STEP 206 (remove_files) COMPLETE |
5049 | 2024-12-21T05:08:02.719Z | [ recovery-image] Dec 21 05:08:02.023 INFO O| Dec 21 05:08:02.023 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-12-21T05:08:02.719Z | [ recovery-image] Dec 21 05:08:02.041 INFO O| Dec 21 05:08:02.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5051 | 2024-12-21T05:08:02.719Z | [ recovery-image] Dec 21 05:08:02.041 INFO O| Dec 21 05:08:02.041 INFO STEP 207 (remove_files) COMPLETE |
5052 | 2024-12-21T05:08:02.719Z | [ recovery-image] Dec 21 05:08:02.041 INFO O| Dec 21 05:08:02.041 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-12-21T05:08:02.719Z | [ recovery-image] Dec 21 05:08:02.060 INFO O| Dec 21 05:08:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5054 | 2024-12-21T05:08:02.719Z | [ recovery-image] Dec 21 05:08:02.060 INFO O| Dec 21 05:08:02.060 INFO STEP 208 (remove_files) COMPLETE |
5055 | 2024-12-21T05:08:02.719Z | [ recovery-image] Dec 21 05:08:02.060 INFO O| Dec 21 05:08:02.060 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-12-21T05:08:02.723Z | [ recovery-image] Dec 21 05:08:02.099 INFO O| Dec 21 05:08:02.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5057 | 2024-12-21T05:08:02.723Z | [ recovery-image] Dec 21 05:08:02.099 INFO O| Dec 21 05:08:02.099 INFO STEP 209 (remove_files) COMPLETE |
5058 | 2024-12-21T05:08:02.723Z | [ recovery-image] Dec 21 05:08:02.099 INFO O| Dec 21 05:08:02.099 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-12-21T05:08:02.743Z | [ recovery-image] Dec 21 05:08:02.119 INFO O| Dec 21 05:08:02.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5060 | 2024-12-21T05:08:02.743Z | [ recovery-image] Dec 21 05:08:02.119 INFO O| Dec 21 05:08:02.119 INFO STEP 210 (remove_files) COMPLETE |
5061 | 2024-12-21T05:08:02.743Z | [ recovery-image] Dec 21 05:08:02.119 INFO O| Dec 21 05:08:02.119 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-12-21T05:08:02.763Z | [ recovery-image] Dec 21 05:08:02.140 INFO O| Dec 21 05:08:02.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5063 | 2024-12-21T05:08:02.763Z | [ recovery-image] Dec 21 05:08:02.140 INFO O| Dec 21 05:08:02.140 INFO STEP 211 (remove_files) COMPLETE |
5064 | 2024-12-21T05:08:02.763Z | [ recovery-image] Dec 21 05:08:02.140 INFO O| Dec 21 05:08:02.140 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-12-21T05:08:02.789Z | [ recovery-image] Dec 21 05:08:02.166 INFO O| Dec 21 05:08:02.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5066 | 2024-12-21T05:08:02.789Z | [ recovery-image] Dec 21 05:08:02.166 INFO O| Dec 21 05:08:02.166 INFO STEP 212 (remove_files) COMPLETE |
5067 | 2024-12-21T05:08:02.789Z | [ recovery-image] Dec 21 05:08:02.166 INFO O| Dec 21 05:08:02.166 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-12-21T05:08:02.830Z | [ recovery-image] Dec 21 05:08:02.206 INFO O| Dec 21 05:08:02.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5069 | 2024-12-21T05:08:02.833Z | [ recovery-image] Dec 21 05:08:02.207 INFO O| Dec 21 05:08:02.207 INFO STEP 213 (remove_files) COMPLETE |
5070 | 2024-12-21T05:08:02.833Z | [ recovery-image] Dec 21 05:08:02.207 INFO O| Dec 21 05:08:02.207 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-12-21T05:08:02.937Z | [ recovery-image] Dec 21 05:08:02.314 INFO O| Dec 21 05:08:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5072 | 2024-12-21T05:08:02.937Z | [ recovery-image] Dec 21 05:08:02.314 INFO O| Dec 21 05:08:02.314 INFO STEP 214 (remove_files) COMPLETE |
5073 | 2024-12-21T05:08:02.937Z | [ recovery-image] Dec 21 05:08:02.314 INFO O| Dec 21 05:08:02.314 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-12-21T05:08:03.039Z | [ recovery-image] Dec 21 05:08:02.415 INFO O| Dec 21 05:08:02.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5075 | 2024-12-21T05:08:03.039Z | [ recovery-image] Dec 21 05:08:02.415 INFO O| Dec 21 05:08:02.415 INFO STEP 215 (remove_files) COMPLETE |
5076 | 2024-12-21T05:08:03.039Z | [ recovery-image] Dec 21 05:08:02.415 INFO O| Dec 21 05:08:02.415 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-12-21T05:08:03.122Z | [ recovery-image] Dec 21 05:08:02.498 INFO O| Dec 21 05:08:02.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5078 | 2024-12-21T05:08:03.124Z | [ recovery-image] Dec 21 05:08:02.498 INFO O| Dec 21 05:08:02.498 INFO STEP 216 (remove_files) COMPLETE |
5079 | 2024-12-21T05:08:03.125Z | [ recovery-image] Dec 21 05:08:02.499 INFO O| Dec 21 05:08:02.498 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-12-21T05:08:03.145Z | [ recovery-image] Dec 21 05:08:02.520 INFO O| Dec 21 05:08:02.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5081 | 2024-12-21T05:08:03.147Z | [ recovery-image] Dec 21 05:08:02.521 INFO O| Dec 21 05:08:02.521 INFO STEP 217 (remove_files) COMPLETE |
5082 | 2024-12-21T05:08:03.147Z | [ recovery-image] Dec 21 05:08:02.521 INFO O| Dec 21 05:08:02.521 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-12-21T05:08:03.168Z | [ recovery-image] Dec 21 05:08:02.544 INFO O| Dec 21 05:08:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5084 | 2024-12-21T05:08:03.171Z | [ recovery-image] Dec 21 05:08:02.545 INFO O| Dec 21 05:08:02.544 INFO STEP 218 (remove_files) COMPLETE |
5085 | 2024-12-21T05:08:03.171Z | [ recovery-image] Dec 21 05:08:02.545 INFO O| Dec 21 05:08:02.544 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-12-21T05:08:03.190Z | [ recovery-image] Dec 21 05:08:02.567 INFO O| Dec 21 05:08:02.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5087 | 2024-12-21T05:08:03.193Z | [ recovery-image] Dec 21 05:08:02.567 INFO O| Dec 21 05:08:02.567 INFO STEP 219 (remove_files) COMPLETE |
5088 | 2024-12-21T05:08:03.193Z | [ recovery-image] Dec 21 05:08:02.567 INFO O| Dec 21 05:08:02.567 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-12-21T05:08:03.211Z | [ recovery-image] Dec 21 05:08:02.588 INFO O| Dec 21 05:08:02.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5090 | 2024-12-21T05:08:03.214Z | [ recovery-image] Dec 21 05:08:02.588 INFO O| Dec 21 05:08:02.588 INFO STEP 220 (remove_files) COMPLETE |
5091 | 2024-12-21T05:08:03.214Z | [ recovery-image] Dec 21 05:08:02.588 INFO O| Dec 21 05:08:02.588 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-21T05:08:03.232Z | [ recovery-image] Dec 21 05:08:02.609 INFO O| Dec 21 05:08:02.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5093 | 2024-12-21T05:08:03.235Z | [ recovery-image] Dec 21 05:08:02.609 INFO O| Dec 21 05:08:02.609 INFO STEP 221 (remove_files) COMPLETE |
5094 | 2024-12-21T05:08:03.235Z | [ recovery-image] Dec 21 05:08:02.609 INFO O| Dec 21 05:08:02.609 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-12-21T05:08:03.256Z | [ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5096 | 2024-12-21T05:08:03.259Z | [ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO STEP 222 (remove_files) COMPLETE |
5097 | 2024-12-21T05:08:03.259Z | [ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-12-21T05:08:03.271Z | [ host-image] Dec 21 05:08:02.647 INFO O| Dec 21 05:08:02.647 INFO O| Download: Completed 8.42 MB in 8.57 seconds (1006k/s) |
5099 | 2024-12-21T05:08:03.293Z | [ recovery-image] Dec 21 05:08:02.670 INFO O| Dec 21 05:08:02.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5100 | 2024-12-21T05:08:03.309Z | [ recovery-image] Dec 21 05:08:02.685 INFO O| Dec 21 05:08:02.685 INFO STEP 223 (remove_files) COMPLETE |
5101 | 2024-12-21T05:08:03.309Z | [ recovery-image] Dec 21 05:08:02.685 INFO O| Dec 21 05:08:02.685 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-21T05:08:03.353Z | [ recovery-image] Dec 21 05:08:02.730 INFO O| Dec 21 05:08:02.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5103 | 2024-12-21T05:08:03.353Z | [ recovery-image] Dec 21 05:08:02.730 INFO O| Dec 21 05:08:02.730 INFO STEP 224 (remove_files) COMPLETE |
5104 | 2024-12-21T05:08:03.356Z | [ recovery-image] Dec 21 05:08:02.730 INFO O| Dec 21 05:08:02.730 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-21T05:08:03.375Z | [ recovery-image] Dec 21 05:08:02.751 INFO O| Dec 21 05:08:02.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5106 | 2024-12-21T05:08:03.375Z | [ recovery-image] Dec 21 05:08:02.751 INFO O| Dec 21 05:08:02.751 INFO STEP 225 (remove_files) COMPLETE |
5107 | 2024-12-21T05:08:03.377Z | [ recovery-image] Dec 21 05:08:02.751 INFO O| Dec 21 05:08:02.751 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-21T05:08:03.395Z | [ recovery-image] Dec 21 05:08:02.770 INFO O| Dec 21 05:08:02.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5109 | 2024-12-21T05:08:03.395Z | [ recovery-image] Dec 21 05:08:02.770 INFO O| Dec 21 05:08:02.770 INFO STEP 226 (remove_files) COMPLETE |
5110 | 2024-12-21T05:08:03.395Z | [ recovery-image] Dec 21 05:08:02.770 INFO O| Dec 21 05:08:02.770 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-21T05:08:03.412Z | [ recovery-image] Dec 21 05:08:02.788 INFO O| Dec 21 05:08:02.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5112 | 2024-12-21T05:08:03.412Z | [ recovery-image] Dec 21 05:08:02.788 INFO O| Dec 21 05:08:02.788 INFO STEP 227 (remove_files) COMPLETE |
5113 | 2024-12-21T05:08:03.413Z | [ recovery-image] Dec 21 05:08:02.788 INFO O| Dec 21 05:08:02.788 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-21T05:08:03.434Z | [ recovery-image] Dec 21 05:08:02.809 INFO O| Dec 21 05:08:02.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5115 | 2024-12-21T05:08:03.434Z | [ recovery-image] Dec 21 05:08:02.809 INFO O| Dec 21 05:08:02.808 INFO STEP 228 (remove_files) COMPLETE |
5116 | 2024-12-21T05:08:03.437Z | [ recovery-image] Dec 21 05:08:02.809 INFO O| Dec 21 05:08:02.808 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-21T05:08:03.437Z | [ host-image] Dec 21 05:08:02.810 INFO O| Dec 21 05:08:02.810 INFO O| Actions: 1/1361 actions (Installing new actions) |
5118 | 2024-12-21T05:08:03.453Z | [ recovery-image] Dec 21 05:08:02.828 INFO O| Dec 21 05:08:02.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5119 | 2024-12-21T05:08:03.453Z | [ recovery-image] Dec 21 05:08:02.828 INFO O| Dec 21 05:08:02.828 INFO STEP 229 (remove_files) COMPLETE |
5120 | 2024-12-21T05:08:03.453Z | [ recovery-image] Dec 21 05:08:02.828 INFO O| Dec 21 05:08:02.828 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-12-21T05:08:03.471Z | [ recovery-image] Dec 21 05:08:02.847 INFO O| Dec 21 05:08:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5122 | 2024-12-21T05:08:03.471Z | [ recovery-image] Dec 21 05:08:02.847 INFO O| Dec 21 05:08:02.847 INFO STEP 230 (remove_files) COMPLETE |
5123 | 2024-12-21T05:08:03.471Z | [ recovery-image] Dec 21 05:08:02.847 INFO O| Dec 21 05:08:02.847 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-12-21T05:08:03.514Z | [ recovery-image] Dec 21 05:08:02.888 INFO O| Dec 21 05:08:02.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5125 | 2024-12-21T05:08:03.514Z | [ recovery-image] Dec 21 05:08:02.888 INFO O| Dec 21 05:08:02.888 INFO STEP 231 (remove_files) COMPLETE |
5126 | 2024-12-21T05:08:03.514Z | [ recovery-image] Dec 21 05:08:02.888 INFO O| Dec 21 05:08:02.888 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-12-21T05:08:03.541Z | [ recovery-image] Dec 21 05:08:02.918 INFO O| Dec 21 05:08:02.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5128 | 2024-12-21T05:08:03.544Z | [ recovery-image] Dec 21 05:08:02.918 INFO O| Dec 21 05:08:02.918 INFO STEP 232 (remove_files) COMPLETE |
5129 | 2024-12-21T05:08:03.544Z | [ recovery-image] Dec 21 05:08:02.918 INFO O| Dec 21 05:08:02.918 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-12-21T05:08:03.561Z | [ recovery-image] Dec 21 05:08:02.938 INFO O| Dec 21 05:08:02.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5131 | 2024-12-21T05:08:03.563Z | [ recovery-image] Dec 21 05:08:02.938 INFO O| Dec 21 05:08:02.938 INFO STEP 233 (remove_files) COMPLETE |
5132 | 2024-12-21T05:08:03.563Z | [ recovery-image] Dec 21 05:08:02.938 INFO O| Dec 21 05:08:02.938 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-12-21T05:08:03.581Z | [ recovery-image] Dec 21 05:08:02.957 INFO O| Dec 21 05:08:02.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5134 | 2024-12-21T05:08:03.581Z | [ recovery-image] Dec 21 05:08:02.957 INFO O| Dec 21 05:08:02.957 INFO STEP 234 (remove_files) COMPLETE |
5135 | 2024-12-21T05:08:03.581Z | [ recovery-image] Dec 21 05:08:02.957 INFO O| Dec 21 05:08:02.957 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-21T05:08:03.602Z | [ recovery-image] Dec 21 05:08:02.977 INFO O| Dec 21 05:08:02.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5137 | 2024-12-21T05:08:03.602Z | [ recovery-image] Dec 21 05:08:02.977 INFO O| Dec 21 05:08:02.977 INFO STEP 235 (remove_files) COMPLETE |
5138 | 2024-12-21T05:08:03.602Z | [ recovery-image] Dec 21 05:08:02.977 INFO O| Dec 21 05:08:02.977 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-12-21T05:08:03.621Z | [ recovery-image] Dec 21 05:08:02.997 INFO O| Dec 21 05:08:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5140 | 2024-12-21T05:08:03.646Z | [ recovery-image] Dec 21 05:08:03.023 INFO O| Dec 21 05:08:03.023 INFO STEP 236 (remove_files) COMPLETE |
5141 | 2024-12-21T05:08:03.646Z | [ recovery-image] Dec 21 05:08:03.023 INFO O| Dec 21 05:08:03.023 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-12-21T05:08:03.688Z | [ recovery-image] Dec 21 05:08:03.063 INFO O| Dec 21 05:08:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5143 | 2024-12-21T05:08:03.688Z | [ recovery-image] Dec 21 05:08:03.063 INFO O| Dec 21 05:08:03.063 INFO STEP 237 (remove_files) COMPLETE |
5144 | 2024-12-21T05:08:03.691Z | [ recovery-image] Dec 21 05:08:03.064 INFO O| Dec 21 05:08:03.063 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-12-21T05:08:03.708Z | [ recovery-image] Dec 21 05:08:03.084 INFO O| Dec 21 05:08:03.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5146 | 2024-12-21T05:08:03.708Z | [ recovery-image] Dec 21 05:08:03.085 INFO O| Dec 21 05:08:03.084 INFO STEP 238 (remove_files) COMPLETE |
5147 | 2024-12-21T05:08:03.711Z | [ recovery-image] Dec 21 05:08:03.085 INFO O| Dec 21 05:08:03.085 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-21T05:08:03.730Z | [ recovery-image] Dec 21 05:08:03.106 INFO O| Dec 21 05:08:03.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5149 | 2024-12-21T05:08:03.730Z | [ recovery-image] Dec 21 05:08:03.106 INFO O| Dec 21 05:08:03.106 INFO STEP 239 (remove_files) COMPLETE |
5150 | 2024-12-21T05:08:03.738Z | [ recovery-image] Dec 21 05:08:03.107 INFO O| Dec 21 05:08:03.106 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-21T05:08:03.750Z | [ recovery-image] Dec 21 05:08:03.127 INFO O| Dec 21 05:08:03.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5152 | 2024-12-21T05:08:03.750Z | [ recovery-image] Dec 21 05:08:03.127 INFO O| Dec 21 05:08:03.127 INFO STEP 240 (remove_files) COMPLETE |
5153 | 2024-12-21T05:08:03.753Z | [ recovery-image] Dec 21 05:08:03.127 INFO O| Dec 21 05:08:03.127 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-12-21T05:08:03.773Z | [ recovery-image] Dec 21 05:08:03.149 INFO O| Dec 21 05:08:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5155 | 2024-12-21T05:08:03.773Z | [ recovery-image] Dec 21 05:08:03.149 INFO O| Dec 21 05:08:03.149 INFO STEP 241 (remove_files) COMPLETE |
5156 | 2024-12-21T05:08:03.775Z | [ recovery-image] Dec 21 05:08:03.149 INFO O| Dec 21 05:08:03.149 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-12-21T05:08:03.802Z | [ recovery-image] Dec 21 05:08:03.177 INFO O| Dec 21 05:08:03.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5158 | 2024-12-21T05:08:03.802Z | [ recovery-image] Dec 21 05:08:03.177 INFO O| Dec 21 05:08:03.177 INFO STEP 242 (remove_files) COMPLETE |
5159 | 2024-12-21T05:08:03.802Z | [ recovery-image] Dec 21 05:08:03.177 INFO O| Dec 21 05:08:03.177 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-12-21T05:08:03.827Z | [ recovery-image] Dec 21 05:08:03.204 INFO O| Dec 21 05:08:03.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5161 | 2024-12-21T05:08:03.827Z | [ recovery-image] Dec 21 05:08:03.204 INFO O| Dec 21 05:08:03.204 INFO STEP 243 (remove_files) COMPLETE |
5162 | 2024-12-21T05:08:03.827Z | [ recovery-image] Dec 21 05:08:03.204 INFO O| Dec 21 05:08:03.204 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-12-21T05:08:03.848Z | [ recovery-image] Dec 21 05:08:03.224 INFO O| Dec 21 05:08:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5164 | 2024-12-21T05:08:03.851Z | [ recovery-image] Dec 21 05:08:03.225 INFO O| Dec 21 05:08:03.224 INFO STEP 244 (remove_files) COMPLETE |
5165 | 2024-12-21T05:08:03.851Z | [ recovery-image] Dec 21 05:08:03.225 INFO O| Dec 21 05:08:03.225 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-12-21T05:08:03.869Z | [ recovery-image] Dec 21 05:08:03.244 INFO O| Dec 21 05:08:03.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5167 | 2024-12-21T05:08:03.869Z | [ recovery-image] Dec 21 05:08:03.244 INFO O| Dec 21 05:08:03.244 INFO STEP 245 (remove_files) COMPLETE |
5168 | 2024-12-21T05:08:03.873Z | [ recovery-image] Dec 21 05:08:03.244 INFO O| Dec 21 05:08:03.244 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-12-21T05:08:03.888Z | [ recovery-image] Dec 21 05:08:03.264 INFO O| Dec 21 05:08:03.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5170 | 2024-12-21T05:08:03.891Z | [ recovery-image] Dec 21 05:08:03.265 INFO O| Dec 21 05:08:03.265 INFO STEP 246 (remove_files) COMPLETE |
5171 | 2024-12-21T05:08:03.891Z | [ recovery-image] Dec 21 05:08:03.265 INFO O| Dec 21 05:08:03.265 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-12-21T05:08:03.929Z | [ recovery-image] Dec 21 05:08:03.285 INFO O| Dec 21 05:08:03.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5173 | 2024-12-21T05:08:03.929Z | [ recovery-image] Dec 21 05:08:03.285 INFO O| Dec 21 05:08:03.285 INFO STEP 247 (remove_files) COMPLETE |
5174 | 2024-12-21T05:08:03.930Z | [ recovery-image] Dec 21 05:08:03.286 INFO O| Dec 21 05:08:03.285 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-12-21T05:08:03.932Z | [ recovery-image] Dec 21 05:08:03.306 INFO O| Dec 21 05:08:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5176 | 2024-12-21T05:08:03.932Z | [ recovery-image] Dec 21 05:08:03.306 INFO O| Dec 21 05:08:03.306 INFO STEP 248 (remove_files) COMPLETE |
5177 | 2024-12-21T05:08:03.932Z | [ recovery-image] Dec 21 05:08:03.307 INFO O| Dec 21 05:08:03.306 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-12-21T05:08:03.951Z | [ recovery-image] Dec 21 05:08:03.327 INFO O| Dec 21 05:08:03.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5179 | 2024-12-21T05:08:03.954Z | [ recovery-image] Dec 21 05:08:03.327 INFO O| Dec 21 05:08:03.327 INFO STEP 249 (remove_files) COMPLETE |
5180 | 2024-12-21T05:08:03.954Z | [ recovery-image] Dec 21 05:08:03.327 INFO O| Dec 21 05:08:03.327 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-12-21T05:08:03.972Z | [ recovery-image] Dec 21 05:08:03.349 INFO O| Dec 21 05:08:03.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5182 | 2024-12-21T05:08:03.972Z | [ recovery-image] Dec 21 05:08:03.349 INFO O| Dec 21 05:08:03.349 INFO STEP 250 (remove_files) COMPLETE |
5183 | 2024-12-21T05:08:03.975Z | [ recovery-image] Dec 21 05:08:03.349 INFO O| Dec 21 05:08:03.349 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-12-21T05:08:03.992Z | [ recovery-image] Dec 21 05:08:03.368 INFO O| Dec 21 05:08:03.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5185 | 2024-12-21T05:08:03.992Z | [ recovery-image] Dec 21 05:08:03.368 INFO O| Dec 21 05:08:03.368 INFO STEP 251 (remove_files) COMPLETE |
5186 | 2024-12-21T05:08:03.995Z | [ recovery-image] Dec 21 05:08:03.369 INFO O| Dec 21 05:08:03.368 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-12-21T05:08:04.012Z | [ recovery-image] Dec 21 05:08:03.388 INFO O| Dec 21 05:08:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5188 | 2024-12-21T05:08:04.015Z | [ recovery-image] Dec 21 05:08:03.388 INFO O| Dec 21 05:08:03.388 INFO STEP 252 (remove_files) COMPLETE |
5189 | 2024-12-21T05:08:04.015Z | [ recovery-image] Dec 21 05:08:03.388 INFO O| Dec 21 05:08:03.388 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-12-21T05:08:04.030Z | [ recovery-image] Dec 21 05:08:03.407 INFO O| Dec 21 05:08:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5191 | 2024-12-21T05:08:04.033Z | [ recovery-image] Dec 21 05:08:03.407 INFO O| Dec 21 05:08:03.407 INFO STEP 253 (remove_files) COMPLETE |
5192 | 2024-12-21T05:08:04.033Z | [ recovery-image] Dec 21 05:08:03.407 INFO O| Dec 21 05:08:03.407 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-12-21T05:08:04.070Z | [ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5194 | 2024-12-21T05:08:04.073Z | [ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO STEP 254 (remove_files) COMPLETE |
5195 | 2024-12-21T05:08:04.073Z | [ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-12-21T05:08:04.092Z | [ recovery-image] Dec 21 05:08:03.468 INFO O| Dec 21 05:08:03.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5197 | 2024-12-21T05:08:04.092Z | [ recovery-image] Dec 21 05:08:03.468 INFO O| Dec 21 05:08:03.468 INFO STEP 255 (remove_files) COMPLETE |
5198 | 2024-12-21T05:08:04.092Z | [ recovery-image] Dec 21 05:08:03.468 INFO O| Dec 21 05:08:03.468 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-12-21T05:08:04.112Z | [ recovery-image] Dec 21 05:08:03.488 INFO O| Dec 21 05:08:03.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5200 | 2024-12-21T05:08:04.112Z | [ recovery-image] Dec 21 05:08:03.488 INFO O| Dec 21 05:08:03.488 INFO STEP 256 (remove_files) COMPLETE |
5201 | 2024-12-21T05:08:04.112Z | [ recovery-image] Dec 21 05:08:03.488 INFO O| Dec 21 05:08:03.488 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-12-21T05:08:04.167Z | [ recovery-image] Dec 21 05:08:03.543 INFO O| Dec 21 05:08:03.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5203 | 2024-12-21T05:08:04.167Z | [ recovery-image] Dec 21 05:08:03.543 INFO O| Dec 21 05:08:03.543 INFO STEP 257 (remove_files) COMPLETE |
5204 | 2024-12-21T05:08:04.167Z | [ recovery-image] Dec 21 05:08:03.543 INFO O| Dec 21 05:08:03.543 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-12-21T05:08:04.214Z | [ host-image] Dec 21 05:08:03.590 INFO O| Dec 21 05:08:03.590 INFO O| Actions: Completed 1361 actions in 0.78 seconds. |
5206 | 2024-12-21T05:08:04.229Z | [ recovery-image] Dec 21 05:08:03.605 INFO O| Dec 21 05:08:03.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5207 | 2024-12-21T05:08:04.229Z | [ recovery-image] Dec 21 05:08:03.605 INFO O| Dec 21 05:08:03.605 INFO STEP 258 (remove_files) COMPLETE |
5208 | 2024-12-21T05:08:04.229Z | [ recovery-image] Dec 21 05:08:03.605 INFO O| Dec 21 05:08:03.605 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-21T05:08:04.267Z | [ recovery-image] Dec 21 05:08:03.644 INFO O| Dec 21 05:08:03.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5210 | 2024-12-21T05:08:04.267Z | [ recovery-image] Dec 21 05:08:03.644 INFO O| Dec 21 05:08:03.644 INFO STEP 259 (remove_files) COMPLETE |
5211 | 2024-12-21T05:08:04.267Z | [ recovery-image] Dec 21 05:08:03.644 INFO O| Dec 21 05:08:03.644 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-21T05:08:04.288Z | [ recovery-image] Dec 21 05:08:03.664 INFO O| Dec 21 05:08:03.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5213 | 2024-12-21T05:08:04.288Z | [ recovery-image] Dec 21 05:08:03.664 INFO O| Dec 21 05:08:03.664 INFO STEP 260 (remove_files) COMPLETE |
5214 | 2024-12-21T05:08:04.288Z | [ recovery-image] Dec 21 05:08:03.664 INFO O| Dec 21 05:08:03.664 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-21T05:08:04.332Z | [ recovery-image] Dec 21 05:08:03.708 INFO O| Dec 21 05:08:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5216 | 2024-12-21T05:08:04.332Z | [ recovery-image] Dec 21 05:08:03.708 INFO O| Dec 21 05:08:03.708 INFO STEP 261 (remove_files) COMPLETE |
5217 | 2024-12-21T05:08:04.332Z | [ recovery-image] Dec 21 05:08:03.708 INFO O| Dec 21 05:08:03.708 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-21T05:08:04.354Z | [ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5219 | 2024-12-21T05:08:04.354Z | [ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO STEP 262 (remove_files) COMPLETE |
5220 | 2024-12-21T05:08:04.354Z | [ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-21T05:08:04.374Z | [ recovery-image] Dec 21 05:08:03.751 INFO O| Dec 21 05:08:03.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5222 | 2024-12-21T05:08:04.377Z | [ recovery-image] Dec 21 05:08:03.751 INFO O| Dec 21 05:08:03.751 INFO STEP 263 (remove_files) COMPLETE |
5223 | 2024-12-21T05:08:04.377Z | [ recovery-image] Dec 21 05:08:03.751 INFO O| Dec 21 05:08:03.751 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-21T05:08:04.405Z | [ recovery-image] Dec 21 05:08:03.780 INFO O| Dec 21 05:08:03.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5225 | 2024-12-21T05:08:04.405Z | [ recovery-image] Dec 21 05:08:03.780 INFO O| Dec 21 05:08:03.780 INFO STEP 264 (remove_files) COMPLETE |
5226 | 2024-12-21T05:08:04.405Z | [ recovery-image] Dec 21 05:08:03.780 INFO O| Dec 21 05:08:03.780 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-21T05:08:04.462Z | [ recovery-image] Dec 21 05:08:03.839 INFO O| Dec 21 05:08:03.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5228 | 2024-12-21T05:08:04.462Z | [ recovery-image] Dec 21 05:08:03.839 INFO O| Dec 21 05:08:03.839 INFO STEP 265 (remove_files) COMPLETE |
5229 | 2024-12-21T05:08:04.462Z | [ recovery-image] Dec 21 05:08:03.839 INFO O| Dec 21 05:08:03.839 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-21T05:08:04.483Z | [ recovery-image] Dec 21 05:08:03.860 INFO O| Dec 21 05:08:03.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5231 | 2024-12-21T05:08:04.483Z | [ recovery-image] Dec 21 05:08:03.860 INFO O| Dec 21 05:08:03.860 INFO STEP 266 (remove_files) COMPLETE |
5232 | 2024-12-21T05:08:04.486Z | [ recovery-image] Dec 21 05:08:03.860 INFO O| Dec 21 05:08:03.860 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-21T05:08:04.504Z | [ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5234 | 2024-12-21T05:08:04.504Z | [ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.881 INFO STEP 267 (remove_files) COMPLETE |
5235 | 2024-12-21T05:08:04.504Z | [ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.881 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-21T05:08:04.525Z | [ recovery-image] Dec 21 05:08:03.900 INFO O| Dec 21 05:08:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5237 | 2024-12-21T05:08:04.525Z | [ recovery-image] Dec 21 05:08:03.900 INFO O| Dec 21 05:08:03.900 INFO STEP 268 (remove_files) COMPLETE |
5238 | 2024-12-21T05:08:04.528Z | [ recovery-image] Dec 21 05:08:03.900 INFO O| Dec 21 05:08:03.900 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-21T05:08:04.544Z | [ recovery-image] Dec 21 05:08:03.920 INFO O| Dec 21 05:08:03.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5240 | 2024-12-21T05:08:04.544Z | [ recovery-image] Dec 21 05:08:03.920 INFO O| Dec 21 05:08:03.920 INFO STEP 269 (remove_files) COMPLETE |
5241 | 2024-12-21T05:08:04.544Z | [ recovery-image] Dec 21 05:08:03.920 INFO O| Dec 21 05:08:03.920 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-21T05:08:04.564Z | [ recovery-image] Dec 21 05:08:03.940 INFO O| Dec 21 05:08:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5243 | 2024-12-21T05:08:04.568Z | [ recovery-image] Dec 21 05:08:03.940 INFO O| Dec 21 05:08:03.940 INFO STEP 270 (remove_files) COMPLETE |
5244 | 2024-12-21T05:08:04.568Z | [ recovery-image] Dec 21 05:08:03.940 INFO O| Dec 21 05:08:03.940 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-21T05:08:04.631Z | [ recovery-image] Dec 21 05:08:04.007 INFO O| Dec 21 05:08:04.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5246 | 2024-12-21T05:08:04.631Z | [ recovery-image] Dec 21 05:08:04.007 INFO O| Dec 21 05:08:04.007 INFO STEP 271 (remove_files) COMPLETE |
5247 | 2024-12-21T05:08:04.633Z | [ recovery-image] Dec 21 05:08:04.007 INFO O| Dec 21 05:08:04.007 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-21T05:08:04.663Z | [ recovery-image] Dec 21 05:08:04.039 INFO O| Dec 21 05:08:04.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5249 | 2024-12-21T05:08:04.663Z | [ recovery-image] Dec 21 05:08:04.039 INFO O| Dec 21 05:08:04.039 INFO STEP 272 (remove_files) COMPLETE |
5250 | 2024-12-21T05:08:04.663Z | [ recovery-image] Dec 21 05:08:04.039 INFO O| Dec 21 05:08:04.039 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-21T05:08:04.682Z | [ recovery-image] Dec 21 05:08:04.058 INFO O| Dec 21 05:08:04.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5252 | 2024-12-21T05:08:04.682Z | [ recovery-image] Dec 21 05:08:04.059 INFO O| Dec 21 05:08:04.059 INFO STEP 273 (remove_files) COMPLETE |
5253 | 2024-12-21T05:08:04.685Z | [ recovery-image] Dec 21 05:08:04.059 INFO O| Dec 21 05:08:04.059 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-12-21T05:08:04.703Z | [ recovery-image] Dec 21 05:08:04.078 INFO O| Dec 21 05:08:04.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5255 | 2024-12-21T05:08:04.703Z | [ recovery-image] Dec 21 05:08:04.079 INFO O| Dec 21 05:08:04.079 INFO STEP 274 (remove_files) COMPLETE |
5256 | 2024-12-21T05:08:04.706Z | [ recovery-image] Dec 21 05:08:04.079 INFO O| Dec 21 05:08:04.079 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-12-21T05:08:04.725Z | [ recovery-image] Dec 21 05:08:04.100 INFO O| Dec 21 05:08:04.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5258 | 2024-12-21T05:08:04.725Z | [ recovery-image] Dec 21 05:08:04.100 INFO O| Dec 21 05:08:04.100 INFO STEP 275 (remove_files) COMPLETE |
5259 | 2024-12-21T05:08:04.725Z | [ recovery-image] Dec 21 05:08:04.100 INFO O| Dec 21 05:08:04.100 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-12-21T05:08:04.744Z | [ recovery-image] Dec 21 05:08:04.121 INFO O| Dec 21 05:08:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5261 | 2024-12-21T05:08:04.744Z | [ recovery-image] Dec 21 05:08:04.121 INFO O| Dec 21 05:08:04.121 INFO STEP 276 (remove_files) COMPLETE |
5262 | 2024-12-21T05:08:04.744Z | [ recovery-image] Dec 21 05:08:04.121 INFO O| Dec 21 05:08:04.121 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-12-21T05:08:04.763Z | [ recovery-image] Dec 21 05:08:04.139 INFO O| Dec 21 05:08:04.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5264 | 2024-12-21T05:08:04.763Z | [ recovery-image] Dec 21 05:08:04.140 INFO O| Dec 21 05:08:04.140 INFO STEP 277 (remove_files) COMPLETE |
5265 | 2024-12-21T05:08:04.767Z | [ recovery-image] Dec 21 05:08:04.140 INFO O| Dec 21 05:08:04.140 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-21T05:08:04.802Z | [ recovery-image] Dec 21 05:08:04.177 INFO O| Dec 21 05:08:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5267 | 2024-12-21T05:08:04.802Z | [ recovery-image] Dec 21 05:08:04.177 INFO O| Dec 21 05:08:04.177 INFO STEP 278 (remove_files) COMPLETE |
5268 | 2024-12-21T05:08:04.802Z | [ recovery-image] Dec 21 05:08:04.177 INFO O| Dec 21 05:08:04.177 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-12-21T05:08:04.850Z | [ recovery-image] Dec 21 05:08:04.226 INFO O| Dec 21 05:08:04.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5270 | 2024-12-21T05:08:04.850Z | [ recovery-image] Dec 21 05:08:04.226 INFO O| Dec 21 05:08:04.226 INFO STEP 279 (remove_files) COMPLETE |
5271 | 2024-12-21T05:08:04.850Z | [ recovery-image] Dec 21 05:08:04.226 INFO O| Dec 21 05:08:04.226 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-12-21T05:08:04.874Z | [ host-image] Dec 21 05:08:04.251 INFO O| Dec 21 05:08:04.250 INFO O| Done |
5273 | 2024-12-21T05:08:04.874Z | [ host-image] Dec 21 05:08:04.251 INFO O| Dec 21 05:08:04.251 INFO O| Done |
5274 | 2024-12-21T05:08:04.936Z | [ recovery-image] Dec 21 05:08:04.300 INFO O| Dec 21 05:08:04.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5275 | 2024-12-21T05:08:04.936Z | [ recovery-image] Dec 21 05:08:04.300 INFO O| Dec 21 05:08:04.291 INFO STEP 280 (remove_files) COMPLETE |
5276 | 2024-12-21T05:08:04.936Z | [ recovery-image] Dec 21 05:08:04.300 INFO O| Dec 21 05:08:04.291 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-21T05:08:04.939Z | [ recovery-image] Dec 21 05:08:04.311 INFO O| Dec 21 05:08:04.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5278 | 2024-12-21T05:08:04.939Z | [ recovery-image] Dec 21 05:08:04.311 INFO O| Dec 21 05:08:04.311 INFO STEP 281 (remove_files) COMPLETE |
5279 | 2024-12-21T05:08:04.939Z | [ recovery-image] Dec 21 05:08:04.311 INFO O| Dec 21 05:08:04.311 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-21T05:08:04.953Z | [ recovery-image] Dec 21 05:08:04.330 INFO O| Dec 21 05:08:04.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5281 | 2024-12-21T05:08:04.956Z | [ recovery-image] Dec 21 05:08:04.330 INFO O| Dec 21 05:08:04.330 INFO STEP 282 (remove_files) COMPLETE |
5282 | 2024-12-21T05:08:04.957Z | [ recovery-image] Dec 21 05:08:04.330 INFO O| Dec 21 05:08:04.330 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-21T05:08:04.989Z | [ recovery-image] Dec 21 05:08:04.357 INFO O| Dec 21 05:08:04.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5284 | 2024-12-21T05:08:04.989Z | [ recovery-image] Dec 21 05:08:04.357 INFO O| Dec 21 05:08:04.357 INFO STEP 283 (remove_files) COMPLETE |
5285 | 2024-12-21T05:08:04.996Z | [ recovery-image] Dec 21 05:08:04.357 INFO O| Dec 21 05:08:04.357 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-21T05:08:05.002Z | [ recovery-image] Dec 21 05:08:04.379 INFO O| Dec 21 05:08:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5287 | 2024-12-21T05:08:05.002Z | [ recovery-image] Dec 21 05:08:04.379 INFO O| Dec 21 05:08:04.379 INFO STEP 284 (remove_files) COMPLETE |
5288 | 2024-12-21T05:08:05.002Z | [ recovery-image] Dec 21 05:08:04.379 INFO O| Dec 21 05:08:04.379 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-21T05:08:05.030Z | [ recovery-image] Dec 21 05:08:04.406 INFO O| Dec 21 05:08:04.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5290 | 2024-12-21T05:08:05.030Z | [ recovery-image] Dec 21 05:08:04.406 INFO O| Dec 21 05:08:04.406 INFO STEP 285 (remove_files) COMPLETE |
5291 | 2024-12-21T05:08:05.033Z | [ recovery-image] Dec 21 05:08:04.406 INFO O| Dec 21 05:08:04.406 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-21T05:08:05.052Z | [ recovery-image] Dec 21 05:08:04.427 INFO O| Dec 21 05:08:04.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5293 | 2024-12-21T05:08:05.052Z | [ recovery-image] Dec 21 05:08:04.428 INFO O| Dec 21 05:08:04.428 INFO STEP 286 (remove_files) COMPLETE |
5294 | 2024-12-21T05:08:05.052Z | [ recovery-image] Dec 21 05:08:04.428 INFO O| Dec 21 05:08:04.428 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-21T05:08:05.073Z | [ recovery-image] Dec 21 05:08:04.449 INFO O| Dec 21 05:08:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5296 | 2024-12-21T05:08:05.073Z | [ recovery-image] Dec 21 05:08:04.449 INFO O| Dec 21 05:08:04.449 INFO STEP 287 (remove_files) COMPLETE |
5297 | 2024-12-21T05:08:05.075Z | [ recovery-image] Dec 21 05:08:04.449 INFO O| Dec 21 05:08:04.449 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-21T05:08:05.094Z | [ recovery-image] Dec 21 05:08:04.470 INFO O| Dec 21 05:08:04.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5299 | 2024-12-21T05:08:05.094Z | [ recovery-image] Dec 21 05:08:04.470 INFO O| Dec 21 05:08:04.470 INFO STEP 288 (remove_files) COMPLETE |
5300 | 2024-12-21T05:08:05.094Z | [ recovery-image] Dec 21 05:08:04.470 INFO O| Dec 21 05:08:04.470 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-21T05:08:05.113Z | [ recovery-image] Dec 21 05:08:04.489 INFO O| Dec 21 05:08:04.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5302 | 2024-12-21T05:08:05.116Z | [ recovery-image] Dec 21 05:08:04.490 INFO O| Dec 21 05:08:04.489 INFO STEP 289 (remove_files) COMPLETE |
5303 | 2024-12-21T05:08:05.116Z | [ recovery-image] Dec 21 05:08:04.490 INFO O| Dec 21 05:08:04.490 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-21T05:08:05.132Z | [ recovery-image] Dec 21 05:08:04.508 INFO O| Dec 21 05:08:04.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5305 | 2024-12-21T05:08:05.132Z | [ recovery-image] Dec 21 05:08:04.509 INFO O| Dec 21 05:08:04.509 INFO STEP 290 (remove_files) COMPLETE |
5306 | 2024-12-21T05:08:05.135Z | [ recovery-image] Dec 21 05:08:04.509 INFO O| Dec 21 05:08:04.509 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-21T05:08:05.242Z | [ recovery-image] Dec 21 05:08:04.618 INFO O| Dec 21 05:08:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5308 | 2024-12-21T05:08:05.242Z | [ recovery-image] Dec 21 05:08:04.618 INFO O| Dec 21 05:08:04.618 INFO STEP 291 (remove_files) COMPLETE |
5309 | 2024-12-21T05:08:05.242Z | [ recovery-image] Dec 21 05:08:04.618 INFO O| Dec 21 05:08:04.618 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-21T05:08:05.313Z | [ recovery-image] Dec 21 05:08:04.689 INFO O| Dec 21 05:08:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5311 | 2024-12-21T05:08:05.316Z | [ recovery-image] Dec 21 05:08:04.689 INFO O| Dec 21 05:08:04.689 INFO STEP 292 (remove_files) COMPLETE |
5312 | 2024-12-21T05:08:05.316Z | [ recovery-image] Dec 21 05:08:04.690 INFO O| Dec 21 05:08:04.689 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-21T05:08:05.335Z | [ recovery-image] Dec 21 05:08:04.711 INFO O| Dec 21 05:08:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5314 | 2024-12-21T05:08:05.336Z | [ recovery-image] Dec 21 05:08:04.711 INFO O| Dec 21 05:08:04.711 INFO STEP 293 (remove_files) COMPLETE |
5315 | 2024-12-21T05:08:05.339Z | [ recovery-image] Dec 21 05:08:04.712 INFO O| Dec 21 05:08:04.711 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-21T05:08:05.355Z | [ recovery-image] Dec 21 05:08:04.730 INFO O| Dec 21 05:08:04.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5317 | 2024-12-21T05:08:05.356Z | [ recovery-image] Dec 21 05:08:04.731 INFO O| Dec 21 05:08:04.731 INFO STEP 294 (remove_files) COMPLETE |
5318 | 2024-12-21T05:08:05.358Z | [ recovery-image] Dec 21 05:08:04.731 INFO O| Dec 21 05:08:04.731 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-21T05:08:05.385Z | [ recovery-image] Dec 21 05:08:04.761 INFO O| Dec 21 05:08:04.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5320 | 2024-12-21T05:08:05.385Z | [ recovery-image] Dec 21 05:08:04.761 INFO O| Dec 21 05:08:04.761 INFO STEP 295 (remove_files) COMPLETE |
5321 | 2024-12-21T05:08:05.385Z | [ recovery-image] Dec 21 05:08:04.761 INFO O| Dec 21 05:08:04.761 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-21T05:08:05.427Z | [ recovery-image] Dec 21 05:08:04.803 INFO O| Dec 21 05:08:04.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5323 | 2024-12-21T05:08:05.427Z | [ recovery-image] Dec 21 05:08:04.803 INFO O| Dec 21 05:08:04.803 INFO STEP 296 (remove_files) COMPLETE |
5324 | 2024-12-21T05:08:05.427Z | [ recovery-image] Dec 21 05:08:04.803 INFO O| Dec 21 05:08:04.803 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-21T05:08:05.445Z | [ recovery-image] Dec 21 05:08:04.821 INFO O| Dec 21 05:08:04.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5326 | 2024-12-21T05:08:05.445Z | [ recovery-image] Dec 21 05:08:04.821 INFO O| Dec 21 05:08:04.821 INFO STEP 297 (remove_files) COMPLETE |
5327 | 2024-12-21T05:08:05.446Z | [ recovery-image] Dec 21 05:08:04.821 INFO O| Dec 21 05:08:04.821 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-21T05:08:05.465Z | [ recovery-image] Dec 21 05:08:04.841 INFO O| Dec 21 05:08:04.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5329 | 2024-12-21T05:08:05.465Z | [ recovery-image] Dec 21 05:08:04.841 INFO O| Dec 21 05:08:04.841 INFO STEP 298 (remove_files) COMPLETE |
5330 | 2024-12-21T05:08:05.465Z | [ recovery-image] Dec 21 05:08:04.841 INFO O| Dec 21 05:08:04.841 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-21T05:08:05.496Z | [ recovery-image] Dec 21 05:08:04.872 INFO O| Dec 21 05:08:04.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5332 | 2024-12-21T05:08:05.499Z | [ recovery-image] Dec 21 05:08:04.872 INFO O| Dec 21 05:08:04.872 INFO STEP 299 (remove_files) COMPLETE |
5333 | 2024-12-21T05:08:05.499Z | [ recovery-image] Dec 21 05:08:04.873 INFO O| Dec 21 05:08:04.872 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-21T05:08:05.517Z | [ recovery-image] Dec 21 05:08:04.893 INFO O| Dec 21 05:08:04.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5335 | 2024-12-21T05:08:05.520Z | [ recovery-image] Dec 21 05:08:04.894 INFO O| Dec 21 05:08:04.894 INFO STEP 300 (remove_files) COMPLETE |
5336 | 2024-12-21T05:08:05.520Z | [ recovery-image] Dec 21 05:08:04.894 INFO O| Dec 21 05:08:04.894 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-21T05:08:05.538Z | [ recovery-image] Dec 21 05:08:04.914 INFO O| Dec 21 05:08:04.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5338 | 2024-12-21T05:08:05.541Z | [ recovery-image] Dec 21 05:08:04.914 INFO O| Dec 21 05:08:04.914 INFO STEP 301 (remove_files) COMPLETE |
5339 | 2024-12-21T05:08:05.541Z | [ recovery-image] Dec 21 05:08:04.915 INFO O| Dec 21 05:08:04.914 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-21T05:08:05.558Z | [ recovery-image] Dec 21 05:08:04.934 INFO O| Dec 21 05:08:04.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5341 | 2024-12-21T05:08:05.560Z | [ recovery-image] Dec 21 05:08:04.934 INFO O| Dec 21 05:08:04.934 INFO STEP 302 (remove_files) COMPLETE |
5342 | 2024-12-21T05:08:05.560Z | [ recovery-image] Dec 21 05:08:04.934 INFO O| Dec 21 05:08:04.934 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-21T05:08:05.583Z | [ recovery-image] Dec 21 05:08:04.952 INFO O| Dec 21 05:08:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5344 | 2024-12-21T05:08:05.583Z | [ recovery-image] Dec 21 05:08:04.952 INFO O| Dec 21 05:08:04.952 INFO STEP 303 (remove_files) COMPLETE |
5345 | 2024-12-21T05:08:05.583Z | [ recovery-image] Dec 21 05:08:04.952 INFO O| Dec 21 05:08:04.952 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-21T05:08:05.593Z | [ recovery-image] Dec 21 05:08:04.969 INFO O| Dec 21 05:08:04.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5347 | 2024-12-21T05:08:05.595Z | [ recovery-image] Dec 21 05:08:04.969 INFO O| Dec 21 05:08:04.969 INFO STEP 304 (remove_files) COMPLETE |
5348 | 2024-12-21T05:08:05.595Z | [ recovery-image] Dec 21 05:08:04.969 INFO O| Dec 21 05:08:04.969 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-21T05:08:05.613Z | [ recovery-image] Dec 21 05:08:04.989 INFO O| Dec 21 05:08:04.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5350 | 2024-12-21T05:08:05.615Z | [ recovery-image] Dec 21 05:08:04.989 INFO O| Dec 21 05:08:04.989 INFO STEP 305 (remove_files) COMPLETE |
5351 | 2024-12-21T05:08:05.615Z | [ recovery-image] Dec 21 05:08:04.989 INFO O| Dec 21 05:08:04.989 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-21T05:08:05.632Z | [ recovery-image] Dec 21 05:08:05.008 INFO O| Dec 21 05:08:05.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5353 | 2024-12-21T05:08:05.634Z | [ recovery-image] Dec 21 05:08:05.008 INFO O| Dec 21 05:08:05.008 INFO STEP 306 (remove_files) COMPLETE |
5354 | 2024-12-21T05:08:05.635Z | [ recovery-image] Dec 21 05:08:05.008 INFO O| Dec 21 05:08:05.008 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-21T05:08:05.651Z | [ recovery-image] Dec 21 05:08:05.028 INFO O| Dec 21 05:08:05.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5356 | 2024-12-21T05:08:05.654Z | [ recovery-image] Dec 21 05:08:05.028 INFO O| Dec 21 05:08:05.028 INFO STEP 307 (remove_files) COMPLETE |
5357 | 2024-12-21T05:08:05.654Z | [ recovery-image] Dec 21 05:08:05.028 INFO O| Dec 21 05:08:05.028 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-21T05:08:05.672Z | [ recovery-image] Dec 21 05:08:05.048 INFO O| Dec 21 05:08:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5359 | 2024-12-21T05:08:05.674Z | [ recovery-image] Dec 21 05:08:05.048 INFO O| Dec 21 05:08:05.048 INFO STEP 308 (remove_files) COMPLETE |
5360 | 2024-12-21T05:08:05.674Z | [ recovery-image] Dec 21 05:08:05.048 INFO O| Dec 21 05:08:05.048 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-21T05:08:05.694Z | [ recovery-image] Dec 21 05:08:05.070 INFO O| Dec 21 05:08:05.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5362 | 2024-12-21T05:08:05.694Z | [ recovery-image] Dec 21 05:08:05.070 INFO O| Dec 21 05:08:05.070 INFO STEP 309 (remove_files) COMPLETE |
5363 | 2024-12-21T05:08:05.694Z | [ recovery-image] Dec 21 05:08:05.070 INFO O| Dec 21 05:08:05.070 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-21T05:08:05.762Z | [ recovery-image] Dec 21 05:08:05.136 INFO O| Dec 21 05:08:05.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5365 | 2024-12-21T05:08:05.762Z | [ recovery-image] Dec 21 05:08:05.136 INFO O| Dec 21 05:08:05.136 INFO STEP 310 (remove_files) COMPLETE |
5366 | 2024-12-21T05:08:05.766Z | [ recovery-image] Dec 21 05:08:05.136 INFO O| Dec 21 05:08:05.136 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-21T05:08:05.776Z | [ recovery-image] Dec 21 05:08:05.152 INFO O| Dec 21 05:08:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5368 | 2024-12-21T05:08:05.776Z | [ recovery-image] Dec 21 05:08:05.152 INFO O| Dec 21 05:08:05.152 INFO STEP 311 (remove_files) COMPLETE |
5369 | 2024-12-21T05:08:05.776Z | [ recovery-image] Dec 21 05:08:05.152 INFO O| Dec 21 05:08:05.152 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-21T05:08:05.797Z | [ recovery-image] Dec 21 05:08:05.173 INFO O| Dec 21 05:08:05.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5371 | 2024-12-21T05:08:05.797Z | [ recovery-image] Dec 21 05:08:05.173 INFO O| Dec 21 05:08:05.173 INFO STEP 312 (remove_files) COMPLETE |
5372 | 2024-12-21T05:08:05.802Z | [ recovery-image] Dec 21 05:08:05.173 INFO O| Dec 21 05:08:05.173 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-21T05:08:05.871Z | [ recovery-image] Dec 21 05:08:05.247 INFO O| Dec 21 05:08:05.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5374 | 2024-12-21T05:08:05.871Z | [ recovery-image] Dec 21 05:08:05.247 INFO O| Dec 21 05:08:05.247 INFO STEP 313 (remove_files) COMPLETE |
5375 | 2024-12-21T05:08:05.874Z | [ recovery-image] Dec 21 05:08:05.247 INFO O| Dec 21 05:08:05.247 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-21T05:08:05.951Z | [ recovery-image] Dec 21 05:08:05.327 INFO O| Dec 21 05:08:05.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5377 | 2024-12-21T05:08:05.951Z | [ recovery-image] Dec 21 05:08:05.327 INFO O| Dec 21 05:08:05.327 INFO STEP 314 (remove_files) COMPLETE |
5378 | 2024-12-21T05:08:05.951Z | [ recovery-image] Dec 21 05:08:05.327 INFO O| Dec 21 05:08:05.327 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-21T05:08:06.009Z | [ recovery-image] Dec 21 05:08:05.385 INFO O| Dec 21 05:08:05.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5380 | 2024-12-21T05:08:06.009Z | [ recovery-image] Dec 21 05:08:05.385 INFO O| Dec 21 05:08:05.382 INFO STEP 315 (remove_files) COMPLETE |
5381 | 2024-12-21T05:08:06.011Z | [ recovery-image] Dec 21 05:08:05.385 INFO O| Dec 21 05:08:05.383 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-21T05:08:06.032Z | [ recovery-image] Dec 21 05:08:05.407 INFO O| Dec 21 05:08:05.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5383 | 2024-12-21T05:08:06.032Z | [ recovery-image] Dec 21 05:08:05.407 INFO O| Dec 21 05:08:05.403 INFO STEP 316 (remove_files) COMPLETE |
5384 | 2024-12-21T05:08:06.035Z | [ recovery-image] Dec 21 05:08:05.407 INFO O| Dec 21 05:08:05.403 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-21T05:08:06.071Z | [ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5386 | 2024-12-21T05:08:06.077Z | [ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO STEP 317 (remove_files) COMPLETE |
5387 | 2024-12-21T05:08:06.077Z | [ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-21T05:08:06.086Z | [ recovery-image] Dec 21 05:08:05.462 INFO O| Dec 21 05:08:05.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5389 | 2024-12-21T05:08:06.086Z | [ recovery-image] Dec 21 05:08:05.462 INFO O| Dec 21 05:08:05.462 INFO STEP 318 (remove_files) COMPLETE |
5390 | 2024-12-21T05:08:06.086Z | [ recovery-image] Dec 21 05:08:05.462 INFO O| Dec 21 05:08:05.462 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-21T05:08:06.106Z | [ recovery-image] Dec 21 05:08:05.482 INFO O| Dec 21 05:08:05.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5392 | 2024-12-21T05:08:06.106Z | [ recovery-image] Dec 21 05:08:05.482 INFO O| Dec 21 05:08:05.482 INFO STEP 319 (remove_files) COMPLETE |
5393 | 2024-12-21T05:08:06.106Z | [ recovery-image] Dec 21 05:08:05.482 INFO O| Dec 21 05:08:05.482 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-21T05:08:06.156Z | [ recovery-image] Dec 21 05:08:05.532 INFO O| Dec 21 05:08:05.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5395 | 2024-12-21T05:08:06.157Z | [ recovery-image] Dec 21 05:08:05.532 INFO O| Dec 21 05:08:05.532 INFO STEP 320 (remove_files) COMPLETE |
5396 | 2024-12-21T05:08:06.159Z | [ recovery-image] Dec 21 05:08:05.532 INFO O| Dec 21 05:08:05.532 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-21T05:08:06.208Z | [ recovery-image] Dec 21 05:08:05.584 INFO O| Dec 21 05:08:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5398 | 2024-12-21T05:08:06.211Z | [ recovery-image] Dec 21 05:08:05.585 INFO O| Dec 21 05:08:05.585 INFO STEP 321 (remove_files) COMPLETE |
5399 | 2024-12-21T05:08:06.211Z | [ recovery-image] Dec 21 05:08:05.585 INFO O| Dec 21 05:08:05.585 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-21T05:08:06.256Z | [ recovery-image] Dec 21 05:08:05.632 INFO O| Dec 21 05:08:05.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5401 | 2024-12-21T05:08:06.256Z | [ recovery-image] Dec 21 05:08:05.632 INFO O| Dec 21 05:08:05.632 INFO STEP 322 (remove_files) COMPLETE |
5402 | 2024-12-21T05:08:06.261Z | [ recovery-image] Dec 21 05:08:05.632 INFO O| Dec 21 05:08:05.632 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-21T05:08:06.275Z | [ recovery-image] Dec 21 05:08:05.651 INFO O| Dec 21 05:08:05.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5404 | 2024-12-21T05:08:06.275Z | [ recovery-image] Dec 21 05:08:05.651 INFO O| Dec 21 05:08:05.651 INFO STEP 323 (remove_files) COMPLETE |
5405 | 2024-12-21T05:08:06.278Z | [ recovery-image] Dec 21 05:08:05.651 INFO O| Dec 21 05:08:05.651 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-21T05:08:06.294Z | [ recovery-image] Dec 21 05:08:05.669 INFO O| Dec 21 05:08:05.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5407 | 2024-12-21T05:08:06.294Z | [ recovery-image] Dec 21 05:08:05.669 INFO O| Dec 21 05:08:05.669 INFO STEP 324 (remove_files) COMPLETE |
5408 | 2024-12-21T05:08:06.297Z | [ recovery-image] Dec 21 05:08:05.669 INFO O| Dec 21 05:08:05.669 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-12-21T05:08:06.351Z | [ recovery-image] Dec 21 05:08:05.727 INFO O| Dec 21 05:08:05.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5410 | 2024-12-21T05:08:06.351Z | [ recovery-image] Dec 21 05:08:05.727 INFO O| Dec 21 05:08:05.727 INFO STEP 325 (remove_files) COMPLETE |
5411 | 2024-12-21T05:08:06.354Z | [ recovery-image] Dec 21 05:08:05.727 INFO O| Dec 21 05:08:05.727 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-12-21T05:08:06.373Z | [ recovery-image] Dec 21 05:08:05.749 INFO O| Dec 21 05:08:05.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5413 | 2024-12-21T05:08:06.373Z | [ recovery-image] Dec 21 05:08:05.749 INFO O| Dec 21 05:08:05.749 INFO STEP 326 (remove_files) COMPLETE |
5414 | 2024-12-21T05:08:06.373Z | [ recovery-image] Dec 21 05:08:05.749 INFO O| Dec 21 05:08:05.749 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-21T05:08:06.379Z | [ host-image] Dec 21 05:08:05.756 INFO O| Dec 21 05:08:05.755 INFO O| Done |
5416 | 2024-12-21T05:08:06.391Z | [ recovery-image] Dec 21 05:08:05.767 INFO O| Dec 21 05:08:05.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5417 | 2024-12-21T05:08:06.391Z | [ recovery-image] Dec 21 05:08:05.767 INFO O| Dec 21 05:08:05.767 INFO STEP 327 (remove_files) COMPLETE |
5418 | 2024-12-21T05:08:06.391Z | [ recovery-image] Dec 21 05:08:05.767 INFO O| Dec 21 05:08:05.767 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-12-21T05:08:06.407Z | [ recovery-image] Dec 21 05:08:05.783 INFO O| Dec 21 05:08:05.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5420 | 2024-12-21T05:08:06.407Z | [ recovery-image] Dec 21 05:08:05.783 INFO O| Dec 21 05:08:05.783 INFO STEP 328 (remove_files) COMPLETE |
5421 | 2024-12-21T05:08:06.408Z | [ recovery-image] Dec 21 05:08:05.783 INFO O| Dec 21 05:08:05.783 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-21T05:08:06.431Z | [ recovery-image] Dec 21 05:08:05.807 INFO O| Dec 21 05:08:05.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5423 | 2024-12-21T05:08:06.434Z | [ recovery-image] Dec 21 05:08:05.807 INFO O| Dec 21 05:08:05.807 INFO STEP 329 (remove_files) COMPLETE |
5424 | 2024-12-21T05:08:06.434Z | [ recovery-image] Dec 21 05:08:05.808 INFO O| Dec 21 05:08:05.808 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-21T05:08:06.449Z | [ recovery-image] Dec 21 05:08:05.825 INFO O| Dec 21 05:08:05.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5426 | 2024-12-21T05:08:06.451Z | [ recovery-image] Dec 21 05:08:05.825 INFO O| Dec 21 05:08:05.825 INFO STEP 330 (remove_files) COMPLETE |
5427 | 2024-12-21T05:08:06.451Z | [ recovery-image] Dec 21 05:08:05.825 INFO O| Dec 21 05:08:05.825 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-21T05:08:06.465Z | [ recovery-image] Dec 21 05:08:05.841 INFO O| Dec 21 05:08:05.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5429 | 2024-12-21T05:08:06.465Z | [ recovery-image] Dec 21 05:08:05.841 INFO O| Dec 21 05:08:05.841 INFO STEP 331 (remove_files) COMPLETE |
5430 | 2024-12-21T05:08:06.468Z | [ recovery-image] Dec 21 05:08:05.841 INFO O| Dec 21 05:08:05.841 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-21T05:08:06.491Z | [ recovery-image] Dec 21 05:08:05.866 INFO O| Dec 21 05:08:05.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5432 | 2024-12-21T05:08:06.491Z | [ recovery-image] Dec 21 05:08:05.866 INFO O| Dec 21 05:08:05.866 INFO STEP 332 (remove_files) COMPLETE |
5433 | 2024-12-21T05:08:06.491Z | [ recovery-image] Dec 21 05:08:05.866 INFO O| Dec 21 05:08:05.866 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-12-21T05:08:06.527Z | [ recovery-image] Dec 21 05:08:05.902 INFO O| Dec 21 05:08:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5435 | 2024-12-21T05:08:06.527Z | [ recovery-image] Dec 21 05:08:05.902 INFO O| Dec 21 05:08:05.902 INFO STEP 333 (remove_files) COMPLETE |
5436 | 2024-12-21T05:08:06.530Z | [ recovery-image] Dec 21 05:08:05.902 INFO O| Dec 21 05:08:05.902 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-12-21T05:08:06.543Z | [ recovery-image] Dec 21 05:08:05.919 INFO O| Dec 21 05:08:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5438 | 2024-12-21T05:08:06.543Z | [ recovery-image] Dec 21 05:08:05.919 INFO O| Dec 21 05:08:05.919 INFO STEP 334 (remove_files) COMPLETE |
5439 | 2024-12-21T05:08:06.543Z | [ recovery-image] Dec 21 05:08:05.919 INFO O| Dec 21 05:08:05.919 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-12-21T05:08:06.579Z | [ recovery-image] Dec 21 05:08:05.954 INFO O| Dec 21 05:08:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5441 | 2024-12-21T05:08:06.579Z | [ recovery-image] Dec 21 05:08:05.954 INFO O| Dec 21 05:08:05.954 INFO STEP 335 (remove_files) COMPLETE |
5442 | 2024-12-21T05:08:06.579Z | [ recovery-image] Dec 21 05:08:05.954 INFO O| Dec 21 05:08:05.954 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-21T05:08:06.636Z | [ recovery-image] Dec 21 05:08:06.011 INFO O| Dec 21 05:08:06.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5444 | 2024-12-21T05:08:06.636Z | [ recovery-image] Dec 21 05:08:06.011 INFO O| Dec 21 05:08:06.011 INFO STEP 336 (remove_files) COMPLETE |
5445 | 2024-12-21T05:08:06.639Z | [ recovery-image] Dec 21 05:08:06.011 INFO O| Dec 21 05:08:06.011 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-12-21T05:08:06.693Z | [ recovery-image] Dec 21 05:08:06.069 INFO O| Dec 21 05:08:06.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5447 | 2024-12-21T05:08:06.695Z | [ recovery-image] Dec 21 05:08:06.069 INFO O| Dec 21 05:08:06.069 INFO STEP 337 (remove_files) COMPLETE |
5448 | 2024-12-21T05:08:06.695Z | [ recovery-image] Dec 21 05:08:06.069 INFO O| Dec 21 05:08:06.069 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-12-21T05:08:06.713Z | [ recovery-image] Dec 21 05:08:06.089 INFO O| Dec 21 05:08:06.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5450 | 2024-12-21T05:08:06.716Z | [ recovery-image] Dec 21 05:08:06.089 INFO O| Dec 21 05:08:06.089 INFO STEP 338 (remove_files) COMPLETE |
5451 | 2024-12-21T05:08:06.716Z | [ recovery-image] Dec 21 05:08:06.089 INFO O| Dec 21 05:08:06.089 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-12-21T05:08:06.732Z | [ recovery-image] Dec 21 05:08:06.109 INFO O| Dec 21 05:08:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5453 | 2024-12-21T05:08:06.735Z | [ recovery-image] Dec 21 05:08:06.109 INFO O| Dec 21 05:08:06.109 INFO STEP 339 (remove_files) COMPLETE |
5454 | 2024-12-21T05:08:06.735Z | [ recovery-image] Dec 21 05:08:06.109 INFO O| Dec 21 05:08:06.109 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-12-21T05:08:06.757Z | [ recovery-image] Dec 21 05:08:06.133 INFO O| Dec 21 05:08:06.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5456 | 2024-12-21T05:08:06.757Z | [ recovery-image] Dec 21 05:08:06.133 INFO O| Dec 21 05:08:06.133 INFO STEP 340 (remove_files) COMPLETE |
5457 | 2024-12-21T05:08:06.757Z | [ recovery-image] Dec 21 05:08:06.133 INFO O| Dec 21 05:08:06.133 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-12-21T05:08:06.780Z | [ recovery-image] Dec 21 05:08:06.156 INFO O| Dec 21 05:08:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5459 | 2024-12-21T05:08:06.780Z | [ recovery-image] Dec 21 05:08:06.156 INFO O| Dec 21 05:08:06.156 INFO STEP 341 (remove_files) COMPLETE |
5460 | 2024-12-21T05:08:06.780Z | [ recovery-image] Dec 21 05:08:06.156 INFO O| Dec 21 05:08:06.156 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-21T05:08:06.804Z | [ recovery-image] Dec 21 05:08:06.179 INFO O| Dec 21 05:08:06.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5462 | 2024-12-21T05:08:06.807Z | [ recovery-image] Dec 21 05:08:06.179 INFO O| Dec 21 05:08:06.179 INFO STEP 342 (remove_files) COMPLETE |
5463 | 2024-12-21T05:08:06.807Z | [ recovery-image] Dec 21 05:08:06.179 INFO O| Dec 21 05:08:06.179 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-21T05:08:06.843Z | [ recovery-image] Dec 21 05:08:06.219 INFO O| Dec 21 05:08:06.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5465 | 2024-12-21T05:08:06.844Z | [ recovery-image] Dec 21 05:08:06.219 INFO O| Dec 21 05:08:06.219 INFO STEP 343 (remove_files) COMPLETE |
5466 | 2024-12-21T05:08:06.844Z | [ recovery-image] Dec 21 05:08:06.219 INFO O| Dec 21 05:08:06.219 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-21T05:08:06.863Z | [ recovery-image] Dec 21 05:08:06.239 INFO O| Dec 21 05:08:06.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5468 | 2024-12-21T05:08:06.863Z | [ recovery-image] Dec 21 05:08:06.239 INFO O| Dec 21 05:08:06.239 INFO STEP 344 (remove_files) COMPLETE |
5469 | 2024-12-21T05:08:06.863Z | [ recovery-image] Dec 21 05:08:06.239 INFO O| Dec 21 05:08:06.239 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-21T05:08:06.883Z | [ recovery-image] Dec 21 05:08:06.259 INFO O| Dec 21 05:08:06.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5471 | 2024-12-21T05:08:06.883Z | [ recovery-image] Dec 21 05:08:06.259 INFO O| Dec 21 05:08:06.259 INFO STEP 345 (remove_files) COMPLETE |
5472 | 2024-12-21T05:08:06.883Z | [ recovery-image] Dec 21 05:08:06.259 INFO O| Dec 21 05:08:06.259 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-21T05:08:06.902Z | [ recovery-image] Dec 21 05:08:06.278 INFO O| Dec 21 05:08:06.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5474 | 2024-12-21T05:08:06.902Z | [ recovery-image] Dec 21 05:08:06.278 INFO O| Dec 21 05:08:06.278 INFO STEP 346 (remove_files) COMPLETE |
5475 | 2024-12-21T05:08:06.902Z | [ recovery-image] Dec 21 05:08:06.278 INFO O| Dec 21 05:08:06.278 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-21T05:08:06.920Z | [ recovery-image] Dec 21 05:08:06.296 INFO O| Dec 21 05:08:06.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5477 | 2024-12-21T05:08:06.920Z | [ recovery-image] Dec 21 05:08:06.296 INFO O| Dec 21 05:08:06.296 INFO STEP 347 (remove_files) COMPLETE |
5478 | 2024-12-21T05:08:06.923Z | [ recovery-image] Dec 21 05:08:06.296 INFO O| Dec 21 05:08:06.296 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-21T05:08:06.939Z | [ recovery-image] Dec 21 05:08:06.315 INFO O| Dec 21 05:08:06.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5480 | 2024-12-21T05:08:06.942Z | [ recovery-image] Dec 21 05:08:06.316 INFO O| Dec 21 05:08:06.315 INFO STEP 348 (remove_files) COMPLETE |
5481 | 2024-12-21T05:08:06.942Z | [ recovery-image] Dec 21 05:08:06.316 INFO O| Dec 21 05:08:06.316 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-21T05:08:06.961Z | [ recovery-image] Dec 21 05:08:06.336 INFO O| Dec 21 05:08:06.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5483 | 2024-12-21T05:08:06.961Z | [ recovery-image] Dec 21 05:08:06.336 INFO O| Dec 21 05:08:06.336 INFO STEP 349 (remove_files) COMPLETE |
5484 | 2024-12-21T05:08:06.961Z | [ recovery-image] Dec 21 05:08:06.336 INFO O| Dec 21 05:08:06.336 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-21T05:08:06.982Z | [ recovery-image] Dec 21 05:08:06.357 INFO O| Dec 21 05:08:06.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5486 | 2024-12-21T05:08:06.982Z | [ recovery-image] Dec 21 05:08:06.357 INFO O| Dec 21 05:08:06.357 INFO STEP 350 (remove_files) COMPLETE |
5487 | 2024-12-21T05:08:06.982Z | [ recovery-image] Dec 21 05:08:06.357 INFO O| Dec 21 05:08:06.357 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-21T05:08:07.000Z | [ recovery-image] Dec 21 05:08:06.376 INFO O| Dec 21 05:08:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5489 | 2024-12-21T05:08:07.001Z | [ recovery-image] Dec 21 05:08:06.376 INFO O| Dec 21 05:08:06.376 INFO STEP 351 (remove_files) COMPLETE |
5490 | 2024-12-21T05:08:07.001Z | [ recovery-image] Dec 21 05:08:06.376 INFO O| Dec 21 05:08:06.376 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-21T05:08:07.020Z | [ recovery-image] Dec 21 05:08:06.396 INFO O| Dec 21 05:08:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5492 | 2024-12-21T05:08:07.020Z | [ recovery-image] Dec 21 05:08:06.396 INFO O| Dec 21 05:08:06.396 INFO STEP 352 (remove_files) COMPLETE |
5493 | 2024-12-21T05:08:07.020Z | [ recovery-image] Dec 21 05:08:06.396 INFO O| Dec 21 05:08:06.396 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-21T05:08:07.039Z | [ recovery-image] Dec 21 05:08:06.415 INFO O| Dec 21 05:08:06.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5495 | 2024-12-21T05:08:07.039Z | [ recovery-image] Dec 21 05:08:06.415 INFO O| Dec 21 05:08:06.415 INFO STEP 353 (remove_files) COMPLETE |
5496 | 2024-12-21T05:08:07.039Z | [ recovery-image] Dec 21 05:08:06.415 INFO O| Dec 21 05:08:06.415 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-21T05:08:07.059Z | [ recovery-image] Dec 21 05:08:06.435 INFO O| Dec 21 05:08:06.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5498 | 2024-12-21T05:08:07.059Z | [ recovery-image] Dec 21 05:08:06.435 INFO O| Dec 21 05:08:06.435 INFO STEP 354 (remove_files) COMPLETE |
5499 | 2024-12-21T05:08:07.062Z | [ recovery-image] Dec 21 05:08:06.435 INFO O| Dec 21 05:08:06.435 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-21T05:08:07.079Z | [ recovery-image] Dec 21 05:08:06.455 INFO O| Dec 21 05:08:06.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5501 | 2024-12-21T05:08:07.079Z | [ recovery-image] Dec 21 05:08:06.455 INFO O| Dec 21 05:08:06.455 INFO STEP 355 (remove_files) COMPLETE |
5502 | 2024-12-21T05:08:07.079Z | [ recovery-image] Dec 21 05:08:06.455 INFO O| Dec 21 05:08:06.455 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-21T05:08:07.134Z | [ recovery-image] Dec 21 05:08:06.510 INFO O| Dec 21 05:08:06.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5504 | 2024-12-21T05:08:07.134Z | [ recovery-image] Dec 21 05:08:06.510 INFO O| Dec 21 05:08:06.510 INFO STEP 356 (remove_files) COMPLETE |
5505 | 2024-12-21T05:08:07.134Z | [ recovery-image] Dec 21 05:08:06.510 INFO O| Dec 21 05:08:06.510 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-21T05:08:07.153Z | [ recovery-image] Dec 21 05:08:06.529 INFO O| Dec 21 05:08:06.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5507 | 2024-12-21T05:08:07.153Z | [ recovery-image] Dec 21 05:08:06.529 INFO O| Dec 21 05:08:06.529 INFO STEP 357 (remove_files) COMPLETE |
5508 | 2024-12-21T05:08:07.153Z | [ recovery-image] Dec 21 05:08:06.530 INFO O| Dec 21 05:08:06.529 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-21T05:08:07.171Z | [ recovery-image] Dec 21 05:08:06.547 INFO O| Dec 21 05:08:06.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5510 | 2024-12-21T05:08:07.171Z | [ recovery-image] Dec 21 05:08:06.547 INFO O| Dec 21 05:08:06.547 INFO STEP 358 (remove_files) COMPLETE |
5511 | 2024-12-21T05:08:07.171Z | [ recovery-image] Dec 21 05:08:06.548 INFO O| Dec 21 05:08:06.547 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-21T05:08:07.206Z | [ recovery-image] Dec 21 05:08:06.582 INFO O| Dec 21 05:08:06.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5513 | 2024-12-21T05:08:07.209Z | [ recovery-image] Dec 21 05:08:06.582 INFO O| Dec 21 05:08:06.582 INFO STEP 359 (remove_files) COMPLETE |
5514 | 2024-12-21T05:08:07.209Z | [ recovery-image] Dec 21 05:08:06.582 INFO O| Dec 21 05:08:06.582 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-21T05:08:07.226Z | [ recovery-image] Dec 21 05:08:06.602 INFO O| Dec 21 05:08:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5516 | 2024-12-21T05:08:07.226Z | [ recovery-image] Dec 21 05:08:06.602 INFO O| Dec 21 05:08:06.602 INFO STEP 360 (remove_files) COMPLETE |
5517 | 2024-12-21T05:08:07.228Z | [ recovery-image] Dec 21 05:08:06.602 INFO O| Dec 21 05:08:06.602 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-21T05:08:07.259Z | [ recovery-image] Dec 21 05:08:06.635 INFO O| Dec 21 05:08:06.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5519 | 2024-12-21T05:08:07.259Z | [ recovery-image] Dec 21 05:08:06.635 INFO O| Dec 21 05:08:06.635 INFO STEP 361 (remove_files) COMPLETE |
5520 | 2024-12-21T05:08:07.259Z | [ recovery-image] Dec 21 05:08:06.635 INFO O| Dec 21 05:08:06.635 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-21T05:08:07.281Z | [ recovery-image] Dec 21 05:08:06.657 INFO O| Dec 21 05:08:06.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5522 | 2024-12-21T05:08:07.281Z | [ recovery-image] Dec 21 05:08:06.658 INFO O| Dec 21 05:08:06.657 INFO STEP 362 (remove_files) COMPLETE |
5523 | 2024-12-21T05:08:07.284Z | [ recovery-image] Dec 21 05:08:06.658 INFO O| Dec 21 05:08:06.658 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-21T05:08:07.303Z | [ recovery-image] Dec 21 05:08:06.679 INFO O| Dec 21 05:08:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5525 | 2024-12-21T05:08:07.303Z | [ recovery-image] Dec 21 05:08:06.679 INFO O| Dec 21 05:08:06.679 INFO STEP 363 (remove_files) COMPLETE |
5526 | 2024-12-21T05:08:07.303Z | [ recovery-image] Dec 21 05:08:06.679 INFO O| Dec 21 05:08:06.679 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-21T05:08:07.345Z | [ recovery-image] Dec 21 05:08:06.721 INFO O| Dec 21 05:08:06.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5528 | 2024-12-21T05:08:07.345Z | [ recovery-image] Dec 21 05:08:06.721 INFO O| Dec 21 05:08:06.721 INFO STEP 364 (remove_files) COMPLETE |
5529 | 2024-12-21T05:08:07.345Z | [ recovery-image] Dec 21 05:08:06.721 INFO O| Dec 21 05:08:06.721 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-21T05:08:07.408Z | [ recovery-image] Dec 21 05:08:06.784 INFO O| Dec 21 05:08:06.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5531 | 2024-12-21T05:08:07.411Z | [ recovery-image] Dec 21 05:08:06.784 INFO O| Dec 21 05:08:06.784 INFO STEP 365 (remove_files) COMPLETE |
5532 | 2024-12-21T05:08:07.411Z | [ recovery-image] Dec 21 05:08:06.785 INFO O| Dec 21 05:08:06.784 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-21T05:08:07.430Z | [ recovery-image] Dec 21 05:08:06.806 INFO O| Dec 21 05:08:06.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5534 | 2024-12-21T05:08:07.430Z | [ recovery-image] Dec 21 05:08:06.806 INFO O| Dec 21 05:08:06.806 INFO STEP 366 (remove_files) COMPLETE |
5535 | 2024-12-21T05:08:07.430Z | [ recovery-image] Dec 21 05:08:06.806 INFO O| Dec 21 05:08:06.806 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-21T05:08:07.454Z | [ recovery-image] Dec 21 05:08:06.830 INFO O| Dec 21 05:08:06.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5537 | 2024-12-21T05:08:07.454Z | [ recovery-image] Dec 21 05:08:06.830 INFO O| Dec 21 05:08:06.830 INFO STEP 367 (remove_files) COMPLETE |
5538 | 2024-12-21T05:08:07.455Z | [ recovery-image] Dec 21 05:08:06.830 INFO O| Dec 21 05:08:06.830 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-21T05:08:07.513Z | [ recovery-image] Dec 21 05:08:06.888 INFO O| Dec 21 05:08:06.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5540 | 2024-12-21T05:08:07.513Z | [ recovery-image] Dec 21 05:08:06.888 INFO O| Dec 21 05:08:06.888 INFO STEP 368 (remove_files) COMPLETE |
5541 | 2024-12-21T05:08:07.513Z | [ recovery-image] Dec 21 05:08:06.888 INFO O| Dec 21 05:08:06.888 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-21T05:08:07.532Z | [ recovery-image] Dec 21 05:08:06.908 INFO O| Dec 21 05:08:06.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5543 | 2024-12-21T05:08:07.532Z | [ recovery-image] Dec 21 05:08:06.908 INFO O| Dec 21 05:08:06.908 INFO STEP 369 (remove_files) COMPLETE |
5544 | 2024-12-21T05:08:07.532Z | [ recovery-image] Dec 21 05:08:06.908 INFO O| Dec 21 05:08:06.908 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-21T05:08:07.563Z | [ recovery-image] Dec 21 05:08:06.939 INFO O| Dec 21 05:08:06.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5546 | 2024-12-21T05:08:07.563Z | [ recovery-image] Dec 21 05:08:06.939 INFO O| Dec 21 05:08:06.939 INFO STEP 370 (remove_files) COMPLETE |
5547 | 2024-12-21T05:08:07.566Z | [ recovery-image] Dec 21 05:08:06.939 INFO O| Dec 21 05:08:06.939 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-21T05:08:07.584Z | [ recovery-image] Dec 21 05:08:06.960 INFO O| Dec 21 05:08:06.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5549 | 2024-12-21T05:08:07.584Z | [ recovery-image] Dec 21 05:08:06.960 INFO O| Dec 21 05:08:06.960 INFO STEP 371 (remove_files) COMPLETE |
5550 | 2024-12-21T05:08:07.584Z | [ recovery-image] Dec 21 05:08:06.960 INFO O| Dec 21 05:08:06.960 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-21T05:08:07.614Z | [ recovery-image] Dec 21 05:08:06.990 INFO O| Dec 21 05:08:06.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5552 | 2024-12-21T05:08:07.617Z | [ recovery-image] Dec 21 05:08:06.990 INFO O| Dec 21 05:08:06.990 INFO STEP 372 (remove_files) COMPLETE |
5553 | 2024-12-21T05:08:07.617Z | [ recovery-image] Dec 21 05:08:06.990 INFO O| Dec 21 05:08:06.990 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-21T05:08:07.636Z | [ recovery-image] Dec 21 05:08:07.010 INFO O| Dec 21 05:08:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5555 | 2024-12-21T05:08:07.643Z | [ recovery-image] Dec 21 05:08:07.019 INFO O| Dec 21 05:08:07.019 INFO STEP 373 (remove_files) COMPLETE |
5556 | 2024-12-21T05:08:07.643Z | [ recovery-image] Dec 21 05:08:07.019 INFO O| Dec 21 05:08:07.019 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-21T05:08:07.703Z | [ recovery-image] Dec 21 05:08:07.079 INFO O| Dec 21 05:08:07.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5558 | 2024-12-21T05:08:07.703Z | [ recovery-image] Dec 21 05:08:07.079 INFO O| Dec 21 05:08:07.079 INFO STEP 374 (remove_files) COMPLETE |
5559 | 2024-12-21T05:08:07.703Z | [ recovery-image] Dec 21 05:08:07.079 INFO O| Dec 21 05:08:07.079 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-21T05:08:07.725Z | [ recovery-image] Dec 21 05:08:07.101 INFO O| Dec 21 05:08:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5561 | 2024-12-21T05:08:07.725Z | [ recovery-image] Dec 21 05:08:07.101 INFO O| Dec 21 05:08:07.101 INFO STEP 375 (remove_files) COMPLETE |
5562 | 2024-12-21T05:08:07.725Z | [ recovery-image] Dec 21 05:08:07.101 INFO O| Dec 21 05:08:07.101 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-21T05:08:07.757Z | [ recovery-image] Dec 21 05:08:07.129 INFO O| Dec 21 05:08:07.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5564 | 2024-12-21T05:08:07.758Z | [ recovery-image] Dec 21 05:08:07.129 INFO O| Dec 21 05:08:07.129 INFO STEP 376 (remove_files) COMPLETE |
5565 | 2024-12-21T05:08:07.758Z | [ recovery-image] Dec 21 05:08:07.129 INFO O| Dec 21 05:08:07.129 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-21T05:08:07.794Z | [ recovery-image] Dec 21 05:08:07.170 INFO O| Dec 21 05:08:07.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5567 | 2024-12-21T05:08:07.794Z | [ recovery-image] Dec 21 05:08:07.170 INFO O| Dec 21 05:08:07.170 INFO STEP 377 (remove_files) COMPLETE |
5568 | 2024-12-21T05:08:07.797Z | [ recovery-image] Dec 21 05:08:07.170 INFO O| Dec 21 05:08:07.170 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-21T05:08:07.826Z | [ recovery-image] Dec 21 05:08:07.201 INFO O| Dec 21 05:08:07.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5570 | 2024-12-21T05:08:07.826Z | [ recovery-image] Dec 21 05:08:07.201 INFO O| Dec 21 05:08:07.201 INFO STEP 378 (remove_files) COMPLETE |
5571 | 2024-12-21T05:08:07.826Z | [ recovery-image] Dec 21 05:08:07.202 INFO O| Dec 21 05:08:07.201 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-21T05:08:07.863Z | [ recovery-image] Dec 21 05:08:07.239 INFO O| Dec 21 05:08:07.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5573 | 2024-12-21T05:08:07.863Z | [ recovery-image] Dec 21 05:08:07.239 INFO O| Dec 21 05:08:07.239 INFO STEP 379 (remove_files) COMPLETE |
5574 | 2024-12-21T05:08:07.863Z | [ recovery-image] Dec 21 05:08:07.239 INFO O| Dec 21 05:08:07.239 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-21T05:08:07.923Z | [ recovery-image] Dec 21 05:08:07.299 INFO O| Dec 21 05:08:07.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5576 | 2024-12-21T05:08:07.923Z | [ recovery-image] Dec 21 05:08:07.299 INFO O| Dec 21 05:08:07.299 INFO STEP 380 (remove_files) COMPLETE |
5577 | 2024-12-21T05:08:07.926Z | [ recovery-image] Dec 21 05:08:07.299 INFO O| Dec 21 05:08:07.299 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-21T05:08:07.944Z | [ recovery-image] Dec 21 05:08:07.320 INFO O| Dec 21 05:08:07.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5579 | 2024-12-21T05:08:07.944Z | [ recovery-image] Dec 21 05:08:07.320 INFO O| Dec 21 05:08:07.320 INFO STEP 381 (remove_files) COMPLETE |
5580 | 2024-12-21T05:08:07.944Z | [ recovery-image] Dec 21 05:08:07.320 INFO O| Dec 21 05:08:07.320 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-21T05:08:07.977Z | [ recovery-image] Dec 21 05:08:07.353 INFO O| Dec 21 05:08:07.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5582 | 2024-12-21T05:08:07.977Z | [ recovery-image] Dec 21 05:08:07.353 INFO O| Dec 21 05:08:07.353 INFO STEP 382 (remove_files) COMPLETE |
5583 | 2024-12-21T05:08:07.977Z | [ recovery-image] Dec 21 05:08:07.353 INFO O| Dec 21 05:08:07.353 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-21T05:08:08.036Z | [ recovery-image] Dec 21 05:08:07.412 INFO O| Dec 21 05:08:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5585 | 2024-12-21T05:08:08.039Z | [ recovery-image] Dec 21 05:08:07.412 INFO O| Dec 21 05:08:07.412 INFO STEP 383 (remove_files) COMPLETE |
5586 | 2024-12-21T05:08:08.039Z | [ recovery-image] Dec 21 05:08:07.412 INFO O| Dec 21 05:08:07.412 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-21T05:08:08.058Z | [ recovery-image] Dec 21 05:08:07.434 INFO O| Dec 21 05:08:07.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5588 | 2024-12-21T05:08:08.058Z | [ recovery-image] Dec 21 05:08:07.434 INFO O| Dec 21 05:08:07.434 INFO STEP 384 (remove_files) COMPLETE |
5589 | 2024-12-21T05:08:08.058Z | [ recovery-image] Dec 21 05:08:07.434 INFO O| Dec 21 05:08:07.434 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-21T05:08:08.086Z | [ recovery-image] Dec 21 05:08:07.462 INFO O| Dec 21 05:08:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5591 | 2024-12-21T05:08:08.087Z | [ recovery-image] Dec 21 05:08:07.462 INFO O| Dec 21 05:08:07.462 INFO STEP 385 (remove_files) COMPLETE |
5592 | 2024-12-21T05:08:08.087Z | [ recovery-image] Dec 21 05:08:07.462 INFO O| Dec 21 05:08:07.462 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-21T05:08:08.107Z | [ recovery-image] Dec 21 05:08:07.483 INFO O| Dec 21 05:08:07.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5594 | 2024-12-21T05:08:08.107Z | [ recovery-image] Dec 21 05:08:07.483 INFO O| Dec 21 05:08:07.483 INFO STEP 386 (remove_files) COMPLETE |
5595 | 2024-12-21T05:08:08.108Z | [ recovery-image] Dec 21 05:08:07.483 INFO O| Dec 21 05:08:07.483 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-21T05:08:08.129Z | [ recovery-image] Dec 21 05:08:07.505 INFO O| Dec 21 05:08:07.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5597 | 2024-12-21T05:08:08.129Z | [ recovery-image] Dec 21 05:08:07.505 INFO O| Dec 21 05:08:07.505 INFO STEP 387 (remove_files) COMPLETE |
5598 | 2024-12-21T05:08:08.131Z | [ recovery-image] Dec 21 05:08:07.505 INFO O| Dec 21 05:08:07.505 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-21T05:08:08.164Z | [ recovery-image] Dec 21 05:08:07.540 INFO O| Dec 21 05:08:07.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5600 | 2024-12-21T05:08:08.167Z | [ recovery-image] Dec 21 05:08:07.540 INFO O| Dec 21 05:08:07.540 INFO STEP 388 (remove_files) COMPLETE |
5601 | 2024-12-21T05:08:08.167Z | [ recovery-image] Dec 21 05:08:07.540 INFO O| Dec 21 05:08:07.540 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-21T05:08:08.185Z | [ recovery-image] Dec 21 05:08:07.561 INFO O| Dec 21 05:08:07.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5603 | 2024-12-21T05:08:08.188Z | [ recovery-image] Dec 21 05:08:07.561 INFO O| Dec 21 05:08:07.561 INFO STEP 389 (remove_files) COMPLETE |
5604 | 2024-12-21T05:08:08.188Z | [ recovery-image] Dec 21 05:08:07.562 INFO O| Dec 21 05:08:07.562 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-21T05:08:08.207Z | [ recovery-image] Dec 21 05:08:07.583 INFO O| Dec 21 05:08:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5606 | 2024-12-21T05:08:08.210Z | [ recovery-image] Dec 21 05:08:07.583 INFO O| Dec 21 05:08:07.583 INFO STEP 390 (remove_files) COMPLETE |
5607 | 2024-12-21T05:08:08.210Z | [ recovery-image] Dec 21 05:08:07.584 INFO O| Dec 21 05:08:07.584 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-21T05:08:08.229Z | [ recovery-image] Dec 21 05:08:07.605 INFO O| Dec 21 05:08:07.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5609 | 2024-12-21T05:08:08.231Z | [ recovery-image] Dec 21 05:08:07.605 INFO O| Dec 21 05:08:07.605 INFO STEP 391 (remove_files) COMPLETE |
5610 | 2024-12-21T05:08:08.231Z | [ recovery-image] Dec 21 05:08:07.605 INFO O| Dec 21 05:08:07.605 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-21T05:08:08.254Z | [ recovery-image] Dec 21 05:08:07.629 INFO O| Dec 21 05:08:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5612 | 2024-12-21T05:08:08.254Z | [ recovery-image] Dec 21 05:08:07.629 INFO O| Dec 21 05:08:07.629 INFO STEP 392 (remove_files) COMPLETE |
5613 | 2024-12-21T05:08:08.254Z | [ recovery-image] Dec 21 05:08:07.629 INFO O| Dec 21 05:08:07.629 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-21T05:08:08.278Z | [ recovery-image] Dec 21 05:08:07.654 INFO O| Dec 21 05:08:07.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5615 | 2024-12-21T05:08:08.281Z | [ recovery-image] Dec 21 05:08:07.654 INFO O| Dec 21 05:08:07.654 INFO STEP 393 (remove_files) COMPLETE |
5616 | 2024-12-21T05:08:08.281Z | [ recovery-image] Dec 21 05:08:07.654 INFO O| Dec 21 05:08:07.654 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-21T05:08:08.299Z | [ recovery-image] Dec 21 05:08:07.675 INFO O| Dec 21 05:08:07.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5618 | 2024-12-21T05:08:08.299Z | [ recovery-image] Dec 21 05:08:07.675 INFO O| Dec 21 05:08:07.675 INFO STEP 394 (remove_files) COMPLETE |
5619 | 2024-12-21T05:08:08.302Z | [ recovery-image] Dec 21 05:08:07.675 INFO O| Dec 21 05:08:07.675 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-21T05:08:08.331Z | [ recovery-image] Dec 21 05:08:07.707 INFO O| Dec 21 05:08:07.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5621 | 2024-12-21T05:08:08.331Z | [ recovery-image] Dec 21 05:08:07.707 INFO O| Dec 21 05:08:07.707 INFO STEP 395 (remove_files) COMPLETE |
5622 | 2024-12-21T05:08:08.334Z | [ recovery-image] Dec 21 05:08:07.707 INFO O| Dec 21 05:08:07.707 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-21T05:08:08.356Z | [ recovery-image] Dec 21 05:08:07.731 INFO O| Dec 21 05:08:07.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5624 | 2024-12-21T05:08:08.356Z | [ recovery-image] Dec 21 05:08:07.732 INFO O| Dec 21 05:08:07.731 INFO STEP 396 (remove_files) COMPLETE |
5625 | 2024-12-21T05:08:08.356Z | [ recovery-image] Dec 21 05:08:07.732 INFO O| Dec 21 05:08:07.732 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-21T05:08:08.376Z | [ recovery-image] Dec 21 05:08:07.752 INFO O| Dec 21 05:08:07.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5627 | 2024-12-21T05:08:08.376Z | [ recovery-image] Dec 21 05:08:07.752 INFO O| Dec 21 05:08:07.752 INFO STEP 397 (remove_files) COMPLETE |
5628 | 2024-12-21T05:08:08.376Z | [ recovery-image] Dec 21 05:08:07.752 INFO O| Dec 21 05:08:07.752 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-21T05:08:08.396Z | [ recovery-image] Dec 21 05:08:07.771 INFO O| Dec 21 05:08:07.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5630 | 2024-12-21T05:08:08.396Z | [ recovery-image] Dec 21 05:08:07.772 INFO O| Dec 21 05:08:07.771 INFO STEP 398 (remove_files) COMPLETE |
5631 | 2024-12-21T05:08:08.396Z | [ recovery-image] Dec 21 05:08:07.772 INFO O| Dec 21 05:08:07.772 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-21T05:08:08.452Z | [ recovery-image] Dec 21 05:08:07.828 INFO O| Dec 21 05:08:07.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5633 | 2024-12-21T05:08:08.452Z | [ recovery-image] Dec 21 05:08:07.828 INFO O| Dec 21 05:08:07.828 INFO STEP 399 (remove_files) COMPLETE |
5634 | 2024-12-21T05:08:08.452Z | [ recovery-image] Dec 21 05:08:07.828 INFO O| Dec 21 05:08:07.828 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-21T05:08:08.480Z | [ recovery-image] Dec 21 05:08:07.856 INFO O| Dec 21 05:08:07.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5636 | 2024-12-21T05:08:08.480Z | [ recovery-image] Dec 21 05:08:07.856 INFO O| Dec 21 05:08:07.856 INFO STEP 400 (remove_files) COMPLETE |
5637 | 2024-12-21T05:08:08.483Z | [ recovery-image] Dec 21 05:08:07.857 INFO O| Dec 21 05:08:07.857 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-21T05:08:08.501Z | [ recovery-image] Dec 21 05:08:07.877 INFO O| Dec 21 05:08:07.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5639 | 2024-12-21T05:08:08.504Z | [ recovery-image] Dec 21 05:08:07.877 INFO O| Dec 21 05:08:07.877 INFO STEP 401 (remove_files) COMPLETE |
5640 | 2024-12-21T05:08:08.504Z | [ recovery-image] Dec 21 05:08:07.877 INFO O| Dec 21 05:08:07.877 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-21T05:08:08.535Z | [ recovery-image] Dec 21 05:08:07.911 INFO O| Dec 21 05:08:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5642 | 2024-12-21T05:08:08.535Z | [ recovery-image] Dec 21 05:08:07.911 INFO O| Dec 21 05:08:07.911 INFO STEP 402 (remove_files) COMPLETE |
5643 | 2024-12-21T05:08:08.538Z | [ recovery-image] Dec 21 05:08:07.911 INFO O| Dec 21 05:08:07.911 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-21T05:08:08.592Z | [ recovery-image] Dec 21 05:08:07.967 INFO O| Dec 21 05:08:07.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5645 | 2024-12-21T05:08:08.592Z | [ recovery-image] Dec 21 05:08:07.967 INFO O| Dec 21 05:08:07.967 INFO STEP 403 (remove_files) COMPLETE |
5646 | 2024-12-21T05:08:08.593Z | [ recovery-image] Dec 21 05:08:07.967 INFO O| Dec 21 05:08:07.967 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-21T05:08:08.651Z | [ recovery-image] Dec 21 05:08:08.027 INFO O| Dec 21 05:08:08.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5648 | 2024-12-21T05:08:08.651Z | [ recovery-image] Dec 21 05:08:08.027 INFO O| Dec 21 05:08:08.027 INFO STEP 404 (remove_files) COMPLETE |
5649 | 2024-12-21T05:08:08.664Z | [ recovery-image] Dec 21 05:08:08.027 INFO O| Dec 21 05:08:08.027 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-21T05:08:08.687Z | [ recovery-image] Dec 21 05:08:08.063 INFO O| Dec 21 05:08:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5651 | 2024-12-21T05:08:08.687Z | [ recovery-image] Dec 21 05:08:08.063 INFO O| Dec 21 05:08:08.063 INFO STEP 405 (remove_files) COMPLETE |
5652 | 2024-12-21T05:08:08.687Z | [ recovery-image] Dec 21 05:08:08.063 INFO O| Dec 21 05:08:08.063 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-21T05:08:08.711Z | [ recovery-image] Dec 21 05:08:08.087 INFO O| Dec 21 05:08:08.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5654 | 2024-12-21T05:08:08.714Z | [ recovery-image] Dec 21 05:08:08.087 INFO O| Dec 21 05:08:08.087 INFO STEP 406 (remove_files) COMPLETE |
5655 | 2024-12-21T05:08:08.714Z | [ recovery-image] Dec 21 05:08:08.087 INFO O| Dec 21 05:08:08.087 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-21T05:08:08.734Z | [ recovery-image] Dec 21 05:08:08.108 INFO O| Dec 21 05:08:08.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5657 | 2024-12-21T05:08:08.734Z | [ recovery-image] Dec 21 05:08:08.108 INFO O| Dec 21 05:08:08.108 INFO STEP 407 (remove_files) COMPLETE |
5658 | 2024-12-21T05:08:08.734Z | [ recovery-image] Dec 21 05:08:08.108 INFO O| Dec 21 05:08:08.108 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-21T05:08:08.753Z | [ recovery-image] Dec 21 05:08:08.129 INFO O| Dec 21 05:08:08.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5660 | 2024-12-21T05:08:08.761Z | [ recovery-image] Dec 21 05:08:08.129 INFO O| Dec 21 05:08:08.129 INFO STEP 408 (remove_files) COMPLETE |
5661 | 2024-12-21T05:08:08.761Z | [ recovery-image] Dec 21 05:08:08.129 INFO O| Dec 21 05:08:08.129 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-21T05:08:08.773Z | [ recovery-image] Dec 21 05:08:08.149 INFO O| Dec 21 05:08:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5663 | 2024-12-21T05:08:08.773Z | [ recovery-image] Dec 21 05:08:08.149 INFO O| Dec 21 05:08:08.149 INFO STEP 409 (remove_files) COMPLETE |
5664 | 2024-12-21T05:08:08.774Z | [ recovery-image] Dec 21 05:08:08.149 INFO O| Dec 21 05:08:08.149 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-21T05:08:08.793Z | [ recovery-image] Dec 21 05:08:08.169 INFO O| Dec 21 05:08:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5666 | 2024-12-21T05:08:08.797Z | [ recovery-image] Dec 21 05:08:08.169 INFO O| Dec 21 05:08:08.169 INFO STEP 410 (remove_files) COMPLETE |
5667 | 2024-12-21T05:08:08.797Z | [ recovery-image] Dec 21 05:08:08.169 INFO O| Dec 21 05:08:08.169 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-21T05:08:08.855Z | [ recovery-image] Dec 21 05:08:08.231 INFO O| Dec 21 05:08:08.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5669 | 2024-12-21T05:08:08.855Z | [ recovery-image] Dec 21 05:08:08.231 INFO O| Dec 21 05:08:08.231 INFO STEP 411 (remove_files) COMPLETE |
5670 | 2024-12-21T05:08:08.858Z | [ recovery-image] Dec 21 05:08:08.231 INFO O| Dec 21 05:08:08.231 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-21T05:08:08.878Z | [ recovery-image] Dec 21 05:08:08.254 INFO O| Dec 21 05:08:08.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5672 | 2024-12-21T05:08:08.878Z | [ recovery-image] Dec 21 05:08:08.254 INFO O| Dec 21 05:08:08.254 INFO STEP 412 (remove_files) COMPLETE |
5673 | 2024-12-21T05:08:08.878Z | [ recovery-image] Dec 21 05:08:08.254 INFO O| Dec 21 05:08:08.254 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-21T05:08:08.899Z | [ recovery-image] Dec 21 05:08:08.274 INFO O| Dec 21 05:08:08.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5675 | 2024-12-21T05:08:08.899Z | [ recovery-image] Dec 21 05:08:08.275 INFO O| Dec 21 05:08:08.274 INFO STEP 413 (remove_files) COMPLETE |
5676 | 2024-12-21T05:08:08.902Z | [ recovery-image] Dec 21 05:08:08.275 INFO O| Dec 21 05:08:08.274 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-21T05:08:08.925Z | [ recovery-image] Dec 21 05:08:08.301 INFO O| Dec 21 05:08:08.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5678 | 2024-12-21T05:08:08.925Z | [ recovery-image] Dec 21 05:08:08.301 INFO O| Dec 21 05:08:08.301 INFO STEP 414 (remove_files) COMPLETE |
5679 | 2024-12-21T05:08:08.925Z | [ recovery-image] Dec 21 05:08:08.301 INFO O| Dec 21 05:08:08.301 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-21T05:08:08.960Z | [ recovery-image] Dec 21 05:08:08.336 INFO O| Dec 21 05:08:08.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5681 | 2024-12-21T05:08:08.960Z | [ recovery-image] Dec 21 05:08:08.336 INFO O| Dec 21 05:08:08.336 INFO STEP 415 (remove_files) COMPLETE |
5682 | 2024-12-21T05:08:08.960Z | [ recovery-image] Dec 21 05:08:08.336 INFO O| Dec 21 05:08:08.336 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-21T05:08:09.028Z | [ recovery-image] Dec 21 05:08:08.403 INFO O| Dec 21 05:08:08.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5684 | 2024-12-21T05:08:09.028Z | [ recovery-image] Dec 21 05:08:08.403 INFO O| Dec 21 05:08:08.403 INFO STEP 416 (remove_files) COMPLETE |
5685 | 2024-12-21T05:08:09.028Z | [ recovery-image] Dec 21 05:08:08.403 INFO O| Dec 21 05:08:08.403 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-21T05:08:09.094Z | [ recovery-image] Dec 21 05:08:08.470 INFO O| Dec 21 05:08:08.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5687 | 2024-12-21T05:08:09.094Z | [ recovery-image] Dec 21 05:08:08.470 INFO O| Dec 21 05:08:08.470 INFO STEP 417 (remove_files) COMPLETE |
5688 | 2024-12-21T05:08:09.094Z | [ recovery-image] Dec 21 05:08:08.470 INFO O| Dec 21 05:08:08.470 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-21T05:08:09.172Z | [ recovery-image] Dec 21 05:08:08.547 INFO O| Dec 21 05:08:08.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5690 | 2024-12-21T05:08:09.172Z | [ recovery-image] Dec 21 05:08:08.547 INFO O| Dec 21 05:08:08.547 INFO STEP 418 (remove_files) COMPLETE |
5691 | 2024-12-21T05:08:09.175Z | [ recovery-image] Dec 21 05:08:08.547 INFO O| Dec 21 05:08:08.547 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-21T05:08:09.210Z | [ recovery-image] Dec 21 05:08:08.586 INFO O| Dec 21 05:08:08.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5693 | 2024-12-21T05:08:09.211Z | [ recovery-image] Dec 21 05:08:08.586 INFO O| Dec 21 05:08:08.586 INFO STEP 419 (remove_files) COMPLETE |
5694 | 2024-12-21T05:08:09.211Z | [ recovery-image] Dec 21 05:08:08.586 INFO O| Dec 21 05:08:08.586 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-21T05:08:09.246Z | [ recovery-image] Dec 21 05:08:08.620 INFO O| Dec 21 05:08:08.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5696 | 2024-12-21T05:08:09.246Z | [ recovery-image] Dec 21 05:08:08.620 INFO O| Dec 21 05:08:08.620 INFO STEP 420 (remove_files) COMPLETE |
5697 | 2024-12-21T05:08:09.246Z | [ recovery-image] Dec 21 05:08:08.620 INFO O| Dec 21 05:08:08.620 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-21T05:08:09.268Z | [ recovery-image] Dec 21 05:08:08.643 INFO O| Dec 21 05:08:08.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5699 | 2024-12-21T05:08:09.268Z | [ recovery-image] Dec 21 05:08:08.644 INFO O| Dec 21 05:08:08.643 INFO STEP 421 (remove_files) COMPLETE |
5700 | 2024-12-21T05:08:09.268Z | [ recovery-image] Dec 21 05:08:08.644 INFO O| Dec 21 05:08:08.643 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-21T05:08:09.290Z | [ recovery-image] Dec 21 05:08:08.666 INFO O| Dec 21 05:08:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5702 | 2024-12-21T05:08:09.290Z | [ recovery-image] Dec 21 05:08:08.666 INFO O| Dec 21 05:08:08.666 INFO STEP 422 (remove_files) COMPLETE |
5703 | 2024-12-21T05:08:09.293Z | [ recovery-image] Dec 21 05:08:08.666 INFO O| Dec 21 05:08:08.666 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-21T05:08:09.326Z | [ recovery-image] Dec 21 05:08:08.702 INFO O| Dec 21 05:08:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5705 | 2024-12-21T05:08:09.326Z | [ recovery-image] Dec 21 05:08:08.702 INFO O| Dec 21 05:08:08.702 INFO STEP 423 (remove_files) COMPLETE |
5706 | 2024-12-21T05:08:09.326Z | [ recovery-image] Dec 21 05:08:08.702 INFO O| Dec 21 05:08:08.702 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-21T05:08:09.394Z | [ recovery-image] Dec 21 05:08:08.770 INFO O| Dec 21 05:08:08.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5708 | 2024-12-21T05:08:09.401Z | [ host-image] Dec 21 05:08:08.777 INFO O| Dec 21 05:08:08.777 INFO O| Done |
5709 | 2024-12-21T05:08:09.406Z | [ recovery-image] Dec 21 05:08:08.781 INFO O| Dec 21 05:08:08.781 INFO STEP 424 (remove_files) COMPLETE |
5710 | 2024-12-21T05:08:09.406Z | [ recovery-image] Dec 21 05:08:08.781 INFO O| Dec 21 05:08:08.781 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-21T05:08:09.441Z | [ recovery-image] Dec 21 05:08:08.817 INFO O| Dec 21 05:08:08.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5712 | 2024-12-21T05:08:09.441Z | [ recovery-image] Dec 21 05:08:08.817 INFO O| Dec 21 05:08:08.816 INFO STEP 425 (remove_files) COMPLETE |
5713 | 2024-12-21T05:08:09.441Z | [ recovery-image] Dec 21 05:08:08.817 INFO O| Dec 21 05:08:08.816 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-21T05:08:09.450Z | [ host-image] Dec 21 05:08:08.826 INFO O| Dec 21 05:08:08.826 INFO O| Done |
5715 | 2024-12-21T05:08:09.453Z | [ host-image] Dec 21 05:08:08.826 INFO O| Dec 21 05:08:08.826 INFO O| Done |
5716 | 2024-12-21T05:08:09.463Z | [ recovery-image] Dec 21 05:08:08.839 INFO O| Dec 21 05:08:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5717 | 2024-12-21T05:08:09.463Z | [ recovery-image] Dec 21 05:08:08.839 INFO O| Dec 21 05:08:08.839 INFO STEP 426 (remove_files) COMPLETE |
5718 | 2024-12-21T05:08:09.466Z | [ recovery-image] Dec 21 05:08:08.839 INFO O| Dec 21 05:08:08.839 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-21T05:08:09.484Z | [ recovery-image] Dec 21 05:08:08.860 INFO O| Dec 21 05:08:08.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5720 | 2024-12-21T05:08:09.484Z | [ recovery-image] Dec 21 05:08:08.860 INFO O| Dec 21 05:08:08.860 INFO STEP 427 (remove_files) COMPLETE |
5721 | 2024-12-21T05:08:09.484Z | [ recovery-image] Dec 21 05:08:08.860 INFO O| Dec 21 05:08:08.860 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-21T05:08:09.522Z | [ recovery-image] Dec 21 05:08:08.898 INFO O| Dec 21 05:08:08.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5723 | 2024-12-21T05:08:09.522Z | [ recovery-image] Dec 21 05:08:08.898 INFO O| Dec 21 05:08:08.898 INFO STEP 428 (remove_files) COMPLETE |
5724 | 2024-12-21T05:08:09.522Z | [ recovery-image] Dec 21 05:08:08.898 INFO O| Dec 21 05:08:08.898 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-21T05:08:09.543Z | [ recovery-image] Dec 21 05:08:08.919 INFO O| Dec 21 05:08:08.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5726 | 2024-12-21T05:08:09.544Z | [ recovery-image] Dec 21 05:08:08.919 INFO O| Dec 21 05:08:08.919 INFO STEP 429 (remove_files) COMPLETE |
5727 | 2024-12-21T05:08:09.544Z | [ recovery-image] Dec 21 05:08:08.919 INFO O| Dec 21 05:08:08.919 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-21T05:08:09.546Z | [ host-image] Dec 21 05:08:08.919 INFO O| Dec 21 05:08:08.919 INFO O| Done |
5729 | 2024-12-21T05:08:09.565Z | [ recovery-image] Dec 21 05:08:08.941 INFO O| Dec 21 05:08:08.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5730 | 2024-12-21T05:08:09.568Z | [ recovery-image] Dec 21 05:08:08.941 INFO O| Dec 21 05:08:08.941 INFO STEP 430 (remove_files) COMPLETE |
5731 | 2024-12-21T05:08:09.568Z | [ recovery-image] Dec 21 05:08:08.941 INFO O| Dec 21 05:08:08.941 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-21T05:08:09.588Z | [ recovery-image] Dec 21 05:08:08.964 INFO O| Dec 21 05:08:08.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5733 | 2024-12-21T05:08:09.588Z | [ recovery-image] Dec 21 05:08:08.964 INFO O| Dec 21 05:08:08.964 INFO STEP 431 (remove_files) COMPLETE |
5734 | 2024-12-21T05:08:09.588Z | [ recovery-image] Dec 21 05:08:08.964 INFO O| Dec 21 05:08:08.964 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-21T05:08:09.609Z | [ recovery-image] Dec 21 05:08:08.985 INFO O| Dec 21 05:08:08.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5736 | 2024-12-21T05:08:09.611Z | [ recovery-image] Dec 21 05:08:08.985 INFO O| Dec 21 05:08:08.985 INFO STEP 432 (remove_files) COMPLETE |
5737 | 2024-12-21T05:08:09.611Z | [ recovery-image] Dec 21 05:08:08.985 INFO O| Dec 21 05:08:08.985 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-21T05:08:09.636Z | [ recovery-image] Dec 21 05:08:09.011 INFO O| Dec 21 05:08:09.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5739 | 2024-12-21T05:08:09.638Z | [ recovery-image] Dec 21 05:08:09.012 INFO O| Dec 21 05:08:09.012 INFO STEP 433 (remove_files) COMPLETE |
5740 | 2024-12-21T05:08:09.638Z | [ recovery-image] Dec 21 05:08:09.012 INFO O| Dec 21 05:08:09.012 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-21T05:08:09.659Z | [ recovery-image] Dec 21 05:08:09.035 INFO O| Dec 21 05:08:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5742 | 2024-12-21T05:08:09.662Z | [ recovery-image] Dec 21 05:08:09.035 INFO O| Dec 21 05:08:09.035 INFO STEP 434 (remove_files) COMPLETE |
5743 | 2024-12-21T05:08:09.662Z | [ recovery-image] Dec 21 05:08:09.035 INFO O| Dec 21 05:08:09.035 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-21T05:08:09.682Z | [ recovery-image] Dec 21 05:08:09.058 INFO O| Dec 21 05:08:09.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5745 | 2024-12-21T05:08:09.682Z | [ recovery-image] Dec 21 05:08:09.058 INFO O| Dec 21 05:08:09.058 INFO STEP 435 (remove_files) COMPLETE |
5746 | 2024-12-21T05:08:09.682Z | [ recovery-image] Dec 21 05:08:09.058 INFO O| Dec 21 05:08:09.058 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-21T05:08:09.703Z | [ recovery-image] Dec 21 05:08:09.079 INFO O| Dec 21 05:08:09.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5748 | 2024-12-21T05:08:09.705Z | [ recovery-image] Dec 21 05:08:09.079 INFO O| Dec 21 05:08:09.079 INFO STEP 436 (remove_files) COMPLETE |
5749 | 2024-12-21T05:08:09.706Z | [ recovery-image] Dec 21 05:08:09.079 INFO O| Dec 21 05:08:09.079 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-21T05:08:09.753Z | [ recovery-image] Dec 21 05:08:09.113 INFO O| Dec 21 05:08:09.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5751 | 2024-12-21T05:08:09.753Z | [ recovery-image] Dec 21 05:08:09.114 INFO O| Dec 21 05:08:09.114 INFO STEP 437 (remove_files) COMPLETE |
5752 | 2024-12-21T05:08:09.753Z | [ recovery-image] Dec 21 05:08:09.114 INFO O| Dec 21 05:08:09.114 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-21T05:08:09.756Z | [ host-image] Dec 21 05:08:09.129 INFO O| Dec 21 05:08:09.129 INFO STEP 13 (pkg_install) COMPLETE |
5754 | 2024-12-21T05:08:09.756Z | [ host-image] Dec 21 05:08:09.129 INFO O| Dec 21 05:08:09.129 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5755 | 2024-12-21T05:08:09.759Z | [ recovery-image] Dec 21 05:08:09.134 INFO O| Dec 21 05:08:09.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5756 | 2024-12-21T05:08:09.759Z | [ recovery-image] Dec 21 05:08:09.134 INFO O| Dec 21 05:08:09.134 INFO STEP 438 (remove_files) COMPLETE |
5757 | 2024-12-21T05:08:09.759Z | [ recovery-image] Dec 21 05:08:09.134 INFO O| Dec 21 05:08:09.134 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-12-21T05:08:09.777Z | [ host-image] Dec 21 05:08:09.153 INFO O| Dec 21 05:08:09.153 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
5759 | 2024-12-21T05:08:09.787Z | [ recovery-image] Dec 21 05:08:09.163 INFO O| Dec 21 05:08:09.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5760 | 2024-12-21T05:08:09.787Z | [ recovery-image] Dec 21 05:08:09.163 INFO O| Dec 21 05:08:09.163 INFO STEP 439 (remove_files) COMPLETE |
5761 | 2024-12-21T05:08:09.790Z | [ recovery-image] Dec 21 05:08:09.163 INFO O| Dec 21 05:08:09.163 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-21T05:08:09.828Z | [ recovery-image] Dec 21 05:08:09.203 INFO O| Dec 21 05:08:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5763 | 2024-12-21T05:08:09.828Z | [ recovery-image] Dec 21 05:08:09.203 INFO O| Dec 21 05:08:09.203 INFO STEP 440 (remove_files) COMPLETE |
5764 | 2024-12-21T05:08:09.830Z | [ recovery-image] Dec 21 05:08:09.203 INFO O| Dec 21 05:08:09.203 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-21T05:08:09.872Z | [ recovery-image] Dec 21 05:08:09.248 INFO O| Dec 21 05:08:09.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5766 | 2024-12-21T05:08:09.875Z | [ recovery-image] Dec 21 05:08:09.248 INFO O| Dec 21 05:08:09.248 INFO STEP 441 (remove_files) COMPLETE |
5767 | 2024-12-21T05:08:09.875Z | [ recovery-image] Dec 21 05:08:09.248 INFO O| Dec 21 05:08:09.248 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-21T05:08:09.890Z | [ recovery-image] Dec 21 05:08:09.266 INFO O| Dec 21 05:08:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5769 | 2024-12-21T05:08:09.893Z | [ recovery-image] Dec 21 05:08:09.266 INFO O| Dec 21 05:08:09.266 INFO STEP 442 (remove_files) COMPLETE |
5770 | 2024-12-21T05:08:09.893Z | [ recovery-image] Dec 21 05:08:09.266 INFO O| Dec 21 05:08:09.266 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-21T05:08:09.909Z | [ recovery-image] Dec 21 05:08:09.284 INFO O| Dec 21 05:08:09.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5772 | 2024-12-21T05:08:09.914Z | [ recovery-image] Dec 21 05:08:09.285 INFO O| Dec 21 05:08:09.284 INFO STEP 443 (remove_files) COMPLETE |
5773 | 2024-12-21T05:08:09.914Z | [ recovery-image] Dec 21 05:08:09.285 INFO O| Dec 21 05:08:09.285 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-21T05:08:09.930Z | [ recovery-image] Dec 21 05:08:09.305 INFO O| Dec 21 05:08:09.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5775 | 2024-12-21T05:08:09.932Z | [ recovery-image] Dec 21 05:08:09.306 INFO O| Dec 21 05:08:09.306 INFO STEP 444 (remove_files) COMPLETE |
5776 | 2024-12-21T05:08:09.932Z | [ recovery-image] Dec 21 05:08:09.306 INFO O| Dec 21 05:08:09.306 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-21T05:08:09.949Z | [ recovery-image] Dec 21 05:08:09.325 INFO O| Dec 21 05:08:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5778 | 2024-12-21T05:08:09.952Z | [ recovery-image] Dec 21 05:08:09.326 INFO O| Dec 21 05:08:09.325 INFO STEP 445 (remove_files) COMPLETE |
5779 | 2024-12-21T05:08:09.952Z | [ recovery-image] Dec 21 05:08:09.326 INFO O| Dec 21 05:08:09.326 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-21T05:08:09.973Z | [ recovery-image] Dec 21 05:08:09.348 INFO O| Dec 21 05:08:09.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5781 | 2024-12-21T05:08:09.973Z | [ recovery-image] Dec 21 05:08:09.349 INFO O| Dec 21 05:08:09.349 INFO STEP 446 (remove_files) COMPLETE |
5782 | 2024-12-21T05:08:09.973Z | [ recovery-image] Dec 21 05:08:09.349 INFO O| Dec 21 05:08:09.349 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-21T05:08:09.992Z | [ recovery-image] Dec 21 05:08:09.368 INFO O| Dec 21 05:08:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5784 | 2024-12-21T05:08:09.993Z | [ recovery-image] Dec 21 05:08:09.368 INFO O| Dec 21 05:08:09.368 INFO STEP 447 (remove_files) COMPLETE |
5785 | 2024-12-21T05:08:09.995Z | [ recovery-image] Dec 21 05:08:09.368 INFO O| Dec 21 05:08:09.368 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-21T05:08:10.014Z | [ recovery-image] Dec 21 05:08:09.389 INFO O| Dec 21 05:08:09.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5787 | 2024-12-21T05:08:10.014Z | [ recovery-image] Dec 21 05:08:09.389 INFO O| Dec 21 05:08:09.389 INFO STEP 448 (remove_files) COMPLETE |
5788 | 2024-12-21T05:08:10.014Z | [ recovery-image] Dec 21 05:08:09.389 INFO O| Dec 21 05:08:09.389 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-21T05:08:10.048Z | [ recovery-image] Dec 21 05:08:09.423 INFO O| Dec 21 05:08:09.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5790 | 2024-12-21T05:08:10.048Z | [ recovery-image] Dec 21 05:08:09.423 INFO O| Dec 21 05:08:09.423 INFO STEP 449 (remove_files) COMPLETE |
5791 | 2024-12-21T05:08:10.048Z | [ recovery-image] Dec 21 05:08:09.423 INFO O| Dec 21 05:08:09.423 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-21T05:08:10.072Z | [ recovery-image] Dec 21 05:08:09.446 INFO O| Dec 21 05:08:09.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5793 | 2024-12-21T05:08:10.072Z | [ recovery-image] Dec 21 05:08:09.447 INFO O| Dec 21 05:08:09.447 INFO STEP 450 (remove_files) COMPLETE |
5794 | 2024-12-21T05:08:10.072Z | [ recovery-image] Dec 21 05:08:09.447 INFO O| Dec 21 05:08:09.447 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-21T05:08:10.109Z | [ recovery-image] Dec 21 05:08:09.485 INFO O| Dec 21 05:08:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5796 | 2024-12-21T05:08:10.112Z | [ recovery-image] Dec 21 05:08:09.485 INFO O| Dec 21 05:08:09.485 INFO STEP 451 (remove_files) COMPLETE |
5797 | 2024-12-21T05:08:10.112Z | [ recovery-image] Dec 21 05:08:09.485 INFO O| Dec 21 05:08:09.485 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-21T05:08:10.208Z | [ recovery-image] Dec 21 05:08:09.584 INFO O| Dec 21 05:08:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5799 | 2024-12-21T05:08:10.211Z | [ recovery-image] Dec 21 05:08:09.584 INFO O| Dec 21 05:08:09.584 INFO STEP 452 (remove_files) COMPLETE |
5800 | 2024-12-21T05:08:10.211Z | [ recovery-image] Dec 21 05:08:09.584 INFO O| Dec 21 05:08:09.584 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-21T05:08:10.263Z | [ recovery-image] Dec 21 05:08:09.639 INFO O| Dec 21 05:08:09.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5802 | 2024-12-21T05:08:10.263Z | [ recovery-image] Dec 21 05:08:09.639 INFO O| Dec 21 05:08:09.639 INFO STEP 453 (remove_files) COMPLETE |
5803 | 2024-12-21T05:08:10.263Z | [ recovery-image] Dec 21 05:08:09.639 INFO O| Dec 21 05:08:09.639 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-21T05:08:10.281Z | [ recovery-image] Dec 21 05:08:09.657 INFO O| Dec 21 05:08:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5805 | 2024-12-21T05:08:10.281Z | [ recovery-image] Dec 21 05:08:09.657 INFO O| Dec 21 05:08:09.657 INFO STEP 454 (remove_files) COMPLETE |
5806 | 2024-12-21T05:08:10.284Z | [ recovery-image] Dec 21 05:08:09.657 INFO O| Dec 21 05:08:09.657 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-21T05:08:10.301Z | [ recovery-image] Dec 21 05:08:09.676 INFO O| Dec 21 05:08:09.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5808 | 2024-12-21T05:08:10.321Z | [ recovery-image] Dec 21 05:08:09.696 INFO O| Dec 21 05:08:09.696 INFO STEP 455 (remove_files) COMPLETE |
5809 | 2024-12-21T05:08:10.321Z | [ recovery-image] Dec 21 05:08:09.696 INFO O| Dec 21 05:08:09.696 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-21T05:08:10.364Z | [ recovery-image] Dec 21 05:08:09.739 INFO O| Dec 21 05:08:09.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5811 | 2024-12-21T05:08:10.364Z | [ recovery-image] Dec 21 05:08:09.739 INFO O| Dec 21 05:08:09.739 INFO STEP 456 (remove_files) COMPLETE |
5812 | 2024-12-21T05:08:10.364Z | [ recovery-image] Dec 21 05:08:09.739 INFO O| Dec 21 05:08:09.739 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-21T05:08:10.408Z | [ recovery-image] Dec 21 05:08:09.783 INFO O| Dec 21 05:08:09.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5814 | 2024-12-21T05:08:10.408Z | [ recovery-image] Dec 21 05:08:09.783 INFO O| Dec 21 05:08:09.783 INFO STEP 457 (remove_files) COMPLETE |
5815 | 2024-12-21T05:08:10.410Z | [ recovery-image] Dec 21 05:08:09.784 INFO O| Dec 21 05:08:09.784 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-21T05:08:10.428Z | [ recovery-image] Dec 21 05:08:09.804 INFO O| Dec 21 05:08:09.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5817 | 2024-12-21T05:08:10.431Z | [ recovery-image] Dec 21 05:08:09.804 INFO O| Dec 21 05:08:09.804 INFO STEP 458 (remove_files) COMPLETE |
5818 | 2024-12-21T05:08:10.431Z | [ recovery-image] Dec 21 05:08:09.804 INFO O| Dec 21 05:08:09.804 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-21T05:08:10.535Z | [ recovery-image] Dec 21 05:08:09.911 INFO O| Dec 21 05:08:09.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5820 | 2024-12-21T05:08:10.535Z | [ recovery-image] Dec 21 05:08:09.911 INFO O| Dec 21 05:08:09.911 INFO STEP 459 (remove_files) COMPLETE |
5821 | 2024-12-21T05:08:10.535Z | [ recovery-image] Dec 21 05:08:09.911 INFO O| Dec 21 05:08:09.911 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-21T05:08:10.598Z | [ recovery-image] Dec 21 05:08:09.974 INFO O| Dec 21 05:08:09.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5823 | 2024-12-21T05:08:10.598Z | [ recovery-image] Dec 21 05:08:09.974 INFO O| Dec 21 05:08:09.974 INFO STEP 460 (remove_files) COMPLETE |
5824 | 2024-12-21T05:08:10.598Z | [ recovery-image] Dec 21 05:08:09.974 INFO O| Dec 21 05:08:09.974 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-21T05:08:10.618Z | [ recovery-image] Dec 21 05:08:09.994 INFO O| Dec 21 05:08:09.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5826 | 2024-12-21T05:08:10.621Z | [ recovery-image] Dec 21 05:08:09.994 INFO O| Dec 21 05:08:09.994 INFO STEP 461 (remove_files) COMPLETE |
5827 | 2024-12-21T05:08:10.621Z | [ recovery-image] Dec 21 05:08:09.995 INFO O| Dec 21 05:08:09.994 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-21T05:08:10.661Z | [ recovery-image] Dec 21 05:08:10.037 INFO O| Dec 21 05:08:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5829 | 2024-12-21T05:08:10.664Z | [ recovery-image] Dec 21 05:08:10.037 INFO O| Dec 21 05:08:10.037 INFO STEP 462 (remove_files) COMPLETE |
5830 | 2024-12-21T05:08:10.664Z | [ recovery-image] Dec 21 05:08:10.037 INFO O| Dec 21 05:08:10.037 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-21T05:08:10.684Z | [ recovery-image] Dec 21 05:08:10.060 INFO O| Dec 21 05:08:10.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5832 | 2024-12-21T05:08:10.686Z | [ recovery-image] Dec 21 05:08:10.060 INFO O| Dec 21 05:08:10.060 INFO STEP 463 (remove_files) COMPLETE |
5833 | 2024-12-21T05:08:10.686Z | [ recovery-image] Dec 21 05:08:10.060 INFO O| Dec 21 05:08:10.060 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-21T05:08:10.759Z | [ recovery-image] Dec 21 05:08:10.134 INFO O| Dec 21 05:08:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5835 | 2024-12-21T05:08:10.759Z | [ recovery-image] Dec 21 05:08:10.134 INFO O| Dec 21 05:08:10.134 INFO STEP 464 (remove_files) COMPLETE |
5836 | 2024-12-21T05:08:10.759Z | [ recovery-image] Dec 21 05:08:10.134 INFO O| Dec 21 05:08:10.134 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-21T05:08:10.785Z | [ recovery-image] Dec 21 05:08:10.160 INFO O| Dec 21 05:08:10.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5838 | 2024-12-21T05:08:10.785Z | [ recovery-image] Dec 21 05:08:10.161 INFO O| Dec 21 05:08:10.161 INFO STEP 465 (remove_files) COMPLETE |
5839 | 2024-12-21T05:08:10.785Z | [ recovery-image] Dec 21 05:08:10.161 INFO O| Dec 21 05:08:10.161 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-21T05:08:10.833Z | [ recovery-image] Dec 21 05:08:10.208 INFO O| Dec 21 05:08:10.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5841 | 2024-12-21T05:08:10.833Z | [ recovery-image] Dec 21 05:08:10.208 INFO O| Dec 21 05:08:10.208 INFO STEP 466 (remove_files) COMPLETE |
5842 | 2024-12-21T05:08:10.833Z | [ recovery-image] Dec 21 05:08:10.208 INFO O| Dec 21 05:08:10.208 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-21T05:08:10.877Z | [ recovery-image] Dec 21 05:08:10.253 INFO O| Dec 21 05:08:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5844 | 2024-12-21T05:08:10.877Z | [ recovery-image] Dec 21 05:08:10.253 INFO O| Dec 21 05:08:10.253 INFO STEP 467 (remove_files) COMPLETE |
5845 | 2024-12-21T05:08:10.877Z | [ recovery-image] Dec 21 05:08:10.253 INFO O| Dec 21 05:08:10.253 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-21T05:08:10.916Z | [ recovery-image] Dec 21 05:08:10.292 INFO O| Dec 21 05:08:10.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5847 | 2024-12-21T05:08:10.916Z | [ recovery-image] Dec 21 05:08:10.292 INFO O| Dec 21 05:08:10.292 INFO STEP 468 (remove_files) COMPLETE |
5848 | 2024-12-21T05:08:10.916Z | [ recovery-image] Dec 21 05:08:10.292 INFO O| Dec 21 05:08:10.292 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-21T05:08:10.951Z | [ recovery-image] Dec 21 05:08:10.327 INFO O| Dec 21 05:08:10.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5850 | 2024-12-21T05:08:10.951Z | [ recovery-image] Dec 21 05:08:10.327 INFO O| Dec 21 05:08:10.327 INFO STEP 469 (remove_files) COMPLETE |
5851 | 2024-12-21T05:08:10.951Z | [ recovery-image] Dec 21 05:08:10.327 INFO O| Dec 21 05:08:10.327 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-21T05:08:11.004Z | [ recovery-image] Dec 21 05:08:10.380 INFO O| Dec 21 05:08:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5853 | 2024-12-21T05:08:11.004Z | [ recovery-image] Dec 21 05:08:10.380 INFO O| Dec 21 05:08:10.380 INFO STEP 470 (remove_files) COMPLETE |
5854 | 2024-12-21T05:08:11.004Z | [ recovery-image] Dec 21 05:08:10.380 INFO O| Dec 21 05:08:10.380 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-21T05:08:11.041Z | [ recovery-image] Dec 21 05:08:10.416 INFO O| Dec 21 05:08:10.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5856 | 2024-12-21T05:08:11.041Z | [ recovery-image] Dec 21 05:08:10.416 INFO O| Dec 21 05:08:10.416 INFO STEP 471 (remove_files) COMPLETE |
5857 | 2024-12-21T05:08:11.041Z | [ recovery-image] Dec 21 05:08:10.417 INFO O| Dec 21 05:08:10.416 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-21T05:08:11.067Z | [ recovery-image] Dec 21 05:08:10.443 INFO O| Dec 21 05:08:10.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5859 | 2024-12-21T05:08:11.068Z | [ recovery-image] Dec 21 05:08:10.443 INFO O| Dec 21 05:08:10.443 INFO STEP 472 (remove_files) COMPLETE |
5860 | 2024-12-21T05:08:11.068Z | [ recovery-image] Dec 21 05:08:10.443 INFO O| Dec 21 05:08:10.443 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-21T05:08:11.079Z | [ host-image] Dec 21 05:08:10.455 INFO O| Dec 21 05:08:10.455 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5862 | 2024-12-21T05:08:11.092Z | [ recovery-image] Dec 21 05:08:10.468 INFO O| Dec 21 05:08:10.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5863 | 2024-12-21T05:08:11.096Z | [ recovery-image] Dec 21 05:08:10.468 INFO O| Dec 21 05:08:10.468 INFO STEP 473 (remove_files) COMPLETE |
5864 | 2024-12-21T05:08:11.096Z | [ recovery-image] Dec 21 05:08:10.469 INFO O| Dec 21 05:08:10.469 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-12-21T05:08:11.116Z | [ recovery-image] Dec 21 05:08:10.491 INFO O| Dec 21 05:08:10.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5866 | 2024-12-21T05:08:11.119Z | [ recovery-image] Dec 21 05:08:10.492 INFO O| Dec 21 05:08:10.492 INFO STEP 474 (remove_files) COMPLETE |
5867 | 2024-12-21T05:08:11.119Z | [ recovery-image] Dec 21 05:08:10.492 INFO O| Dec 21 05:08:10.492 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-12-21T05:08:11.136Z | [ recovery-image] Dec 21 05:08:10.512 INFO O| Dec 21 05:08:10.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5869 | 2024-12-21T05:08:11.136Z | [ recovery-image] Dec 21 05:08:10.512 INFO O| Dec 21 05:08:10.512 INFO STEP 475 (remove_files) COMPLETE |
5870 | 2024-12-21T05:08:11.138Z | [ recovery-image] Dec 21 05:08:10.512 INFO O| Dec 21 05:08:10.512 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-12-21T05:08:11.164Z | [ recovery-image] Dec 21 05:08:10.540 INFO O| Dec 21 05:08:10.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5872 | 2024-12-21T05:08:11.167Z | [ recovery-image] Dec 21 05:08:10.540 INFO O| Dec 21 05:08:10.540 INFO STEP 476 (remove_files) COMPLETE |
5873 | 2024-12-21T05:08:11.167Z | [ recovery-image] Dec 21 05:08:10.541 INFO O| Dec 21 05:08:10.540 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-12-21T05:08:11.186Z | [ recovery-image] Dec 21 05:08:10.562 INFO O| Dec 21 05:08:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5875 | 2024-12-21T05:08:11.189Z | [ recovery-image] Dec 21 05:08:10.562 INFO O| Dec 21 05:08:10.562 INFO STEP 477 (remove_files) COMPLETE |
5876 | 2024-12-21T05:08:11.189Z | [ recovery-image] Dec 21 05:08:10.563 INFO O| Dec 21 05:08:10.562 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-12-21T05:08:11.205Z | [ recovery-image] Dec 21 05:08:10.581 INFO O| Dec 21 05:08:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5878 | 2024-12-21T05:08:11.206Z | [ recovery-image] Dec 21 05:08:10.581 INFO O| Dec 21 05:08:10.581 INFO STEP 478 (remove_files) COMPLETE |
5879 | 2024-12-21T05:08:11.208Z | [ recovery-image] Dec 21 05:08:10.582 INFO O| Dec 21 05:08:10.582 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-12-21T05:08:11.225Z | [ recovery-image] Dec 21 05:08:10.599 INFO O| Dec 21 05:08:10.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5881 | 2024-12-21T05:08:11.228Z | [ recovery-image] Dec 21 05:08:10.599 INFO O| Dec 21 05:08:10.599 INFO STEP 479 (remove_files) COMPLETE |
5882 | 2024-12-21T05:08:11.228Z | [ recovery-image] Dec 21 05:08:10.599 INFO O| Dec 21 05:08:10.599 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-12-21T05:08:11.255Z | [ recovery-image] Dec 21 05:08:10.630 INFO O| Dec 21 05:08:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5884 | 2024-12-21T05:08:11.256Z | [ recovery-image] Dec 21 05:08:10.630 INFO O| Dec 21 05:08:10.630 INFO STEP 480 (remove_files) COMPLETE |
5885 | 2024-12-21T05:08:11.256Z | [ recovery-image] Dec 21 05:08:10.630 INFO O| Dec 21 05:08:10.630 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-12-21T05:08:11.288Z | [ recovery-image] Dec 21 05:08:10.664 INFO O| Dec 21 05:08:10.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5887 | 2024-12-21T05:08:11.289Z | [ recovery-image] Dec 21 05:08:10.664 INFO O| Dec 21 05:08:10.664 INFO STEP 481 (remove_files) COMPLETE |
5888 | 2024-12-21T05:08:11.289Z | [ recovery-image] Dec 21 05:08:10.664 INFO O| Dec 21 05:08:10.664 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-12-21T05:08:11.309Z | [ recovery-image] Dec 21 05:08:10.684 INFO O| Dec 21 05:08:10.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5890 | 2024-12-21T05:08:11.309Z | [ recovery-image] Dec 21 05:08:10.684 INFO O| Dec 21 05:08:10.684 INFO STEP 482 (remove_files) COMPLETE |
5891 | 2024-12-21T05:08:11.309Z | [ recovery-image] Dec 21 05:08:10.684 INFO O| Dec 21 05:08:10.684 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-12-21T05:08:11.338Z | [ recovery-image] Dec 21 05:08:10.714 INFO O| Dec 21 05:08:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5893 | 2024-12-21T05:08:11.341Z | [ recovery-image] Dec 21 05:08:10.714 INFO O| Dec 21 05:08:10.714 INFO STEP 483 (remove_files) COMPLETE |
5894 | 2024-12-21T05:08:11.341Z | [ recovery-image] Dec 21 05:08:10.715 INFO O| Dec 21 05:08:10.714 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-12-21T05:08:11.391Z | [ recovery-image] Dec 21 05:08:10.767 INFO O| Dec 21 05:08:10.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5896 | 2024-12-21T05:08:11.391Z | [ recovery-image] Dec 21 05:08:10.767 INFO O| Dec 21 05:08:10.767 INFO STEP 484 (remove_files) COMPLETE |
5897 | 2024-12-21T05:08:11.394Z | [ recovery-image] Dec 21 05:08:10.767 INFO O| Dec 21 05:08:10.767 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-12-21T05:08:11.415Z | [ recovery-image] Dec 21 05:08:10.790 INFO O| Dec 21 05:08:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5899 | 2024-12-21T05:08:11.415Z | [ recovery-image] Dec 21 05:08:10.790 INFO O| Dec 21 05:08:10.790 INFO STEP 485 (remove_files) COMPLETE |
5900 | 2024-12-21T05:08:11.415Z | [ recovery-image] Dec 21 05:08:10.790 INFO O| Dec 21 05:08:10.790 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-12-21T05:08:11.441Z | [ recovery-image] Dec 21 05:08:10.817 INFO O| Dec 21 05:08:10.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5902 | 2024-12-21T05:08:11.441Z | [ recovery-image] Dec 21 05:08:10.817 INFO O| Dec 21 05:08:10.817 INFO STEP 486 (remove_files) COMPLETE |
5903 | 2024-12-21T05:08:11.441Z | [ recovery-image] Dec 21 05:08:10.817 INFO O| Dec 21 05:08:10.817 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-12-21T05:08:11.464Z | [ recovery-image] Dec 21 05:08:10.840 INFO O| Dec 21 05:08:10.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5905 | 2024-12-21T05:08:11.464Z | [ recovery-image] Dec 21 05:08:10.840 INFO O| Dec 21 05:08:10.840 INFO STEP 487 (remove_files) COMPLETE |
5906 | 2024-12-21T05:08:11.468Z | [ recovery-image] Dec 21 05:08:10.840 INFO O| Dec 21 05:08:10.840 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-12-21T05:08:11.492Z | [ recovery-image] Dec 21 05:08:10.867 INFO O| Dec 21 05:08:10.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5908 | 2024-12-21T05:08:11.492Z | [ recovery-image] Dec 21 05:08:10.867 INFO O| Dec 21 05:08:10.867 INFO STEP 488 (remove_files) COMPLETE |
5909 | 2024-12-21T05:08:11.495Z | [ recovery-image] Dec 21 05:08:10.868 INFO O| Dec 21 05:08:10.867 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-12-21T05:08:11.511Z | [ recovery-image] Dec 21 05:08:10.887 INFO O| Dec 21 05:08:10.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5911 | 2024-12-21T05:08:11.511Z | [ recovery-image] Dec 21 05:08:10.887 INFO O| Dec 21 05:08:10.887 INFO STEP 489 (remove_files) COMPLETE |
5912 | 2024-12-21T05:08:11.511Z | [ recovery-image] Dec 21 05:08:10.887 INFO O| Dec 21 05:08:10.887 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-12-21T05:08:11.570Z | [ recovery-image] Dec 21 05:08:10.945 INFO O| Dec 21 05:08:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5914 | 2024-12-21T05:08:11.570Z | [ recovery-image] Dec 21 05:08:10.945 INFO O| Dec 21 05:08:10.945 INFO STEP 490 (remove_files) COMPLETE |
5915 | 2024-12-21T05:08:11.570Z | [ recovery-image] Dec 21 05:08:10.945 INFO O| Dec 21 05:08:10.945 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-12-21T05:08:11.592Z | [ recovery-image] Dec 21 05:08:10.968 INFO O| Dec 21 05:08:10.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5917 | 2024-12-21T05:08:11.593Z | [ recovery-image] Dec 21 05:08:10.968 INFO O| Dec 21 05:08:10.968 INFO STEP 491 (remove_files) COMPLETE |
5918 | 2024-12-21T05:08:11.593Z | [ recovery-image] Dec 21 05:08:10.968 INFO O| Dec 21 05:08:10.968 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-12-21T05:08:11.613Z | [ recovery-image] Dec 21 05:08:10.988 INFO O| Dec 21 05:08:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5920 | 2024-12-21T05:08:11.613Z | [ recovery-image] Dec 21 05:08:10.988 INFO O| Dec 21 05:08:10.988 INFO STEP 492 (remove_files) COMPLETE |
5921 | 2024-12-21T05:08:11.613Z | [ recovery-image] Dec 21 05:08:10.988 INFO O| Dec 21 05:08:10.988 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-12-21T05:08:11.632Z | [ recovery-image] Dec 21 05:08:11.008 INFO O| Dec 21 05:08:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5923 | 2024-12-21T05:08:11.632Z | [ recovery-image] Dec 21 05:08:11.008 INFO O| Dec 21 05:08:11.008 INFO STEP 493 (remove_files) COMPLETE |
5924 | 2024-12-21T05:08:11.632Z | [ recovery-image] Dec 21 05:08:11.008 INFO O| Dec 21 05:08:11.008 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-12-21T05:08:11.652Z | [ recovery-image] Dec 21 05:08:11.028 INFO O| Dec 21 05:08:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5926 | 2024-12-21T05:08:11.652Z | [ recovery-image] Dec 21 05:08:11.028 INFO O| Dec 21 05:08:11.028 INFO STEP 494 (remove_files) COMPLETE |
5927 | 2024-12-21T05:08:11.655Z | [ recovery-image] Dec 21 05:08:11.028 INFO O| Dec 21 05:08:11.028 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-12-21T05:08:11.671Z | [ recovery-image] Dec 21 05:08:11.047 INFO O| Dec 21 05:08:11.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5929 | 2024-12-21T05:08:11.671Z | [ recovery-image] Dec 21 05:08:11.047 INFO O| Dec 21 05:08:11.047 INFO STEP 495 (remove_files) COMPLETE |
5930 | 2024-12-21T05:08:11.671Z | [ recovery-image] Dec 21 05:08:11.047 INFO O| Dec 21 05:08:11.047 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-12-21T05:08:11.691Z | [ recovery-image] Dec 21 05:08:11.067 INFO O| Dec 21 05:08:11.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5932 | 2024-12-21T05:08:11.691Z | [ recovery-image] Dec 21 05:08:11.067 INFO O| Dec 21 05:08:11.067 INFO STEP 496 (remove_files) COMPLETE |
5933 | 2024-12-21T05:08:11.691Z | [ recovery-image] Dec 21 05:08:11.067 INFO O| Dec 21 05:08:11.067 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-12-21T05:08:11.712Z | [ recovery-image] Dec 21 05:08:11.087 INFO O| Dec 21 05:08:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5935 | 2024-12-21T05:08:11.712Z | [ recovery-image] Dec 21 05:08:11.088 INFO O| Dec 21 05:08:11.087 INFO STEP 497 (remove_files) COMPLETE |
5936 | 2024-12-21T05:08:11.715Z | [ recovery-image] Dec 21 05:08:11.088 INFO O| Dec 21 05:08:11.087 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-12-21T05:08:11.734Z | [ recovery-image] Dec 21 05:08:11.109 INFO O| Dec 21 05:08:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5938 | 2024-12-21T05:08:11.734Z | [ recovery-image] Dec 21 05:08:11.109 INFO O| Dec 21 05:08:11.109 INFO STEP 498 (remove_files) COMPLETE |
5939 | 2024-12-21T05:08:11.734Z | [ recovery-image] Dec 21 05:08:11.109 INFO O| Dec 21 05:08:11.109 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-12-21T05:08:11.760Z | [ recovery-image] Dec 21 05:08:11.135 INFO O| Dec 21 05:08:11.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5941 | 2024-12-21T05:08:11.760Z | [ recovery-image] Dec 21 05:08:11.135 INFO O| Dec 21 05:08:11.135 INFO STEP 499 (remove_files) COMPLETE |
5942 | 2024-12-21T05:08:11.760Z | [ recovery-image] Dec 21 05:08:11.135 INFO O| Dec 21 05:08:11.135 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-12-21T05:08:11.779Z | [ recovery-image] Dec 21 05:08:11.155 INFO O| Dec 21 05:08:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5944 | 2024-12-21T05:08:11.779Z | [ recovery-image] Dec 21 05:08:11.155 INFO O| Dec 21 05:08:11.155 INFO STEP 500 (remove_files) COMPLETE |
5945 | 2024-12-21T05:08:11.779Z | [ recovery-image] Dec 21 05:08:11.155 INFO O| Dec 21 05:08:11.155 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-12-21T05:08:11.811Z | [ recovery-image] Dec 21 05:08:11.186 INFO O| Dec 21 05:08:11.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5947 | 2024-12-21T05:08:11.811Z | [ recovery-image] Dec 21 05:08:11.186 INFO O| Dec 21 05:08:11.186 INFO STEP 501 (remove_files) COMPLETE |
5948 | 2024-12-21T05:08:11.813Z | [ recovery-image] Dec 21 05:08:11.186 INFO O| Dec 21 05:08:11.186 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-12-21T05:08:11.856Z | [ recovery-image] Dec 21 05:08:11.231 INFO O| Dec 21 05:08:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5950 | 2024-12-21T05:08:11.857Z | [ recovery-image] Dec 21 05:08:11.231 INFO O| Dec 21 05:08:11.231 INFO STEP 502 (remove_files) COMPLETE |
5951 | 2024-12-21T05:08:11.857Z | [ recovery-image] Dec 21 05:08:11.231 INFO O| Dec 21 05:08:11.231 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-12-21T05:08:11.875Z | [ recovery-image] Dec 21 05:08:11.250 INFO O| Dec 21 05:08:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5953 | 2024-12-21T05:08:11.875Z | [ recovery-image] Dec 21 05:08:11.250 INFO O| Dec 21 05:08:11.250 INFO STEP 503 (remove_files) COMPLETE |
5954 | 2024-12-21T05:08:11.878Z | [ recovery-image] Dec 21 05:08:11.250 INFO O| Dec 21 05:08:11.250 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-12-21T05:08:11.898Z | [ recovery-image] Dec 21 05:08:11.272 INFO O| Dec 21 05:08:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5956 | 2024-12-21T05:08:11.898Z | [ recovery-image] Dec 21 05:08:11.273 INFO O| Dec 21 05:08:11.272 INFO STEP 504 (remove_files) COMPLETE |
5957 | 2024-12-21T05:08:11.898Z | [ recovery-image] Dec 21 05:08:11.273 INFO O| Dec 21 05:08:11.272 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-12-21T05:08:11.929Z | [ recovery-image] Dec 21 05:08:11.304 INFO O| Dec 21 05:08:11.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5959 | 2024-12-21T05:08:11.932Z | [ recovery-image] Dec 21 05:08:11.305 INFO O| Dec 21 05:08:11.305 INFO STEP 505 (remove_files) COMPLETE |
5960 | 2024-12-21T05:08:11.932Z | [ recovery-image] Dec 21 05:08:11.305 INFO O| Dec 21 05:08:11.305 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-12-21T05:08:11.952Z | [ recovery-image] Dec 21 05:08:11.328 INFO O| Dec 21 05:08:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5962 | 2024-12-21T05:08:11.955Z | [ recovery-image] Dec 21 05:08:11.328 INFO O| Dec 21 05:08:11.328 INFO STEP 506 (remove_files) COMPLETE |
5963 | 2024-12-21T05:08:11.955Z | [ recovery-image] Dec 21 05:08:11.328 INFO O| Dec 21 05:08:11.328 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-12-21T05:08:11.987Z | [ recovery-image] Dec 21 05:08:11.363 INFO O| Dec 21 05:08:11.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5965 | 2024-12-21T05:08:11.987Z | [ recovery-image] Dec 21 05:08:11.363 INFO O| Dec 21 05:08:11.363 INFO STEP 507 (remove_files) COMPLETE |
5966 | 2024-12-21T05:08:11.987Z | [ recovery-image] Dec 21 05:08:11.363 INFO O| Dec 21 05:08:11.363 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-12-21T05:08:12.021Z | [ recovery-image] Dec 21 05:08:11.397 INFO O| Dec 21 05:08:11.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5968 | 2024-12-21T05:08:12.021Z | [ recovery-image] Dec 21 05:08:11.397 INFO O| Dec 21 05:08:11.397 INFO STEP 508 (remove_files) COMPLETE |
5969 | 2024-12-21T05:08:12.021Z | [ recovery-image] Dec 21 05:08:11.397 INFO O| Dec 21 05:08:11.397 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-12-21T05:08:12.043Z | [ recovery-image] Dec 21 05:08:11.418 INFO O| Dec 21 05:08:11.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5971 | 2024-12-21T05:08:12.043Z | [ recovery-image] Dec 21 05:08:11.419 INFO O| Dec 21 05:08:11.419 INFO STEP 509 (remove_files) COMPLETE |
5972 | 2024-12-21T05:08:12.043Z | [ recovery-image] Dec 21 05:08:11.419 INFO O| Dec 21 05:08:11.419 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-12-21T05:08:12.082Z | [ recovery-image] Dec 21 05:08:11.458 INFO O| Dec 21 05:08:11.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5974 | 2024-12-21T05:08:12.082Z | [ recovery-image] Dec 21 05:08:11.458 INFO O| Dec 21 05:08:11.458 INFO STEP 510 (remove_files) COMPLETE |
5975 | 2024-12-21T05:08:12.082Z | [ recovery-image] Dec 21 05:08:11.458 INFO O| Dec 21 05:08:11.458 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-12-21T05:08:12.116Z | [ recovery-image] Dec 21 05:08:11.492 INFO O| Dec 21 05:08:11.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5977 | 2024-12-21T05:08:12.117Z | [ recovery-image] Dec 21 05:08:11.492 INFO O| Dec 21 05:08:11.492 INFO STEP 511 (remove_files) COMPLETE |
5978 | 2024-12-21T05:08:12.117Z | [ recovery-image] Dec 21 05:08:11.492 INFO O| Dec 21 05:08:11.492 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-12-21T05:08:12.137Z | [ recovery-image] Dec 21 05:08:11.512 INFO O| Dec 21 05:08:11.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5980 | 2024-12-21T05:08:12.140Z | [ recovery-image] Dec 21 05:08:11.512 INFO O| Dec 21 05:08:11.512 INFO STEP 512 (remove_files) COMPLETE |
5981 | 2024-12-21T05:08:12.140Z | [ recovery-image] Dec 21 05:08:11.512 INFO O| Dec 21 05:08:11.512 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-12-21T05:08:12.156Z | [ recovery-image] Dec 21 05:08:11.532 INFO O| Dec 21 05:08:11.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5983 | 2024-12-21T05:08:12.159Z | [ recovery-image] Dec 21 05:08:11.532 INFO O| Dec 21 05:08:11.532 INFO STEP 513 (remove_files) COMPLETE |
5984 | 2024-12-21T05:08:12.159Z | [ recovery-image] Dec 21 05:08:11.532 INFO O| Dec 21 05:08:11.532 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-12-21T05:08:12.195Z | [ recovery-image] Dec 21 05:08:11.571 INFO O| Dec 21 05:08:11.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5986 | 2024-12-21T05:08:12.196Z | [ recovery-image] Dec 21 05:08:11.571 INFO O| Dec 21 05:08:11.571 INFO STEP 514 (remove_files) COMPLETE |
5987 | 2024-12-21T05:08:12.196Z | [ recovery-image] Dec 21 05:08:11.571 INFO O| Dec 21 05:08:11.571 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-12-21T05:08:12.239Z | [ recovery-image] Dec 21 05:08:11.614 INFO O| Dec 21 05:08:11.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5989 | 2024-12-21T05:08:12.239Z | [ recovery-image] Dec 21 05:08:11.614 INFO O| Dec 21 05:08:11.614 INFO STEP 515 (remove_files) COMPLETE |
5990 | 2024-12-21T05:08:12.239Z | [ recovery-image] Dec 21 05:08:11.614 INFO O| Dec 21 05:08:11.614 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-12-21T05:08:12.292Z | [ recovery-image] Dec 21 05:08:11.668 INFO O| Dec 21 05:08:11.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5992 | 2024-12-21T05:08:12.295Z | [ recovery-image] Dec 21 05:08:11.668 INFO O| Dec 21 05:08:11.668 INFO STEP 516 (remove_files) COMPLETE |
5993 | 2024-12-21T05:08:12.295Z | [ recovery-image] Dec 21 05:08:11.668 INFO O| Dec 21 05:08:11.668 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-12-21T05:08:12.314Z | [ recovery-image] Dec 21 05:08:11.690 INFO O| Dec 21 05:08:11.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5995 | 2024-12-21T05:08:12.314Z | [ recovery-image] Dec 21 05:08:11.690 INFO O| Dec 21 05:08:11.690 INFO STEP 517 (remove_files) COMPLETE |
5996 | 2024-12-21T05:08:12.314Z | [ recovery-image] Dec 21 05:08:11.690 INFO O| Dec 21 05:08:11.690 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-12-21T05:08:12.335Z | [ recovery-image] Dec 21 05:08:11.711 INFO O| Dec 21 05:08:11.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5998 | 2024-12-21T05:08:12.335Z | [ recovery-image] Dec 21 05:08:11.711 INFO O| Dec 21 05:08:11.711 INFO STEP 518 (remove_files) COMPLETE |
5999 | 2024-12-21T05:08:12.335Z | [ recovery-image] Dec 21 05:08:11.711 INFO O| Dec 21 05:08:11.711 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-12-21T05:08:12.358Z | [ recovery-image] Dec 21 05:08:11.733 INFO O| Dec 21 05:08:11.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
6001 | 2024-12-21T05:08:12.358Z | [ recovery-image] Dec 21 05:08:11.733 INFO O| Dec 21 05:08:11.733 INFO STEP 519 (remove_files) COMPLETE |
6002 | 2024-12-21T05:08:12.358Z | [ recovery-image] Dec 21 05:08:11.733 INFO O| Dec 21 05:08:11.733 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-12-21T05:08:12.378Z | [ recovery-image] Dec 21 05:08:11.753 INFO O| Dec 21 05:08:11.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
6004 | 2024-12-21T05:08:12.378Z | [ recovery-image] Dec 21 05:08:11.753 INFO O| Dec 21 05:08:11.753 INFO STEP 520 (remove_files) COMPLETE |
6005 | 2024-12-21T05:08:12.378Z | [ recovery-image] Dec 21 05:08:11.753 INFO O| Dec 21 05:08:11.753 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-12-21T05:08:12.461Z | [ recovery-image] Dec 21 05:08:11.836 INFO O| Dec 21 05:08:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
6007 | 2024-12-21T05:08:12.461Z | [ recovery-image] Dec 21 05:08:11.836 INFO O| Dec 21 05:08:11.836 INFO STEP 521 (remove_files) COMPLETE |
6008 | 2024-12-21T05:08:12.463Z | [ recovery-image] Dec 21 05:08:11.836 INFO O| Dec 21 05:08:11.836 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-12-21T05:08:12.516Z | [ recovery-image] Dec 21 05:08:11.892 INFO O| Dec 21 05:08:11.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
6010 | 2024-12-21T05:08:12.517Z | [ recovery-image] Dec 21 05:08:11.892 INFO O| Dec 21 05:08:11.892 INFO STEP 522 (remove_files) COMPLETE |
6011 | 2024-12-21T05:08:12.517Z | [ recovery-image] Dec 21 05:08:11.892 INFO O| Dec 21 05:08:11.892 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-12-21T05:08:12.556Z | [ recovery-image] Dec 21 05:08:11.932 INFO O| Dec 21 05:08:11.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
6013 | 2024-12-21T05:08:12.556Z | [ recovery-image] Dec 21 05:08:11.932 INFO O| Dec 21 05:08:11.932 INFO STEP 523 (remove_files) COMPLETE |
6014 | 2024-12-21T05:08:12.559Z | [ recovery-image] Dec 21 05:08:11.932 INFO O| Dec 21 05:08:11.932 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-12-21T05:08:12.579Z | [ recovery-image] Dec 21 05:08:11.955 INFO O| Dec 21 05:08:11.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
6016 | 2024-12-21T05:08:12.597Z | [ recovery-image] Dec 21 05:08:11.973 INFO O| Dec 21 05:08:11.973 INFO STEP 524 (remove_files) COMPLETE |
6017 | 2024-12-21T05:08:12.597Z | [ recovery-image] Dec 21 05:08:11.973 INFO O| Dec 21 05:08:11.973 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-12-21T05:08:12.654Z | [ recovery-image] Dec 21 05:08:12.030 INFO O| Dec 21 05:08:12.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
6019 | 2024-12-21T05:08:12.654Z | [ recovery-image] Dec 21 05:08:12.030 INFO O| Dec 21 05:08:12.030 INFO STEP 525 (remove_files) COMPLETE |
6020 | 2024-12-21T05:08:12.654Z | [ recovery-image] Dec 21 05:08:12.030 INFO O| Dec 21 05:08:12.030 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-12-21T05:08:12.715Z | [ recovery-image] Dec 21 05:08:12.091 INFO O| Dec 21 05:08:12.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
6022 | 2024-12-21T05:08:12.715Z | [ recovery-image] Dec 21 05:08:12.091 INFO O| Dec 21 05:08:12.091 INFO STEP 526 (remove_files) COMPLETE |
6023 | 2024-12-21T05:08:12.718Z | [ recovery-image] Dec 21 05:08:12.091 INFO O| Dec 21 05:08:12.091 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-12-21T05:08:12.734Z | [ recovery-image] Dec 21 05:08:12.110 INFO O| Dec 21 05:08:12.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
6025 | 2024-12-21T05:08:12.735Z | [ recovery-image] Dec 21 05:08:12.110 INFO O| Dec 21 05:08:12.110 INFO STEP 527 (remove_files) COMPLETE |
6026 | 2024-12-21T05:08:12.735Z | [ recovery-image] Dec 21 05:08:12.110 INFO O| Dec 21 05:08:12.110 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-12-21T05:08:12.754Z | [ recovery-image] Dec 21 05:08:12.129 INFO O| Dec 21 05:08:12.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
6028 | 2024-12-21T05:08:12.754Z | [ recovery-image] Dec 21 05:08:12.129 INFO O| Dec 21 05:08:12.129 INFO STEP 528 (remove_files) COMPLETE |
6029 | 2024-12-21T05:08:12.754Z | [ recovery-image] Dec 21 05:08:12.129 INFO O| Dec 21 05:08:12.129 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-12-21T05:08:12.781Z | [ recovery-image] Dec 21 05:08:12.156 INFO O| Dec 21 05:08:12.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
6031 | 2024-12-21T05:08:12.781Z | [ recovery-image] Dec 21 05:08:12.157 INFO O| Dec 21 05:08:12.157 INFO STEP 529 (remove_files) COMPLETE |
6032 | 2024-12-21T05:08:12.781Z | [ recovery-image] Dec 21 05:08:12.157 INFO O| Dec 21 05:08:12.157 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-12-21T05:08:12.826Z | [ recovery-image] Dec 21 05:08:12.201 INFO O| Dec 21 05:08:12.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
6034 | 2024-12-21T05:08:12.826Z | [ recovery-image] Dec 21 05:08:12.201 INFO O| Dec 21 05:08:12.201 INFO STEP 530 (remove_files) COMPLETE |
6035 | 2024-12-21T05:08:12.829Z | [ recovery-image] Dec 21 05:08:12.202 INFO O| Dec 21 05:08:12.201 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-12-21T05:08:12.871Z | [ recovery-image] Dec 21 05:08:12.246 INFO O| Dec 21 05:08:12.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
6037 | 2024-12-21T05:08:12.874Z | [ recovery-image] Dec 21 05:08:12.247 INFO O| Dec 21 05:08:12.247 INFO STEP 531 (remove_files) COMPLETE |
6038 | 2024-12-21T05:08:12.874Z | [ recovery-image] Dec 21 05:08:12.247 INFO O| Dec 21 05:08:12.247 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-12-21T05:08:12.895Z | [ recovery-image] Dec 21 05:08:12.270 INFO O| Dec 21 05:08:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
6040 | 2024-12-21T05:08:12.897Z | [ recovery-image] Dec 21 05:08:12.270 INFO O| Dec 21 05:08:12.270 INFO STEP 532 (remove_files) COMPLETE |
6041 | 2024-12-21T05:08:12.898Z | [ recovery-image] Dec 21 05:08:12.271 INFO O| Dec 21 05:08:12.270 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-12-21T05:08:13.003Z | [ recovery-image] Dec 21 05:08:12.378 INFO O| Dec 21 05:08:12.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
6043 | 2024-12-21T05:08:13.003Z | [ recovery-image] Dec 21 05:08:12.378 INFO O| Dec 21 05:08:12.378 INFO STEP 533 (remove_files) COMPLETE |
6044 | 2024-12-21T05:08:13.003Z | [ recovery-image] Dec 21 05:08:12.378 INFO O| Dec 21 05:08:12.378 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-12-21T05:08:13.024Z | [ recovery-image] Dec 21 05:08:12.400 INFO O| Dec 21 05:08:12.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
6046 | 2024-12-21T05:08:13.024Z | [ recovery-image] Dec 21 05:08:12.400 INFO O| Dec 21 05:08:12.400 INFO STEP 534 (remove_files) COMPLETE |
6047 | 2024-12-21T05:08:13.027Z | [ recovery-image] Dec 21 05:08:12.400 INFO O| Dec 21 05:08:12.400 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-12-21T05:08:13.047Z | [ recovery-image] Dec 21 05:08:12.422 INFO O| Dec 21 05:08:12.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6049 | 2024-12-21T05:08:13.047Z | [ recovery-image] Dec 21 05:08:12.422 INFO O| Dec 21 05:08:12.422 INFO STEP 535 (remove_files) COMPLETE |
6050 | 2024-12-21T05:08:13.050Z | [ recovery-image] Dec 21 05:08:12.422 INFO O| Dec 21 05:08:12.422 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-12-21T05:08:13.068Z | [ recovery-image] Dec 21 05:08:12.444 INFO O| Dec 21 05:08:12.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6052 | 2024-12-21T05:08:13.081Z | [ recovery-image] Dec 21 05:08:12.457 INFO O| Dec 21 05:08:12.457 INFO STEP 536 (remove_files) COMPLETE |
6053 | 2024-12-21T05:08:13.081Z | [ recovery-image] Dec 21 05:08:12.457 INFO O| Dec 21 05:08:12.457 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-12-21T05:08:13.114Z | [ recovery-image] Dec 21 05:08:12.489 INFO O| Dec 21 05:08:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6055 | 2024-12-21T05:08:13.117Z | [ recovery-image] Dec 21 05:08:12.489 INFO O| Dec 21 05:08:12.489 INFO STEP 537 (remove_files) COMPLETE |
6056 | 2024-12-21T05:08:13.117Z | [ recovery-image] Dec 21 05:08:12.490 INFO O| Dec 21 05:08:12.489 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-12-21T05:08:13.135Z | [ recovery-image] Dec 21 05:08:12.510 INFO O| Dec 21 05:08:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6058 | 2024-12-21T05:08:13.137Z | [ recovery-image] Dec 21 05:08:12.510 INFO O| Dec 21 05:08:12.510 INFO STEP 538 (remove_files) COMPLETE |
6059 | 2024-12-21T05:08:13.137Z | [ recovery-image] Dec 21 05:08:12.510 INFO O| Dec 21 05:08:12.510 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-21T05:08:13.155Z | [ recovery-image] Dec 21 05:08:12.530 INFO O| Dec 21 05:08:12.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6061 | 2024-12-21T05:08:13.158Z | [ recovery-image] Dec 21 05:08:12.530 INFO O| Dec 21 05:08:12.530 INFO STEP 539 (remove_files) COMPLETE |
6062 | 2024-12-21T05:08:13.158Z | [ recovery-image] Dec 21 05:08:12.531 INFO O| Dec 21 05:08:12.530 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-21T05:08:13.173Z | [ recovery-image] Dec 21 05:08:12.548 INFO O| Dec 21 05:08:12.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6064 | 2024-12-21T05:08:13.176Z | [ recovery-image] Dec 21 05:08:12.548 INFO O| Dec 21 05:08:12.548 INFO STEP 540 (remove_files) COMPLETE |
6065 | 2024-12-21T05:08:13.176Z | [ recovery-image] Dec 21 05:08:12.548 INFO O| Dec 21 05:08:12.548 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-21T05:08:13.195Z | [ recovery-image] Dec 21 05:08:12.570 INFO O| Dec 21 05:08:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6067 | 2024-12-21T05:08:13.195Z | [ recovery-image] Dec 21 05:08:12.570 INFO O| Dec 21 05:08:12.570 INFO STEP 541 (remove_files) COMPLETE |
6068 | 2024-12-21T05:08:13.197Z | [ recovery-image] Dec 21 05:08:12.570 INFO O| Dec 21 05:08:12.570 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-12-21T05:08:13.257Z | [ recovery-image] Dec 21 05:08:12.632 INFO O| Dec 21 05:08:12.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6070 | 2024-12-21T05:08:13.257Z | [ recovery-image] Dec 21 05:08:12.633 INFO O| Dec 21 05:08:12.632 INFO STEP 542 (remove_files) COMPLETE |
6071 | 2024-12-21T05:08:13.257Z | [ recovery-image] Dec 21 05:08:12.633 INFO O| Dec 21 05:08:12.632 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-21T05:08:13.292Z | [ recovery-image] Dec 21 05:08:12.668 INFO O| Dec 21 05:08:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6073 | 2024-12-21T05:08:13.292Z | [ recovery-image] Dec 21 05:08:12.668 INFO O| Dec 21 05:08:12.668 INFO STEP 543 (remove_files) COMPLETE |
6074 | 2024-12-21T05:08:13.296Z | [ recovery-image] Dec 21 05:08:12.668 INFO O| Dec 21 05:08:12.668 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-21T05:08:13.353Z | [ recovery-image] Dec 21 05:08:12.728 INFO O| Dec 21 05:08:12.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6076 | 2024-12-21T05:08:13.353Z | [ recovery-image] Dec 21 05:08:12.728 INFO O| Dec 21 05:08:12.728 INFO STEP 544 (remove_files) COMPLETE |
6077 | 2024-12-21T05:08:13.353Z | [ recovery-image] Dec 21 05:08:12.728 INFO O| Dec 21 05:08:12.728 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-21T05:08:13.371Z | [ recovery-image] Dec 21 05:08:12.747 INFO O| Dec 21 05:08:12.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6079 | 2024-12-21T05:08:13.371Z | [ recovery-image] Dec 21 05:08:12.747 INFO O| Dec 21 05:08:12.747 INFO STEP 545 (remove_files) COMPLETE |
6080 | 2024-12-21T05:08:13.374Z | [ recovery-image] Dec 21 05:08:12.747 INFO O| Dec 21 05:08:12.747 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-21T05:08:13.409Z | [ recovery-image] Dec 21 05:08:12.782 INFO O| Dec 21 05:08:12.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6082 | 2024-12-21T05:08:13.409Z | [ recovery-image] Dec 21 05:08:12.782 INFO O| Dec 21 05:08:12.782 INFO STEP 546 (remove_files) COMPLETE |
6083 | 2024-12-21T05:08:13.409Z | [ recovery-image] Dec 21 05:08:12.782 INFO O| Dec 21 05:08:12.782 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-21T05:08:13.429Z | [ recovery-image] Dec 21 05:08:12.804 INFO O| Dec 21 05:08:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6085 | 2024-12-21T05:08:13.429Z | [ recovery-image] Dec 21 05:08:12.804 INFO O| Dec 21 05:08:12.804 INFO STEP 547 (remove_files) COMPLETE |
6086 | 2024-12-21T05:08:13.429Z | [ recovery-image] Dec 21 05:08:12.804 INFO O| Dec 21 05:08:12.804 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-21T05:08:13.802Z | [ recovery-image] Dec 21 05:08:12.824 INFO O| Dec 21 05:08:12.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6088 | 2024-12-21T05:08:13.802Z | [ recovery-image] Dec 21 05:08:12.824 INFO O| Dec 21 05:08:12.824 INFO STEP 548 (remove_files) COMPLETE |
6089 | 2024-12-21T05:08:13.802Z | [ recovery-image] Dec 21 05:08:12.824 INFO O| Dec 21 05:08:12.824 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-21T05:08:13.813Z | [ recovery-image] Dec 21 05:08:12.860 INFO O| Dec 21 05:08:12.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6091 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.860 INFO O| Dec 21 05:08:12.860 INFO STEP 549 (remove_files) COMPLETE |
6092 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.860 INFO O| Dec 21 05:08:12.860 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.879 INFO O| Dec 21 05:08:12.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6094 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.880 INFO O| Dec 21 05:08:12.879 INFO STEP 550 (remove_files) COMPLETE |
6095 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.880 INFO O| Dec 21 05:08:12.879 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.903 INFO O| Dec 21 05:08:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6097 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.903 INFO O| Dec 21 05:08:12.903 INFO STEP 551 (remove_files) COMPLETE |
6098 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.903 INFO O| Dec 21 05:08:12.903 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.980 INFO O| Dec 21 05:08:12.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6100 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.980 INFO O| Dec 21 05:08:12.980 INFO STEP 552 (remove_files) COMPLETE |
6101 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:12.980 INFO O| Dec 21 05:08:12.980 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:13.003 INFO O| Dec 21 05:08:13.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6103 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:13.004 INFO O| Dec 21 05:08:13.003 INFO STEP 553 (remove_files) COMPLETE |
6104 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:13.004 INFO O| Dec 21 05:08:13.004 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:13.086 INFO O| Dec 21 05:08:13.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6106 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:13.087 INFO O| Dec 21 05:08:13.087 INFO STEP 554 (remove_files) COMPLETE |
6107 | 2024-12-21T05:08:13.814Z | [ recovery-image] Dec 21 05:08:13.087 INFO O| Dec 21 05:08:13.087 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.124 INFO O| Dec 21 05:08:13.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6109 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.129 INFO O| Dec 21 05:08:13.129 INFO STEP 555 (remove_files) COMPLETE |
6110 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.129 INFO O| Dec 21 05:08:13.129 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.169 INFO O| Dec 21 05:08:13.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6112 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.170 INFO O| Dec 21 05:08:13.170 INFO STEP 556 (remove_files) COMPLETE |
6113 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.170 INFO O| Dec 21 05:08:13.170 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.189 INFO O| Dec 21 05:08:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6115 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.190 INFO O| Dec 21 05:08:13.190 INFO STEP 557 (remove_files) COMPLETE |
6116 | 2024-12-21T05:08:13.817Z | [ recovery-image] Dec 21 05:08:13.190 INFO O| Dec 21 05:08:13.190 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-21T05:08:13.855Z | [ recovery-image] Dec 21 05:08:13.230 INFO O| Dec 21 05:08:13.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6118 | 2024-12-21T05:08:13.855Z | [ recovery-image] Dec 21 05:08:13.230 INFO O| Dec 21 05:08:13.230 INFO STEP 558 (remove_files) COMPLETE |
6119 | 2024-12-21T05:08:13.855Z | [ recovery-image] Dec 21 05:08:13.230 INFO O| Dec 21 05:08:13.230 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-21T05:08:13.874Z | [ recovery-image] Dec 21 05:08:13.249 INFO O| Dec 21 05:08:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6121 | 2024-12-21T05:08:13.874Z | [ recovery-image] Dec 21 05:08:13.249 INFO O| Dec 21 05:08:13.249 INFO STEP 559 (remove_files) COMPLETE |
6122 | 2024-12-21T05:08:13.874Z | [ recovery-image] Dec 21 05:08:13.249 INFO O| Dec 21 05:08:13.249 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-12-21T05:08:13.894Z | [ recovery-image] Dec 21 05:08:13.269 INFO O| Dec 21 05:08:13.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6124 | 2024-12-21T05:08:13.894Z | [ recovery-image] Dec 21 05:08:13.269 INFO O| Dec 21 05:08:13.269 INFO STEP 560 (remove_files) COMPLETE |
6125 | 2024-12-21T05:08:13.896Z | [ recovery-image] Dec 21 05:08:13.269 INFO O| Dec 21 05:08:13.269 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-12-21T05:08:13.914Z | [ recovery-image] Dec 21 05:08:13.289 INFO O| Dec 21 05:08:13.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6127 | 2024-12-21T05:08:13.917Z | [ recovery-image] Dec 21 05:08:13.290 INFO O| Dec 21 05:08:13.290 INFO STEP 561 (remove_files) COMPLETE |
6128 | 2024-12-21T05:08:13.917Z | [ recovery-image] Dec 21 05:08:13.290 INFO O| Dec 21 05:08:13.290 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-12-21T05:08:13.954Z | [ recovery-image] Dec 21 05:08:13.329 INFO O| Dec 21 05:08:13.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6130 | 2024-12-21T05:08:13.956Z | [ recovery-image] Dec 21 05:08:13.329 INFO O| Dec 21 05:08:13.329 INFO STEP 562 (remove_files) COMPLETE |
6131 | 2024-12-21T05:08:13.956Z | [ recovery-image] Dec 21 05:08:13.329 INFO O| Dec 21 05:08:13.329 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-12-21T05:08:14.101Z | [ recovery-image] Dec 21 05:08:13.477 INFO O| Dec 21 05:08:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6133 | 2024-12-21T05:08:14.102Z | [ recovery-image] Dec 21 05:08:13.477 INFO O| Dec 21 05:08:13.477 INFO STEP 563 (remove_files) COMPLETE |
6134 | 2024-12-21T05:08:14.102Z | [ recovery-image] Dec 21 05:08:13.477 INFO O| Dec 21 05:08:13.477 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-12-21T05:08:14.123Z | [ recovery-image] Dec 21 05:08:13.499 INFO O| Dec 21 05:08:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6136 | 2024-12-21T05:08:14.123Z | [ recovery-image] Dec 21 05:08:13.499 INFO O| Dec 21 05:08:13.499 INFO STEP 564 (remove_files) COMPLETE |
6137 | 2024-12-21T05:08:14.123Z | [ recovery-image] Dec 21 05:08:13.499 INFO O| Dec 21 05:08:13.499 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-12-21T05:08:14.144Z | [ recovery-image] Dec 21 05:08:13.520 INFO O| Dec 21 05:08:13.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6139 | 2024-12-21T05:08:14.145Z | [ recovery-image] Dec 21 05:08:13.520 INFO O| Dec 21 05:08:13.520 INFO STEP 565 (remove_files) COMPLETE |
6140 | 2024-12-21T05:08:14.145Z | [ recovery-image] Dec 21 05:08:13.520 INFO O| Dec 21 05:08:13.520 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-12-21T05:08:14.165Z | [ recovery-image] Dec 21 05:08:13.540 INFO O| Dec 21 05:08:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6142 | 2024-12-21T05:08:14.165Z | [ recovery-image] Dec 21 05:08:13.540 INFO O| Dec 21 05:08:13.540 INFO STEP 566 (remove_files) COMPLETE |
6143 | 2024-12-21T05:08:14.168Z | [ recovery-image] Dec 21 05:08:13.540 INFO O| Dec 21 05:08:13.540 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-12-21T05:08:14.185Z | [ recovery-image] Dec 21 05:08:13.559 INFO O| Dec 21 05:08:13.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6145 | 2024-12-21T05:08:14.185Z | [ recovery-image] Dec 21 05:08:13.559 INFO O| Dec 21 05:08:13.559 INFO STEP 567 (remove_files) COMPLETE |
6146 | 2024-12-21T05:08:14.188Z | [ recovery-image] Dec 21 05:08:13.559 INFO O| Dec 21 05:08:13.559 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-12-21T05:08:14.204Z | [ recovery-image] Dec 21 05:08:13.579 INFO O| Dec 21 05:08:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6148 | 2024-12-21T05:08:14.206Z | [ recovery-image] Dec 21 05:08:13.579 INFO O| Dec 21 05:08:13.579 INFO STEP 568 (remove_files) COMPLETE |
6149 | 2024-12-21T05:08:14.206Z | [ recovery-image] Dec 21 05:08:13.579 INFO O| Dec 21 05:08:13.579 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-12-21T05:08:14.242Z | [ recovery-image] Dec 21 05:08:13.618 INFO O| Dec 21 05:08:13.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6151 | 2024-12-21T05:08:14.242Z | [ recovery-image] Dec 21 05:08:13.618 INFO O| Dec 21 05:08:13.618 INFO STEP 569 (remove_files) COMPLETE |
6152 | 2024-12-21T05:08:14.243Z | [ recovery-image] Dec 21 05:08:13.618 INFO O| Dec 21 05:08:13.618 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-12-21T05:08:14.267Z | [ recovery-image] Dec 21 05:08:13.642 INFO O| Dec 21 05:08:13.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6154 | 2024-12-21T05:08:14.267Z | [ recovery-image] Dec 21 05:08:13.642 INFO O| Dec 21 05:08:13.642 INFO STEP 570 (remove_files) COMPLETE |
6155 | 2024-12-21T05:08:14.267Z | [ recovery-image] Dec 21 05:08:13.642 INFO O| Dec 21 05:08:13.642 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-12-21T05:08:14.308Z | [ recovery-image] Dec 21 05:08:13.683 INFO O| Dec 21 05:08:13.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6157 | 2024-12-21T05:08:14.311Z | [ recovery-image] Dec 21 05:08:13.683 INFO O| Dec 21 05:08:13.683 INFO STEP 571 (remove_files) COMPLETE |
6158 | 2024-12-21T05:08:14.311Z | [ recovery-image] Dec 21 05:08:13.683 INFO O| Dec 21 05:08:13.683 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-12-21T05:08:14.330Z | [ recovery-image] Dec 21 05:08:13.705 INFO O| Dec 21 05:08:13.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6160 | 2024-12-21T05:08:14.330Z | [ recovery-image] Dec 21 05:08:13.705 INFO O| Dec 21 05:08:13.705 INFO STEP 572 (remove_files) COMPLETE |
6161 | 2024-12-21T05:08:14.330Z | [ recovery-image] Dec 21 05:08:13.705 INFO O| Dec 21 05:08:13.705 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-12-21T05:08:14.350Z | [ recovery-image] Dec 21 05:08:13.725 INFO O| Dec 21 05:08:13.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6163 | 2024-12-21T05:08:14.350Z | [ recovery-image] Dec 21 05:08:13.725 INFO O| Dec 21 05:08:13.725 INFO STEP 573 (remove_files) COMPLETE |
6164 | 2024-12-21T05:08:14.350Z | [ recovery-image] Dec 21 05:08:13.725 INFO O| Dec 21 05:08:13.725 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-12-21T05:08:14.382Z | [ recovery-image] Dec 21 05:08:13.757 INFO O| Dec 21 05:08:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6166 | 2024-12-21T05:08:14.382Z | [ recovery-image] Dec 21 05:08:13.757 INFO O| Dec 21 05:08:13.757 INFO STEP 574 (remove_files) COMPLETE |
6167 | 2024-12-21T05:08:14.384Z | [ recovery-image] Dec 21 05:08:13.757 INFO O| Dec 21 05:08:13.757 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-12-21T05:08:14.436Z | [ recovery-image] Dec 21 05:08:13.812 INFO O| Dec 21 05:08:13.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6169 | 2024-12-21T05:08:14.436Z | [ recovery-image] Dec 21 05:08:13.812 INFO O| Dec 21 05:08:13.812 INFO STEP 575 (remove_files) COMPLETE |
6170 | 2024-12-21T05:08:14.437Z | [ recovery-image] Dec 21 05:08:13.812 INFO O| Dec 21 05:08:13.812 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-12-21T05:08:14.456Z | [ recovery-image] Dec 21 05:08:13.832 INFO O| Dec 21 05:08:13.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6172 | 2024-12-21T05:08:14.456Z | [ recovery-image] Dec 21 05:08:13.832 INFO O| Dec 21 05:08:13.832 INFO STEP 576 (remove_files) COMPLETE |
6173 | 2024-12-21T05:08:14.456Z | [ recovery-image] Dec 21 05:08:13.832 INFO O| Dec 21 05:08:13.832 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-12-21T05:08:14.493Z | [ recovery-image] Dec 21 05:08:13.868 INFO O| Dec 21 05:08:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6175 | 2024-12-21T05:08:14.493Z | [ recovery-image] Dec 21 05:08:13.868 INFO O| Dec 21 05:08:13.868 INFO STEP 577 (remove_files) COMPLETE |
6176 | 2024-12-21T05:08:14.493Z | [ recovery-image] Dec 21 05:08:13.868 INFO O| Dec 21 05:08:13.868 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-12-21T05:08:14.536Z | [ recovery-image] Dec 21 05:08:13.911 INFO O| Dec 21 05:08:13.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6178 | 2024-12-21T05:08:14.536Z | [ recovery-image] Dec 21 05:08:13.911 INFO O| Dec 21 05:08:13.911 INFO STEP 578 (remove_files) COMPLETE |
6179 | 2024-12-21T05:08:14.539Z | [ recovery-image] Dec 21 05:08:13.911 INFO O| Dec 21 05:08:13.911 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-12-21T05:08:14.571Z | [ recovery-image] Dec 21 05:08:13.947 INFO O| Dec 21 05:08:13.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6181 | 2024-12-21T05:08:14.572Z | [ recovery-image] Dec 21 05:08:13.947 INFO O| Dec 21 05:08:13.947 INFO STEP 579 (remove_files) COMPLETE |
6182 | 2024-12-21T05:08:14.572Z | [ recovery-image] Dec 21 05:08:13.947 INFO O| Dec 21 05:08:13.947 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-12-21T05:08:14.635Z | [ recovery-image] Dec 21 05:08:14.010 INFO O| Dec 21 05:08:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6184 | 2024-12-21T05:08:14.635Z | [ recovery-image] Dec 21 05:08:14.010 INFO O| Dec 21 05:08:14.010 INFO STEP 580 (remove_files) COMPLETE |
6185 | 2024-12-21T05:08:14.638Z | [ recovery-image] Dec 21 05:08:14.010 INFO O| Dec 21 05:08:14.010 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-12-21T05:08:14.653Z | [ recovery-image] Dec 21 05:08:14.029 INFO O| Dec 21 05:08:14.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6187 | 2024-12-21T05:08:14.653Z | [ recovery-image] Dec 21 05:08:14.029 INFO O| Dec 21 05:08:14.029 INFO STEP 581 (remove_files) COMPLETE |
6188 | 2024-12-21T05:08:14.657Z | [ recovery-image] Dec 21 05:08:14.029 INFO O| Dec 21 05:08:14.029 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-12-21T05:08:14.673Z | [ recovery-image] Dec 21 05:08:14.049 INFO O| Dec 21 05:08:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6190 | 2024-12-21T05:08:14.673Z | [ recovery-image] Dec 21 05:08:14.049 INFO O| Dec 21 05:08:14.049 INFO STEP 582 (remove_files) COMPLETE |
6191 | 2024-12-21T05:08:14.673Z | [ recovery-image] Dec 21 05:08:14.049 INFO O| Dec 21 05:08:14.049 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-12-21T05:08:14.709Z | [ recovery-image] Dec 21 05:08:14.084 INFO O| Dec 21 05:08:14.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6193 | 2024-12-21T05:08:14.709Z | [ recovery-image] Dec 21 05:08:14.084 INFO O| Dec 21 05:08:14.084 INFO STEP 583 (remove_files) COMPLETE |
6194 | 2024-12-21T05:08:14.709Z | [ recovery-image] Dec 21 05:08:14.084 INFO O| Dec 21 05:08:14.084 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-12-21T05:08:14.753Z | [ recovery-image] Dec 21 05:08:14.128 INFO O| Dec 21 05:08:14.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6196 | 2024-12-21T05:08:14.753Z | [ recovery-image] Dec 21 05:08:14.128 INFO O| Dec 21 05:08:14.128 INFO STEP 584 (remove_files) COMPLETE |
6197 | 2024-12-21T05:08:14.753Z | [ recovery-image] Dec 21 05:08:14.128 INFO O| Dec 21 05:08:14.128 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-12-21T05:08:14.815Z | [ recovery-image] Dec 21 05:08:14.190 INFO O| Dec 21 05:08:14.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6199 | 2024-12-21T05:08:14.815Z | [ recovery-image] Dec 21 05:08:14.190 INFO O| Dec 21 05:08:14.190 INFO STEP 585 (remove_files) COMPLETE |
6200 | 2024-12-21T05:08:14.815Z | [ recovery-image] Dec 21 05:08:14.190 INFO O| Dec 21 05:08:14.190 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-12-21T05:08:14.837Z | [ recovery-image] Dec 21 05:08:14.212 INFO O| Dec 21 05:08:14.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6202 | 2024-12-21T05:08:14.837Z | [ recovery-image] Dec 21 05:08:14.212 INFO O| Dec 21 05:08:14.212 INFO STEP 586 (remove_files) COMPLETE |
6203 | 2024-12-21T05:08:14.837Z | [ recovery-image] Dec 21 05:08:14.212 INFO O| Dec 21 05:08:14.212 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-12-21T05:08:14.945Z | [ recovery-image] Dec 21 05:08:14.320 INFO O| Dec 21 05:08:14.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6205 | 2024-12-21T05:08:14.945Z | [ recovery-image] Dec 21 05:08:14.320 INFO O| Dec 21 05:08:14.320 INFO STEP 587 (remove_files) COMPLETE |
6206 | 2024-12-21T05:08:14.948Z | [ recovery-image] Dec 21 05:08:14.320 INFO O| Dec 21 05:08:14.320 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-12-21T05:08:15.002Z | [ recovery-image] Dec 21 05:08:14.377 INFO O| Dec 21 05:08:14.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6208 | 2024-12-21T05:08:15.002Z | [ recovery-image] Dec 21 05:08:14.377 INFO O| Dec 21 05:08:14.377 INFO STEP 588 (remove_files) COMPLETE |
6209 | 2024-12-21T05:08:15.002Z | [ recovery-image] Dec 21 05:08:14.377 INFO O| Dec 21 05:08:14.377 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-12-21T05:08:15.022Z | [ recovery-image] Dec 21 05:08:14.397 INFO O| Dec 21 05:08:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6211 | 2024-12-21T05:08:15.022Z | [ recovery-image] Dec 21 05:08:14.397 INFO O| Dec 21 05:08:14.397 INFO STEP 589 (remove_files) COMPLETE |
6212 | 2024-12-21T05:08:15.022Z | [ recovery-image] Dec 21 05:08:14.397 INFO O| Dec 21 05:08:14.397 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-12-21T05:08:15.041Z | [ recovery-image] Dec 21 05:08:14.417 INFO O| Dec 21 05:08:14.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6214 | 2024-12-21T05:08:15.045Z | [ recovery-image] Dec 21 05:08:14.417 INFO O| Dec 21 05:08:14.417 INFO STEP 590 (remove_files) COMPLETE |
6215 | 2024-12-21T05:08:15.045Z | [ recovery-image] Dec 21 05:08:14.417 INFO O| Dec 21 05:08:14.417 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-12-21T05:08:15.079Z | [ recovery-image] Dec 21 05:08:14.454 INFO O| Dec 21 05:08:14.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6217 | 2024-12-21T05:08:15.081Z | [ recovery-image] Dec 21 05:08:14.454 INFO O| Dec 21 05:08:14.454 INFO STEP 591 (remove_files) COMPLETE |
6218 | 2024-12-21T05:08:15.081Z | [ recovery-image] Dec 21 05:08:14.454 INFO O| Dec 21 05:08:14.454 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-12-21T05:08:15.137Z | [ recovery-image] Dec 21 05:08:14.513 INFO O| Dec 21 05:08:14.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6220 | 2024-12-21T05:08:15.140Z | [ recovery-image] Dec 21 05:08:14.513 INFO O| Dec 21 05:08:14.513 INFO STEP 592 (remove_files) COMPLETE |
6221 | 2024-12-21T05:08:15.140Z | [ recovery-image] Dec 21 05:08:14.513 INFO O| Dec 21 05:08:14.513 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-12-21T05:08:15.159Z | [ recovery-image] Dec 21 05:08:14.534 INFO O| Dec 21 05:08:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6223 | 2024-12-21T05:08:15.162Z | [ recovery-image] Dec 21 05:08:14.534 INFO O| Dec 21 05:08:14.534 INFO STEP 593 (remove_files) COMPLETE |
6224 | 2024-12-21T05:08:15.162Z | [ recovery-image] Dec 21 05:08:14.534 INFO O| Dec 21 05:08:14.534 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-12-21T05:08:15.190Z | [ recovery-image] Dec 21 05:08:14.564 INFO O| Dec 21 05:08:14.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6226 | 2024-12-21T05:08:15.192Z | [ recovery-image] Dec 21 05:08:14.564 INFO O| Dec 21 05:08:14.564 INFO STEP 594 (remove_files) COMPLETE |
6227 | 2024-12-21T05:08:15.192Z | [ recovery-image] Dec 21 05:08:14.564 INFO O| Dec 21 05:08:14.564 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-12-21T05:08:15.210Z | [ recovery-image] Dec 21 05:08:14.585 INFO O| Dec 21 05:08:14.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6229 | 2024-12-21T05:08:15.213Z | [ recovery-image] Dec 21 05:08:14.585 INFO O| Dec 21 05:08:14.585 INFO STEP 595 (remove_files) COMPLETE |
6230 | 2024-12-21T05:08:15.213Z | [ recovery-image] Dec 21 05:08:14.585 INFO O| Dec 21 05:08:14.585 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-12-21T05:08:15.272Z | [ recovery-image] Dec 21 05:08:14.647 INFO O| Dec 21 05:08:14.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6232 | 2024-12-21T05:08:15.272Z | [ recovery-image] Dec 21 05:08:14.647 INFO O| Dec 21 05:08:14.647 INFO STEP 596 (remove_files) COMPLETE |
6233 | 2024-12-21T05:08:15.272Z | [ recovery-image] Dec 21 05:08:14.647 INFO O| Dec 21 05:08:14.647 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-12-21T05:08:15.293Z | [ recovery-image] Dec 21 05:08:14.668 INFO O| Dec 21 05:08:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6235 | 2024-12-21T05:08:15.293Z | [ recovery-image] Dec 21 05:08:14.668 INFO O| Dec 21 05:08:14.668 INFO STEP 597 (remove_files) COMPLETE |
6236 | 2024-12-21T05:08:15.296Z | [ recovery-image] Dec 21 05:08:14.668 INFO O| Dec 21 05:08:14.668 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-12-21T05:08:15.320Z | [ host-image] Dec 21 05:08:14.695 INFO O| Dec 21 05:08:14.695 INFO O| Planning: Solver setup ... Done |
6238 | 2024-12-21T05:08:15.328Z | [ host-image] Dec 21 05:08:14.703 INFO O| Dec 21 05:08:14.703 INFO O| Planning: Running solver ... Done |
6239 | 2024-12-21T05:08:15.334Z | [ recovery-image] Dec 21 05:08:14.710 INFO O| Dec 21 05:08:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6240 | 2024-12-21T05:08:15.334Z | [ recovery-image] Dec 21 05:08:14.710 INFO O| Dec 21 05:08:14.710 INFO STEP 598 (remove_files) COMPLETE |
6241 | 2024-12-21T05:08:15.337Z | [ recovery-image] Dec 21 05:08:14.710 INFO O| Dec 21 05:08:14.710 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-21T05:08:15.359Z | [ recovery-image] Dec 21 05:08:14.734 INFO O| Dec 21 05:08:14.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6243 | 2024-12-21T05:08:15.359Z | [ recovery-image] Dec 21 05:08:14.734 INFO O| Dec 21 05:08:14.734 INFO STEP 599 (remove_files) COMPLETE |
6244 | 2024-12-21T05:08:15.359Z | [ recovery-image] Dec 21 05:08:14.735 INFO O| Dec 21 05:08:14.734 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-21T05:08:15.395Z | [ recovery-image] Dec 21 05:08:14.770 INFO O| Dec 21 05:08:14.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6246 | 2024-12-21T05:08:15.395Z | [ recovery-image] Dec 21 05:08:14.770 INFO O| Dec 21 05:08:14.770 INFO STEP 600 (remove_files) COMPLETE |
6247 | 2024-12-21T05:08:15.395Z | [ recovery-image] Dec 21 05:08:14.771 INFO O| Dec 21 05:08:14.770 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-21T05:08:15.420Z | [ recovery-image] Dec 21 05:08:14.795 INFO O| Dec 21 05:08:14.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6249 | 2024-12-21T05:08:15.420Z | [ recovery-image] Dec 21 05:08:14.795 INFO O| Dec 21 05:08:14.795 INFO STEP 601 (remove_files) COMPLETE |
6250 | 2024-12-21T05:08:15.420Z | [ recovery-image] Dec 21 05:08:14.795 INFO O| Dec 21 05:08:14.795 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-21T05:08:15.436Z | [ host-image] Dec 21 05:08:14.811 INFO O| Dec 21 05:08:14.811 INFO O| Planning: Finding local manifests ... Done |
6252 | 2024-12-21T05:08:15.439Z | [ host-image] Dec 21 05:08:14.812 INFO O| Dec 21 05:08:14.812 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6253 | 2024-12-21T05:08:15.473Z | [ recovery-image] Dec 21 05:08:14.848 INFO O| Dec 21 05:08:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6254 | 2024-12-21T05:08:15.473Z | [ recovery-image] Dec 21 05:08:14.848 INFO O| Dec 21 05:08:14.848 INFO STEP 602 (remove_files) COMPLETE |
6255 | 2024-12-21T05:08:15.473Z | [ recovery-image] Dec 21 05:08:14.848 INFO O| Dec 21 05:08:14.848 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-12-21T05:08:15.541Z | [ recovery-image] Dec 21 05:08:14.917 INFO O| Dec 21 05:08:14.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6257 | 2024-12-21T05:08:15.544Z | [ recovery-image] Dec 21 05:08:14.917 INFO O| Dec 21 05:08:14.917 INFO STEP 603 (remove_files) COMPLETE |
6258 | 2024-12-21T05:08:15.544Z | [ recovery-image] Dec 21 05:08:14.917 INFO O| Dec 21 05:08:14.917 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-12-21T05:08:15.560Z | [ recovery-image] Dec 21 05:08:14.935 INFO O| Dec 21 05:08:14.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6260 | 2024-12-21T05:08:15.560Z | [ recovery-image] Dec 21 05:08:14.936 INFO O| Dec 21 05:08:14.935 INFO STEP 604 (remove_files) COMPLETE |
6261 | 2024-12-21T05:08:15.563Z | [ recovery-image] Dec 21 05:08:14.936 INFO O| Dec 21 05:08:14.936 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-12-21T05:08:15.580Z | [ recovery-image] Dec 21 05:08:14.955 INFO O| Dec 21 05:08:14.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6263 | 2024-12-21T05:08:15.580Z | [ recovery-image] Dec 21 05:08:14.955 INFO O| Dec 21 05:08:14.955 INFO STEP 605 (remove_files) COMPLETE |
6264 | 2024-12-21T05:08:15.580Z | [ recovery-image] Dec 21 05:08:14.955 INFO O| Dec 21 05:08:14.955 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-12-21T05:08:15.608Z | [ recovery-image] Dec 21 05:08:14.983 INFO O| Dec 21 05:08:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6266 | 2024-12-21T05:08:15.611Z | [ recovery-image] Dec 21 05:08:14.984 INFO O| Dec 21 05:08:14.983 INFO STEP 606 (remove_files) COMPLETE |
6267 | 2024-12-21T05:08:15.611Z | [ recovery-image] Dec 21 05:08:14.984 INFO O| Dec 21 05:08:14.984 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-12-21T05:08:15.626Z | [ host-image] Dec 21 05:08:15.001 INFO O| Dec 21 05:08:15.001 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6269 | 2024-12-21T05:08:15.635Z | [ recovery-image] Dec 21 05:08:15.010 INFO O| Dec 21 05:08:15.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6270 | 2024-12-21T05:08:15.635Z | [ recovery-image] Dec 21 05:08:15.010 INFO O| Dec 21 05:08:15.010 INFO STEP 607 (remove_files) COMPLETE |
6271 | 2024-12-21T05:08:15.635Z | [ recovery-image] Dec 21 05:08:15.010 INFO O| Dec 21 05:08:15.010 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-21T05:08:15.656Z | [ host-image] Dec 21 05:08:15.032 INFO O| Dec 21 05:08:15.031 INFO O| Planning: Package planning ... Done |
6273 | 2024-12-21T05:08:15.659Z | [ host-image] Dec 21 05:08:15.032 INFO O| Dec 21 05:08:15.032 INFO O| Planning: Merging actions ... Done |
6274 | 2024-12-21T05:08:15.667Z | [ recovery-image] Dec 21 05:08:15.042 INFO O| Dec 21 05:08:15.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6275 | 2024-12-21T05:08:15.670Z | [ recovery-image] Dec 21 05:08:15.042 INFO O| Dec 21 05:08:15.042 INFO STEP 608 (remove_files) COMPLETE |
6276 | 2024-12-21T05:08:15.670Z | [ recovery-image] Dec 21 05:08:15.043 INFO O| Dec 21 05:08:15.042 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-12-21T05:08:15.688Z | [ recovery-image] Dec 21 05:08:15.063 INFO O| Dec 21 05:08:15.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6278 | 2024-12-21T05:08:15.691Z | [ recovery-image] Dec 21 05:08:15.063 INFO O| Dec 21 05:08:15.063 INFO STEP 609 (remove_files) COMPLETE |
6279 | 2024-12-21T05:08:15.691Z | [ recovery-image] Dec 21 05:08:15.063 INFO O| Dec 21 05:08:15.063 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-12-21T05:08:15.708Z | [ recovery-image] Dec 21 05:08:15.083 INFO O| Dec 21 05:08:15.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6281 | 2024-12-21T05:08:15.710Z | [ recovery-image] Dec 21 05:08:15.083 INFO O| Dec 21 05:08:15.083 INFO STEP 610 (remove_files) COMPLETE |
6282 | 2024-12-21T05:08:15.710Z | [ recovery-image] Dec 21 05:08:15.083 INFO O| Dec 21 05:08:15.083 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-12-21T05:08:15.745Z | [ recovery-image] Dec 21 05:08:15.119 INFO O| Dec 21 05:08:15.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6284 | 2024-12-21T05:08:15.747Z | [ recovery-image] Dec 21 05:08:15.119 INFO O| Dec 21 05:08:15.119 INFO STEP 611 (remove_files) COMPLETE |
6285 | 2024-12-21T05:08:15.748Z | [ recovery-image] Dec 21 05:08:15.120 INFO O| Dec 21 05:08:15.119 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-12-21T05:08:15.776Z | [ recovery-image] Dec 21 05:08:15.149 INFO O| Dec 21 05:08:15.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6287 | 2024-12-21T05:08:15.776Z | [ recovery-image] Dec 21 05:08:15.149 INFO O| Dec 21 05:08:15.149 INFO STEP 612 (remove_files) COMPLETE |
6288 | 2024-12-21T05:08:15.776Z | [ recovery-image] Dec 21 05:08:15.149 INFO O| Dec 21 05:08:15.149 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-12-21T05:08:15.787Z | [ host-image] Dec 21 05:08:15.162 INFO O| Dec 21 05:08:15.162 INFO O| Planning: Checking for conflicting actions ... Done |
6290 | 2024-12-21T05:08:15.790Z | [ host-image] Dec 21 05:08:15.163 INFO O| Dec 21 05:08:15.163 INFO O| Planning: Consolidating action changes ... Done |
6291 | 2024-12-21T05:08:15.801Z | [ recovery-image] Dec 21 05:08:15.177 INFO O| Dec 21 05:08:15.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6292 | 2024-12-21T05:08:15.801Z | [ recovery-image] Dec 21 05:08:15.177 INFO O| Dec 21 05:08:15.177 INFO STEP 613 (remove_files) COMPLETE |
6293 | 2024-12-21T05:08:15.801Z | [ recovery-image] Dec 21 05:08:15.177 INFO O| Dec 21 05:08:15.177 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-21T05:08:15.852Z | [ recovery-image] Dec 21 05:08:15.227 INFO O| Dec 21 05:08:15.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6295 | 2024-12-21T05:08:15.854Z | [ recovery-image] Dec 21 05:08:15.228 INFO O| Dec 21 05:08:15.228 INFO STEP 614 (remove_files) COMPLETE |
6296 | 2024-12-21T05:08:15.854Z | [ recovery-image] Dec 21 05:08:15.228 INFO O| Dec 21 05:08:15.228 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-21T05:08:15.878Z | [ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6298 | 2024-12-21T05:08:15.881Z | [ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO STEP 615 (remove_files) COMPLETE |
6299 | 2024-12-21T05:08:15.881Z | [ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-21T05:08:15.902Z | [ recovery-image] Dec 21 05:08:15.278 INFO O| Dec 21 05:08:15.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6301 | 2024-12-21T05:08:15.906Z | [ recovery-image] Dec 21 05:08:15.278 INFO O| Dec 21 05:08:15.278 INFO STEP 616 (remove_files) COMPLETE |
6302 | 2024-12-21T05:08:15.906Z | [ recovery-image] Dec 21 05:08:15.278 INFO O| Dec 21 05:08:15.278 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-21T05:08:15.925Z | [ recovery-image] Dec 21 05:08:15.301 INFO O| Dec 21 05:08:15.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6304 | 2024-12-21T05:08:15.928Z | [ recovery-image] Dec 21 05:08:15.301 INFO O| Dec 21 05:08:15.301 INFO STEP 617 (remove_files) COMPLETE |
6305 | 2024-12-21T05:08:15.928Z | [ recovery-image] Dec 21 05:08:15.301 INFO O| Dec 21 05:08:15.301 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-21T05:08:15.948Z | [ recovery-image] Dec 21 05:08:15.323 INFO O| Dec 21 05:08:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6307 | 2024-12-21T05:08:15.950Z | [ recovery-image] Dec 21 05:08:15.323 INFO O| Dec 21 05:08:15.323 INFO STEP 618 (remove_files) COMPLETE |
6308 | 2024-12-21T05:08:15.950Z | [ recovery-image] Dec 21 05:08:15.323 INFO O| Dec 21 05:08:15.323 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-21T05:08:15.969Z | [ recovery-image] Dec 21 05:08:15.344 INFO O| Dec 21 05:08:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6310 | 2024-12-21T05:08:15.971Z | [ recovery-image] Dec 21 05:08:15.344 INFO O| Dec 21 05:08:15.344 INFO STEP 619 (remove_files) COMPLETE |
6311 | 2024-12-21T05:08:15.971Z | [ recovery-image] Dec 21 05:08:15.344 INFO O| Dec 21 05:08:15.344 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-21T05:08:15.988Z | [ recovery-image] Dec 21 05:08:15.363 INFO O| Dec 21 05:08:15.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6313 | 2024-12-21T05:08:15.992Z | [ recovery-image] Dec 21 05:08:15.364 INFO O| Dec 21 05:08:15.364 INFO STEP 620 (remove_files) COMPLETE |
6314 | 2024-12-21T05:08:15.992Z | [ recovery-image] Dec 21 05:08:15.364 INFO O| Dec 21 05:08:15.364 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-21T05:08:16.015Z | [ recovery-image] Dec 21 05:08:15.390 INFO O| Dec 21 05:08:15.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6316 | 2024-12-21T05:08:16.018Z | [ recovery-image] Dec 21 05:08:15.390 INFO O| Dec 21 05:08:15.390 INFO STEP 621 (remove_files) COMPLETE |
6317 | 2024-12-21T05:08:16.018Z | [ recovery-image] Dec 21 05:08:15.391 INFO O| Dec 21 05:08:15.390 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-21T05:08:16.049Z | [ recovery-image] Dec 21 05:08:15.424 INFO O| Dec 21 05:08:15.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6319 | 2024-12-21T05:08:16.053Z | [ recovery-image] Dec 21 05:08:15.425 INFO O| Dec 21 05:08:15.424 INFO STEP 622 (remove_files) COMPLETE |
6320 | 2024-12-21T05:08:16.053Z | [ recovery-image] Dec 21 05:08:15.425 INFO O| Dec 21 05:08:15.425 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-21T05:08:16.085Z | [ recovery-image] Dec 21 05:08:15.460 INFO O| Dec 21 05:08:15.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6322 | 2024-12-21T05:08:16.087Z | [ recovery-image] Dec 21 05:08:15.460 INFO O| Dec 21 05:08:15.460 INFO STEP 623 (remove_files) COMPLETE |
6323 | 2024-12-21T05:08:16.087Z | [ recovery-image] Dec 21 05:08:15.461 INFO O| Dec 21 05:08:15.460 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-21T05:08:16.107Z | [ recovery-image] Dec 21 05:08:15.482 INFO O| Dec 21 05:08:15.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6325 | 2024-12-21T05:08:16.111Z | [ recovery-image] Dec 21 05:08:15.482 INFO O| Dec 21 05:08:15.482 INFO STEP 624 (remove_files) COMPLETE |
6326 | 2024-12-21T05:08:16.111Z | [ recovery-image] Dec 21 05:08:15.482 INFO O| Dec 21 05:08:15.482 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-21T05:08:16.162Z | [ recovery-image] Dec 21 05:08:15.537 INFO O| Dec 21 05:08:15.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6328 | 2024-12-21T05:08:16.165Z | [ recovery-image] Dec 21 05:08:15.538 INFO O| Dec 21 05:08:15.537 INFO STEP 625 (remove_files) COMPLETE |
6329 | 2024-12-21T05:08:16.165Z | [ recovery-image] Dec 21 05:08:15.538 INFO O| Dec 21 05:08:15.538 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-21T05:08:16.196Z | [ recovery-image] Dec 21 05:08:15.571 INFO O| Dec 21 05:08:15.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6331 | 2024-12-21T05:08:16.200Z | [ recovery-image] Dec 21 05:08:15.572 INFO O| Dec 21 05:08:15.571 INFO STEP 626 (remove_files) COMPLETE |
6332 | 2024-12-21T05:08:16.200Z | [ recovery-image] Dec 21 05:08:15.572 INFO O| Dec 21 05:08:15.572 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-21T05:08:16.217Z | [ recovery-image] Dec 21 05:08:15.592 INFO O| Dec 21 05:08:15.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6334 | 2024-12-21T05:08:16.217Z | [ recovery-image] Dec 21 05:08:15.592 INFO O| Dec 21 05:08:15.592 INFO STEP 627 (remove_files) COMPLETE |
6335 | 2024-12-21T05:08:16.219Z | [ recovery-image] Dec 21 05:08:15.592 INFO O| Dec 21 05:08:15.592 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-21T05:08:16.236Z | [ recovery-image] Dec 21 05:08:15.611 INFO O| Dec 21 05:08:15.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6337 | 2024-12-21T05:08:16.236Z | [ recovery-image] Dec 21 05:08:15.612 INFO O| Dec 21 05:08:15.611 INFO STEP 628 (remove_files) COMPLETE |
6338 | 2024-12-21T05:08:16.239Z | [ recovery-image] Dec 21 05:08:15.612 INFO O| Dec 21 05:08:15.612 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-21T05:08:16.246Z | [ host-image] Dec 21 05:08:15.620 INFO O| Dec 21 05:08:15.620 INFO O| Planning: Evaluating mediators ... Done |
6340 | 2024-12-21T05:08:16.246Z | [ host-image] Dec 21 05:08:15.621 INFO O| Dec 21 05:08:15.621 INFO O| Planning: Planning completed in 5.17 seconds |
6341 | 2024-12-21T05:08:16.256Z | [ recovery-image] Dec 21 05:08:15.631 INFO O| Dec 21 05:08:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6342 | 2024-12-21T05:08:16.259Z | [ recovery-image] Dec 21 05:08:15.631 INFO O| Dec 21 05:08:15.631 INFO STEP 629 (remove_files) COMPLETE |
6343 | 2024-12-21T05:08:16.259Z | [ recovery-image] Dec 21 05:08:15.631 INFO O| Dec 21 05:08:15.631 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-21T05:08:16.263Z | [ host-image] Dec 21 05:08:15.638 INFO O| Dec 21 05:08:15.638 INFO O| Packages to install: 1 |
6345 | 2024-12-21T05:08:16.281Z | [ host-image] Dec 21 05:08:15.657 INFO O| Dec 21 05:08:15.656 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
6346 | 2024-12-21T05:08:16.318Z | [ recovery-image] Dec 21 05:08:15.692 INFO O| Dec 21 05:08:15.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6347 | 2024-12-21T05:08:16.318Z | [ recovery-image] Dec 21 05:08:15.692 INFO O| Dec 21 05:08:15.692 INFO STEP 630 (remove_files) COMPLETE |
6348 | 2024-12-21T05:08:16.318Z | [ recovery-image] Dec 21 05:08:15.692 INFO O| Dec 21 05:08:15.692 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-21T05:08:16.380Z | [ recovery-image] Dec 21 05:08:15.755 INFO O| Dec 21 05:08:15.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6350 | 2024-12-21T05:08:16.380Z | [ recovery-image] Dec 21 05:08:15.755 INFO O| Dec 21 05:08:15.755 INFO STEP 631 (remove_files) COMPLETE |
6351 | 2024-12-21T05:08:16.384Z | [ recovery-image] Dec 21 05:08:15.755 INFO O| Dec 21 05:08:15.755 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-12-21T05:08:16.401Z | [ recovery-image] Dec 21 05:08:15.774 INFO O| Dec 21 05:08:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6353 | 2024-12-21T05:08:16.401Z | [ recovery-image] Dec 21 05:08:15.774 INFO O| Dec 21 05:08:15.774 INFO STEP 632 (remove_files) COMPLETE |
6354 | 2024-12-21T05:08:16.404Z | [ recovery-image] Dec 21 05:08:15.775 INFO O| Dec 21 05:08:15.774 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-12-21T05:08:16.419Z | [ recovery-image] Dec 21 05:08:15.794 INFO O| Dec 21 05:08:15.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6356 | 2024-12-21T05:08:16.419Z | [ recovery-image] Dec 21 05:08:15.794 INFO O| Dec 21 05:08:15.794 INFO STEP 633 (remove_files) COMPLETE |
6357 | 2024-12-21T05:08:16.419Z | [ recovery-image] Dec 21 05:08:15.794 INFO O| Dec 21 05:08:15.794 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-12-21T05:08:16.438Z | [ recovery-image] Dec 21 05:08:15.813 INFO O| Dec 21 05:08:15.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6359 | 2024-12-21T05:08:16.438Z | [ recovery-image] Dec 21 05:08:15.813 INFO O| Dec 21 05:08:15.813 INFO STEP 634 (remove_files) COMPLETE |
6360 | 2024-12-21T05:08:16.438Z | [ recovery-image] Dec 21 05:08:15.813 INFO O| Dec 21 05:08:15.813 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-21T05:08:16.460Z | [ recovery-image] Dec 21 05:08:15.834 INFO O| Dec 21 05:08:15.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6362 | 2024-12-21T05:08:16.461Z | [ recovery-image] Dec 21 05:08:15.834 INFO O| Dec 21 05:08:15.834 INFO STEP 635 (remove_files) COMPLETE |
6363 | 2024-12-21T05:08:16.461Z | [ recovery-image] Dec 21 05:08:15.834 INFO O| Dec 21 05:08:15.834 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-21T05:08:16.480Z | [ recovery-image] Dec 21 05:08:15.855 INFO O| Dec 21 05:08:15.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6365 | 2024-12-21T05:08:16.480Z | [ recovery-image] Dec 21 05:08:15.855 INFO O| Dec 21 05:08:15.855 INFO STEP 636 (remove_files) COMPLETE |
6366 | 2024-12-21T05:08:16.484Z | [ recovery-image] Dec 21 05:08:15.856 INFO O| Dec 21 05:08:15.855 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-21T05:08:16.505Z | [ recovery-image] Dec 21 05:08:15.880 INFO O| Dec 21 05:08:15.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6368 | 2024-12-21T05:08:16.505Z | [ recovery-image] Dec 21 05:08:15.880 INFO O| Dec 21 05:08:15.880 INFO STEP 637 (remove_files) COMPLETE |
6369 | 2024-12-21T05:08:16.505Z | [ recovery-image] Dec 21 05:08:15.880 INFO O| Dec 21 05:08:15.880 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-21T05:08:16.527Z | [ recovery-image] Dec 21 05:08:15.903 INFO O| Dec 21 05:08:15.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6371 | 2024-12-21T05:08:16.527Z | [ recovery-image] Dec 21 05:08:15.903 INFO O| Dec 21 05:08:15.903 INFO STEP 638 (remove_files) COMPLETE |
6372 | 2024-12-21T05:08:16.528Z | [ recovery-image] Dec 21 05:08:15.903 INFO O| Dec 21 05:08:15.903 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-12-21T05:08:16.549Z | [ recovery-image] Dec 21 05:08:15.925 INFO O| Dec 21 05:08:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6374 | 2024-12-21T05:08:16.549Z | [ recovery-image] Dec 21 05:08:15.925 INFO O| Dec 21 05:08:15.925 INFO STEP 639 (remove_files) COMPLETE |
6375 | 2024-12-21T05:08:16.549Z | [ recovery-image] Dec 21 05:08:15.925 INFO O| Dec 21 05:08:15.925 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-12-21T05:08:16.568Z | [ recovery-image] Dec 21 05:08:15.944 INFO O| Dec 21 05:08:15.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6377 | 2024-12-21T05:08:16.568Z | [ recovery-image] Dec 21 05:08:15.944 INFO O| Dec 21 05:08:15.944 INFO STEP 640 (remove_files) COMPLETE |
6378 | 2024-12-21T05:08:16.571Z | [ recovery-image] Dec 21 05:08:15.944 INFO O| Dec 21 05:08:15.944 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-12-21T05:08:16.592Z | [ recovery-image] Dec 21 05:08:15.967 INFO O| Dec 21 05:08:15.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6380 | 2024-12-21T05:08:16.592Z | [ recovery-image] Dec 21 05:08:15.967 INFO O| Dec 21 05:08:15.967 INFO STEP 641 (remove_files) COMPLETE |
6381 | 2024-12-21T05:08:16.595Z | [ recovery-image] Dec 21 05:08:15.967 INFO O| Dec 21 05:08:15.967 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-12-21T05:08:16.613Z | [ recovery-image] Dec 21 05:08:15.989 INFO O| Dec 21 05:08:15.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6383 | 2024-12-21T05:08:16.613Z | [ recovery-image] Dec 21 05:08:15.989 INFO O| Dec 21 05:08:15.989 INFO STEP 642 (remove_files) COMPLETE |
6384 | 2024-12-21T05:08:16.613Z | [ recovery-image] Dec 21 05:08:15.989 INFO O| Dec 21 05:08:15.989 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-12-21T05:08:16.640Z | [ recovery-image] Dec 21 05:08:16.016 INFO O| Dec 21 05:08:16.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6386 | 2024-12-21T05:08:16.640Z | [ recovery-image] Dec 21 05:08:16.016 INFO O| Dec 21 05:08:16.016 INFO STEP 643 (remove_files) COMPLETE |
6387 | 2024-12-21T05:08:16.641Z | [ recovery-image] Dec 21 05:08:16.016 INFO O| Dec 21 05:08:16.016 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-12-21T05:08:16.663Z | [ recovery-image] Dec 21 05:08:16.038 INFO O| Dec 21 05:08:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6389 | 2024-12-21T05:08:16.663Z | [ recovery-image] Dec 21 05:08:16.038 INFO O| Dec 21 05:08:16.038 INFO STEP 644 (remove_files) COMPLETE |
6390 | 2024-12-21T05:08:16.663Z | [ recovery-image] Dec 21 05:08:16.038 INFO O| Dec 21 05:08:16.038 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-12-21T05:08:16.686Z | [ recovery-image] Dec 21 05:08:16.061 INFO O| Dec 21 05:08:16.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6392 | 2024-12-21T05:08:16.686Z | [ recovery-image] Dec 21 05:08:16.061 INFO O| Dec 21 05:08:16.061 INFO STEP 645 (remove_files) COMPLETE |
6393 | 2024-12-21T05:08:16.686Z | [ recovery-image] Dec 21 05:08:16.062 INFO O| Dec 21 05:08:16.061 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-12-21T05:08:16.707Z | [ recovery-image] Dec 21 05:08:16.082 INFO O| Dec 21 05:08:16.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6395 | 2024-12-21T05:08:16.707Z | [ recovery-image] Dec 21 05:08:16.083 INFO O| Dec 21 05:08:16.083 INFO STEP 646 (remove_files) COMPLETE |
6396 | 2024-12-21T05:08:16.707Z | [ recovery-image] Dec 21 05:08:16.083 INFO O| Dec 21 05:08:16.083 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-21T05:08:16.726Z | [ recovery-image] Dec 21 05:08:16.101 INFO O| Dec 21 05:08:16.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6398 | 2024-12-21T05:08:16.726Z | [ recovery-image] Dec 21 05:08:16.101 INFO O| Dec 21 05:08:16.101 INFO STEP 647 (remove_files) COMPLETE |
6399 | 2024-12-21T05:08:16.726Z | [ recovery-image] Dec 21 05:08:16.101 INFO O| Dec 21 05:08:16.101 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-21T05:08:16.748Z | [ recovery-image] Dec 21 05:08:16.123 INFO O| Dec 21 05:08:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6401 | 2024-12-21T05:08:16.748Z | [ recovery-image] Dec 21 05:08:16.123 INFO O| Dec 21 05:08:16.123 INFO STEP 648 (remove_files) COMPLETE |
6402 | 2024-12-21T05:08:16.751Z | [ recovery-image] Dec 21 05:08:16.123 INFO O| Dec 21 05:08:16.123 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-21T05:08:16.772Z | [ recovery-image] Dec 21 05:08:16.147 INFO O| Dec 21 05:08:16.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6404 | 2024-12-21T05:08:16.772Z | [ recovery-image] Dec 21 05:08:16.147 INFO O| Dec 21 05:08:16.147 INFO STEP 649 (remove_files) COMPLETE |
6405 | 2024-12-21T05:08:16.773Z | [ recovery-image] Dec 21 05:08:16.147 INFO O| Dec 21 05:08:16.147 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-21T05:08:16.807Z | [ recovery-image] Dec 21 05:08:16.182 INFO O| Dec 21 05:08:16.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6407 | 2024-12-21T05:08:16.809Z | [ recovery-image] Dec 21 05:08:16.182 INFO O| Dec 21 05:08:16.182 INFO STEP 650 (remove_files) COMPLETE |
6408 | 2024-12-21T05:08:16.809Z | [ recovery-image] Dec 21 05:08:16.182 INFO O| Dec 21 05:08:16.182 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-21T05:08:16.857Z | [ recovery-image] Dec 21 05:08:16.232 INFO O| Dec 21 05:08:16.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6410 | 2024-12-21T05:08:16.859Z | [ recovery-image] Dec 21 05:08:16.233 INFO O| Dec 21 05:08:16.232 INFO STEP 651 (remove_files) COMPLETE |
6411 | 2024-12-21T05:08:16.859Z | [ recovery-image] Dec 21 05:08:16.233 INFO O| Dec 21 05:08:16.232 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-21T05:08:16.898Z | [ recovery-image] Dec 21 05:08:16.273 INFO O| Dec 21 05:08:16.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6413 | 2024-12-21T05:08:16.905Z | [ recovery-image] Dec 21 05:08:16.274 INFO O| Dec 21 05:08:16.274 INFO STEP 652 (remove_files) COMPLETE |
6414 | 2024-12-21T05:08:16.906Z | [ recovery-image] Dec 21 05:08:16.274 INFO O| Dec 21 05:08:16.274 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-21T05:08:16.920Z | [ recovery-image] Dec 21 05:08:16.295 INFO O| Dec 21 05:08:16.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6416 | 2024-12-21T05:08:16.920Z | [ recovery-image] Dec 21 05:08:16.296 INFO O| Dec 21 05:08:16.296 INFO STEP 653 (remove_files) COMPLETE |
6417 | 2024-12-21T05:08:16.920Z | [ recovery-image] Dec 21 05:08:16.296 INFO O| Dec 21 05:08:16.296 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-21T05:08:16.934Z | [ host-image] Dec 21 05:08:16.309 INFO O| Dec 21 05:08:16.309 INFO O| Download: Completed 9.99 MB in 0.65 seconds (15.3M/s) |
6419 | 2024-12-21T05:08:16.941Z | [ recovery-image] Dec 21 05:08:16.316 INFO O| Dec 21 05:08:16.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6420 | 2024-12-21T05:08:16.953Z | [ recovery-image] Dec 21 05:08:16.328 INFO O| Dec 21 05:08:16.328 INFO STEP 654 (remove_files) COMPLETE |
6421 | 2024-12-21T05:08:16.953Z | [ recovery-image] Dec 21 05:08:16.328 INFO O| Dec 21 05:08:16.328 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-21T05:08:16.989Z | [ recovery-image] Dec 21 05:08:16.364 INFO O| Dec 21 05:08:16.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6423 | 2024-12-21T05:08:16.989Z | [ recovery-image] Dec 21 05:08:16.364 INFO O| Dec 21 05:08:16.364 INFO STEP 655 (remove_files) COMPLETE |
6424 | 2024-12-21T05:08:16.989Z | [ recovery-image] Dec 21 05:08:16.364 INFO O| Dec 21 05:08:16.364 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-21T05:08:16.992Z | [ host-image] Dec 21 05:08:16.366 INFO O| Dec 21 05:08:16.366 INFO O| Actions: 1/22 actions (Installing new actions) |
6426 | 2024-12-21T05:08:17.009Z | [ recovery-image] Dec 21 05:08:16.384 INFO O| Dec 21 05:08:16.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6427 | 2024-12-21T05:08:17.009Z | [ recovery-image] Dec 21 05:08:16.384 INFO O| Dec 21 05:08:16.384 INFO STEP 656 (remove_files) COMPLETE |
6428 | 2024-12-21T05:08:17.013Z | [ recovery-image] Dec 21 05:08:16.384 INFO O| Dec 21 05:08:16.384 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-12-21T05:08:17.028Z | [ recovery-image] Dec 21 05:08:16.403 INFO O| Dec 21 05:08:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6430 | 2024-12-21T05:08:17.028Z | [ recovery-image] Dec 21 05:08:16.403 INFO O| Dec 21 05:08:16.403 INFO STEP 657 (remove_files) COMPLETE |
6431 | 2024-12-21T05:08:17.031Z | [ recovery-image] Dec 21 05:08:16.403 INFO O| Dec 21 05:08:16.403 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-12-21T05:08:17.073Z | [ recovery-image] Dec 21 05:08:16.447 INFO O| Dec 21 05:08:16.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6433 | 2024-12-21T05:08:17.073Z | [ recovery-image] Dec 21 05:08:16.447 INFO O| Dec 21 05:08:16.427 INFO STEP 658 (remove_files) COMPLETE |
6434 | 2024-12-21T05:08:17.077Z | [ recovery-image] Dec 21 05:08:16.447 INFO O| Dec 21 05:08:16.427 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-12-21T05:08:17.077Z | [ recovery-image] Dec 21 05:08:16.447 INFO O| Dec 21 05:08:16.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6436 | 2024-12-21T05:08:17.077Z | [ recovery-image] Dec 21 05:08:16.448 INFO O| Dec 21 05:08:16.447 INFO STEP 659 (remove_files) COMPLETE |
6437 | 2024-12-21T05:08:17.077Z | [ recovery-image] Dec 21 05:08:16.448 INFO O| Dec 21 05:08:16.448 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-12-21T05:08:17.092Z | [ recovery-image] Dec 21 05:08:16.467 INFO O| Dec 21 05:08:16.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6439 | 2024-12-21T05:08:17.092Z | [ recovery-image] Dec 21 05:08:16.467 INFO O| Dec 21 05:08:16.467 INFO STEP 660 (remove_files) COMPLETE |
6440 | 2024-12-21T05:08:17.095Z | [ recovery-image] Dec 21 05:08:16.467 INFO O| Dec 21 05:08:16.467 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-12-21T05:08:17.115Z | [ recovery-image] Dec 21 05:08:16.488 INFO O| Dec 21 05:08:16.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6442 | 2024-12-21T05:08:17.115Z | [ recovery-image] Dec 21 05:08:16.489 INFO O| Dec 21 05:08:16.489 INFO STEP 661 (remove_files) COMPLETE |
6443 | 2024-12-21T05:08:17.115Z | [ recovery-image] Dec 21 05:08:16.489 INFO O| Dec 21 05:08:16.489 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-12-21T05:08:17.133Z | [ recovery-image] Dec 21 05:08:16.508 INFO O| Dec 21 05:08:16.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6445 | 2024-12-21T05:08:17.133Z | [ recovery-image] Dec 21 05:08:16.508 INFO O| Dec 21 05:08:16.508 INFO STEP 662 (remove_files) COMPLETE |
6446 | 2024-12-21T05:08:17.133Z | [ recovery-image] Dec 21 05:08:16.508 INFO O| Dec 21 05:08:16.508 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-12-21T05:08:17.168Z | [ recovery-image] Dec 21 05:08:16.543 INFO O| Dec 21 05:08:16.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6448 | 2024-12-21T05:08:17.168Z | [ recovery-image] Dec 21 05:08:16.543 INFO O| Dec 21 05:08:16.543 INFO STEP 663 (remove_files) COMPLETE |
6449 | 2024-12-21T05:08:17.168Z | [ recovery-image] Dec 21 05:08:16.543 INFO O| Dec 21 05:08:16.543 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-21T05:08:17.190Z | [ recovery-image] Dec 21 05:08:16.565 INFO O| Dec 21 05:08:16.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6451 | 2024-12-21T05:08:17.190Z | [ recovery-image] Dec 21 05:08:16.565 INFO O| Dec 21 05:08:16.565 INFO STEP 664 (remove_files) COMPLETE |
6452 | 2024-12-21T05:08:17.192Z | [ recovery-image] Dec 21 05:08:16.565 INFO O| Dec 21 05:08:16.565 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-21T05:08:17.210Z | [ recovery-image] Dec 21 05:08:16.585 INFO O| Dec 21 05:08:16.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6454 | 2024-12-21T05:08:17.210Z | [ recovery-image] Dec 21 05:08:16.585 INFO O| Dec 21 05:08:16.585 INFO STEP 665 (remove_files) COMPLETE |
6455 | 2024-12-21T05:08:17.210Z | [ recovery-image] Dec 21 05:08:16.585 INFO O| Dec 21 05:08:16.585 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-21T05:08:17.252Z | [ recovery-image] Dec 21 05:08:16.627 INFO O| Dec 21 05:08:16.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6457 | 2024-12-21T05:08:17.255Z | [ recovery-image] Dec 21 05:08:16.627 INFO O| Dec 21 05:08:16.627 INFO STEP 666 (remove_files) COMPLETE |
6458 | 2024-12-21T05:08:17.255Z | [ recovery-image] Dec 21 05:08:16.627 INFO O| Dec 21 05:08:16.627 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-21T05:08:17.273Z | [ recovery-image] Dec 21 05:08:16.648 INFO O| Dec 21 05:08:16.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6460 | 2024-12-21T05:08:17.275Z | [ recovery-image] Dec 21 05:08:16.648 INFO O| Dec 21 05:08:16.648 INFO STEP 667 (remove_files) COMPLETE |
6461 | 2024-12-21T05:08:17.275Z | [ recovery-image] Dec 21 05:08:16.648 INFO O| Dec 21 05:08:16.648 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-21T05:08:17.313Z | [ recovery-image] Dec 21 05:08:16.688 INFO O| Dec 21 05:08:16.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6463 | 2024-12-21T05:08:17.313Z | [ recovery-image] Dec 21 05:08:16.688 INFO O| Dec 21 05:08:16.688 INFO STEP 668 (remove_files) COMPLETE |
6464 | 2024-12-21T05:08:17.315Z | [ recovery-image] Dec 21 05:08:16.688 INFO O| Dec 21 05:08:16.688 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-21T05:08:17.371Z | [ recovery-image] Dec 21 05:08:16.746 INFO O| Dec 21 05:08:16.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6466 | 2024-12-21T05:08:17.371Z | [ recovery-image] Dec 21 05:08:16.746 INFO O| Dec 21 05:08:16.746 INFO STEP 669 (remove_files) COMPLETE |
6467 | 2024-12-21T05:08:17.371Z | [ recovery-image] Dec 21 05:08:16.746 INFO O| Dec 21 05:08:16.746 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-21T05:08:17.392Z | [ recovery-image] Dec 21 05:08:16.767 INFO O| Dec 21 05:08:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6469 | 2024-12-21T05:08:17.392Z | [ recovery-image] Dec 21 05:08:16.767 INFO O| Dec 21 05:08:16.767 INFO STEP 670 (remove_files) COMPLETE |
6470 | 2024-12-21T05:08:17.392Z | [ recovery-image] Dec 21 05:08:16.767 INFO O| Dec 21 05:08:16.767 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-21T05:08:17.418Z | [ recovery-image] Dec 21 05:08:16.793 INFO O| Dec 21 05:08:16.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6472 | 2024-12-21T05:08:17.418Z | [ recovery-image] Dec 21 05:08:16.793 INFO O| Dec 21 05:08:16.793 INFO STEP 671 (remove_files) COMPLETE |
6473 | 2024-12-21T05:08:17.418Z | [ recovery-image] Dec 21 05:08:16.793 INFO O| Dec 21 05:08:16.793 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-21T05:08:17.459Z | [ recovery-image] Dec 21 05:08:16.834 INFO O| Dec 21 05:08:16.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6475 | 2024-12-21T05:08:17.471Z | [ recovery-image] Dec 21 05:08:16.834 INFO O| Dec 21 05:08:16.834 INFO STEP 672 (remove_files) COMPLETE |
6476 | 2024-12-21T05:08:17.471Z | [ recovery-image] Dec 21 05:08:16.834 INFO O| Dec 21 05:08:16.834 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-21T05:08:17.512Z | [ recovery-image] Dec 21 05:08:16.886 INFO O| Dec 21 05:08:16.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6478 | 2024-12-21T05:08:17.512Z | [ recovery-image] Dec 21 05:08:16.887 INFO O| Dec 21 05:08:16.887 INFO STEP 673 (remove_files) COMPLETE |
6479 | 2024-12-21T05:08:17.512Z | [ recovery-image] Dec 21 05:08:16.887 INFO O| Dec 21 05:08:16.887 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-21T05:08:17.531Z | [ recovery-image] Dec 21 05:08:16.906 INFO O| Dec 21 05:08:16.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6481 | 2024-12-21T05:08:17.531Z | [ recovery-image] Dec 21 05:08:16.906 INFO O| Dec 21 05:08:16.906 INFO STEP 674 (remove_files) COMPLETE |
6482 | 2024-12-21T05:08:17.534Z | [ recovery-image] Dec 21 05:08:16.907 INFO O| Dec 21 05:08:16.906 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-21T05:08:17.551Z | [ recovery-image] Dec 21 05:08:16.926 INFO O| Dec 21 05:08:16.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6484 | 2024-12-21T05:08:17.551Z | [ recovery-image] Dec 21 05:08:16.926 INFO O| Dec 21 05:08:16.926 INFO STEP 675 (remove_files) COMPLETE |
6485 | 2024-12-21T05:08:17.551Z | [ recovery-image] Dec 21 05:08:16.926 INFO O| Dec 21 05:08:16.926 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-21T05:08:17.555Z | [ host-image] Dec 21 05:08:16.930 INFO O| Dec 21 05:08:16.930 INFO O| Actions: Completed 22 actions in 0.56 seconds. |
6487 | 2024-12-21T05:08:17.592Z | [ recovery-image] Dec 21 05:08:16.968 INFO O| Dec 21 05:08:16.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6488 | 2024-12-21T05:08:17.616Z | [ recovery-image] Dec 21 05:08:16.991 INFO O| Dec 21 05:08:16.991 INFO STEP 676 (remove_files) COMPLETE |
6489 | 2024-12-21T05:08:17.617Z | [ recovery-image] Dec 21 05:08:16.991 INFO O| Dec 21 05:08:16.991 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-21T05:08:17.668Z | [ recovery-image] Dec 21 05:08:17.043 INFO O| Dec 21 05:08:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6491 | 2024-12-21T05:08:17.668Z | [ recovery-image] Dec 21 05:08:17.043 INFO O| Dec 21 05:08:17.043 INFO STEP 677 (remove_files) COMPLETE |
6492 | 2024-12-21T05:08:17.671Z | [ recovery-image] Dec 21 05:08:17.043 INFO O| Dec 21 05:08:17.043 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-21T05:08:17.685Z | [ recovery-image] Dec 21 05:08:17.060 INFO O| Dec 21 05:08:17.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6494 | 2024-12-21T05:08:17.685Z | [ recovery-image] Dec 21 05:08:17.060 INFO O| Dec 21 05:08:17.060 INFO STEP 678 (remove_files) COMPLETE |
6495 | 2024-12-21T05:08:17.685Z | [ recovery-image] Dec 21 05:08:17.060 INFO O| Dec 21 05:08:17.060 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-21T05:08:17.703Z | [ recovery-image] Dec 21 05:08:17.078 INFO O| Dec 21 05:08:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6497 | 2024-12-21T05:08:17.703Z | [ recovery-image] Dec 21 05:08:17.078 INFO O| Dec 21 05:08:17.078 INFO STEP 679 (remove_files) COMPLETE |
6498 | 2024-12-21T05:08:17.703Z | [ recovery-image] Dec 21 05:08:17.078 INFO O| Dec 21 05:08:17.078 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-21T05:08:17.746Z | [ recovery-image] Dec 21 05:08:17.120 INFO O| Dec 21 05:08:17.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6500 | 2024-12-21T05:08:17.746Z | [ recovery-image] Dec 21 05:08:17.120 INFO O| Dec 21 05:08:17.120 INFO STEP 680 (remove_files) COMPLETE |
6501 | 2024-12-21T05:08:17.746Z | [ recovery-image] Dec 21 05:08:17.120 INFO O| Dec 21 05:08:17.120 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-21T05:08:17.780Z | [ recovery-image] Dec 21 05:08:17.155 INFO O| Dec 21 05:08:17.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6503 | 2024-12-21T05:08:17.780Z | [ recovery-image] Dec 21 05:08:17.155 INFO O| Dec 21 05:08:17.155 INFO STEP 681 (remove_files) COMPLETE |
6504 | 2024-12-21T05:08:17.780Z | [ recovery-image] Dec 21 05:08:17.155 INFO O| Dec 21 05:08:17.155 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-21T05:08:17.799Z | [ recovery-image] Dec 21 05:08:17.174 INFO O| Dec 21 05:08:17.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6506 | 2024-12-21T05:08:17.799Z | [ recovery-image] Dec 21 05:08:17.174 INFO O| Dec 21 05:08:17.174 INFO STEP 682 (remove_files) COMPLETE |
6507 | 2024-12-21T05:08:17.800Z | [ recovery-image] Dec 21 05:08:17.174 INFO O| Dec 21 05:08:17.174 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-21T05:08:17.839Z | [ recovery-image] Dec 21 05:08:17.214 INFO O| Dec 21 05:08:17.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6509 | 2024-12-21T05:08:17.839Z | [ recovery-image] Dec 21 05:08:17.214 INFO O| Dec 21 05:08:17.214 INFO STEP 683 (remove_files) COMPLETE |
6510 | 2024-12-21T05:08:17.839Z | [ recovery-image] Dec 21 05:08:17.214 INFO O| Dec 21 05:08:17.214 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-21T05:08:17.899Z | [ recovery-image] Dec 21 05:08:17.274 INFO O| Dec 21 05:08:17.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6512 | 2024-12-21T05:08:17.899Z | [ recovery-image] Dec 21 05:08:17.274 INFO O| Dec 21 05:08:17.274 INFO STEP 684 (remove_files) COMPLETE |
6513 | 2024-12-21T05:08:17.901Z | [ recovery-image] Dec 21 05:08:17.274 INFO O| Dec 21 05:08:17.274 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-21T05:08:17.942Z | [ recovery-image] Dec 21 05:08:17.317 INFO O| Dec 21 05:08:17.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6515 | 2024-12-21T05:08:17.966Z | [ recovery-image] Dec 21 05:08:17.341 INFO O| Dec 21 05:08:17.341 INFO STEP 685 (remove_files) COMPLETE |
6516 | 2024-12-21T05:08:17.967Z | [ recovery-image] Dec 21 05:08:17.341 INFO O| Dec 21 05:08:17.341 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-21T05:08:18.010Z | [ recovery-image] Dec 21 05:08:17.385 INFO O| Dec 21 05:08:17.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6518 | 2024-12-21T05:08:18.012Z | [ recovery-image] Dec 21 05:08:17.385 INFO O| Dec 21 05:08:17.385 INFO STEP 686 (remove_files) COMPLETE |
6519 | 2024-12-21T05:08:18.012Z | [ recovery-image] Dec 21 05:08:17.385 INFO O| Dec 21 05:08:17.385 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-21T05:08:18.041Z | [ recovery-image] Dec 21 05:08:17.415 INFO O| Dec 21 05:08:17.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6521 | 2024-12-21T05:08:18.060Z | [ recovery-image] Dec 21 05:08:17.435 INFO O| Dec 21 05:08:17.435 INFO STEP 687 (remove_files) COMPLETE |
6522 | 2024-12-21T05:08:18.060Z | [ recovery-image] Dec 21 05:08:17.435 INFO O| Dec 21 05:08:17.435 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-21T05:08:18.099Z | [ recovery-image] Dec 21 05:08:17.475 INFO O| Dec 21 05:08:17.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6524 | 2024-12-21T05:08:18.100Z | [ recovery-image] Dec 21 05:08:17.475 INFO O| Dec 21 05:08:17.475 INFO STEP 688 (remove_files) COMPLETE |
6525 | 2024-12-21T05:08:18.100Z | [ recovery-image] Dec 21 05:08:17.475 INFO O| Dec 21 05:08:17.475 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-21T05:08:18.121Z | [ recovery-image] Dec 21 05:08:17.496 INFO O| Dec 21 05:08:17.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6527 | 2024-12-21T05:08:18.121Z | [ recovery-image] Dec 21 05:08:17.496 INFO O| Dec 21 05:08:17.496 INFO STEP 689 (remove_files) COMPLETE |
6528 | 2024-12-21T05:08:18.124Z | [ recovery-image] Dec 21 05:08:17.496 INFO O| Dec 21 05:08:17.496 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-21T05:08:18.139Z | [ host-image] Dec 21 05:08:17.514 INFO O| Dec 21 05:08:17.514 INFO O| Done |
6530 | 2024-12-21T05:08:18.139Z | [ host-image] Dec 21 05:08:17.514 INFO O| Dec 21 05:08:17.514 INFO O| Done |
6531 | 2024-12-21T05:08:18.157Z | [ recovery-image] Dec 21 05:08:17.532 INFO O| Dec 21 05:08:17.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6532 | 2024-12-21T05:08:18.161Z | [ recovery-image] Dec 21 05:08:17.532 INFO O| Dec 21 05:08:17.532 INFO STEP 690 (remove_files) COMPLETE |
6533 | 2024-12-21T05:08:18.161Z | [ recovery-image] Dec 21 05:08:17.533 INFO O| Dec 21 05:08:17.532 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-21T05:08:18.178Z | [ recovery-image] Dec 21 05:08:17.553 INFO O| Dec 21 05:08:17.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6535 | 2024-12-21T05:08:18.181Z | [ recovery-image] Dec 21 05:08:17.553 INFO O| Dec 21 05:08:17.553 INFO STEP 691 (remove_files) COMPLETE |
6536 | 2024-12-21T05:08:18.181Z | [ recovery-image] Dec 21 05:08:17.554 INFO O| Dec 21 05:08:17.553 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-21T05:08:18.196Z | [ recovery-image] Dec 21 05:08:17.571 INFO O| Dec 21 05:08:17.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6538 | 2024-12-21T05:08:18.199Z | [ recovery-image] Dec 21 05:08:17.572 INFO O| Dec 21 05:08:17.572 INFO STEP 692 (remove_files) COMPLETE |
6539 | 2024-12-21T05:08:18.199Z | [ recovery-image] Dec 21 05:08:17.572 INFO O| Dec 21 05:08:17.572 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-21T05:08:18.218Z | [ recovery-image] Dec 21 05:08:17.593 INFO O| Dec 21 05:08:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6541 | 2024-12-21T05:08:18.220Z | [ recovery-image] Dec 21 05:08:17.593 INFO O| Dec 21 05:08:17.593 INFO STEP 693 (remove_files) COMPLETE |
6542 | 2024-12-21T05:08:18.220Z | [ recovery-image] Dec 21 05:08:17.593 INFO O| Dec 21 05:08:17.593 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-21T05:08:18.240Z | [ recovery-image] Dec 21 05:08:17.616 INFO O| Dec 21 05:08:17.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6544 | 2024-12-21T05:08:18.240Z | [ recovery-image] Dec 21 05:08:17.616 INFO O| Dec 21 05:08:17.616 INFO STEP 694 (remove_files) COMPLETE |
6545 | 2024-12-21T05:08:18.240Z | [ recovery-image] Dec 21 05:08:17.616 INFO O| Dec 21 05:08:17.616 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-21T05:08:18.278Z | [ recovery-image] Dec 21 05:08:17.653 INFO O| Dec 21 05:08:17.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6547 | 2024-12-21T05:08:18.278Z | [ recovery-image] Dec 21 05:08:17.653 INFO O| Dec 21 05:08:17.653 INFO STEP 695 (remove_files) COMPLETE |
6548 | 2024-12-21T05:08:18.278Z | [ recovery-image] Dec 21 05:08:17.653 INFO O| Dec 21 05:08:17.653 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-21T05:08:18.323Z | [ recovery-image] Dec 21 05:08:17.697 INFO O| Dec 21 05:08:17.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6550 | 2024-12-21T05:08:18.323Z | [ recovery-image] Dec 21 05:08:17.698 INFO O| Dec 21 05:08:17.697 INFO STEP 696 (remove_files) COMPLETE |
6551 | 2024-12-21T05:08:18.323Z | [ recovery-image] Dec 21 05:08:17.698 INFO O| Dec 21 05:08:17.698 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-21T05:08:18.352Z | [ recovery-image] Dec 21 05:08:17.718 INFO O| Dec 21 05:08:17.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6553 | 2024-12-21T05:08:18.352Z | [ recovery-image] Dec 21 05:08:17.718 INFO O| Dec 21 05:08:17.718 INFO STEP 697 (remove_files) COMPLETE |
6554 | 2024-12-21T05:08:18.356Z | [ recovery-image] Dec 21 05:08:17.718 INFO O| Dec 21 05:08:17.718 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-21T05:08:18.362Z | [ recovery-image] Dec 21 05:08:17.737 INFO O| Dec 21 05:08:17.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6556 | 2024-12-21T05:08:18.362Z | [ recovery-image] Dec 21 05:08:17.737 INFO O| Dec 21 05:08:17.737 INFO STEP 698 (remove_files) COMPLETE |
6557 | 2024-12-21T05:08:18.367Z | [ recovery-image] Dec 21 05:08:17.738 INFO O| Dec 21 05:08:17.737 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-21T05:08:18.411Z | [ recovery-image] Dec 21 05:08:17.783 INFO O| Dec 21 05:08:17.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6559 | 2024-12-21T05:08:18.411Z | [ recovery-image] Dec 21 05:08:17.783 INFO O| Dec 21 05:08:17.783 INFO STEP 699 (remove_files) COMPLETE |
6560 | 2024-12-21T05:08:18.411Z | [ recovery-image] Dec 21 05:08:17.783 INFO O| Dec 21 05:08:17.783 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-21T05:08:18.439Z | [ recovery-image] Dec 21 05:08:17.814 INFO O| Dec 21 05:08:17.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6562 | 2024-12-21T05:08:18.439Z | [ recovery-image] Dec 21 05:08:17.814 INFO O| Dec 21 05:08:17.814 INFO STEP 700 (remove_files) COMPLETE |
6563 | 2024-12-21T05:08:18.439Z | [ recovery-image] Dec 21 05:08:17.814 INFO O| Dec 21 05:08:17.814 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-12-21T05:08:18.481Z | [ recovery-image] Dec 21 05:08:17.857 INFO O| Dec 21 05:08:17.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6565 | 2024-12-21T05:08:18.482Z | [ recovery-image] Dec 21 05:08:17.857 INFO O| Dec 21 05:08:17.856 INFO STEP 701 (remove_files) COMPLETE |
6566 | 2024-12-21T05:08:18.484Z | [ recovery-image] Dec 21 05:08:17.857 INFO O| Dec 21 05:08:17.856 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-12-21T05:08:18.500Z | [ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6568 | 2024-12-21T05:08:18.500Z | [ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.876 INFO STEP 702 (remove_files) COMPLETE |
6569 | 2024-12-21T05:08:18.501Z | [ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.876 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-12-21T05:08:18.560Z | [ recovery-image] Dec 21 05:08:17.935 INFO O| Dec 21 05:08:17.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6571 | 2024-12-21T05:08:18.560Z | [ recovery-image] Dec 21 05:08:17.935 INFO O| Dec 21 05:08:17.896 INFO STEP 703 (remove_files) COMPLETE |
6572 | 2024-12-21T05:08:18.560Z | [ recovery-image] Dec 21 05:08:17.935 INFO O| Dec 21 05:08:17.896 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-12-21T05:08:18.642Z | [ recovery-image] Dec 21 05:08:18.017 INFO O| Dec 21 05:08:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6574 | 2024-12-21T05:08:18.644Z | [ recovery-image] Dec 21 05:08:18.017 INFO O| Dec 21 05:08:18.017 INFO STEP 704 (remove_files) COMPLETE |
6575 | 2024-12-21T05:08:18.644Z | [ recovery-image] Dec 21 05:08:18.017 INFO O| Dec 21 05:08:18.017 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-12-21T05:08:18.698Z | [ recovery-image] Dec 21 05:08:18.072 INFO O| Dec 21 05:08:18.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6577 | 2024-12-21T05:08:18.698Z | [ recovery-image] Dec 21 05:08:18.072 INFO O| Dec 21 05:08:18.072 INFO STEP 705 (remove_files) COMPLETE |
6578 | 2024-12-21T05:08:18.701Z | [ recovery-image] Dec 21 05:08:18.072 INFO O| Dec 21 05:08:18.072 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-12-21T05:08:18.717Z | [ recovery-image] Dec 21 05:08:18.091 INFO O| Dec 21 05:08:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6580 | 2024-12-21T05:08:18.717Z | [ recovery-image] Dec 21 05:08:18.091 INFO O| Dec 21 05:08:18.091 INFO STEP 706 (remove_files) COMPLETE |
6581 | 2024-12-21T05:08:18.718Z | [ recovery-image] Dec 21 05:08:18.091 INFO O| Dec 21 05:08:18.091 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-12-21T05:08:18.740Z | [ recovery-image] Dec 21 05:08:18.113 INFO O| Dec 21 05:08:18.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6583 | 2024-12-21T05:08:18.740Z | [ recovery-image] Dec 21 05:08:18.113 INFO O| Dec 21 05:08:18.113 INFO STEP 707 (remove_files) COMPLETE |
6584 | 2024-12-21T05:08:18.740Z | [ recovery-image] Dec 21 05:08:18.113 INFO O| Dec 21 05:08:18.113 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-12-21T05:08:18.762Z | [ recovery-image] Dec 21 05:08:18.137 INFO O| Dec 21 05:08:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6586 | 2024-12-21T05:08:18.765Z | [ recovery-image] Dec 21 05:08:18.137 INFO O| Dec 21 05:08:18.137 INFO STEP 708 (remove_files) COMPLETE |
6587 | 2024-12-21T05:08:18.765Z | [ recovery-image] Dec 21 05:08:18.137 INFO O| Dec 21 05:08:18.137 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-12-21T05:08:18.786Z | [ recovery-image] Dec 21 05:08:18.160 INFO O| Dec 21 05:08:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6589 | 2024-12-21T05:08:18.786Z | [ recovery-image] Dec 21 05:08:18.160 INFO O| Dec 21 05:08:18.160 INFO STEP 709 (remove_files) COMPLETE |
6590 | 2024-12-21T05:08:18.786Z | [ recovery-image] Dec 21 05:08:18.160 INFO O| Dec 21 05:08:18.160 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-12-21T05:08:18.827Z | [ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6592 | 2024-12-21T05:08:18.827Z | [ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO STEP 710 (remove_files) COMPLETE |
6593 | 2024-12-21T05:08:18.830Z | [ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-12-21T05:08:18.895Z | [ recovery-image] Dec 21 05:08:18.270 INFO O| Dec 21 05:08:18.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6595 | 2024-12-21T05:08:18.895Z | [ recovery-image] Dec 21 05:08:18.270 INFO O| Dec 21 05:08:18.270 INFO STEP 711 (remove_files) COMPLETE |
6596 | 2024-12-21T05:08:18.899Z | [ recovery-image] Dec 21 05:08:18.270 INFO O| Dec 21 05:08:18.270 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-12-21T05:08:18.912Z | [ recovery-image] Dec 21 05:08:18.288 INFO O| Dec 21 05:08:18.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6598 | 2024-12-21T05:08:18.916Z | [ recovery-image] Dec 21 05:08:18.288 INFO O| Dec 21 05:08:18.288 INFO STEP 712 (remove_files) COMPLETE |
6599 | 2024-12-21T05:08:18.916Z | [ recovery-image] Dec 21 05:08:18.288 INFO O| Dec 21 05:08:18.288 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-12-21T05:08:18.930Z | [ recovery-image] Dec 21 05:08:18.305 INFO O| Dec 21 05:08:18.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6601 | 2024-12-21T05:08:18.933Z | [ recovery-image] Dec 21 05:08:18.305 INFO O| Dec 21 05:08:18.305 INFO STEP 713 (remove_files) COMPLETE |
6602 | 2024-12-21T05:08:18.933Z | [ recovery-image] Dec 21 05:08:18.305 INFO O| Dec 21 05:08:18.305 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-12-21T05:08:18.957Z | [ recovery-image] Dec 21 05:08:18.332 INFO O| Dec 21 05:08:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6604 | 2024-12-21T05:08:18.957Z | [ recovery-image] Dec 21 05:08:18.332 INFO O| Dec 21 05:08:18.332 INFO STEP 714 (remove_files) COMPLETE |
6605 | 2024-12-21T05:08:18.957Z | [ recovery-image] Dec 21 05:08:18.332 INFO O| Dec 21 05:08:18.332 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-12-21T05:08:18.992Z | [ recovery-image] Dec 21 05:08:18.366 INFO O| Dec 21 05:08:18.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6607 | 2024-12-21T05:08:18.992Z | [ recovery-image] Dec 21 05:08:18.366 INFO O| Dec 21 05:08:18.366 INFO STEP 715 (remove_files) COMPLETE |
6608 | 2024-12-21T05:08:18.992Z | [ recovery-image] Dec 21 05:08:18.366 INFO O| Dec 21 05:08:18.366 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-12-21T05:08:19.027Z | [ recovery-image] Dec 21 05:08:18.402 INFO O| Dec 21 05:08:18.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6610 | 2024-12-21T05:08:19.027Z | [ recovery-image] Dec 21 05:08:18.402 INFO O| Dec 21 05:08:18.402 INFO STEP 716 (remove_files) COMPLETE |
6611 | 2024-12-21T05:08:19.027Z | [ recovery-image] Dec 21 05:08:18.402 INFO O| Dec 21 05:08:18.402 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-12-21T05:08:19.091Z | [ recovery-image] Dec 21 05:08:18.457 INFO O| Dec 21 05:08:18.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6613 | 2024-12-21T05:08:19.091Z | [ recovery-image] Dec 21 05:08:18.457 INFO O| Dec 21 05:08:18.457 INFO STEP 717 (remove_files) COMPLETE |
6614 | 2024-12-21T05:08:19.091Z | [ recovery-image] Dec 21 05:08:18.457 INFO O| Dec 21 05:08:18.457 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-12-21T05:08:19.133Z | [ recovery-image] Dec 21 05:08:18.508 INFO O| Dec 21 05:08:18.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6616 | 2024-12-21T05:08:19.133Z | [ recovery-image] Dec 21 05:08:18.508 INFO O| Dec 21 05:08:18.508 INFO STEP 718 (remove_files) COMPLETE |
6617 | 2024-12-21T05:08:19.133Z | [ recovery-image] Dec 21 05:08:18.508 INFO O| Dec 21 05:08:18.508 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-12-21T05:08:19.153Z | [ recovery-image] Dec 21 05:08:18.528 INFO O| Dec 21 05:08:18.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6619 | 2024-12-21T05:08:19.153Z | [ recovery-image] Dec 21 05:08:18.528 INFO O| Dec 21 05:08:18.528 INFO STEP 719 (remove_files) COMPLETE |
6620 | 2024-12-21T05:08:19.153Z | [ recovery-image] Dec 21 05:08:18.528 INFO O| Dec 21 05:08:18.528 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-12-21T05:08:19.174Z | [ recovery-image] Dec 21 05:08:18.549 INFO O| Dec 21 05:08:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6622 | 2024-12-21T05:08:19.174Z | [ recovery-image] Dec 21 05:08:18.549 INFO O| Dec 21 05:08:18.549 INFO STEP 720 (remove_files) COMPLETE |
6623 | 2024-12-21T05:08:19.174Z | [ recovery-image] Dec 21 05:08:18.549 INFO O| Dec 21 05:08:18.549 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-12-21T05:08:19.194Z | [ recovery-image] Dec 21 05:08:18.569 INFO O| Dec 21 05:08:18.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6625 | 2024-12-21T05:08:19.194Z | [ recovery-image] Dec 21 05:08:18.569 INFO O| Dec 21 05:08:18.569 INFO STEP 721 (remove_files) COMPLETE |
6626 | 2024-12-21T05:08:19.194Z | [ recovery-image] Dec 21 05:08:18.569 INFO O| Dec 21 05:08:18.569 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-12-21T05:08:19.214Z | [ recovery-image] Dec 21 05:08:18.589 INFO O| Dec 21 05:08:18.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6628 | 2024-12-21T05:08:19.214Z | [ recovery-image] Dec 21 05:08:18.589 INFO O| Dec 21 05:08:18.589 INFO STEP 722 (remove_files) COMPLETE |
6629 | 2024-12-21T05:08:19.216Z | [ recovery-image] Dec 21 05:08:18.589 INFO O| Dec 21 05:08:18.589 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-12-21T05:08:19.235Z | [ recovery-image] Dec 21 05:08:18.610 INFO O| Dec 21 05:08:18.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6631 | 2024-12-21T05:08:19.235Z | [ recovery-image] Dec 21 05:08:18.610 INFO O| Dec 21 05:08:18.610 INFO STEP 723 (remove_files) COMPLETE |
6632 | 2024-12-21T05:08:19.235Z | [ recovery-image] Dec 21 05:08:18.610 INFO O| Dec 21 05:08:18.610 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-12-21T05:08:19.257Z | [ recovery-image] Dec 21 05:08:18.632 INFO O| Dec 21 05:08:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6634 | 2024-12-21T05:08:19.257Z | [ recovery-image] Dec 21 05:08:18.632 INFO O| Dec 21 05:08:18.632 INFO STEP 724 (remove_files) COMPLETE |
6635 | 2024-12-21T05:08:19.257Z | [ recovery-image] Dec 21 05:08:18.632 INFO O| Dec 21 05:08:18.632 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-21T05:08:19.279Z | [ recovery-image] Dec 21 05:08:18.653 INFO O| Dec 21 05:08:18.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6637 | 2024-12-21T05:08:19.279Z | [ recovery-image] Dec 21 05:08:18.653 INFO O| Dec 21 05:08:18.653 INFO STEP 725 (remove_files) COMPLETE |
6638 | 2024-12-21T05:08:19.279Z | [ recovery-image] Dec 21 05:08:18.653 INFO O| Dec 21 05:08:18.653 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-21T05:08:19.298Z | [ recovery-image] Dec 21 05:08:18.671 INFO O| Dec 21 05:08:18.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6640 | 2024-12-21T05:08:19.298Z | [ recovery-image] Dec 21 05:08:18.671 INFO O| Dec 21 05:08:18.671 INFO STEP 726 (remove_files) COMPLETE |
6641 | 2024-12-21T05:08:19.298Z | [ recovery-image] Dec 21 05:08:18.671 INFO O| Dec 21 05:08:18.671 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-21T05:08:19.328Z | [ recovery-image] Dec 21 05:08:18.703 INFO O| Dec 21 05:08:18.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6643 | 2024-12-21T05:08:19.328Z | [ recovery-image] Dec 21 05:08:18.703 INFO O| Dec 21 05:08:18.703 INFO STEP 727 (remove_files) COMPLETE |
6644 | 2024-12-21T05:08:19.328Z | [ recovery-image] Dec 21 05:08:18.703 INFO O| Dec 21 05:08:18.703 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-21T05:08:19.353Z | [ recovery-image] Dec 21 05:08:18.727 INFO O| Dec 21 05:08:18.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6646 | 2024-12-21T05:08:19.353Z | [ recovery-image] Dec 21 05:08:18.727 INFO O| Dec 21 05:08:18.727 INFO STEP 728 (remove_files) COMPLETE |
6647 | 2024-12-21T05:08:19.353Z | [ recovery-image] Dec 21 05:08:18.727 INFO O| Dec 21 05:08:18.727 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-21T05:08:19.396Z | [ recovery-image] Dec 21 05:08:18.771 INFO O| Dec 21 05:08:18.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6649 | 2024-12-21T05:08:19.399Z | [ recovery-image] Dec 21 05:08:18.771 INFO O| Dec 21 05:08:18.771 INFO STEP 729 (remove_files) COMPLETE |
6650 | 2024-12-21T05:08:19.399Z | [ recovery-image] Dec 21 05:08:18.771 INFO O| Dec 21 05:08:18.771 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-21T05:08:19.403Z | [ host-image] Dec 21 05:08:18.778 INFO O| Dec 21 05:08:18.778 INFO O| Done |
6652 | 2024-12-21T05:08:19.418Z | [ recovery-image] Dec 21 05:08:18.793 INFO O| Dec 21 05:08:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6653 | 2024-12-21T05:08:19.420Z | [ recovery-image] Dec 21 05:08:18.793 INFO O| Dec 21 05:08:18.793 INFO STEP 730 (remove_files) COMPLETE |
6654 | 2024-12-21T05:08:19.420Z | [ recovery-image] Dec 21 05:08:18.793 INFO O| Dec 21 05:08:18.793 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-21T05:08:19.509Z | [ recovery-image] Dec 21 05:08:18.884 INFO O| Dec 21 05:08:18.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6656 | 2024-12-21T05:08:19.509Z | [ recovery-image] Dec 21 05:08:18.884 INFO O| Dec 21 05:08:18.884 INFO STEP 731 (remove_files) COMPLETE |
6657 | 2024-12-21T05:08:19.512Z | [ recovery-image] Dec 21 05:08:18.884 INFO O| Dec 21 05:08:18.884 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-21T05:08:19.542Z | [ recovery-image] Dec 21 05:08:18.916 INFO O| Dec 21 05:08:18.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6659 | 2024-12-21T05:08:19.542Z | [ recovery-image] Dec 21 05:08:18.916 INFO O| Dec 21 05:08:18.916 INFO STEP 732 (remove_files) COMPLETE |
6660 | 2024-12-21T05:08:19.542Z | [ recovery-image] Dec 21 05:08:18.916 INFO O| Dec 21 05:08:18.916 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-12-21T05:08:19.579Z | [ recovery-image] Dec 21 05:08:18.954 INFO O| Dec 21 05:08:18.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6662 | 2024-12-21T05:08:19.579Z | [ recovery-image] Dec 21 05:08:18.954 INFO O| Dec 21 05:08:18.954 INFO STEP 733 (remove_files) COMPLETE |
6663 | 2024-12-21T05:08:19.580Z | [ recovery-image] Dec 21 05:08:18.954 INFO O| Dec 21 05:08:18.954 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-12-21T05:08:19.617Z | [ recovery-image] Dec 21 05:08:18.992 INFO O| Dec 21 05:08:18.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6665 | 2024-12-21T05:08:19.617Z | [ recovery-image] Dec 21 05:08:18.992 INFO O| Dec 21 05:08:18.992 INFO STEP 734 (remove_files) COMPLETE |
6666 | 2024-12-21T05:08:19.617Z | [ recovery-image] Dec 21 05:08:18.992 INFO O| Dec 21 05:08:18.992 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-12-21T05:08:19.638Z | [ recovery-image] Dec 21 05:08:19.013 INFO O| Dec 21 05:08:19.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6668 | 2024-12-21T05:08:19.641Z | [ recovery-image] Dec 21 05:08:19.013 INFO O| Dec 21 05:08:19.013 INFO STEP 735 (remove_files) COMPLETE |
6669 | 2024-12-21T05:08:19.641Z | [ recovery-image] Dec 21 05:08:19.013 INFO O| Dec 21 05:08:19.013 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-12-21T05:08:19.658Z | [ recovery-image] Dec 21 05:08:19.033 INFO O| Dec 21 05:08:19.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6671 | 2024-12-21T05:08:19.658Z | [ recovery-image] Dec 21 05:08:19.033 INFO O| Dec 21 05:08:19.033 INFO STEP 736 (remove_files) COMPLETE |
6672 | 2024-12-21T05:08:19.658Z | [ recovery-image] Dec 21 05:08:19.033 INFO O| Dec 21 05:08:19.033 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-12-21T05:08:19.678Z | [ recovery-image] Dec 21 05:08:19.053 INFO O| Dec 21 05:08:19.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6674 | 2024-12-21T05:08:19.678Z | [ recovery-image] Dec 21 05:08:19.053 INFO O| Dec 21 05:08:19.053 INFO STEP 737 (remove_files) COMPLETE |
6675 | 2024-12-21T05:08:19.681Z | [ recovery-image] Dec 21 05:08:19.054 INFO O| Dec 21 05:08:19.053 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-12-21T05:08:19.700Z | [ recovery-image] Dec 21 05:08:19.075 INFO O| Dec 21 05:08:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6677 | 2024-12-21T05:08:19.700Z | [ recovery-image] Dec 21 05:08:19.075 INFO O| Dec 21 05:08:19.075 INFO STEP 738 (remove_files) COMPLETE |
6678 | 2024-12-21T05:08:19.700Z | [ recovery-image] Dec 21 05:08:19.075 INFO O| Dec 21 05:08:19.075 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-12-21T05:08:19.748Z | [ recovery-image] Dec 21 05:08:19.123 INFO O| Dec 21 05:08:19.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6680 | 2024-12-21T05:08:19.748Z | [ recovery-image] Dec 21 05:08:19.123 INFO O| Dec 21 05:08:19.123 INFO STEP 739 (remove_files) COMPLETE |
6681 | 2024-12-21T05:08:19.751Z | [ recovery-image] Dec 21 05:08:19.123 INFO O| Dec 21 05:08:19.123 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-12-21T05:08:19.778Z | [ recovery-image] Dec 21 05:08:19.152 INFO O| Dec 21 05:08:19.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6683 | 2024-12-21T05:08:19.778Z | [ recovery-image] Dec 21 05:08:19.152 INFO O| Dec 21 05:08:19.152 INFO STEP 740 (remove_files) COMPLETE |
6684 | 2024-12-21T05:08:19.782Z | [ recovery-image] Dec 21 05:08:19.152 INFO O| Dec 21 05:08:19.152 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-12-21T05:08:19.803Z | [ recovery-image] Dec 21 05:08:19.178 INFO O| Dec 21 05:08:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6686 | 2024-12-21T05:08:19.803Z | [ recovery-image] Dec 21 05:08:19.178 INFO O| Dec 21 05:08:19.178 INFO STEP 741 (remove_files) COMPLETE |
6687 | 2024-12-21T05:08:19.805Z | [ recovery-image] Dec 21 05:08:19.178 INFO O| Dec 21 05:08:19.178 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-12-21T05:08:19.858Z | [ recovery-image] Dec 21 05:08:19.233 INFO O| Dec 21 05:08:19.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6689 | 2024-12-21T05:08:19.861Z | [ recovery-image] Dec 21 05:08:19.233 INFO O| Dec 21 05:08:19.233 INFO STEP 742 (remove_files) COMPLETE |
6690 | 2024-12-21T05:08:19.861Z | [ recovery-image] Dec 21 05:08:19.233 INFO O| Dec 21 05:08:19.233 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-12-21T05:08:19.880Z | [ recovery-image] Dec 21 05:08:19.255 INFO O| Dec 21 05:08:19.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6692 | 2024-12-21T05:08:19.883Z | [ recovery-image] Dec 21 05:08:19.256 INFO O| Dec 21 05:08:19.256 INFO STEP 743 (remove_files) COMPLETE |
6693 | 2024-12-21T05:08:19.883Z | [ recovery-image] Dec 21 05:08:19.256 INFO O| Dec 21 05:08:19.256 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-12-21T05:08:19.917Z | [ recovery-image] Dec 21 05:08:19.292 INFO O| Dec 21 05:08:19.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6695 | 2024-12-21T05:08:19.920Z | [ recovery-image] Dec 21 05:08:19.292 INFO O| Dec 21 05:08:19.292 INFO STEP 744 (remove_files) COMPLETE |
6696 | 2024-12-21T05:08:19.920Z | [ recovery-image] Dec 21 05:08:19.292 INFO O| Dec 21 05:08:19.292 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-12-21T05:08:19.938Z | [ recovery-image] Dec 21 05:08:19.313 INFO O| Dec 21 05:08:19.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6698 | 2024-12-21T05:08:19.940Z | [ recovery-image] Dec 21 05:08:19.313 INFO O| Dec 21 05:08:19.313 INFO STEP 745 (remove_files) COMPLETE |
6699 | 2024-12-21T05:08:19.941Z | [ recovery-image] Dec 21 05:08:19.313 INFO O| Dec 21 05:08:19.313 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-12-21T05:08:20.004Z | [ recovery-image] Dec 21 05:08:19.378 INFO O| Dec 21 05:08:19.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6701 | 2024-12-21T05:08:20.004Z | [ recovery-image] Dec 21 05:08:19.378 INFO O| Dec 21 05:08:19.375 INFO STEP 746 (remove_files) COMPLETE |
6702 | 2024-12-21T05:08:20.004Z | [ recovery-image] Dec 21 05:08:19.379 INFO O| Dec 21 05:08:19.376 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-12-21T05:08:20.029Z | [ recovery-image] Dec 21 05:08:19.403 INFO O| Dec 21 05:08:19.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6704 | 2024-12-21T05:08:20.031Z | [ recovery-image] Dec 21 05:08:19.404 INFO O| Dec 21 05:08:19.404 INFO STEP 747 (remove_files) COMPLETE |
6705 | 2024-12-21T05:08:20.031Z | [ recovery-image] Dec 21 05:08:19.404 INFO O| Dec 21 05:08:19.404 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-12-21T05:08:20.067Z | [ recovery-image] Dec 21 05:08:19.441 INFO O| Dec 21 05:08:19.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6707 | 2024-12-21T05:08:20.067Z | [ recovery-image] Dec 21 05:08:19.441 INFO O| Dec 21 05:08:19.441 INFO STEP 748 (remove_files) COMPLETE |
6708 | 2024-12-21T05:08:20.070Z | [ recovery-image] Dec 21 05:08:19.441 INFO O| Dec 21 05:08:19.441 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-21T05:08:20.085Z | [ recovery-image] Dec 21 05:08:19.459 INFO O| Dec 21 05:08:19.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6710 | 2024-12-21T05:08:20.085Z | [ recovery-image] Dec 21 05:08:19.459 INFO O| Dec 21 05:08:19.459 INFO STEP 749 (remove_files) COMPLETE |
6711 | 2024-12-21T05:08:20.085Z | [ recovery-image] Dec 21 05:08:19.459 INFO O| Dec 21 05:08:19.459 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-21T05:08:20.116Z | [ recovery-image] Dec 21 05:08:19.476 INFO O| Dec 21 05:08:19.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6713 | 2024-12-21T05:08:20.116Z | [ recovery-image] Dec 21 05:08:19.476 INFO O| Dec 21 05:08:19.476 INFO STEP 750 (remove_files) COMPLETE |
6714 | 2024-12-21T05:08:20.116Z | [ recovery-image] Dec 21 05:08:19.476 INFO O| Dec 21 05:08:19.476 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-21T05:08:20.120Z | [ recovery-image] Dec 21 05:08:19.492 INFO O| Dec 21 05:08:19.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6716 | 2024-12-21T05:08:20.121Z | [ recovery-image] Dec 21 05:08:19.492 INFO O| Dec 21 05:08:19.492 INFO STEP 751 (remove_files) COMPLETE |
6717 | 2024-12-21T05:08:20.121Z | [ recovery-image] Dec 21 05:08:19.492 INFO O| Dec 21 05:08:19.492 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-12-21T05:08:20.138Z | [ recovery-image] Dec 21 05:08:19.512 INFO O| Dec 21 05:08:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6719 | 2024-12-21T05:08:20.138Z | [ recovery-image] Dec 21 05:08:19.512 INFO O| Dec 21 05:08:19.512 INFO STEP 752 (remove_files) COMPLETE |
6720 | 2024-12-21T05:08:20.138Z | [ recovery-image] Dec 21 05:08:19.512 INFO O| Dec 21 05:08:19.512 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-21T05:08:20.191Z | [ recovery-image] Dec 21 05:08:19.566 INFO O| Dec 21 05:08:19.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6722 | 2024-12-21T05:08:20.192Z | [ recovery-image] Dec 21 05:08:19.567 INFO O| Dec 21 05:08:19.566 INFO STEP 753 (remove_files) COMPLETE |
6723 | 2024-12-21T05:08:20.195Z | [ recovery-image] Dec 21 05:08:19.567 INFO O| Dec 21 05:08:19.567 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-21T05:08:20.215Z | [ recovery-image] Dec 21 05:08:19.589 INFO O| Dec 21 05:08:19.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6725 | 2024-12-21T05:08:20.215Z | [ recovery-image] Dec 21 05:08:19.589 INFO O| Dec 21 05:08:19.589 INFO STEP 754 (remove_files) COMPLETE |
6726 | 2024-12-21T05:08:20.215Z | [ recovery-image] Dec 21 05:08:19.590 INFO O| Dec 21 05:08:19.589 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-12-21T05:08:20.236Z | [ recovery-image] Dec 21 05:08:19.611 INFO O| Dec 21 05:08:19.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6728 | 2024-12-21T05:08:20.236Z | [ recovery-image] Dec 21 05:08:19.611 INFO O| Dec 21 05:08:19.611 INFO STEP 755 (remove_files) COMPLETE |
6729 | 2024-12-21T05:08:20.236Z | [ recovery-image] Dec 21 05:08:19.611 INFO O| Dec 21 05:08:19.611 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-21T05:08:20.258Z | [ recovery-image] Dec 21 05:08:19.633 INFO O| Dec 21 05:08:19.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6731 | 2024-12-21T05:08:20.259Z | [ recovery-image] Dec 21 05:08:19.633 INFO O| Dec 21 05:08:19.633 INFO STEP 756 (remove_files) COMPLETE |
6732 | 2024-12-21T05:08:20.259Z | [ recovery-image] Dec 21 05:08:19.633 INFO O| Dec 21 05:08:19.633 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-21T05:08:20.280Z | [ recovery-image] Dec 21 05:08:19.655 INFO O| Dec 21 05:08:19.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6734 | 2024-12-21T05:08:20.280Z | [ recovery-image] Dec 21 05:08:19.655 INFO O| Dec 21 05:08:19.655 INFO STEP 757 (remove_files) COMPLETE |
6735 | 2024-12-21T05:08:20.280Z | [ recovery-image] Dec 21 05:08:19.655 INFO O| Dec 21 05:08:19.655 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-21T05:08:20.301Z | [ recovery-image] Dec 21 05:08:19.676 INFO O| Dec 21 05:08:19.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6737 | 2024-12-21T05:08:20.304Z | [ recovery-image] Dec 21 05:08:19.676 INFO O| Dec 21 05:08:19.676 INFO STEP 758 (remove_files) COMPLETE |
6738 | 2024-12-21T05:08:20.304Z | [ recovery-image] Dec 21 05:08:19.676 INFO O| Dec 21 05:08:19.676 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-21T05:08:20.340Z | [ recovery-image] Dec 21 05:08:19.715 INFO O| Dec 21 05:08:19.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6740 | 2024-12-21T05:08:20.344Z | [ recovery-image] Dec 21 05:08:19.719 INFO O| Dec 21 05:08:19.719 INFO STEP 759 (remove_files) COMPLETE |
6741 | 2024-12-21T05:08:20.347Z | [ recovery-image] Dec 21 05:08:19.720 INFO O| Dec 21 05:08:19.719 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-21T05:08:20.386Z | [ recovery-image] Dec 21 05:08:19.761 INFO O| Dec 21 05:08:19.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6743 | 2024-12-21T05:08:20.386Z | [ recovery-image] Dec 21 05:08:19.761 INFO O| Dec 21 05:08:19.761 INFO STEP 760 (remove_files) COMPLETE |
6744 | 2024-12-21T05:08:20.386Z | [ recovery-image] Dec 21 05:08:19.761 INFO O| Dec 21 05:08:19.761 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-21T05:08:20.407Z | [ recovery-image] Dec 21 05:08:19.782 INFO O| Dec 21 05:08:19.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6746 | 2024-12-21T05:08:20.407Z | [ recovery-image] Dec 21 05:08:19.782 INFO O| Dec 21 05:08:19.782 INFO STEP 761 (remove_files) COMPLETE |
6747 | 2024-12-21T05:08:20.410Z | [ recovery-image] Dec 21 05:08:19.782 INFO O| Dec 21 05:08:19.782 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-21T05:08:20.426Z | [ recovery-image] Dec 21 05:08:19.801 INFO O| Dec 21 05:08:19.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6749 | 2024-12-21T05:08:20.426Z | [ recovery-image] Dec 21 05:08:19.801 INFO O| Dec 21 05:08:19.801 INFO STEP 762 (remove_files) COMPLETE |
6750 | 2024-12-21T05:08:20.429Z | [ recovery-image] Dec 21 05:08:19.801 INFO O| Dec 21 05:08:19.801 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-21T05:08:20.447Z | [ recovery-image] Dec 21 05:08:19.821 INFO O| Dec 21 05:08:19.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6752 | 2024-12-21T05:08:20.447Z | [ recovery-image] Dec 21 05:08:19.821 INFO O| Dec 21 05:08:19.821 INFO STEP 763 (remove_files) COMPLETE |
6753 | 2024-12-21T05:08:20.447Z | [ recovery-image] Dec 21 05:08:19.821 INFO O| Dec 21 05:08:19.821 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-21T05:08:20.466Z | [ recovery-image] Dec 21 05:08:19.841 INFO O| Dec 21 05:08:19.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6755 | 2024-12-21T05:08:20.466Z | [ recovery-image] Dec 21 05:08:19.841 INFO O| Dec 21 05:08:19.841 INFO STEP 764 (remove_files) COMPLETE |
6756 | 2024-12-21T05:08:20.466Z | [ recovery-image] Dec 21 05:08:19.841 INFO O| Dec 21 05:08:19.841 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-21T05:08:20.505Z | [ recovery-image] Dec 21 05:08:19.880 INFO O| Dec 21 05:08:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6758 | 2024-12-21T05:08:20.505Z | [ recovery-image] Dec 21 05:08:19.880 INFO O| Dec 21 05:08:19.880 INFO STEP 765 (remove_files) COMPLETE |
6759 | 2024-12-21T05:08:20.505Z | [ recovery-image] Dec 21 05:08:19.880 INFO O| Dec 21 05:08:19.880 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-21T05:08:20.524Z | [ recovery-image] Dec 21 05:08:19.899 INFO O| Dec 21 05:08:19.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6761 | 2024-12-21T05:08:20.527Z | [ recovery-image] Dec 21 05:08:19.899 INFO O| Dec 21 05:08:19.899 INFO STEP 766 (remove_files) COMPLETE |
6762 | 2024-12-21T05:08:20.527Z | [ recovery-image] Dec 21 05:08:19.900 INFO O| Dec 21 05:08:19.899 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-21T05:08:20.546Z | [ recovery-image] Dec 21 05:08:19.920 INFO O| Dec 21 05:08:19.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6764 | 2024-12-21T05:08:20.546Z | [ recovery-image] Dec 21 05:08:19.921 INFO O| Dec 21 05:08:19.921 INFO STEP 767 (remove_files) COMPLETE |
6765 | 2024-12-21T05:08:20.548Z | [ recovery-image] Dec 21 05:08:19.921 INFO O| Dec 21 05:08:19.921 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-21T05:08:20.566Z | [ recovery-image] Dec 21 05:08:19.941 INFO O| Dec 21 05:08:19.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6767 | 2024-12-21T05:08:20.566Z | [ recovery-image] Dec 21 05:08:19.941 INFO O| Dec 21 05:08:19.941 INFO STEP 768 (remove_files) COMPLETE |
6768 | 2024-12-21T05:08:20.566Z | [ recovery-image] Dec 21 05:08:19.941 INFO O| Dec 21 05:08:19.941 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-21T05:08:20.590Z | [ recovery-image] Dec 21 05:08:19.964 INFO O| Dec 21 05:08:19.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6770 | 2024-12-21T05:08:20.590Z | [ recovery-image] Dec 21 05:08:19.965 INFO O| Dec 21 05:08:19.965 INFO STEP 769 (remove_files) COMPLETE |
6771 | 2024-12-21T05:08:20.590Z | [ recovery-image] Dec 21 05:08:19.965 INFO O| Dec 21 05:08:19.965 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-21T05:08:20.631Z | [ recovery-image] Dec 21 05:08:20.006 INFO O| Dec 21 05:08:20.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6773 | 2024-12-21T05:08:20.631Z | [ recovery-image] Dec 21 05:08:20.006 INFO O| Dec 21 05:08:20.006 INFO STEP 770 (remove_files) COMPLETE |
6774 | 2024-12-21T05:08:20.631Z | [ recovery-image] Dec 21 05:08:20.006 INFO O| Dec 21 05:08:20.006 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-21T05:08:20.652Z | [ recovery-image] Dec 21 05:08:20.026 INFO O| Dec 21 05:08:20.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6776 | 2024-12-21T05:08:20.652Z | [ recovery-image] Dec 21 05:08:20.027 INFO O| Dec 21 05:08:20.026 INFO STEP 771 (remove_files) COMPLETE |
6777 | 2024-12-21T05:08:20.652Z | [ recovery-image] Dec 21 05:08:20.027 INFO O| Dec 21 05:08:20.027 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-21T05:08:20.670Z | [ recovery-image] Dec 21 05:08:20.045 INFO O| Dec 21 05:08:20.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6779 | 2024-12-21T05:08:20.671Z | [ recovery-image] Dec 21 05:08:20.045 INFO O| Dec 21 05:08:20.045 INFO STEP 772 (remove_files) COMPLETE |
6780 | 2024-12-21T05:08:20.674Z | [ recovery-image] Dec 21 05:08:20.045 INFO O| Dec 21 05:08:20.045 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-21T05:08:20.691Z | [ recovery-image] Dec 21 05:08:20.065 INFO O| Dec 21 05:08:20.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6782 | 2024-12-21T05:08:20.691Z | [ recovery-image] Dec 21 05:08:20.065 INFO O| Dec 21 05:08:20.065 INFO STEP 773 (remove_files) COMPLETE |
6783 | 2024-12-21T05:08:20.691Z | [ recovery-image] Dec 21 05:08:20.065 INFO O| Dec 21 05:08:20.065 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-21T05:08:20.710Z | [ recovery-image] Dec 21 05:08:20.085 INFO O| Dec 21 05:08:20.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6785 | 2024-12-21T05:08:20.710Z | [ recovery-image] Dec 21 05:08:20.085 INFO O| Dec 21 05:08:20.085 INFO STEP 774 (remove_files) COMPLETE |
6786 | 2024-12-21T05:08:20.710Z | [ recovery-image] Dec 21 05:08:20.085 INFO O| Dec 21 05:08:20.085 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-21T05:08:20.731Z | [ recovery-image] Dec 21 05:08:20.106 INFO O| Dec 21 05:08:20.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6788 | 2024-12-21T05:08:20.731Z | [ recovery-image] Dec 21 05:08:20.106 INFO O| Dec 21 05:08:20.106 INFO STEP 775 (remove_files) COMPLETE |
6789 | 2024-12-21T05:08:20.731Z | [ recovery-image] Dec 21 05:08:20.106 INFO O| Dec 21 05:08:20.106 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-21T05:08:20.755Z | [ recovery-image] Dec 21 05:08:20.129 INFO O| Dec 21 05:08:20.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6791 | 2024-12-21T05:08:20.755Z | [ recovery-image] Dec 21 05:08:20.130 INFO O| Dec 21 05:08:20.130 INFO STEP 776 (remove_files) COMPLETE |
6792 | 2024-12-21T05:08:20.755Z | [ recovery-image] Dec 21 05:08:20.130 INFO O| Dec 21 05:08:20.130 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-21T05:08:20.786Z | [ recovery-image] Dec 21 05:08:20.160 INFO O| Dec 21 05:08:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6794 | 2024-12-21T05:08:20.786Z | [ recovery-image] Dec 21 05:08:20.160 INFO O| Dec 21 05:08:20.160 INFO STEP 777 (remove_files) COMPLETE |
6795 | 2024-12-21T05:08:20.789Z | [ recovery-image] Dec 21 05:08:20.160 INFO O| Dec 21 05:08:20.160 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-21T05:08:20.826Z | [ recovery-image] Dec 21 05:08:20.201 INFO O| Dec 21 05:08:20.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6797 | 2024-12-21T05:08:20.826Z | [ recovery-image] Dec 21 05:08:20.201 INFO O| Dec 21 05:08:20.201 INFO STEP 778 (remove_files) COMPLETE |
6798 | 2024-12-21T05:08:20.826Z | [ recovery-image] Dec 21 05:08:20.201 INFO O| Dec 21 05:08:20.201 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-21T05:08:20.896Z | [ recovery-image] Dec 21 05:08:20.271 INFO O| Dec 21 05:08:20.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6800 | 2024-12-21T05:08:20.896Z | [ recovery-image] Dec 21 05:08:20.271 INFO O| Dec 21 05:08:20.271 INFO STEP 779 (remove_files) COMPLETE |
6801 | 2024-12-21T05:08:20.896Z | [ recovery-image] Dec 21 05:08:20.271 INFO O| Dec 21 05:08:20.271 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-21T05:08:20.919Z | [ recovery-image] Dec 21 05:08:20.294 INFO O| Dec 21 05:08:20.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6803 | 2024-12-21T05:08:20.919Z | [ recovery-image] Dec 21 05:08:20.294 INFO O| Dec 21 05:08:20.294 INFO STEP 780 (remove_files) COMPLETE |
6804 | 2024-12-21T05:08:20.920Z | [ recovery-image] Dec 21 05:08:20.295 INFO O| Dec 21 05:08:20.294 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-21T05:08:20.941Z | [ recovery-image] Dec 21 05:08:20.315 INFO O| Dec 21 05:08:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6806 | 2024-12-21T05:08:20.941Z | [ recovery-image] Dec 21 05:08:20.316 INFO O| Dec 21 05:08:20.315 INFO STEP 781 (remove_files) COMPLETE |
6807 | 2024-12-21T05:08:20.941Z | [ recovery-image] Dec 21 05:08:20.316 INFO O| Dec 21 05:08:20.316 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-21T05:08:20.961Z | [ recovery-image] Dec 21 05:08:20.336 INFO O| Dec 21 05:08:20.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6809 | 2024-12-21T05:08:20.961Z | [ recovery-image] Dec 21 05:08:20.336 INFO O| Dec 21 05:08:20.336 INFO STEP 782 (remove_files) COMPLETE |
6810 | 2024-12-21T05:08:20.964Z | [ recovery-image] Dec 21 05:08:20.336 INFO O| Dec 21 05:08:20.336 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-21T05:08:20.981Z | [ recovery-image] Dec 21 05:08:20.356 INFO O| Dec 21 05:08:20.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6812 | 2024-12-21T05:08:20.981Z | [ recovery-image] Dec 21 05:08:20.356 INFO O| Dec 21 05:08:20.356 INFO STEP 783 (remove_files) COMPLETE |
6813 | 2024-12-21T05:08:20.981Z | [ recovery-image] Dec 21 05:08:20.356 INFO O| Dec 21 05:08:20.356 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-21T05:08:21.001Z | [ recovery-image] Dec 21 05:08:20.376 INFO O| Dec 21 05:08:20.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6815 | 2024-12-21T05:08:21.001Z | [ recovery-image] Dec 21 05:08:20.376 INFO O| Dec 21 05:08:20.376 INFO STEP 784 (remove_files) COMPLETE |
6816 | 2024-12-21T05:08:21.001Z | [ recovery-image] Dec 21 05:08:20.376 INFO O| Dec 21 05:08:20.376 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-21T05:08:21.022Z | [ recovery-image] Dec 21 05:08:20.397 INFO O| Dec 21 05:08:20.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6818 | 2024-12-21T05:08:21.022Z | [ recovery-image] Dec 21 05:08:20.397 INFO O| Dec 21 05:08:20.397 INFO STEP 785 (remove_files) COMPLETE |
6819 | 2024-12-21T05:08:21.024Z | [ recovery-image] Dec 21 05:08:20.397 INFO O| Dec 21 05:08:20.397 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-21T05:08:21.042Z | [ recovery-image] Dec 21 05:08:20.416 INFO O| Dec 21 05:08:20.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6821 | 2024-12-21T05:08:21.042Z | [ recovery-image] Dec 21 05:08:20.416 INFO O| Dec 21 05:08:20.416 INFO STEP 786 (remove_files) COMPLETE |
6822 | 2024-12-21T05:08:21.045Z | [ recovery-image] Dec 21 05:08:20.417 INFO O| Dec 21 05:08:20.416 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-21T05:08:21.061Z | [ recovery-image] Dec 21 05:08:20.436 INFO O| Dec 21 05:08:20.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6824 | 2024-12-21T05:08:21.061Z | [ recovery-image] Dec 21 05:08:20.436 INFO O| Dec 21 05:08:20.436 INFO STEP 787 (remove_files) COMPLETE |
6825 | 2024-12-21T05:08:21.074Z | [ recovery-image] Dec 21 05:08:20.436 INFO O| Dec 21 05:08:20.436 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-21T05:08:21.082Z | [ recovery-image] Dec 21 05:08:20.457 INFO O| Dec 21 05:08:20.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6827 | 2024-12-21T05:08:21.082Z | [ recovery-image] Dec 21 05:08:20.457 INFO O| Dec 21 05:08:20.457 INFO STEP 788 (remove_files) COMPLETE |
6828 | 2024-12-21T05:08:21.085Z | [ recovery-image] Dec 21 05:08:20.457 INFO O| Dec 21 05:08:20.457 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-21T05:08:21.103Z | [ recovery-image] Dec 21 05:08:20.478 INFO O| Dec 21 05:08:20.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6830 | 2024-12-21T05:08:21.103Z | [ recovery-image] Dec 21 05:08:20.478 INFO O| Dec 21 05:08:20.478 INFO STEP 789 (remove_files) COMPLETE |
6831 | 2024-12-21T05:08:21.103Z | [ recovery-image] Dec 21 05:08:20.478 INFO O| Dec 21 05:08:20.478 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-21T05:08:21.125Z | [ recovery-image] Dec 21 05:08:20.500 INFO O| Dec 21 05:08:20.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6833 | 2024-12-21T05:08:21.125Z | [ recovery-image] Dec 21 05:08:20.500 INFO O| Dec 21 05:08:20.500 INFO STEP 790 (remove_files) COMPLETE |
6834 | 2024-12-21T05:08:21.127Z | [ recovery-image] Dec 21 05:08:20.500 INFO O| Dec 21 05:08:20.500 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-21T05:08:21.147Z | [ recovery-image] Dec 21 05:08:20.521 INFO O| Dec 21 05:08:20.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6836 | 2024-12-21T05:08:21.147Z | [ recovery-image] Dec 21 05:08:20.521 INFO O| Dec 21 05:08:20.521 INFO STEP 791 (remove_files) COMPLETE |
6837 | 2024-12-21T05:08:21.149Z | [ recovery-image] Dec 21 05:08:20.522 INFO O| Dec 21 05:08:20.521 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-21T05:08:21.167Z | [ recovery-image] Dec 21 05:08:20.542 INFO O| Dec 21 05:08:20.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6839 | 2024-12-21T05:08:21.167Z | [ recovery-image] Dec 21 05:08:20.542 INFO O| Dec 21 05:08:20.542 INFO STEP 792 (remove_files) COMPLETE |
6840 | 2024-12-21T05:08:21.170Z | [ recovery-image] Dec 21 05:08:20.542 INFO O| Dec 21 05:08:20.542 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-21T05:08:21.187Z | [ recovery-image] Dec 21 05:08:20.561 INFO O| Dec 21 05:08:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6842 | 2024-12-21T05:08:21.187Z | [ recovery-image] Dec 21 05:08:20.561 INFO O| Dec 21 05:08:20.561 INFO STEP 793 (remove_files) COMPLETE |
6843 | 2024-12-21T05:08:21.187Z | [ recovery-image] Dec 21 05:08:20.562 INFO O| Dec 21 05:08:20.561 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-21T05:08:21.208Z | [ recovery-image] Dec 21 05:08:20.582 INFO O| Dec 21 05:08:20.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6845 | 2024-12-21T05:08:21.208Z | [ recovery-image] Dec 21 05:08:20.582 INFO O| Dec 21 05:08:20.582 INFO STEP 794 (remove_files) COMPLETE |
6846 | 2024-12-21T05:08:21.208Z | [ recovery-image] Dec 21 05:08:20.582 INFO O| Dec 21 05:08:20.582 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-21T05:08:21.227Z | [ recovery-image] Dec 21 05:08:20.602 INFO O| Dec 21 05:08:20.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6848 | 2024-12-21T05:08:21.227Z | [ recovery-image] Dec 21 05:08:20.602 INFO O| Dec 21 05:08:20.602 INFO STEP 795 (remove_files) COMPLETE |
6849 | 2024-12-21T05:08:21.227Z | [ recovery-image] Dec 21 05:08:20.602 INFO O| Dec 21 05:08:20.602 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-21T05:08:21.246Z | [ recovery-image] Dec 21 05:08:20.621 INFO O| Dec 21 05:08:20.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6851 | 2024-12-21T05:08:21.246Z | [ recovery-image] Dec 21 05:08:20.621 INFO O| Dec 21 05:08:20.621 INFO STEP 796 (remove_files) COMPLETE |
6852 | 2024-12-21T05:08:21.247Z | [ recovery-image] Dec 21 05:08:20.621 INFO O| Dec 21 05:08:20.621 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-21T05:08:21.265Z | [ recovery-image] Dec 21 05:08:20.640 INFO O| Dec 21 05:08:20.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6854 | 2024-12-21T05:08:21.265Z | [ recovery-image] Dec 21 05:08:20.640 INFO O| Dec 21 05:08:20.640 INFO STEP 797 (remove_files) COMPLETE |
6855 | 2024-12-21T05:08:21.267Z | [ recovery-image] Dec 21 05:08:20.640 INFO O| Dec 21 05:08:20.640 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-21T05:08:21.283Z | [ recovery-image] Dec 21 05:08:20.658 INFO O| Dec 21 05:08:20.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6857 | 2024-12-21T05:08:21.283Z | [ recovery-image] Dec 21 05:08:20.658 INFO O| Dec 21 05:08:20.658 INFO STEP 798 (remove_files) COMPLETE |
6858 | 2024-12-21T05:08:21.286Z | [ recovery-image] Dec 21 05:08:20.658 INFO O| Dec 21 05:08:20.658 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-21T05:08:21.338Z | [ recovery-image] Dec 21 05:08:20.712 INFO O| Dec 21 05:08:20.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6860 | 2024-12-21T05:08:21.338Z | [ recovery-image] Dec 21 05:08:20.712 INFO O| Dec 21 05:08:20.712 INFO STEP 799 (remove_files) COMPLETE |
6861 | 2024-12-21T05:08:21.338Z | [ recovery-image] Dec 21 05:08:20.712 INFO O| Dec 21 05:08:20.712 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-21T05:08:21.359Z | [ recovery-image] Dec 21 05:08:20.733 INFO O| Dec 21 05:08:20.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6863 | 2024-12-21T05:08:21.359Z | [ recovery-image] Dec 21 05:08:20.733 INFO O| Dec 21 05:08:20.733 INFO STEP 800 (remove_files) COMPLETE |
6864 | 2024-12-21T05:08:21.359Z | [ recovery-image] Dec 21 05:08:20.733 INFO O| Dec 21 05:08:20.733 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-21T05:08:21.387Z | [ recovery-image] Dec 21 05:08:20.762 INFO O| Dec 21 05:08:20.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6866 | 2024-12-21T05:08:21.390Z | [ recovery-image] Dec 21 05:08:20.762 INFO O| Dec 21 05:08:20.762 INFO STEP 801 (remove_files) COMPLETE |
6867 | 2024-12-21T05:08:21.390Z | [ recovery-image] Dec 21 05:08:20.763 INFO O| Dec 21 05:08:20.763 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-21T05:08:21.410Z | [ recovery-image] Dec 21 05:08:20.784 INFO O| Dec 21 05:08:20.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6869 | 2024-12-21T05:08:21.413Z | [ recovery-image] Dec 21 05:08:20.784 INFO O| Dec 21 05:08:20.784 INFO STEP 802 (remove_files) COMPLETE |
6870 | 2024-12-21T05:08:21.413Z | [ recovery-image] Dec 21 05:08:20.784 INFO O| Dec 21 05:08:20.784 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-21T05:08:21.431Z | [ recovery-image] Dec 21 05:08:20.806 INFO O| Dec 21 05:08:20.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6872 | 2024-12-21T05:08:21.434Z | [ recovery-image] Dec 21 05:08:20.806 INFO O| Dec 21 05:08:20.806 INFO STEP 803 (remove_files) COMPLETE |
6873 | 2024-12-21T05:08:21.434Z | [ recovery-image] Dec 21 05:08:20.806 INFO O| Dec 21 05:08:20.806 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-21T05:08:21.454Z | [ recovery-image] Dec 21 05:08:20.829 INFO O| Dec 21 05:08:20.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6875 | 2024-12-21T05:08:21.456Z | [ recovery-image] Dec 21 05:08:20.829 INFO O| Dec 21 05:08:20.829 INFO STEP 804 (remove_files) COMPLETE |
6876 | 2024-12-21T05:08:21.457Z | [ recovery-image] Dec 21 05:08:20.829 INFO O| Dec 21 05:08:20.829 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-21T05:08:21.485Z | [ recovery-image] Dec 21 05:08:20.860 INFO O| Dec 21 05:08:20.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6878 | 2024-12-21T05:08:21.485Z | [ recovery-image] Dec 21 05:08:20.860 INFO O| Dec 21 05:08:20.860 INFO STEP 805 (remove_files) COMPLETE |
6879 | 2024-12-21T05:08:21.485Z | [ recovery-image] Dec 21 05:08:20.860 INFO O| Dec 21 05:08:20.860 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-21T05:08:21.504Z | [ recovery-image] Dec 21 05:08:20.879 INFO O| Dec 21 05:08:20.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6881 | 2024-12-21T05:08:21.504Z | [ recovery-image] Dec 21 05:08:20.879 INFO O| Dec 21 05:08:20.879 INFO STEP 806 (remove_files) COMPLETE |
6882 | 2024-12-21T05:08:21.504Z | [ recovery-image] Dec 21 05:08:20.879 INFO O| Dec 21 05:08:20.879 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-21T05:08:21.536Z | [ recovery-image] Dec 21 05:08:20.911 INFO O| Dec 21 05:08:20.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6884 | 2024-12-21T05:08:21.560Z | [ recovery-image] Dec 21 05:08:20.934 INFO O| Dec 21 05:08:20.934 INFO STEP 807 (remove_files) COMPLETE |
6885 | 2024-12-21T05:08:21.560Z | [ recovery-image] Dec 21 05:08:20.934 INFO O| Dec 21 05:08:20.934 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-21T05:08:21.595Z | [ recovery-image] Dec 21 05:08:20.970 INFO O| Dec 21 05:08:20.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6887 | 2024-12-21T05:08:21.596Z | [ recovery-image] Dec 21 05:08:20.970 INFO O| Dec 21 05:08:20.970 INFO STEP 808 (remove_files) COMPLETE |
6888 | 2024-12-21T05:08:21.596Z | [ recovery-image] Dec 21 05:08:20.970 INFO O| Dec 21 05:08:20.970 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-21T05:08:21.623Z | [ recovery-image] Dec 21 05:08:20.997 INFO O| Dec 21 05:08:20.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6890 | 2024-12-21T05:08:21.623Z | [ recovery-image] Dec 21 05:08:20.997 INFO O| Dec 21 05:08:20.997 INFO STEP 809 (remove_files) COMPLETE |
6891 | 2024-12-21T05:08:21.625Z | [ recovery-image] Dec 21 05:08:20.997 INFO O| Dec 21 05:08:20.997 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-21T05:08:21.751Z | [ recovery-image] Dec 21 05:08:21.126 INFO O| Dec 21 05:08:21.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6893 | 2024-12-21T05:08:21.751Z | [ recovery-image] Dec 21 05:08:21.126 INFO O| Dec 21 05:08:21.096 INFO STEP 810 (remove_files) COMPLETE |
6894 | 2024-12-21T05:08:21.754Z | [ recovery-image] Dec 21 05:08:21.126 INFO O| Dec 21 05:08:21.096 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-21T05:08:21.754Z | [ recovery-image] Dec 21 05:08:21.127 INFO O| Dec 21 05:08:21.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6896 | 2024-12-21T05:08:21.754Z | [ recovery-image] Dec 21 05:08:21.127 INFO O| Dec 21 05:08:21.127 INFO STEP 811 (remove_files) COMPLETE |
6897 | 2024-12-21T05:08:21.754Z | [ recovery-image] Dec 21 05:08:21.127 INFO O| Dec 21 05:08:21.127 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-21T05:08:21.777Z | [ recovery-image] Dec 21 05:08:21.151 INFO O| Dec 21 05:08:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6899 | 2024-12-21T05:08:21.777Z | [ recovery-image] Dec 21 05:08:21.151 INFO O| Dec 21 05:08:21.151 INFO STEP 812 (remove_files) COMPLETE |
6900 | 2024-12-21T05:08:21.777Z | [ recovery-image] Dec 21 05:08:21.151 INFO O| Dec 21 05:08:21.151 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-21T05:08:21.795Z | [ recovery-image] Dec 21 05:08:21.170 INFO O| Dec 21 05:08:21.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6902 | 2024-12-21T05:08:21.795Z | [ recovery-image] Dec 21 05:08:21.170 INFO O| Dec 21 05:08:21.170 INFO STEP 813 (remove_files) COMPLETE |
6903 | 2024-12-21T05:08:21.795Z | [ recovery-image] Dec 21 05:08:21.170 INFO O| Dec 21 05:08:21.170 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-21T05:08:21.820Z | [ recovery-image] Dec 21 05:08:21.195 INFO O| Dec 21 05:08:21.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6905 | 2024-12-21T05:08:21.820Z | [ recovery-image] Dec 21 05:08:21.195 INFO O| Dec 21 05:08:21.195 INFO STEP 814 (remove_files) COMPLETE |
6906 | 2024-12-21T05:08:21.823Z | [ recovery-image] Dec 21 05:08:21.195 INFO O| Dec 21 05:08:21.195 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-21T05:08:21.882Z | [ recovery-image] Dec 21 05:08:21.256 INFO O| Dec 21 05:08:21.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6908 | 2024-12-21T05:08:21.882Z | [ recovery-image] Dec 21 05:08:21.256 INFO O| Dec 21 05:08:21.256 INFO STEP 815 (remove_files) COMPLETE |
6909 | 2024-12-21T05:08:21.882Z | [ recovery-image] Dec 21 05:08:21.256 INFO O| Dec 21 05:08:21.256 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-21T05:08:21.942Z | [ recovery-image] Dec 21 05:08:21.317 INFO O| Dec 21 05:08:21.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6911 | 2024-12-21T05:08:21.942Z | [ recovery-image] Dec 21 05:08:21.317 INFO O| Dec 21 05:08:21.317 INFO STEP 816 (remove_files) COMPLETE |
6912 | 2024-12-21T05:08:21.942Z | [ recovery-image] Dec 21 05:08:21.317 INFO O| Dec 21 05:08:21.317 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-21T05:08:21.974Z | [ recovery-image] Dec 21 05:08:21.349 INFO O| Dec 21 05:08:21.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6914 | 2024-12-21T05:08:22.006Z | [ host-image] Dec 21 05:08:21.381 INFO O| Dec 21 05:08:21.381 INFO O| Done |
6915 | 2024-12-21T05:08:22.027Z | [ recovery-image] Dec 21 05:08:21.401 INFO O| Dec 21 05:08:21.401 INFO STEP 817 (remove_files) COMPLETE |
6916 | 2024-12-21T05:08:22.027Z | [ recovery-image] Dec 21 05:08:21.401 INFO O| Dec 21 05:08:21.401 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-21T05:08:22.051Z | [ host-image] Dec 21 05:08:21.425 INFO O| Dec 21 05:08:21.425 INFO O| Done |
6918 | 2024-12-21T05:08:22.051Z | [ host-image] Dec 21 05:08:21.425 INFO O| Dec 21 05:08:21.425 INFO O| Done |
6919 | 2024-12-21T05:08:22.059Z | [ recovery-image] Dec 21 05:08:21.434 INFO O| Dec 21 05:08:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6920 | 2024-12-21T05:08:22.059Z | [ recovery-image] Dec 21 05:08:21.434 INFO O| Dec 21 05:08:21.434 INFO STEP 818 (remove_files) COMPLETE |
6921 | 2024-12-21T05:08:22.059Z | [ recovery-image] Dec 21 05:08:21.434 INFO O| Dec 21 05:08:21.434 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-21T05:08:22.067Z | [ host-image] Dec 21 05:08:21.442 INFO O| Dec 21 05:08:21.442 INFO O| Done |
6923 | 2024-12-21T05:08:22.080Z | [ recovery-image] Dec 21 05:08:21.454 INFO O| Dec 21 05:08:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6924 | 2024-12-21T05:08:22.096Z | [ recovery-image] Dec 21 05:08:21.471 INFO O| Dec 21 05:08:21.471 INFO STEP 819 (remove_files) COMPLETE |
6925 | 2024-12-21T05:08:22.096Z | [ recovery-image] Dec 21 05:08:21.471 INFO O| Dec 21 05:08:21.471 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-21T05:08:22.167Z | [ recovery-image] Dec 21 05:08:21.542 INFO O| Dec 21 05:08:21.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6927 | 2024-12-21T05:08:22.170Z | [ recovery-image] Dec 21 05:08:21.542 INFO O| Dec 21 05:08:21.542 INFO STEP 820 (remove_files) COMPLETE |
6928 | 2024-12-21T05:08:22.170Z | [ recovery-image] Dec 21 05:08:21.542 INFO O| Dec 21 05:08:21.542 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-21T05:08:22.187Z | [ recovery-image] Dec 21 05:08:21.562 INFO O| Dec 21 05:08:21.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6930 | 2024-12-21T05:08:22.187Z | [ recovery-image] Dec 21 05:08:21.562 INFO O| Dec 21 05:08:21.562 INFO STEP 821 (remove_files) COMPLETE |
6931 | 2024-12-21T05:08:22.189Z | [ recovery-image] Dec 21 05:08:21.562 INFO O| Dec 21 05:08:21.562 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-21T05:08:22.205Z | [ recovery-image] Dec 21 05:08:21.580 INFO O| Dec 21 05:08:21.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6933 | 2024-12-21T05:08:22.208Z | [ recovery-image] Dec 21 05:08:21.580 INFO O| Dec 21 05:08:21.580 INFO STEP 822 (remove_files) COMPLETE |
6934 | 2024-12-21T05:08:22.208Z | [ recovery-image] Dec 21 05:08:21.580 INFO O| Dec 21 05:08:21.580 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-21T05:08:22.222Z | [ recovery-image] Dec 21 05:08:21.597 INFO O| Dec 21 05:08:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6936 | 2024-12-21T05:08:22.222Z | [ recovery-image] Dec 21 05:08:21.597 INFO O| Dec 21 05:08:21.597 INFO STEP 823 (remove_files) COMPLETE |
6937 | 2024-12-21T05:08:22.225Z | [ recovery-image] Dec 21 05:08:21.597 INFO O| Dec 21 05:08:21.597 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-21T05:08:22.241Z | [ recovery-image] Dec 21 05:08:21.615 INFO O| Dec 21 05:08:21.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6939 | 2024-12-21T05:08:22.241Z | [ recovery-image] Dec 21 05:08:21.615 INFO O| Dec 21 05:08:21.615 INFO STEP 824 (remove_files) COMPLETE |
6940 | 2024-12-21T05:08:22.241Z | [ recovery-image] Dec 21 05:08:21.615 INFO O| Dec 21 05:08:21.615 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-21T05:08:22.264Z | [ host-image] Dec 21 05:08:21.638 INFO O| Dec 21 05:08:21.638 INFO STEP 14 (pkg_install) COMPLETE |
6942 | 2024-12-21T05:08:22.264Z | [ host-image] Dec 21 05:08:21.638 INFO O| Dec 21 05:08:21.638 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6943 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.638 INFO O| Dec 21 05:08:21.638 INFO skip step because feature "mfg" is not enabled |
6944 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.638 INFO O| Dec 21 05:08:21.638 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6945 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO skip step because feature "compliance" is not enabled |
6946 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6947 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO skip step because feature "stress" is not enabled |
6948 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6949 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO skip step because feature "nfs" is not enabled |
6950 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
6951 | 2024-12-21T05:08:22.266Z | [ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.639 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
6952 | 2024-12-21T05:08:22.296Z | [ recovery-image] Dec 21 05:08:21.671 INFO O| Dec 21 05:08:21.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6953 | 2024-12-21T05:08:22.299Z | [ recovery-image] Dec 21 05:08:21.671 INFO O| Dec 21 05:08:21.671 INFO STEP 825 (remove_files) COMPLETE |
6954 | 2024-12-21T05:08:22.299Z | [ recovery-image] Dec 21 05:08:21.671 INFO O| Dec 21 05:08:21.671 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-21T05:08:22.335Z | [ recovery-image] Dec 21 05:08:21.710 INFO O| Dec 21 05:08:21.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6956 | 2024-12-21T05:08:22.338Z | [ recovery-image] Dec 21 05:08:21.710 INFO O| Dec 21 05:08:21.710 INFO STEP 826 (remove_files) COMPLETE |
6957 | 2024-12-21T05:08:22.338Z | [ recovery-image] Dec 21 05:08:21.710 INFO O| Dec 21 05:08:21.710 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-21T05:08:22.362Z | [ recovery-image] Dec 21 05:08:21.736 INFO O| Dec 21 05:08:21.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6959 | 2024-12-21T05:08:22.364Z | [ recovery-image] Dec 21 05:08:21.737 INFO O| Dec 21 05:08:21.737 INFO STEP 827 (remove_files) COMPLETE |
6960 | 2024-12-21T05:08:22.364Z | [ recovery-image] Dec 21 05:08:21.737 INFO O| Dec 21 05:08:21.737 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-21T05:08:22.384Z | [ recovery-image] Dec 21 05:08:21.759 INFO O| Dec 21 05:08:21.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6962 | 2024-12-21T05:08:22.387Z | [ recovery-image] Dec 21 05:08:21.759 INFO O| Dec 21 05:08:21.759 INFO STEP 828 (remove_files) COMPLETE |
6963 | 2024-12-21T05:08:22.387Z | [ recovery-image] Dec 21 05:08:21.759 INFO O| Dec 21 05:08:21.759 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-21T05:08:22.407Z | [ recovery-image] Dec 21 05:08:21.782 INFO O| Dec 21 05:08:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6965 | 2024-12-21T05:08:22.410Z | [ recovery-image] Dec 21 05:08:21.782 INFO O| Dec 21 05:08:21.782 INFO STEP 829 (remove_files) COMPLETE |
6966 | 2024-12-21T05:08:22.410Z | [ recovery-image] Dec 21 05:08:21.782 INFO O| Dec 21 05:08:21.782 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-21T05:08:22.438Z | [ recovery-image] Dec 21 05:08:21.813 INFO O| Dec 21 05:08:21.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6968 | 2024-12-21T05:08:22.438Z | [ recovery-image] Dec 21 05:08:21.813 INFO O| Dec 21 05:08:21.813 INFO STEP 830 (remove_files) COMPLETE |
6969 | 2024-12-21T05:08:22.441Z | [ recovery-image] Dec 21 05:08:21.813 INFO O| Dec 21 05:08:21.813 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-21T05:08:22.459Z | [ recovery-image] Dec 21 05:08:21.834 INFO O| Dec 21 05:08:21.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6971 | 2024-12-21T05:08:22.459Z | [ recovery-image] Dec 21 05:08:21.834 INFO O| Dec 21 05:08:21.834 INFO STEP 831 (remove_files) COMPLETE |
6972 | 2024-12-21T05:08:22.459Z | [ recovery-image] Dec 21 05:08:21.834 INFO O| Dec 21 05:08:21.834 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-12-21T05:08:22.479Z | [ recovery-image] Dec 21 05:08:21.854 INFO O| Dec 21 05:08:21.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6974 | 2024-12-21T05:08:22.482Z | [ recovery-image] Dec 21 05:08:21.854 INFO O| Dec 21 05:08:21.854 INFO STEP 832 (remove_files) COMPLETE |
6975 | 2024-12-21T05:08:22.482Z | [ recovery-image] Dec 21 05:08:21.854 INFO O| Dec 21 05:08:21.854 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-12-21T05:08:22.486Z | [ host-image] Dec 21 05:08:21.861 INFO O| Dec 21 05:08:21.861 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
6977 | 2024-12-21T05:08:22.533Z | [ recovery-image] Dec 21 05:08:21.908 INFO O| Dec 21 05:08:21.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6978 | 2024-12-21T05:08:22.533Z | [ recovery-image] Dec 21 05:08:21.908 INFO O| Dec 21 05:08:21.908 INFO STEP 833 (remove_files) COMPLETE |
6979 | 2024-12-21T05:08:22.533Z | [ recovery-image] Dec 21 05:08:21.908 INFO O| Dec 21 05:08:21.908 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-21T05:08:22.561Z | [ recovery-image] Dec 21 05:08:21.935 INFO O| Dec 21 05:08:21.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6981 | 2024-12-21T05:08:22.563Z | [ recovery-image] Dec 21 05:08:21.936 INFO O| Dec 21 05:08:21.935 INFO STEP 834 (remove_files) COMPLETE |
6982 | 2024-12-21T05:08:22.563Z | [ recovery-image] Dec 21 05:08:21.936 INFO O| Dec 21 05:08:21.936 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-21T05:08:22.581Z | [ recovery-image] Dec 21 05:08:21.956 INFO O| Dec 21 05:08:21.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6984 | 2024-12-21T05:08:22.584Z | [ recovery-image] Dec 21 05:08:21.956 INFO O| Dec 21 05:08:21.956 INFO STEP 835 (remove_files) COMPLETE |
6985 | 2024-12-21T05:08:22.584Z | [ recovery-image] Dec 21 05:08:21.956 INFO O| Dec 21 05:08:21.956 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-21T05:08:22.602Z | [ recovery-image] Dec 21 05:08:21.977 INFO O| Dec 21 05:08:21.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6987 | 2024-12-21T05:08:22.605Z | [ recovery-image] Dec 21 05:08:21.977 INFO O| Dec 21 05:08:21.977 INFO STEP 836 (remove_files) COMPLETE |
6988 | 2024-12-21T05:08:22.605Z | [ recovery-image] Dec 21 05:08:21.977 INFO O| Dec 21 05:08:21.977 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-21T05:08:22.626Z | [ host-image] Dec 21 05:08:22.001 INFO O| Dec 21 05:08:22.001 INFO completed processing gimlet/ramdisk-01-os |
6990 | 2024-12-21T05:08:22.629Z | [ host-image] Dec 21 05:08:22.004 INFO omicron1 baseline generation... |
6991 | 2024-12-21T05:08:22.631Z | [ host-image] Dec 21 05:08:22.004 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
6992 | 2024-12-21T05:08:22.646Z | [ recovery-image] Dec 21 05:08:22.021 INFO O| Dec 21 05:08:22.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6993 | 2024-12-21T05:08:22.647Z | [ recovery-image] Dec 21 05:08:22.021 INFO O| Dec 21 05:08:22.021 INFO STEP 837 (remove_files) COMPLETE |
6994 | 2024-12-21T05:08:22.647Z | [ recovery-image] Dec 21 05:08:22.021 INFO O| Dec 21 05:08:22.021 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-21T05:08:22.672Z | [ recovery-image] Dec 21 05:08:22.046 INFO O| Dec 21 05:08:22.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6996 | 2024-12-21T05:08:22.672Z | [ recovery-image] Dec 21 05:08:22.046 INFO O| Dec 21 05:08:22.046 INFO STEP 838 (remove_files) COMPLETE |
6997 | 2024-12-21T05:08:22.672Z | [ recovery-image] Dec 21 05:08:22.046 INFO O| Dec 21 05:08:22.046 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-21T05:08:22.691Z | [ recovery-image] Dec 21 05:08:22.065 INFO O| Dec 21 05:08:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6999 | 2024-12-21T05:08:22.691Z | [ recovery-image] Dec 21 05:08:22.065 INFO O| Dec 21 05:08:22.065 INFO STEP 839 (remove_files) COMPLETE |
7000 | 2024-12-21T05:08:22.691Z | [ recovery-image] Dec 21 05:08:22.065 INFO O| Dec 21 05:08:22.065 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-21T05:08:22.711Z | [ recovery-image] Dec 21 05:08:22.086 INFO O| Dec 21 05:08:22.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
7002 | 2024-12-21T05:08:22.711Z | [ recovery-image] Dec 21 05:08:22.086 INFO O| Dec 21 05:08:22.086 INFO STEP 840 (remove_files) COMPLETE |
7003 | 2024-12-21T05:08:22.711Z | [ recovery-image] Dec 21 05:08:22.086 INFO O| Dec 21 05:08:22.086 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-21T05:08:22.733Z | [ recovery-image] Dec 21 05:08:22.108 INFO O| Dec 21 05:08:22.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
7005 | 2024-12-21T05:08:22.733Z | [ recovery-image] Dec 21 05:08:22.108 INFO O| Dec 21 05:08:22.108 INFO STEP 841 (remove_files) COMPLETE |
7006 | 2024-12-21T05:08:22.733Z | [ recovery-image] Dec 21 05:08:22.108 INFO O| Dec 21 05:08:22.108 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-21T05:08:22.757Z | [ recovery-image] Dec 21 05:08:22.131 INFO O| Dec 21 05:08:22.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
7008 | 2024-12-21T05:08:22.757Z | [ recovery-image] Dec 21 05:08:22.132 INFO O| Dec 21 05:08:22.132 INFO STEP 842 (remove_files) COMPLETE |
7009 | 2024-12-21T05:08:22.760Z | [ recovery-image] Dec 21 05:08:22.132 INFO O| Dec 21 05:08:22.132 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-21T05:08:22.785Z | [ recovery-image] Dec 21 05:08:22.160 INFO O| Dec 21 05:08:22.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
7011 | 2024-12-21T05:08:22.785Z | [ recovery-image] Dec 21 05:08:22.160 INFO O| Dec 21 05:08:22.160 INFO STEP 843 (remove_files) COMPLETE |
7012 | 2024-12-21T05:08:22.785Z | [ recovery-image] Dec 21 05:08:22.160 INFO O| Dec 21 05:08:22.160 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-21T05:08:22.822Z | [ recovery-image] Dec 21 05:08:22.197 INFO O| Dec 21 05:08:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
7014 | 2024-12-21T05:08:22.822Z | [ recovery-image] Dec 21 05:08:22.197 INFO O| Dec 21 05:08:22.197 INFO STEP 844 (remove_files) COMPLETE |
7015 | 2024-12-21T05:08:22.825Z | [ recovery-image] Dec 21 05:08:22.197 INFO O| Dec 21 05:08:22.197 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-21T05:08:22.850Z | [ recovery-image] Dec 21 05:08:22.225 INFO O| Dec 21 05:08:22.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
7017 | 2024-12-21T05:08:22.850Z | [ recovery-image] Dec 21 05:08:22.225 INFO O| Dec 21 05:08:22.225 INFO STEP 845 (remove_files) COMPLETE |
7018 | 2024-12-21T05:08:22.850Z | [ recovery-image] Dec 21 05:08:22.225 INFO O| Dec 21 05:08:22.225 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-21T05:08:22.894Z | [ recovery-image] Dec 21 05:08:22.268 INFO O| Dec 21 05:08:22.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
7020 | 2024-12-21T05:08:22.896Z | [ recovery-image] Dec 21 05:08:22.269 INFO O| Dec 21 05:08:22.268 INFO STEP 846 (remove_files) COMPLETE |
7021 | 2024-12-21T05:08:22.896Z | [ recovery-image] Dec 21 05:08:22.269 INFO O| Dec 21 05:08:22.269 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-21T05:08:22.916Z | [ recovery-image] Dec 21 05:08:22.290 INFO O| Dec 21 05:08:22.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
7023 | 2024-12-21T05:08:22.916Z | [ recovery-image] Dec 21 05:08:22.291 INFO O| Dec 21 05:08:22.290 INFO STEP 847 (remove_files) COMPLETE |
7024 | 2024-12-21T05:08:22.919Z | [ recovery-image] Dec 21 05:08:22.291 INFO O| Dec 21 05:08:22.290 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-21T05:08:22.936Z | [ recovery-image] Dec 21 05:08:22.310 INFO O| Dec 21 05:08:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
7026 | 2024-12-21T05:08:22.936Z | [ recovery-image] Dec 21 05:08:22.311 INFO O| Dec 21 05:08:22.311 INFO STEP 848 (remove_files) COMPLETE |
7027 | 2024-12-21T05:08:22.936Z | [ recovery-image] Dec 21 05:08:22.311 INFO O| Dec 21 05:08:22.311 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-21T05:08:22.955Z | [ recovery-image] Dec 21 05:08:22.330 INFO O| Dec 21 05:08:22.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
7029 | 2024-12-21T05:08:22.955Z | [ recovery-image] Dec 21 05:08:22.330 INFO O| Dec 21 05:08:22.330 INFO STEP 849 (remove_files) COMPLETE |
7030 | 2024-12-21T05:08:22.959Z | [ recovery-image] Dec 21 05:08:22.330 INFO O| Dec 21 05:08:22.330 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-21T05:08:22.974Z | [ recovery-image] Dec 21 05:08:22.349 INFO O| Dec 21 05:08:22.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
7032 | 2024-12-21T05:08:22.975Z | [ recovery-image] Dec 21 05:08:22.349 INFO O| Dec 21 05:08:22.349 INFO STEP 850 (remove_files) COMPLETE |
7033 | 2024-12-21T05:08:22.975Z | [ recovery-image] Dec 21 05:08:22.349 INFO O| Dec 21 05:08:22.349 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-21T05:08:23.010Z | [ recovery-image] Dec 21 05:08:22.385 INFO O| Dec 21 05:08:22.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
7035 | 2024-12-21T05:08:23.010Z | [ recovery-image] Dec 21 05:08:22.385 INFO O| Dec 21 05:08:22.385 INFO STEP 851 (remove_files) COMPLETE |
7036 | 2024-12-21T05:08:23.010Z | [ recovery-image] Dec 21 05:08:22.385 INFO O| Dec 21 05:08:22.385 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-21T05:08:23.053Z | [ recovery-image] Dec 21 05:08:22.427 INFO O| Dec 21 05:08:22.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
7038 | 2024-12-21T05:08:23.053Z | [ recovery-image] Dec 21 05:08:22.427 INFO O| Dec 21 05:08:22.427 INFO STEP 852 (remove_files) COMPLETE |
7039 | 2024-12-21T05:08:23.053Z | [ recovery-image] Dec 21 05:08:22.427 INFO O| Dec 21 05:08:22.427 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-21T05:08:23.073Z | [ recovery-image] Dec 21 05:08:22.448 INFO O| Dec 21 05:08:22.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
7041 | 2024-12-21T05:08:23.073Z | [ recovery-image] Dec 21 05:08:22.448 INFO O| Dec 21 05:08:22.448 INFO STEP 853 (remove_files) COMPLETE |
7042 | 2024-12-21T05:08:23.073Z | [ recovery-image] Dec 21 05:08:22.448 INFO O| Dec 21 05:08:22.448 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-21T05:08:23.092Z | [ recovery-image] Dec 21 05:08:22.466 INFO O| Dec 21 05:08:22.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
7044 | 2024-12-21T05:08:23.092Z | [ recovery-image] Dec 21 05:08:22.466 INFO O| Dec 21 05:08:22.466 INFO STEP 854 (remove_files) COMPLETE |
7045 | 2024-12-21T05:08:23.092Z | [ recovery-image] Dec 21 05:08:22.467 INFO O| Dec 21 05:08:22.466 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-21T05:08:23.127Z | [ recovery-image] Dec 21 05:08:22.502 INFO O| Dec 21 05:08:22.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
7047 | 2024-12-21T05:08:23.127Z | [ recovery-image] Dec 21 05:08:22.502 INFO O| Dec 21 05:08:22.502 INFO STEP 855 (remove_files) COMPLETE |
7048 | 2024-12-21T05:08:23.127Z | [ recovery-image] Dec 21 05:08:22.502 INFO O| Dec 21 05:08:22.502 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-21T05:08:23.160Z | [ recovery-image] Dec 21 05:08:22.534 INFO O| Dec 21 05:08:22.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
7050 | 2024-12-21T05:08:23.160Z | [ recovery-image] Dec 21 05:08:22.534 INFO O| Dec 21 05:08:22.534 INFO STEP 856 (remove_files) COMPLETE |
7051 | 2024-12-21T05:08:23.160Z | [ recovery-image] Dec 21 05:08:22.534 INFO O| Dec 21 05:08:22.534 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-21T05:08:23.218Z | [ recovery-image] Dec 21 05:08:22.592 INFO O| Dec 21 05:08:22.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
7053 | 2024-12-21T05:08:23.221Z | [ recovery-image] Dec 21 05:08:22.592 INFO O| Dec 21 05:08:22.592 INFO STEP 857 (remove_files) COMPLETE |
7054 | 2024-12-21T05:08:23.221Z | [ recovery-image] Dec 21 05:08:22.593 INFO O| Dec 21 05:08:22.592 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-21T05:08:23.338Z | [ recovery-image] Dec 21 05:08:22.713 INFO O| Dec 21 05:08:22.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
7056 | 2024-12-21T05:08:23.338Z | [ recovery-image] Dec 21 05:08:22.713 INFO O| Dec 21 05:08:22.713 INFO STEP 858 (remove_files) COMPLETE |
7057 | 2024-12-21T05:08:23.338Z | [ recovery-image] Dec 21 05:08:22.713 INFO O| Dec 21 05:08:22.713 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-21T05:08:23.361Z | [ recovery-image] Dec 21 05:08:22.735 INFO O| Dec 21 05:08:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
7059 | 2024-12-21T05:08:23.361Z | [ recovery-image] Dec 21 05:08:22.735 INFO O| Dec 21 05:08:22.735 INFO STEP 859 (remove_files) COMPLETE |
7060 | 2024-12-21T05:08:23.363Z | [ recovery-image] Dec 21 05:08:22.735 INFO O| Dec 21 05:08:22.735 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-21T05:08:23.367Z | [ host-image] Dec 21 05:08:22.742 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
7062 | 2024-12-21T05:08:23.380Z | [ recovery-image] Dec 21 05:08:22.754 INFO O| Dec 21 05:08:22.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
7063 | 2024-12-21T05:08:23.380Z | [ recovery-image] Dec 21 05:08:22.754 INFO O| Dec 21 05:08:22.754 INFO STEP 860 (remove_files) COMPLETE |
7064 | 2024-12-21T05:08:23.382Z | [ recovery-image] Dec 21 05:08:22.755 INFO O| Dec 21 05:08:22.754 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-12-21T05:08:23.399Z | [ recovery-image] Dec 21 05:08:22.773 INFO O| Dec 21 05:08:22.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
7066 | 2024-12-21T05:08:23.399Z | [ recovery-image] Dec 21 05:08:22.774 INFO O| Dec 21 05:08:22.774 INFO STEP 861 (remove_files) COMPLETE |
7067 | 2024-12-21T05:08:23.399Z | [ recovery-image] Dec 21 05:08:22.774 INFO O| Dec 21 05:08:22.774 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-12-21T05:08:23.419Z | [ recovery-image] Dec 21 05:08:22.794 INFO O| Dec 21 05:08:22.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
7069 | 2024-12-21T05:08:23.419Z | [ recovery-image] Dec 21 05:08:22.794 INFO O| Dec 21 05:08:22.794 INFO STEP 862 (remove_files) COMPLETE |
7070 | 2024-12-21T05:08:23.420Z | [ recovery-image] Dec 21 05:08:22.794 INFO O| Dec 21 05:08:22.794 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-12-21T05:08:23.440Z | [ recovery-image] Dec 21 05:08:22.815 INFO O| Dec 21 05:08:22.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
7072 | 2024-12-21T05:08:23.440Z | [ recovery-image] Dec 21 05:08:22.815 INFO O| Dec 21 05:08:22.815 INFO STEP 863 (remove_files) COMPLETE |
7073 | 2024-12-21T05:08:23.440Z | [ recovery-image] Dec 21 05:08:22.815 INFO O| Dec 21 05:08:22.815 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-12-21T05:08:23.460Z | [ recovery-image] Dec 21 05:08:22.834 INFO O| Dec 21 05:08:22.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
7075 | 2024-12-21T05:08:23.460Z | [ recovery-image] Dec 21 05:08:22.834 INFO O| Dec 21 05:08:22.834 INFO STEP 864 (remove_files) COMPLETE |
7076 | 2024-12-21T05:08:23.460Z | [ recovery-image] Dec 21 05:08:22.834 INFO O| Dec 21 05:08:22.834 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-12-21T05:08:23.478Z | [ recovery-image] Dec 21 05:08:22.852 INFO O| Dec 21 05:08:22.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
7078 | 2024-12-21T05:08:23.478Z | [ recovery-image] Dec 21 05:08:22.852 INFO O| Dec 21 05:08:22.852 INFO STEP 865 (remove_files) COMPLETE |
7079 | 2024-12-21T05:08:23.478Z | [ recovery-image] Dec 21 05:08:22.852 INFO O| Dec 21 05:08:22.852 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-12-21T05:08:23.495Z | [ recovery-image] Dec 21 05:08:22.870 INFO O| Dec 21 05:08:22.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
7081 | 2024-12-21T05:08:23.495Z | [ recovery-image] Dec 21 05:08:22.870 INFO O| Dec 21 05:08:22.870 INFO STEP 866 (remove_files) COMPLETE |
7082 | 2024-12-21T05:08:23.495Z | [ recovery-image] Dec 21 05:08:22.870 INFO O| Dec 21 05:08:22.870 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-12-21T05:08:23.530Z | [ recovery-image] Dec 21 05:08:22.904 INFO O| Dec 21 05:08:22.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7084 | 2024-12-21T05:08:23.532Z | [ recovery-image] Dec 21 05:08:22.904 INFO O| Dec 21 05:08:22.904 INFO STEP 867 (remove_files) COMPLETE |
7085 | 2024-12-21T05:08:23.532Z | [ recovery-image] Dec 21 05:08:22.905 INFO O| Dec 21 05:08:22.904 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-12-21T05:08:23.547Z | [ recovery-image] Dec 21 05:08:22.922 INFO O| Dec 21 05:08:22.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7087 | 2024-12-21T05:08:23.549Z | [ recovery-image] Dec 21 05:08:22.922 INFO O| Dec 21 05:08:22.922 INFO STEP 868 (remove_files) COMPLETE |
7088 | 2024-12-21T05:08:23.550Z | [ recovery-image] Dec 21 05:08:22.922 INFO O| Dec 21 05:08:22.922 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-12-21T05:08:23.574Z | [ recovery-image] Dec 21 05:08:22.948 INFO O| Dec 21 05:08:22.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7090 | 2024-12-21T05:08:23.576Z | [ recovery-image] Dec 21 05:08:22.948 INFO O| Dec 21 05:08:22.948 INFO STEP 869 (remove_files) COMPLETE |
7091 | 2024-12-21T05:08:23.576Z | [ recovery-image] Dec 21 05:08:22.948 INFO O| Dec 21 05:08:22.948 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-12-21T05:08:23.594Z | [ recovery-image] Dec 21 05:08:22.969 INFO O| Dec 21 05:08:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7093 | 2024-12-21T05:08:23.597Z | [ recovery-image] Dec 21 05:08:22.969 INFO O| Dec 21 05:08:22.969 INFO STEP 870 (remove_files) COMPLETE |
7094 | 2024-12-21T05:08:23.597Z | [ recovery-image] Dec 21 05:08:22.969 INFO O| Dec 21 05:08:22.969 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-12-21T05:08:23.613Z | [ recovery-image] Dec 21 05:08:22.988 INFO O| Dec 21 05:08:22.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7096 | 2024-12-21T05:08:23.616Z | [ recovery-image] Dec 21 05:08:22.988 INFO O| Dec 21 05:08:22.988 INFO STEP 871 (remove_files) COMPLETE |
7097 | 2024-12-21T05:08:23.616Z | [ recovery-image] Dec 21 05:08:22.989 INFO O| Dec 21 05:08:22.988 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-12-21T05:08:23.651Z | [ recovery-image] Dec 21 05:08:23.025 INFO O| Dec 21 05:08:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7099 | 2024-12-21T05:08:23.654Z | [ recovery-image] Dec 21 05:08:23.026 INFO O| Dec 21 05:08:23.026 INFO STEP 872 (remove_files) COMPLETE |
7100 | 2024-12-21T05:08:23.654Z | [ recovery-image] Dec 21 05:08:23.026 INFO O| Dec 21 05:08:23.026 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-12-21T05:08:23.688Z | [ recovery-image] Dec 21 05:08:23.063 INFO O| Dec 21 05:08:23.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7102 | 2024-12-21T05:08:23.691Z | [ recovery-image] Dec 21 05:08:23.063 INFO O| Dec 21 05:08:23.063 INFO STEP 873 (remove_files) COMPLETE |
7103 | 2024-12-21T05:08:23.691Z | [ recovery-image] Dec 21 05:08:23.063 INFO O| Dec 21 05:08:23.063 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-12-21T05:08:23.714Z | [ recovery-image] Dec 21 05:08:23.088 INFO O| Dec 21 05:08:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7105 | 2024-12-21T05:08:23.718Z | [ recovery-image] Dec 21 05:08:23.089 INFO O| Dec 21 05:08:23.088 INFO STEP 874 (remove_files) COMPLETE |
7106 | 2024-12-21T05:08:23.718Z | [ recovery-image] Dec 21 05:08:23.089 INFO O| Dec 21 05:08:23.089 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-12-21T05:08:23.737Z | [ recovery-image] Dec 21 05:08:23.111 INFO O| Dec 21 05:08:23.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7108 | 2024-12-21T05:08:23.737Z | [ recovery-image] Dec 21 05:08:23.111 INFO O| Dec 21 05:08:23.111 INFO STEP 875 (remove_files) COMPLETE |
7109 | 2024-12-21T05:08:23.737Z | [ recovery-image] Dec 21 05:08:23.111 INFO O| Dec 21 05:08:23.111 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-12-21T05:08:23.758Z | [ recovery-image] Dec 21 05:08:23.132 INFO O| Dec 21 05:08:23.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7111 | 2024-12-21T05:08:23.758Z | [ recovery-image] Dec 21 05:08:23.133 INFO O| Dec 21 05:08:23.133 INFO STEP 876 (remove_files) COMPLETE |
7112 | 2024-12-21T05:08:23.761Z | [ recovery-image] Dec 21 05:08:23.133 INFO O| Dec 21 05:08:23.133 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-12-21T05:08:23.792Z | [ recovery-image] Dec 21 05:08:23.167 INFO O| Dec 21 05:08:23.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7114 | 2024-12-21T05:08:23.793Z | [ recovery-image] Dec 21 05:08:23.167 INFO O| Dec 21 05:08:23.167 INFO STEP 877 (remove_files) COMPLETE |
7115 | 2024-12-21T05:08:23.793Z | [ recovery-image] Dec 21 05:08:23.167 INFO O| Dec 21 05:08:23.167 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-12-21T05:08:23.825Z | [ recovery-image] Dec 21 05:08:23.199 INFO O| Dec 21 05:08:23.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7117 | 2024-12-21T05:08:23.825Z | [ recovery-image] Dec 21 05:08:23.199 INFO O| Dec 21 05:08:23.199 INFO STEP 878 (remove_files) COMPLETE |
7118 | 2024-12-21T05:08:23.828Z | [ recovery-image] Dec 21 05:08:23.199 INFO O| Dec 21 05:08:23.199 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-12-21T05:08:23.866Z | [ recovery-image] Dec 21 05:08:23.240 INFO O| Dec 21 05:08:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7120 | 2024-12-21T05:08:23.866Z | [ recovery-image] Dec 21 05:08:23.240 INFO O| Dec 21 05:08:23.240 INFO STEP 879 (remove_files) COMPLETE |
7121 | 2024-12-21T05:08:23.866Z | [ recovery-image] Dec 21 05:08:23.240 INFO O| Dec 21 05:08:23.240 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-12-21T05:08:23.898Z | [ recovery-image] Dec 21 05:08:23.273 INFO O| Dec 21 05:08:23.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7123 | 2024-12-21T05:08:23.899Z | [ recovery-image] Dec 21 05:08:23.273 INFO O| Dec 21 05:08:23.273 INFO STEP 880 (remove_files) COMPLETE |
7124 | 2024-12-21T05:08:23.899Z | [ recovery-image] Dec 21 05:08:23.273 INFO O| Dec 21 05:08:23.273 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-21T05:08:23.918Z | [ recovery-image] Dec 21 05:08:23.293 INFO O| Dec 21 05:08:23.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7126 | 2024-12-21T05:08:23.918Z | [ recovery-image] Dec 21 05:08:23.293 INFO O| Dec 21 05:08:23.293 INFO STEP 881 (remove_files) COMPLETE |
7127 | 2024-12-21T05:08:23.919Z | [ recovery-image] Dec 21 05:08:23.293 INFO O| Dec 21 05:08:23.293 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-21T05:08:23.937Z | [ recovery-image] Dec 21 05:08:23.312 INFO O| Dec 21 05:08:23.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7129 | 2024-12-21T05:08:23.938Z | [ recovery-image] Dec 21 05:08:23.312 INFO O| Dec 21 05:08:23.312 INFO STEP 882 (remove_files) COMPLETE |
7130 | 2024-12-21T05:08:23.941Z | [ recovery-image] Dec 21 05:08:23.312 INFO O| Dec 21 05:08:23.312 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-21T05:08:23.958Z | [ recovery-image] Dec 21 05:08:23.332 INFO O| Dec 21 05:08:23.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7132 | 2024-12-21T05:08:23.959Z | [ recovery-image] Dec 21 05:08:23.332 INFO O| Dec 21 05:08:23.332 INFO STEP 883 (remove_files) COMPLETE |
7133 | 2024-12-21T05:08:23.962Z | [ recovery-image] Dec 21 05:08:23.332 INFO O| Dec 21 05:08:23.332 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-21T05:08:24.055Z | [ recovery-image] Dec 21 05:08:23.430 INFO O| Dec 21 05:08:23.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7135 | 2024-12-21T05:08:24.059Z | [ recovery-image] Dec 21 05:08:23.430 INFO O| Dec 21 05:08:23.430 INFO STEP 884 (remove_files) COMPLETE |
7136 | 2024-12-21T05:08:24.059Z | [ recovery-image] Dec 21 05:08:23.430 INFO O| Dec 21 05:08:23.430 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-21T05:08:24.080Z | [ recovery-image] Dec 21 05:08:23.453 INFO O| Dec 21 05:08:23.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7138 | 2024-12-21T05:08:24.080Z | [ recovery-image] Dec 21 05:08:23.454 INFO O| Dec 21 05:08:23.454 INFO STEP 885 (remove_files) COMPLETE |
7139 | 2024-12-21T05:08:24.080Z | [ recovery-image] Dec 21 05:08:23.454 INFO O| Dec 21 05:08:23.454 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-21T05:08:24.113Z | [ recovery-image] Dec 21 05:08:23.487 INFO O| Dec 21 05:08:23.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7141 | 2024-12-21T05:08:24.118Z | [ recovery-image] Dec 21 05:08:23.492 INFO O| Dec 21 05:08:23.492 INFO STEP 886 (remove_files) COMPLETE |
7142 | 2024-12-21T05:08:24.118Z | [ recovery-image] Dec 21 05:08:23.492 INFO O| Dec 21 05:08:23.492 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-21T05:08:24.155Z | [ recovery-image] Dec 21 05:08:23.529 INFO O| Dec 21 05:08:23.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7144 | 2024-12-21T05:08:24.155Z | [ recovery-image] Dec 21 05:08:23.529 INFO O| Dec 21 05:08:23.529 INFO STEP 887 (remove_files) COMPLETE |
7145 | 2024-12-21T05:08:24.155Z | [ recovery-image] Dec 21 05:08:23.529 INFO O| Dec 21 05:08:23.529 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-21T05:08:24.176Z | [ recovery-image] Dec 21 05:08:23.550 INFO O| Dec 21 05:08:23.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7147 | 2024-12-21T05:08:24.176Z | [ recovery-image] Dec 21 05:08:23.550 INFO O| Dec 21 05:08:23.550 INFO STEP 888 (remove_files) COMPLETE |
7148 | 2024-12-21T05:08:24.176Z | [ recovery-image] Dec 21 05:08:23.550 INFO O| Dec 21 05:08:23.550 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-21T05:08:24.221Z | [ recovery-image] Dec 21 05:08:23.595 INFO O| Dec 21 05:08:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7150 | 2024-12-21T05:08:24.223Z | [ recovery-image] Dec 21 05:08:23.595 INFO O| Dec 21 05:08:23.595 INFO STEP 889 (remove_files) COMPLETE |
7151 | 2024-12-21T05:08:24.223Z | [ recovery-image] Dec 21 05:08:23.595 INFO O| Dec 21 05:08:23.595 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-21T05:08:24.240Z | [ recovery-image] Dec 21 05:08:23.615 INFO O| Dec 21 05:08:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7153 | 2024-12-21T05:08:24.243Z | [ recovery-image] Dec 21 05:08:23.615 INFO O| Dec 21 05:08:23.615 INFO STEP 890 (remove_files) COMPLETE |
7154 | 2024-12-21T05:08:24.243Z | [ recovery-image] Dec 21 05:08:23.615 INFO O| Dec 21 05:08:23.615 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-21T05:08:24.282Z | [ recovery-image] Dec 21 05:08:23.657 INFO O| Dec 21 05:08:23.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7156 | 2024-12-21T05:08:24.282Z | [ recovery-image] Dec 21 05:08:23.657 INFO O| Dec 21 05:08:23.657 INFO STEP 891 (remove_files) COMPLETE |
7157 | 2024-12-21T05:08:24.285Z | [ recovery-image] Dec 21 05:08:23.657 INFO O| Dec 21 05:08:23.657 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-21T05:08:24.320Z | [ recovery-image] Dec 21 05:08:23.694 INFO O| Dec 21 05:08:23.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7159 | 2024-12-21T05:08:24.320Z | [ recovery-image] Dec 21 05:08:23.694 INFO O| Dec 21 05:08:23.694 INFO STEP 892 (remove_files) COMPLETE |
7160 | 2024-12-21T05:08:24.320Z | [ recovery-image] Dec 21 05:08:23.694 INFO O| Dec 21 05:08:23.694 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-12-21T05:08:24.339Z | [ recovery-image] Dec 21 05:08:23.713 INFO O| Dec 21 05:08:23.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7162 | 2024-12-21T05:08:24.355Z | [ recovery-image] Dec 21 05:08:23.730 INFO O| Dec 21 05:08:23.730 INFO STEP 893 (remove_files) COMPLETE |
7163 | 2024-12-21T05:08:24.356Z | [ recovery-image] Dec 21 05:08:23.730 INFO O| Dec 21 05:08:23.730 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-21T05:08:24.394Z | [ recovery-image] Dec 21 05:08:23.768 INFO O| Dec 21 05:08:23.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7165 | 2024-12-21T05:08:24.397Z | [ recovery-image] Dec 21 05:08:23.768 INFO O| Dec 21 05:08:23.768 INFO STEP 894 (remove_files) COMPLETE |
7166 | 2024-12-21T05:08:24.397Z | [ recovery-image] Dec 21 05:08:23.769 INFO O| Dec 21 05:08:23.768 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-12-21T05:08:24.419Z | [ recovery-image] Dec 21 05:08:23.793 INFO O| Dec 21 05:08:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7168 | 2024-12-21T05:08:24.442Z | [ recovery-image] Dec 21 05:08:23.816 INFO O| Dec 21 05:08:23.816 INFO STEP 895 (remove_files) COMPLETE |
7169 | 2024-12-21T05:08:24.442Z | [ recovery-image] Dec 21 05:08:23.816 INFO O| Dec 21 05:08:23.816 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-12-21T05:08:24.463Z | [ recovery-image] Dec 21 05:08:23.837 INFO O| Dec 21 05:08:23.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7171 | 2024-12-21T05:08:24.466Z | [ recovery-image] Dec 21 05:08:23.837 INFO O| Dec 21 05:08:23.837 INFO STEP 896 (remove_files) COMPLETE |
7172 | 2024-12-21T05:08:24.466Z | [ recovery-image] Dec 21 05:08:23.837 INFO O| Dec 21 05:08:23.837 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-12-21T05:08:24.482Z | [ recovery-image] Dec 21 05:08:23.856 INFO O| Dec 21 05:08:23.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7174 | 2024-12-21T05:08:24.485Z | [ recovery-image] Dec 21 05:08:23.856 INFO O| Dec 21 05:08:23.856 INFO STEP 897 (remove_files) COMPLETE |
7175 | 2024-12-21T05:08:24.485Z | [ recovery-image] Dec 21 05:08:23.856 INFO O| Dec 21 05:08:23.856 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-12-21T05:08:24.506Z | [ recovery-image] Dec 21 05:08:23.880 INFO O| Dec 21 05:08:23.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7177 | 2024-12-21T05:08:24.506Z | [ recovery-image] Dec 21 05:08:23.880 INFO O| Dec 21 05:08:23.880 INFO STEP 898 (remove_files) COMPLETE |
7178 | 2024-12-21T05:08:24.506Z | [ recovery-image] Dec 21 05:08:23.880 INFO O| Dec 21 05:08:23.880 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-12-21T05:08:24.543Z | [ recovery-image] Dec 21 05:08:23.917 INFO O| Dec 21 05:08:23.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7180 | 2024-12-21T05:08:24.546Z | [ recovery-image] Dec 21 05:08:23.917 INFO O| Dec 21 05:08:23.917 INFO STEP 899 (remove_files) COMPLETE |
7181 | 2024-12-21T05:08:24.546Z | [ recovery-image] Dec 21 05:08:23.917 INFO O| Dec 21 05:08:23.917 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-12-21T05:08:24.617Z | [ recovery-image] Dec 21 05:08:23.991 INFO O| Dec 21 05:08:23.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7183 | 2024-12-21T05:08:24.617Z | [ recovery-image] Dec 21 05:08:23.991 INFO O| Dec 21 05:08:23.991 INFO STEP 900 (remove_files) COMPLETE |
7184 | 2024-12-21T05:08:24.617Z | [ recovery-image] Dec 21 05:08:23.991 INFO O| Dec 21 05:08:23.991 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-12-21T05:08:24.639Z | [ recovery-image] Dec 21 05:08:24.013 INFO O| Dec 21 05:08:24.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7186 | 2024-12-21T05:08:24.639Z | [ recovery-image] Dec 21 05:08:24.013 INFO O| Dec 21 05:08:24.013 INFO STEP 901 (remove_files) COMPLETE |
7187 | 2024-12-21T05:08:24.642Z | [ recovery-image] Dec 21 05:08:24.013 INFO O| Dec 21 05:08:24.013 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-12-21T05:08:24.666Z | [ recovery-image] Dec 21 05:08:24.039 INFO O| Dec 21 05:08:24.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7189 | 2024-12-21T05:08:24.666Z | [ recovery-image] Dec 21 05:08:24.039 INFO O| Dec 21 05:08:24.039 INFO STEP 902 (remove_files) COMPLETE |
7190 | 2024-12-21T05:08:24.666Z | [ recovery-image] Dec 21 05:08:24.039 INFO O| Dec 21 05:08:24.039 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-12-21T05:08:24.738Z | [ recovery-image] Dec 21 05:08:24.112 INFO O| Dec 21 05:08:24.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7192 | 2024-12-21T05:08:24.745Z | [ recovery-image] Dec 21 05:08:24.118 INFO O| Dec 21 05:08:24.118 INFO STEP 903 (remove_files) COMPLETE |
7193 | 2024-12-21T05:08:24.745Z | [ recovery-image] Dec 21 05:08:24.118 INFO O| Dec 21 05:08:24.118 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-12-21T05:08:24.777Z | [ recovery-image] Dec 21 05:08:24.150 INFO O| Dec 21 05:08:24.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7195 | 2024-12-21T05:08:24.778Z | [ recovery-image] Dec 21 05:08:24.151 INFO O| Dec 21 05:08:24.150 INFO STEP 904 (remove_files) COMPLETE |
7196 | 2024-12-21T05:08:24.778Z | [ recovery-image] Dec 21 05:08:24.151 INFO O| Dec 21 05:08:24.151 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-12-21T05:08:24.793Z | [ recovery-image] Dec 21 05:08:24.168 INFO O| Dec 21 05:08:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7198 | 2024-12-21T05:08:24.793Z | [ recovery-image] Dec 21 05:08:24.168 INFO O| Dec 21 05:08:24.168 INFO STEP 905 (remove_files) COMPLETE |
7199 | 2024-12-21T05:08:24.794Z | [ recovery-image] Dec 21 05:08:24.168 INFO O| Dec 21 05:08:24.168 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-21T05:08:24.828Z | [ recovery-image] Dec 21 05:08:24.202 INFO O| Dec 21 05:08:24.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7201 | 2024-12-21T05:08:24.828Z | [ recovery-image] Dec 21 05:08:24.202 INFO O| Dec 21 05:08:24.202 INFO STEP 906 (remove_files) COMPLETE |
7202 | 2024-12-21T05:08:24.831Z | [ recovery-image] Dec 21 05:08:24.202 INFO O| Dec 21 05:08:24.202 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-12-21T05:08:24.865Z | [ recovery-image] Dec 21 05:08:24.238 INFO O| Dec 21 05:08:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7204 | 2024-12-21T05:08:24.865Z | [ recovery-image] Dec 21 05:08:24.239 INFO O| Dec 21 05:08:24.238 INFO STEP 907 (remove_files) COMPLETE |
7205 | 2024-12-21T05:08:24.865Z | [ recovery-image] Dec 21 05:08:24.239 INFO O| Dec 21 05:08:24.239 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-12-21T05:08:24.909Z | [ recovery-image] Dec 21 05:08:24.284 INFO O| Dec 21 05:08:24.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7207 | 2024-12-21T05:08:24.913Z | [ recovery-image] Dec 21 05:08:24.284 INFO O| Dec 21 05:08:24.284 INFO STEP 908 (remove_files) COMPLETE |
7208 | 2024-12-21T05:08:24.913Z | [ recovery-image] Dec 21 05:08:24.284 INFO O| Dec 21 05:08:24.284 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-12-21T05:08:24.929Z | [ recovery-image] Dec 21 05:08:24.303 INFO O| Dec 21 05:08:24.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7210 | 2024-12-21T05:08:24.933Z | [ recovery-image] Dec 21 05:08:24.303 INFO O| Dec 21 05:08:24.303 INFO STEP 909 (remove_files) COMPLETE |
7211 | 2024-12-21T05:08:24.933Z | [ recovery-image] Dec 21 05:08:24.303 INFO O| Dec 21 05:08:24.303 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-12-21T05:08:24.947Z | [ recovery-image] Dec 21 05:08:24.321 INFO O| Dec 21 05:08:24.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7213 | 2024-12-21T05:08:24.950Z | [ recovery-image] Dec 21 05:08:24.321 INFO O| Dec 21 05:08:24.321 INFO STEP 910 (remove_files) COMPLETE |
7214 | 2024-12-21T05:08:24.950Z | [ recovery-image] Dec 21 05:08:24.321 INFO O| Dec 21 05:08:24.321 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-12-21T05:08:24.966Z | [ recovery-image] Dec 21 05:08:24.340 INFO O| Dec 21 05:08:24.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7216 | 2024-12-21T05:08:24.969Z | [ recovery-image] Dec 21 05:08:24.340 INFO O| Dec 21 05:08:24.340 INFO STEP 911 (remove_files) COMPLETE |
7217 | 2024-12-21T05:08:24.969Z | [ recovery-image] Dec 21 05:08:24.341 INFO O| Dec 21 05:08:24.340 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-12-21T05:08:24.986Z | [ recovery-image] Dec 21 05:08:24.360 INFO O| Dec 21 05:08:24.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7219 | 2024-12-21T05:08:24.989Z | [ recovery-image] Dec 21 05:08:24.360 INFO O| Dec 21 05:08:24.360 INFO STEP 912 (remove_files) COMPLETE |
7220 | 2024-12-21T05:08:24.989Z | [ recovery-image] Dec 21 05:08:24.360 INFO O| Dec 21 05:08:24.360 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-12-21T05:08:25.005Z | [ recovery-image] Dec 21 05:08:24.379 INFO O| Dec 21 05:08:24.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7222 | 2024-12-21T05:08:25.008Z | [ recovery-image] Dec 21 05:08:24.380 INFO O| Dec 21 05:08:24.380 INFO STEP 913 (remove_files) COMPLETE |
7223 | 2024-12-21T05:08:25.008Z | [ recovery-image] Dec 21 05:08:24.380 INFO O| Dec 21 05:08:24.380 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-12-21T05:08:25.025Z | [ recovery-image] Dec 21 05:08:24.400 INFO O| Dec 21 05:08:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7225 | 2024-12-21T05:08:25.028Z | [ recovery-image] Dec 21 05:08:24.400 INFO O| Dec 21 05:08:24.400 INFO STEP 914 (remove_files) COMPLETE |
7226 | 2024-12-21T05:08:25.028Z | [ recovery-image] Dec 21 05:08:24.400 INFO O| Dec 21 05:08:24.400 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-12-21T05:08:25.056Z | [ recovery-image] Dec 21 05:08:24.430 INFO O| Dec 21 05:08:24.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7228 | 2024-12-21T05:08:25.058Z | [ recovery-image] Dec 21 05:08:24.430 INFO O| Dec 21 05:08:24.430 INFO STEP 915 (remove_files) COMPLETE |
7229 | 2024-12-21T05:08:25.058Z | [ recovery-image] Dec 21 05:08:24.430 INFO O| Dec 21 05:08:24.430 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-12-21T05:08:25.077Z | [ recovery-image] Dec 21 05:08:24.451 INFO O| Dec 21 05:08:24.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7231 | 2024-12-21T05:08:25.080Z | [ recovery-image] Dec 21 05:08:24.452 INFO O| Dec 21 05:08:24.451 INFO STEP 916 (remove_files) COMPLETE |
7232 | 2024-12-21T05:08:25.080Z | [ recovery-image] Dec 21 05:08:24.452 INFO O| Dec 21 05:08:24.452 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-12-21T05:08:25.097Z | [ recovery-image] Dec 21 05:08:24.471 INFO O| Dec 21 05:08:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7234 | 2024-12-21T05:08:25.112Z | [ recovery-image] Dec 21 05:08:24.487 INFO O| Dec 21 05:08:24.487 INFO STEP 917 (remove_files) COMPLETE |
7235 | 2024-12-21T05:08:25.112Z | [ recovery-image] Dec 21 05:08:24.487 INFO O| Dec 21 05:08:24.487 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-12-21T05:08:25.144Z | [ recovery-image] Dec 21 05:08:24.518 INFO O| Dec 21 05:08:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7237 | 2024-12-21T05:08:25.144Z | [ recovery-image] Dec 21 05:08:24.518 INFO O| Dec 21 05:08:24.518 INFO STEP 918 (remove_files) COMPLETE |
7238 | 2024-12-21T05:08:25.144Z | [ recovery-image] Dec 21 05:08:24.518 INFO O| Dec 21 05:08:24.518 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-12-21T05:08:25.201Z | [ recovery-image] Dec 21 05:08:24.575 INFO O| Dec 21 05:08:24.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7240 | 2024-12-21T05:08:25.201Z | [ recovery-image] Dec 21 05:08:24.575 INFO O| Dec 21 05:08:24.575 INFO STEP 919 (remove_files) COMPLETE |
7241 | 2024-12-21T05:08:25.202Z | [ recovery-image] Dec 21 05:08:24.575 INFO O| Dec 21 05:08:24.575 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-12-21T05:08:25.219Z | [ recovery-image] Dec 21 05:08:24.593 INFO O| Dec 21 05:08:24.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7243 | 2024-12-21T05:08:25.219Z | [ recovery-image] Dec 21 05:08:24.593 INFO O| Dec 21 05:08:24.593 INFO STEP 920 (remove_files) COMPLETE |
7244 | 2024-12-21T05:08:25.219Z | [ recovery-image] Dec 21 05:08:24.593 INFO O| Dec 21 05:08:24.593 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-12-21T05:08:25.248Z | [ recovery-image] Dec 21 05:08:24.623 INFO O| Dec 21 05:08:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7246 | 2024-12-21T05:08:25.249Z | [ recovery-image] Dec 21 05:08:24.623 INFO O| Dec 21 05:08:24.623 INFO STEP 921 (remove_files) COMPLETE |
7247 | 2024-12-21T05:08:25.251Z | [ recovery-image] Dec 21 05:08:24.623 INFO O| Dec 21 05:08:24.623 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-12-21T05:08:25.309Z | [ recovery-image] Dec 21 05:08:24.684 INFO O| Dec 21 05:08:24.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7249 | 2024-12-21T05:08:25.309Z | [ recovery-image] Dec 21 05:08:24.684 INFO O| Dec 21 05:08:24.684 INFO STEP 922 (remove_files) COMPLETE |
7250 | 2024-12-21T05:08:25.309Z | [ recovery-image] Dec 21 05:08:24.684 INFO O| Dec 21 05:08:24.684 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-12-21T05:08:25.326Z | [ recovery-image] Dec 21 05:08:24.701 INFO O| Dec 21 05:08:24.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7252 | 2024-12-21T05:08:25.326Z | [ recovery-image] Dec 21 05:08:24.701 INFO O| Dec 21 05:08:24.701 INFO STEP 923 (remove_files) COMPLETE |
7253 | 2024-12-21T05:08:25.326Z | [ recovery-image] Dec 21 05:08:24.701 INFO O| Dec 21 05:08:24.701 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-21T05:08:25.345Z | [ recovery-image] Dec 21 05:08:24.719 INFO O| Dec 21 05:08:24.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7255 | 2024-12-21T05:08:25.345Z | [ recovery-image] Dec 21 05:08:24.719 INFO O| Dec 21 05:08:24.719 INFO STEP 924 (remove_files) COMPLETE |
7256 | 2024-12-21T05:08:25.345Z | [ recovery-image] Dec 21 05:08:24.719 INFO O| Dec 21 05:08:24.719 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-21T05:08:25.385Z | [ recovery-image] Dec 21 05:08:24.760 INFO O| Dec 21 05:08:24.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7258 | 2024-12-21T05:08:25.386Z | [ recovery-image] Dec 21 05:08:24.760 INFO O| Dec 21 05:08:24.760 INFO STEP 925 (remove_files) COMPLETE |
7259 | 2024-12-21T05:08:25.389Z | [ recovery-image] Dec 21 05:08:24.760 INFO O| Dec 21 05:08:24.760 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-21T05:08:25.408Z | [ recovery-image] Dec 21 05:08:24.783 INFO O| Dec 21 05:08:24.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7261 | 2024-12-21T05:08:25.408Z | [ recovery-image] Dec 21 05:08:24.783 INFO O| Dec 21 05:08:24.783 INFO STEP 926 (remove_files) COMPLETE |
7262 | 2024-12-21T05:08:25.408Z | [ recovery-image] Dec 21 05:08:24.783 INFO O| Dec 21 05:08:24.783 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-21T05:08:25.528Z | [ recovery-image] Dec 21 05:08:24.902 INFO O| Dec 21 05:08:24.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7264 | 2024-12-21T05:08:25.528Z | [ recovery-image] Dec 21 05:08:24.902 INFO O| Dec 21 05:08:24.902 INFO STEP 927 (remove_files) COMPLETE |
7265 | 2024-12-21T05:08:25.528Z | [ recovery-image] Dec 21 05:08:24.902 INFO O| Dec 21 05:08:24.902 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-21T05:08:25.547Z | [ recovery-image] Dec 21 05:08:24.921 INFO O| Dec 21 05:08:24.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7267 | 2024-12-21T05:08:25.547Z | [ recovery-image] Dec 21 05:08:24.922 INFO O| Dec 21 05:08:24.922 INFO STEP 928 (remove_files) COMPLETE |
7268 | 2024-12-21T05:08:25.550Z | [ recovery-image] Dec 21 05:08:24.922 INFO O| Dec 21 05:08:24.922 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-21T05:08:25.569Z | [ recovery-image] Dec 21 05:08:24.944 INFO O| Dec 21 05:08:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7270 | 2024-12-21T05:08:25.569Z | [ recovery-image] Dec 21 05:08:24.944 INFO O| Dec 21 05:08:24.944 INFO STEP 929 (remove_files) COMPLETE |
7271 | 2024-12-21T05:08:25.569Z | [ recovery-image] Dec 21 05:08:24.944 INFO O| Dec 21 05:08:24.944 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-21T05:08:25.589Z | [ recovery-image] Dec 21 05:08:24.963 INFO O| Dec 21 05:08:24.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7273 | 2024-12-21T05:08:25.589Z | [ recovery-image] Dec 21 05:08:24.964 INFO O| Dec 21 05:08:24.964 INFO STEP 930 (remove_files) COMPLETE |
7274 | 2024-12-21T05:08:25.589Z | [ recovery-image] Dec 21 05:08:24.964 INFO O| Dec 21 05:08:24.964 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-21T05:08:25.608Z | [ recovery-image] Dec 21 05:08:24.983 INFO O| Dec 21 05:08:24.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7276 | 2024-12-21T05:08:25.609Z | [ recovery-image] Dec 21 05:08:24.983 INFO O| Dec 21 05:08:24.983 INFO STEP 931 (remove_files) COMPLETE |
7277 | 2024-12-21T05:08:25.609Z | [ recovery-image] Dec 21 05:08:24.983 INFO O| Dec 21 05:08:24.983 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-21T05:08:25.626Z | [ recovery-image] Dec 21 05:08:25.001 INFO O| Dec 21 05:08:25.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7279 | 2024-12-21T05:08:25.627Z | [ recovery-image] Dec 21 05:08:25.001 INFO O| Dec 21 05:08:25.001 INFO STEP 932 (remove_files) COMPLETE |
7280 | 2024-12-21T05:08:25.627Z | [ recovery-image] Dec 21 05:08:25.001 INFO O| Dec 21 05:08:25.001 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-21T05:08:25.645Z | [ recovery-image] Dec 21 05:08:25.020 INFO O| Dec 21 05:08:25.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7282 | 2024-12-21T05:08:25.646Z | [ recovery-image] Dec 21 05:08:25.020 INFO O| Dec 21 05:08:25.020 INFO STEP 933 (remove_files) COMPLETE |
7283 | 2024-12-21T05:08:25.646Z | [ recovery-image] Dec 21 05:08:25.020 INFO O| Dec 21 05:08:25.020 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-21T05:08:25.667Z | [ recovery-image] Dec 21 05:08:25.040 INFO O| Dec 21 05:08:25.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7285 | 2024-12-21T05:08:25.667Z | [ recovery-image] Dec 21 05:08:25.040 INFO O| Dec 21 05:08:25.040 INFO STEP 934 (remove_files) COMPLETE |
7286 | 2024-12-21T05:08:25.667Z | [ recovery-image] Dec 21 05:08:25.040 INFO O| Dec 21 05:08:25.040 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-21T05:08:25.704Z | [ recovery-image] Dec 21 05:08:25.078 INFO O| Dec 21 05:08:25.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7288 | 2024-12-21T05:08:25.704Z | [ recovery-image] Dec 21 05:08:25.078 INFO O| Dec 21 05:08:25.078 INFO STEP 935 (remove_files) COMPLETE |
7289 | 2024-12-21T05:08:25.704Z | [ recovery-image] Dec 21 05:08:25.078 INFO O| Dec 21 05:08:25.078 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-21T05:08:25.746Z | [ recovery-image] Dec 21 05:08:25.121 INFO O| Dec 21 05:08:25.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7291 | 2024-12-21T05:08:25.749Z | [ recovery-image] Dec 21 05:08:25.121 INFO O| Dec 21 05:08:25.121 INFO STEP 936 (remove_files) COMPLETE |
7292 | 2024-12-21T05:08:25.750Z | [ recovery-image] Dec 21 05:08:25.121 INFO O| Dec 21 05:08:25.121 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-21T05:08:25.780Z | [ recovery-image] Dec 21 05:08:25.155 INFO O| Dec 21 05:08:25.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7294 | 2024-12-21T05:08:25.780Z | [ recovery-image] Dec 21 05:08:25.155 INFO O| Dec 21 05:08:25.155 INFO STEP 937 (remove_files) COMPLETE |
7295 | 2024-12-21T05:08:25.780Z | [ recovery-image] Dec 21 05:08:25.155 INFO O| Dec 21 05:08:25.155 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-21T05:08:25.813Z | [ recovery-image] Dec 21 05:08:25.187 INFO O| Dec 21 05:08:25.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7297 | 2024-12-21T05:08:25.813Z | [ recovery-image] Dec 21 05:08:25.188 INFO O| Dec 21 05:08:25.187 INFO STEP 938 (remove_files) COMPLETE |
7298 | 2024-12-21T05:08:25.813Z | [ recovery-image] Dec 21 05:08:25.188 INFO O| Dec 21 05:08:25.188 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-21T05:08:25.865Z | [ recovery-image] Dec 21 05:08:25.240 INFO O| Dec 21 05:08:25.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7300 | 2024-12-21T05:08:25.865Z | [ recovery-image] Dec 21 05:08:25.240 INFO O| Dec 21 05:08:25.240 INFO STEP 939 (remove_files) COMPLETE |
7301 | 2024-12-21T05:08:25.866Z | [ recovery-image] Dec 21 05:08:25.240 INFO O| Dec 21 05:08:25.240 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-21T05:08:25.885Z | [ recovery-image] Dec 21 05:08:25.260 INFO O| Dec 21 05:08:25.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7303 | 2024-12-21T05:08:25.885Z | [ recovery-image] Dec 21 05:08:25.260 INFO O| Dec 21 05:08:25.260 INFO STEP 940 (remove_files) COMPLETE |
7304 | 2024-12-21T05:08:25.886Z | [ recovery-image] Dec 21 05:08:25.260 INFO O| Dec 21 05:08:25.260 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-21T05:08:25.904Z | [ recovery-image] Dec 21 05:08:25.278 INFO O| Dec 21 05:08:25.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7306 | 2024-12-21T05:08:25.904Z | [ recovery-image] Dec 21 05:08:25.278 INFO O| Dec 21 05:08:25.278 INFO STEP 941 (remove_files) COMPLETE |
7307 | 2024-12-21T05:08:25.906Z | [ recovery-image] Dec 21 05:08:25.278 INFO O| Dec 21 05:08:25.278 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-21T05:08:25.923Z | [ recovery-image] Dec 21 05:08:25.296 INFO O| Dec 21 05:08:25.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7309 | 2024-12-21T05:08:25.923Z | [ recovery-image] Dec 21 05:08:25.296 INFO O| Dec 21 05:08:25.296 INFO STEP 942 (remove_files) COMPLETE |
7310 | 2024-12-21T05:08:25.923Z | [ recovery-image] Dec 21 05:08:25.296 INFO O| Dec 21 05:08:25.296 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-12-21T05:08:25.978Z | [ recovery-image] Dec 21 05:08:25.352 INFO O| Dec 21 05:08:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7312 | 2024-12-21T05:08:25.978Z | [ recovery-image] Dec 21 05:08:25.352 INFO O| Dec 21 05:08:25.352 INFO STEP 943 (remove_files) COMPLETE |
7313 | 2024-12-21T05:08:25.978Z | [ recovery-image] Dec 21 05:08:25.353 INFO O| Dec 21 05:08:25.352 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-12-21T05:08:26.020Z | [ recovery-image] Dec 21 05:08:25.394 INFO O| Dec 21 05:08:25.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7315 | 2024-12-21T05:08:26.020Z | [ recovery-image] Dec 21 05:08:25.394 INFO O| Dec 21 05:08:25.394 INFO STEP 944 (remove_files) COMPLETE |
7316 | 2024-12-21T05:08:26.020Z | [ recovery-image] Dec 21 05:08:25.394 INFO O| Dec 21 05:08:25.394 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-12-21T05:08:26.042Z | [ recovery-image] Dec 21 05:08:25.416 INFO O| Dec 21 05:08:25.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7318 | 2024-12-21T05:08:26.042Z | [ recovery-image] Dec 21 05:08:25.416 INFO O| Dec 21 05:08:25.416 INFO STEP 945 (remove_files) COMPLETE |
7319 | 2024-12-21T05:08:26.045Z | [ recovery-image] Dec 21 05:08:25.416 INFO O| Dec 21 05:08:25.416 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-12-21T05:08:26.062Z | [ recovery-image] Dec 21 05:08:25.436 INFO O| Dec 21 05:08:25.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7321 | 2024-12-21T05:08:26.063Z | [ recovery-image] Dec 21 05:08:25.436 INFO O| Dec 21 05:08:25.436 INFO STEP 946 (remove_files) COMPLETE |
7322 | 2024-12-21T05:08:26.063Z | [ recovery-image] Dec 21 05:08:25.436 INFO O| Dec 21 05:08:25.436 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-12-21T05:08:26.095Z | [ recovery-image] Dec 21 05:08:25.469 INFO O| Dec 21 05:08:25.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7324 | 2024-12-21T05:08:26.095Z | [ recovery-image] Dec 21 05:08:25.469 INFO O| Dec 21 05:08:25.469 INFO STEP 947 (remove_files) COMPLETE |
7325 | 2024-12-21T05:08:26.098Z | [ recovery-image] Dec 21 05:08:25.469 INFO O| Dec 21 05:08:25.469 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-12-21T05:08:26.134Z | [ recovery-image] Dec 21 05:08:25.507 INFO O| Dec 21 05:08:25.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7327 | 2024-12-21T05:08:26.134Z | [ recovery-image] Dec 21 05:08:25.507 INFO O| Dec 21 05:08:25.507 INFO STEP 948 (remove_files) COMPLETE |
7328 | 2024-12-21T05:08:26.134Z | [ recovery-image] Dec 21 05:08:25.507 INFO O| Dec 21 05:08:25.507 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-12-21T05:08:26.152Z | [ recovery-image] Dec 21 05:08:25.526 INFO O| Dec 21 05:08:25.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7330 | 2024-12-21T05:08:26.152Z | [ recovery-image] Dec 21 05:08:25.526 INFO O| Dec 21 05:08:25.526 INFO STEP 949 (remove_files) COMPLETE |
7331 | 2024-12-21T05:08:26.152Z | [ recovery-image] Dec 21 05:08:25.526 INFO O| Dec 21 05:08:25.526 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-12-21T05:08:26.170Z | [ recovery-image] Dec 21 05:08:25.544 INFO O| Dec 21 05:08:25.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7333 | 2024-12-21T05:08:26.170Z | [ recovery-image] Dec 21 05:08:25.544 INFO O| Dec 21 05:08:25.544 INFO STEP 950 (remove_files) COMPLETE |
7334 | 2024-12-21T05:08:26.170Z | [ recovery-image] Dec 21 05:08:25.544 INFO O| Dec 21 05:08:25.544 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-12-21T05:08:26.191Z | [ recovery-image] Dec 21 05:08:25.563 INFO O| Dec 21 05:08:25.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7336 | 2024-12-21T05:08:26.191Z | [ recovery-image] Dec 21 05:08:25.563 INFO O| Dec 21 05:08:25.563 INFO STEP 951 (remove_files) COMPLETE |
7337 | 2024-12-21T05:08:26.191Z | [ recovery-image] Dec 21 05:08:25.563 INFO O| Dec 21 05:08:25.563 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-12-21T05:08:26.265Z | [ recovery-image] Dec 21 05:08:25.639 INFO O| Dec 21 05:08:25.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7339 | 2024-12-21T05:08:26.265Z | [ recovery-image] Dec 21 05:08:25.639 INFO O| Dec 21 05:08:25.639 INFO STEP 952 (remove_files) COMPLETE |
7340 | 2024-12-21T05:08:26.268Z | [ recovery-image] Dec 21 05:08:25.639 INFO O| Dec 21 05:08:25.639 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-12-21T05:08:26.326Z | [ recovery-image] Dec 21 05:08:25.700 INFO O| Dec 21 05:08:25.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7342 | 2024-12-21T05:08:26.326Z | [ recovery-image] Dec 21 05:08:25.700 INFO O| Dec 21 05:08:25.700 INFO STEP 953 (remove_files) COMPLETE |
7343 | 2024-12-21T05:08:26.326Z | [ recovery-image] Dec 21 05:08:25.700 INFO O| Dec 21 05:08:25.700 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-12-21T05:08:26.367Z | [ recovery-image] Dec 21 05:08:25.741 INFO O| Dec 21 05:08:25.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7345 | 2024-12-21T05:08:26.367Z | [ recovery-image] Dec 21 05:08:25.741 INFO O| Dec 21 05:08:25.741 INFO STEP 954 (remove_files) COMPLETE |
7346 | 2024-12-21T05:08:26.367Z | [ recovery-image] Dec 21 05:08:25.741 INFO O| Dec 21 05:08:25.741 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-12-21T05:08:26.474Z | [ recovery-image] Dec 21 05:08:25.849 INFO O| Dec 21 05:08:25.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7348 | 2024-12-21T05:08:26.475Z | [ recovery-image] Dec 21 05:08:25.849 INFO O| Dec 21 05:08:25.849 INFO STEP 955 (remove_files) COMPLETE |
7349 | 2024-12-21T05:08:26.475Z | [ recovery-image] Dec 21 05:08:25.849 INFO O| Dec 21 05:08:25.849 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-12-21T05:08:26.492Z | [ recovery-image] Dec 21 05:08:25.866 INFO O| Dec 21 05:08:25.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7351 | 2024-12-21T05:08:26.492Z | [ recovery-image] Dec 21 05:08:25.867 INFO O| Dec 21 05:08:25.867 INFO STEP 956 (remove_files) COMPLETE |
7352 | 2024-12-21T05:08:26.492Z | [ recovery-image] Dec 21 05:08:25.867 INFO O| Dec 21 05:08:25.867 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-12-21T05:08:26.524Z | [ recovery-image] Dec 21 05:08:25.899 INFO O| Dec 21 05:08:25.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7354 | 2024-12-21T05:08:26.524Z | [ recovery-image] Dec 21 05:08:25.899 INFO O| Dec 21 05:08:25.899 INFO STEP 957 (remove_files) COMPLETE |
7355 | 2024-12-21T05:08:26.527Z | [ recovery-image] Dec 21 05:08:25.899 INFO O| Dec 21 05:08:25.899 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-12-21T05:08:26.544Z | [ recovery-image] Dec 21 05:08:25.918 INFO O| Dec 21 05:08:25.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7357 | 2024-12-21T05:08:26.544Z | [ recovery-image] Dec 21 05:08:25.918 INFO O| Dec 21 05:08:25.918 INFO STEP 958 (remove_files) COMPLETE |
7358 | 2024-12-21T05:08:26.544Z | [ recovery-image] Dec 21 05:08:25.918 INFO O| Dec 21 05:08:25.918 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-12-21T05:08:26.563Z | [ recovery-image] Dec 21 05:08:25.938 INFO O| Dec 21 05:08:25.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7360 | 2024-12-21T05:08:26.564Z | [ recovery-image] Dec 21 05:08:25.938 INFO O| Dec 21 05:08:25.938 INFO STEP 959 (remove_files) COMPLETE |
7361 | 2024-12-21T05:08:26.564Z | [ recovery-image] Dec 21 05:08:25.938 INFO O| Dec 21 05:08:25.938 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-12-21T05:08:26.586Z | [ recovery-image] Dec 21 05:08:25.960 INFO O| Dec 21 05:08:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7363 | 2024-12-21T05:08:26.588Z | [ recovery-image] Dec 21 05:08:25.960 INFO O| Dec 21 05:08:25.960 INFO STEP 960 (remove_files) COMPLETE |
7364 | 2024-12-21T05:08:26.588Z | [ recovery-image] Dec 21 05:08:25.960 INFO O| Dec 21 05:08:25.960 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-12-21T05:08:26.605Z | [ recovery-image] Dec 21 05:08:25.979 INFO O| Dec 21 05:08:25.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7366 | 2024-12-21T05:08:26.605Z | [ recovery-image] Dec 21 05:08:25.980 INFO O| Dec 21 05:08:25.979 INFO STEP 961 (remove_files) COMPLETE |
7367 | 2024-12-21T05:08:26.608Z | [ recovery-image] Dec 21 05:08:25.980 INFO O| Dec 21 05:08:25.980 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-12-21T05:08:26.623Z | [ recovery-image] Dec 21 05:08:25.998 INFO O| Dec 21 05:08:25.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7369 | 2024-12-21T05:08:26.623Z | [ recovery-image] Dec 21 05:08:25.998 INFO O| Dec 21 05:08:25.998 INFO STEP 962 (remove_files) COMPLETE |
7370 | 2024-12-21T05:08:26.626Z | [ recovery-image] Dec 21 05:08:25.998 INFO O| Dec 21 05:08:25.998 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-12-21T05:08:26.646Z | [ recovery-image] Dec 21 05:08:26.021 INFO O| Dec 21 05:08:26.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7372 | 2024-12-21T05:08:26.649Z | [ recovery-image] Dec 21 05:08:26.021 INFO O| Dec 21 05:08:26.021 INFO STEP 963 (remove_files) COMPLETE |
7373 | 2024-12-21T05:08:26.649Z | [ recovery-image] Dec 21 05:08:26.021 INFO O| Dec 21 05:08:26.021 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-12-21T05:08:26.666Z | [ recovery-image] Dec 21 05:08:26.041 INFO O| Dec 21 05:08:26.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7375 | 2024-12-21T05:08:26.667Z | [ recovery-image] Dec 21 05:08:26.041 INFO O| Dec 21 05:08:26.041 INFO STEP 964 (remove_files) COMPLETE |
7376 | 2024-12-21T05:08:26.667Z | [ recovery-image] Dec 21 05:08:26.041 INFO O| Dec 21 05:08:26.041 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-12-21T05:08:26.687Z | [ recovery-image] Dec 21 05:08:26.060 INFO O| Dec 21 05:08:26.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7378 | 2024-12-21T05:08:26.687Z | [ recovery-image] Dec 21 05:08:26.060 INFO O| Dec 21 05:08:26.060 INFO STEP 965 (remove_files) COMPLETE |
7379 | 2024-12-21T05:08:26.687Z | [ recovery-image] Dec 21 05:08:26.060 INFO O| Dec 21 05:08:26.060 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-12-21T05:08:26.705Z | [ recovery-image] Dec 21 05:08:26.079 INFO O| Dec 21 05:08:26.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7381 | 2024-12-21T05:08:26.705Z | [ recovery-image] Dec 21 05:08:26.079 INFO O| Dec 21 05:08:26.079 INFO STEP 966 (remove_files) COMPLETE |
7382 | 2024-12-21T05:08:26.708Z | [ recovery-image] Dec 21 05:08:26.080 INFO O| Dec 21 05:08:26.079 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-12-21T05:08:26.734Z | [ recovery-image] Dec 21 05:08:26.108 INFO O| Dec 21 05:08:26.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7384 | 2024-12-21T05:08:26.734Z | [ recovery-image] Dec 21 05:08:26.108 INFO O| Dec 21 05:08:26.108 INFO STEP 967 (remove_files) COMPLETE |
7385 | 2024-12-21T05:08:26.734Z | [ recovery-image] Dec 21 05:08:26.108 INFO O| Dec 21 05:08:26.108 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-12-21T05:08:26.756Z | [ recovery-image] Dec 21 05:08:26.130 INFO O| Dec 21 05:08:26.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7387 | 2024-12-21T05:08:26.759Z | [ recovery-image] Dec 21 05:08:26.131 INFO O| Dec 21 05:08:26.130 INFO STEP 968 (remove_files) COMPLETE |
7388 | 2024-12-21T05:08:26.759Z | [ recovery-image] Dec 21 05:08:26.131 INFO O| Dec 21 05:08:26.130 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-12-21T05:08:26.778Z | [ recovery-image] Dec 21 05:08:26.152 INFO O| Dec 21 05:08:26.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7390 | 2024-12-21T05:08:26.778Z | [ recovery-image] Dec 21 05:08:26.152 INFO O| Dec 21 05:08:26.152 INFO STEP 969 (remove_files) COMPLETE |
7391 | 2024-12-21T05:08:26.781Z | [ recovery-image] Dec 21 05:08:26.152 INFO O| Dec 21 05:08:26.152 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-12-21T05:08:26.813Z | [ recovery-image] Dec 21 05:08:26.187 INFO O| Dec 21 05:08:26.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7393 | 2024-12-21T05:08:26.813Z | [ recovery-image] Dec 21 05:08:26.187 INFO O| Dec 21 05:08:26.187 INFO STEP 970 (remove_files) COMPLETE |
7394 | 2024-12-21T05:08:26.815Z | [ recovery-image] Dec 21 05:08:26.187 INFO O| Dec 21 05:08:26.187 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-21T05:08:26.841Z | [ recovery-image] Dec 21 05:08:26.214 INFO O| Dec 21 05:08:26.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7396 | 2024-12-21T05:08:26.841Z | [ recovery-image] Dec 21 05:08:26.215 INFO O| Dec 21 05:08:26.214 INFO STEP 971 (remove_files) COMPLETE |
7397 | 2024-12-21T05:08:26.841Z | [ recovery-image] Dec 21 05:08:26.215 INFO O| Dec 21 05:08:26.215 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-21T05:08:26.865Z | [ recovery-image] Dec 21 05:08:26.239 INFO O| Dec 21 05:08:26.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7399 | 2024-12-21T05:08:26.865Z | [ recovery-image] Dec 21 05:08:26.239 INFO O| Dec 21 05:08:26.239 INFO STEP 972 (remove_files) COMPLETE |
7400 | 2024-12-21T05:08:26.868Z | [ recovery-image] Dec 21 05:08:26.239 INFO O| Dec 21 05:08:26.239 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-21T05:08:26.888Z | [ recovery-image] Dec 21 05:08:26.262 INFO O| Dec 21 05:08:26.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7402 | 2024-12-21T05:08:26.888Z | [ recovery-image] Dec 21 05:08:26.262 INFO O| Dec 21 05:08:26.262 INFO STEP 973 (remove_files) COMPLETE |
7403 | 2024-12-21T05:08:26.890Z | [ recovery-image] Dec 21 05:08:26.262 INFO O| Dec 21 05:08:26.262 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-21T05:08:26.908Z | [ recovery-image] Dec 21 05:08:26.282 INFO O| Dec 21 05:08:26.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7405 | 2024-12-21T05:08:26.909Z | [ recovery-image] Dec 21 05:08:26.282 INFO O| Dec 21 05:08:26.282 INFO STEP 974 (remove_files) COMPLETE |
7406 | 2024-12-21T05:08:26.909Z | [ recovery-image] Dec 21 05:08:26.282 INFO O| Dec 21 05:08:26.282 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-21T05:08:26.938Z | [ recovery-image] Dec 21 05:08:26.312 INFO O| Dec 21 05:08:26.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7408 | 2024-12-21T05:08:26.938Z | [ recovery-image] Dec 21 05:08:26.312 INFO O| Dec 21 05:08:26.312 INFO STEP 975 (remove_files) COMPLETE |
7409 | 2024-12-21T05:08:26.941Z | [ recovery-image] Dec 21 05:08:26.312 INFO O| Dec 21 05:08:26.312 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-21T05:08:26.957Z | [ recovery-image] Dec 21 05:08:26.331 INFO O| Dec 21 05:08:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7411 | 2024-12-21T05:08:26.957Z | [ recovery-image] Dec 21 05:08:26.331 INFO O| Dec 21 05:08:26.331 INFO STEP 976 (remove_files) COMPLETE |
7412 | 2024-12-21T05:08:26.957Z | [ recovery-image] Dec 21 05:08:26.331 INFO O| Dec 21 05:08:26.331 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-21T05:08:26.977Z | [ recovery-image] Dec 21 05:08:26.351 INFO O| Dec 21 05:08:26.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7414 | 2024-12-21T05:08:26.977Z | [ recovery-image] Dec 21 05:08:26.351 INFO O| Dec 21 05:08:26.351 INFO STEP 977 (remove_files) COMPLETE |
7415 | 2024-12-21T05:08:26.977Z | [ recovery-image] Dec 21 05:08:26.351 INFO O| Dec 21 05:08:26.351 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-21T05:08:26.996Z | [ recovery-image] Dec 21 05:08:26.371 INFO O| Dec 21 05:08:26.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7417 | 2024-12-21T05:08:26.997Z | [ recovery-image] Dec 21 05:08:26.371 INFO O| Dec 21 05:08:26.371 INFO STEP 978 (remove_files) COMPLETE |
7418 | 2024-12-21T05:08:26.999Z | [ recovery-image] Dec 21 05:08:26.371 INFO O| Dec 21 05:08:26.371 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-21T05:08:27.016Z | [ recovery-image] Dec 21 05:08:26.390 INFO O| Dec 21 05:08:26.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7420 | 2024-12-21T05:08:27.016Z | [ recovery-image] Dec 21 05:08:26.390 INFO O| Dec 21 05:08:26.390 INFO STEP 979 (remove_files) COMPLETE |
7421 | 2024-12-21T05:08:27.016Z | [ recovery-image] Dec 21 05:08:26.390 INFO O| Dec 21 05:08:26.390 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-21T05:08:27.053Z | [ recovery-image] Dec 21 05:08:26.427 INFO O| Dec 21 05:08:26.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7423 | 2024-12-21T05:08:27.053Z | [ recovery-image] Dec 21 05:08:26.427 INFO O| Dec 21 05:08:26.427 INFO STEP 980 (remove_files) COMPLETE |
7424 | 2024-12-21T05:08:27.056Z | [ recovery-image] Dec 21 05:08:26.427 INFO O| Dec 21 05:08:26.427 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-21T05:08:27.073Z | [ recovery-image] Dec 21 05:08:26.448 INFO O| Dec 21 05:08:26.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7426 | 2024-12-21T05:08:27.076Z | [ recovery-image] Dec 21 05:08:26.448 INFO O| Dec 21 05:08:26.448 INFO STEP 981 (remove_files) COMPLETE |
7427 | 2024-12-21T05:08:27.076Z | [ recovery-image] Dec 21 05:08:26.448 INFO O| Dec 21 05:08:26.448 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-21T05:08:27.096Z | [ recovery-image] Dec 21 05:08:26.470 INFO O| Dec 21 05:08:26.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7429 | 2024-12-21T05:08:27.096Z | [ recovery-image] Dec 21 05:08:26.470 INFO O| Dec 21 05:08:26.470 INFO STEP 982 (remove_files) COMPLETE |
7430 | 2024-12-21T05:08:27.096Z | [ recovery-image] Dec 21 05:08:26.470 INFO O| Dec 21 05:08:26.470 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-21T05:08:27.119Z | [ recovery-image] Dec 21 05:08:26.493 INFO O| Dec 21 05:08:26.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7432 | 2024-12-21T05:08:27.121Z | [ recovery-image] Dec 21 05:08:26.493 INFO O| Dec 21 05:08:26.493 INFO STEP 983 (remove_files) COMPLETE |
7433 | 2024-12-21T05:08:27.121Z | [ recovery-image] Dec 21 05:08:26.493 INFO O| Dec 21 05:08:26.493 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-21T05:08:27.153Z | [ recovery-image] Dec 21 05:08:26.513 INFO O| Dec 21 05:08:26.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7435 | 2024-12-21T05:08:27.153Z | [ recovery-image] Dec 21 05:08:26.513 INFO O| Dec 21 05:08:26.513 INFO STEP 984 (remove_files) COMPLETE |
7436 | 2024-12-21T05:08:27.153Z | [ recovery-image] Dec 21 05:08:26.513 INFO O| Dec 21 05:08:26.513 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-21T05:08:27.175Z | [ recovery-image] Dec 21 05:08:26.549 INFO O| Dec 21 05:08:26.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7438 | 2024-12-21T05:08:27.178Z | [ recovery-image] Dec 21 05:08:26.550 INFO O| Dec 21 05:08:26.550 INFO STEP 985 (remove_files) COMPLETE |
7439 | 2024-12-21T05:08:27.178Z | [ recovery-image] Dec 21 05:08:26.550 INFO O| Dec 21 05:08:26.550 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-21T05:08:27.209Z | [ recovery-image] Dec 21 05:08:26.583 INFO O| Dec 21 05:08:26.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7441 | 2024-12-21T05:08:27.209Z | [ recovery-image] Dec 21 05:08:26.583 INFO O| Dec 21 05:08:26.583 INFO STEP 986 (remove_files) COMPLETE |
7442 | 2024-12-21T05:08:27.209Z | [ recovery-image] Dec 21 05:08:26.583 INFO O| Dec 21 05:08:26.583 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-21T05:08:27.228Z | [ recovery-image] Dec 21 05:08:26.602 INFO O| Dec 21 05:08:26.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7444 | 2024-12-21T05:08:27.228Z | [ recovery-image] Dec 21 05:08:26.602 INFO O| Dec 21 05:08:26.602 INFO STEP 987 (remove_files) COMPLETE |
7445 | 2024-12-21T05:08:27.230Z | [ recovery-image] Dec 21 05:08:26.602 INFO O| Dec 21 05:08:26.602 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-21T05:08:27.259Z | [ recovery-image] Dec 21 05:08:26.634 INFO O| Dec 21 05:08:26.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7447 | 2024-12-21T05:08:27.259Z | [ recovery-image] Dec 21 05:08:26.634 INFO O| Dec 21 05:08:26.634 INFO STEP 988 (remove_files) COMPLETE |
7448 | 2024-12-21T05:08:27.259Z | [ recovery-image] Dec 21 05:08:26.634 INFO O| Dec 21 05:08:26.634 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-21T05:08:27.300Z | [ recovery-image] Dec 21 05:08:26.674 INFO O| Dec 21 05:08:26.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7450 | 2024-12-21T05:08:27.300Z | [ recovery-image] Dec 21 05:08:26.674 INFO O| Dec 21 05:08:26.674 INFO STEP 989 (remove_files) COMPLETE |
7451 | 2024-12-21T05:08:27.302Z | [ recovery-image] Dec 21 05:08:26.674 INFO O| Dec 21 05:08:26.674 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-21T05:08:27.322Z | [ recovery-image] Dec 21 05:08:26.696 INFO O| Dec 21 05:08:26.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7453 | 2024-12-21T05:08:27.325Z | [ recovery-image] Dec 21 05:08:26.697 INFO O| Dec 21 05:08:26.696 INFO STEP 990 (remove_files) COMPLETE |
7454 | 2024-12-21T05:08:27.325Z | [ recovery-image] Dec 21 05:08:26.697 INFO O| Dec 21 05:08:26.697 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-21T05:08:27.360Z | [ recovery-image] Dec 21 05:08:26.734 INFO O| Dec 21 05:08:26.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7456 | 2024-12-21T05:08:27.360Z | [ recovery-image] Dec 21 05:08:26.734 INFO O| Dec 21 05:08:26.734 INFO STEP 991 (remove_files) COMPLETE |
7457 | 2024-12-21T05:08:27.362Z | [ recovery-image] Dec 21 05:08:26.734 INFO O| Dec 21 05:08:26.734 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-21T05:08:27.382Z | [ recovery-image] Dec 21 05:08:26.757 INFO O| Dec 21 05:08:26.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7459 | 2024-12-21T05:08:27.383Z | [ recovery-image] Dec 21 05:08:26.757 INFO O| Dec 21 05:08:26.757 INFO STEP 992 (remove_files) COMPLETE |
7460 | 2024-12-21T05:08:27.385Z | [ recovery-image] Dec 21 05:08:26.757 INFO O| Dec 21 05:08:26.757 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-21T05:08:27.405Z | [ recovery-image] Dec 21 05:08:26.779 INFO O| Dec 21 05:08:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7462 | 2024-12-21T05:08:27.408Z | [ recovery-image] Dec 21 05:08:26.779 INFO O| Dec 21 05:08:26.779 INFO STEP 993 (remove_files) COMPLETE |
7463 | 2024-12-21T05:08:27.408Z | [ recovery-image] Dec 21 05:08:26.779 INFO O| Dec 21 05:08:26.779 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-21T05:08:27.428Z | [ recovery-image] Dec 21 05:08:26.801 INFO O| Dec 21 05:08:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7465 | 2024-12-21T05:08:27.431Z | [ recovery-image] Dec 21 05:08:26.801 INFO O| Dec 21 05:08:26.801 INFO STEP 994 (remove_files) COMPLETE |
7466 | 2024-12-21T05:08:27.431Z | [ recovery-image] Dec 21 05:08:26.802 INFO O| Dec 21 05:08:26.801 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-21T05:08:27.448Z | [ recovery-image] Dec 21 05:08:26.822 INFO O| Dec 21 05:08:26.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7468 | 2024-12-21T05:08:27.450Z | [ recovery-image] Dec 21 05:08:26.822 INFO O| Dec 21 05:08:26.822 INFO STEP 995 (remove_files) COMPLETE |
7469 | 2024-12-21T05:08:27.450Z | [ recovery-image] Dec 21 05:08:26.822 INFO O| Dec 21 05:08:26.822 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-21T05:08:27.467Z | [ recovery-image] Dec 21 05:08:26.840 INFO O| Dec 21 05:08:26.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7471 | 2024-12-21T05:08:27.470Z | [ recovery-image] Dec 21 05:08:26.840 INFO O| Dec 21 05:08:26.840 INFO STEP 996 (remove_files) COMPLETE |
7472 | 2024-12-21T05:08:27.470Z | [ recovery-image] Dec 21 05:08:26.841 INFO O| Dec 21 05:08:26.840 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-21T05:08:27.485Z | [ recovery-image] Dec 21 05:08:26.859 INFO O| Dec 21 05:08:26.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7474 | 2024-12-21T05:08:27.485Z | [ recovery-image] Dec 21 05:08:26.859 INFO O| Dec 21 05:08:26.859 INFO STEP 997 (remove_files) COMPLETE |
7475 | 2024-12-21T05:08:27.487Z | [ recovery-image] Dec 21 05:08:26.860 INFO O| Dec 21 05:08:26.859 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-21T05:08:27.504Z | [ recovery-image] Dec 21 05:08:26.878 INFO O| Dec 21 05:08:26.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7477 | 2024-12-21T05:08:27.504Z | [ recovery-image] Dec 21 05:08:26.878 INFO O| Dec 21 05:08:26.878 INFO STEP 998 (remove_files) COMPLETE |
7478 | 2024-12-21T05:08:27.506Z | [ recovery-image] Dec 21 05:08:26.878 INFO O| Dec 21 05:08:26.878 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-21T05:08:27.553Z | [ recovery-image] Dec 21 05:08:26.927 INFO O| Dec 21 05:08:26.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7480 | 2024-12-21T05:08:27.556Z | [ recovery-image] Dec 21 05:08:26.927 INFO O| Dec 21 05:08:26.927 INFO STEP 999 (remove_files) COMPLETE |
7481 | 2024-12-21T05:08:27.556Z | [ recovery-image] Dec 21 05:08:26.927 INFO O| Dec 21 05:08:26.927 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-21T05:08:27.593Z | [ recovery-image] Dec 21 05:08:26.967 INFO O| Dec 21 05:08:26.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7483 | 2024-12-21T05:08:27.593Z | [ recovery-image] Dec 21 05:08:26.968 INFO O| Dec 21 05:08:26.967 INFO STEP 1000 (remove_files) COMPLETE |
7484 | 2024-12-21T05:08:27.596Z | [ recovery-image] Dec 21 05:08:26.968 INFO O| Dec 21 05:08:26.968 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-21T05:08:27.612Z | [ recovery-image] Dec 21 05:08:26.986 INFO O| Dec 21 05:08:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7486 | 2024-12-21T05:08:27.612Z | [ recovery-image] Dec 21 05:08:26.987 INFO O| Dec 21 05:08:26.986 INFO STEP 1001 (remove_files) COMPLETE |
7487 | 2024-12-21T05:08:27.615Z | [ recovery-image] Dec 21 05:08:26.987 INFO O| Dec 21 05:08:26.987 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-21T05:08:27.643Z | [ recovery-image] Dec 21 05:08:27.017 INFO O| Dec 21 05:08:27.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7489 | 2024-12-21T05:08:27.646Z | [ recovery-image] Dec 21 05:08:27.017 INFO O| Dec 21 05:08:27.017 INFO STEP 1002 (remove_files) COMPLETE |
7490 | 2024-12-21T05:08:27.646Z | [ recovery-image] Dec 21 05:08:27.017 INFO O| Dec 21 05:08:27.017 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-21T05:08:27.689Z | [ recovery-image] Dec 21 05:08:27.063 INFO O| Dec 21 05:08:27.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7492 | 2024-12-21T05:08:27.692Z | [ recovery-image] Dec 21 05:08:27.063 INFO O| Dec 21 05:08:27.063 INFO STEP 1003 (remove_files) COMPLETE |
7493 | 2024-12-21T05:08:27.692Z | [ recovery-image] Dec 21 05:08:27.063 INFO O| Dec 21 05:08:27.063 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-21T05:08:27.707Z | [ recovery-image] Dec 21 05:08:27.082 INFO O| Dec 21 05:08:27.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7495 | 2024-12-21T05:08:27.710Z | [ recovery-image] Dec 21 05:08:27.082 INFO O| Dec 21 05:08:27.082 INFO STEP 1004 (remove_files) COMPLETE |
7496 | 2024-12-21T05:08:27.711Z | [ recovery-image] Dec 21 05:08:27.082 INFO O| Dec 21 05:08:27.082 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-21T05:08:27.726Z | [ recovery-image] Dec 21 05:08:27.100 INFO O| Dec 21 05:08:27.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7498 | 2024-12-21T05:08:27.726Z | [ recovery-image] Dec 21 05:08:27.100 INFO O| Dec 21 05:08:27.100 INFO STEP 1005 (remove_files) COMPLETE |
7499 | 2024-12-21T05:08:27.726Z | [ recovery-image] Dec 21 05:08:27.100 INFO O| Dec 21 05:08:27.100 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-21T05:08:27.744Z | [ recovery-image] Dec 21 05:08:27.119 INFO O| Dec 21 05:08:27.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7501 | 2024-12-21T05:08:27.745Z | [ recovery-image] Dec 21 05:08:27.119 INFO O| Dec 21 05:08:27.119 INFO STEP 1006 (remove_files) COMPLETE |
7502 | 2024-12-21T05:08:27.745Z | [ recovery-image] Dec 21 05:08:27.119 INFO O| Dec 21 05:08:27.119 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-21T05:08:27.804Z | [ recovery-image] Dec 21 05:08:27.178 INFO O| Dec 21 05:08:27.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7504 | 2024-12-21T05:08:27.804Z | [ recovery-image] Dec 21 05:08:27.179 INFO O| Dec 21 05:08:27.178 INFO STEP 1007 (remove_files) COMPLETE |
7505 | 2024-12-21T05:08:27.807Z | [ recovery-image] Dec 21 05:08:27.179 INFO O| Dec 21 05:08:27.179 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-21T05:08:27.842Z | [ recovery-image] Dec 21 05:08:27.216 INFO O| Dec 21 05:08:27.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7507 | 2024-12-21T05:08:27.842Z | [ recovery-image] Dec 21 05:08:27.216 INFO O| Dec 21 05:08:27.216 INFO STEP 1008 (remove_files) COMPLETE |
7508 | 2024-12-21T05:08:27.845Z | [ recovery-image] Dec 21 05:08:27.216 INFO O| Dec 21 05:08:27.216 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-21T05:08:27.861Z | [ recovery-image] Dec 21 05:08:27.235 INFO O| Dec 21 05:08:27.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7510 | 2024-12-21T05:08:27.861Z | [ recovery-image] Dec 21 05:08:27.235 INFO O| Dec 21 05:08:27.235 INFO STEP 1009 (remove_files) COMPLETE |
7511 | 2024-12-21T05:08:27.861Z | [ recovery-image] Dec 21 05:08:27.235 INFO O| Dec 21 05:08:27.235 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-21T05:08:27.950Z | [ recovery-image] Dec 21 05:08:27.324 INFO O| Dec 21 05:08:27.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7513 | 2024-12-21T05:08:27.950Z | [ recovery-image] Dec 21 05:08:27.324 INFO O| Dec 21 05:08:27.324 INFO STEP 1010 (remove_files) COMPLETE |
7514 | 2024-12-21T05:08:27.950Z | [ recovery-image] Dec 21 05:08:27.324 INFO O| Dec 21 05:08:27.324 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-21T05:08:27.972Z | [ recovery-image] Dec 21 05:08:27.346 INFO O| Dec 21 05:08:27.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7516 | 2024-12-21T05:08:27.972Z | [ recovery-image] Dec 21 05:08:27.346 INFO O| Dec 21 05:08:27.346 INFO STEP 1011 (remove_files) COMPLETE |
7517 | 2024-12-21T05:08:27.972Z | [ recovery-image] Dec 21 05:08:27.346 INFO O| Dec 21 05:08:27.346 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-12-21T05:08:27.994Z | [ recovery-image] Dec 21 05:08:27.368 INFO O| Dec 21 05:08:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7519 | 2024-12-21T05:08:27.994Z | [ recovery-image] Dec 21 05:08:27.368 INFO O| Dec 21 05:08:27.368 INFO STEP 1012 (remove_files) COMPLETE |
7520 | 2024-12-21T05:08:27.994Z | [ recovery-image] Dec 21 05:08:27.368 INFO O| Dec 21 05:08:27.368 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-12-21T05:08:28.012Z | [ recovery-image] Dec 21 05:08:27.386 INFO O| Dec 21 05:08:27.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7522 | 2024-12-21T05:08:28.012Z | [ recovery-image] Dec 21 05:08:27.386 INFO O| Dec 21 05:08:27.386 INFO STEP 1013 (remove_files) COMPLETE |
7523 | 2024-12-21T05:08:28.012Z | [ recovery-image] Dec 21 05:08:27.386 INFO O| Dec 21 05:08:27.386 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-21T05:08:28.031Z | [ recovery-image] Dec 21 05:08:27.405 INFO O| Dec 21 05:08:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7525 | 2024-12-21T05:08:28.031Z | [ recovery-image] Dec 21 05:08:27.405 INFO O| Dec 21 05:08:27.405 INFO STEP 1014 (remove_files) COMPLETE |
7526 | 2024-12-21T05:08:28.031Z | [ recovery-image] Dec 21 05:08:27.405 INFO O| Dec 21 05:08:27.405 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-12-21T05:08:28.087Z | [ recovery-image] Dec 21 05:08:27.461 INFO O| Dec 21 05:08:27.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7528 | 2024-12-21T05:08:28.087Z | [ recovery-image] Dec 21 05:08:27.461 INFO O| Dec 21 05:08:27.461 INFO STEP 1015 (remove_files) COMPLETE |
7529 | 2024-12-21T05:08:28.087Z | [ recovery-image] Dec 21 05:08:27.461 INFO O| Dec 21 05:08:27.461 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-12-21T05:08:28.120Z | [ recovery-image] Dec 21 05:08:27.493 INFO O| Dec 21 05:08:27.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7531 | 2024-12-21T05:08:28.120Z | [ recovery-image] Dec 21 05:08:27.493 INFO O| Dec 21 05:08:27.493 INFO STEP 1016 (remove_files) COMPLETE |
7532 | 2024-12-21T05:08:28.120Z | [ recovery-image] Dec 21 05:08:27.493 INFO O| Dec 21 05:08:27.493 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-12-21T05:08:28.172Z | [ recovery-image] Dec 21 05:08:27.545 INFO O| Dec 21 05:08:27.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7534 | 2024-12-21T05:08:28.172Z | [ recovery-image] Dec 21 05:08:27.545 INFO O| Dec 21 05:08:27.545 INFO STEP 1017 (remove_files) COMPLETE |
7535 | 2024-12-21T05:08:28.172Z | [ recovery-image] Dec 21 05:08:27.545 INFO O| Dec 21 05:08:27.545 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-12-21T05:08:28.189Z | [ recovery-image] Dec 21 05:08:27.563 INFO O| Dec 21 05:08:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7537 | 2024-12-21T05:08:28.189Z | [ recovery-image] Dec 21 05:08:27.563 INFO O| Dec 21 05:08:27.563 INFO STEP 1018 (remove_files) COMPLETE |
7538 | 2024-12-21T05:08:28.192Z | [ recovery-image] Dec 21 05:08:27.563 INFO O| Dec 21 05:08:27.563 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-21T05:08:28.207Z | [ recovery-image] Dec 21 05:08:27.581 INFO O| Dec 21 05:08:27.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7540 | 2024-12-21T05:08:28.207Z | [ recovery-image] Dec 21 05:08:27.581 INFO O| Dec 21 05:08:27.581 INFO STEP 1019 (remove_files) COMPLETE |
7541 | 2024-12-21T05:08:28.209Z | [ recovery-image] Dec 21 05:08:27.581 INFO O| Dec 21 05:08:27.581 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-12-21T05:08:28.225Z | [ recovery-image] Dec 21 05:08:27.599 INFO O| Dec 21 05:08:27.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7543 | 2024-12-21T05:08:28.228Z | [ recovery-image] Dec 21 05:08:27.600 INFO O| Dec 21 05:08:27.600 INFO STEP 1020 (remove_files) COMPLETE |
7544 | 2024-12-21T05:08:28.228Z | [ recovery-image] Dec 21 05:08:27.600 INFO O| Dec 21 05:08:27.600 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-12-21T05:08:28.269Z | [ recovery-image] Dec 21 05:08:27.643 INFO O| Dec 21 05:08:27.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7546 | 2024-12-21T05:08:28.269Z | [ recovery-image] Dec 21 05:08:27.643 INFO O| Dec 21 05:08:27.643 INFO STEP 1021 (remove_files) COMPLETE |
7547 | 2024-12-21T05:08:28.269Z | [ recovery-image] Dec 21 05:08:27.643 INFO O| Dec 21 05:08:27.643 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-12-21T05:08:28.327Z | [ recovery-image] Dec 21 05:08:27.701 INFO O| Dec 21 05:08:27.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7549 | 2024-12-21T05:08:28.327Z | [ recovery-image] Dec 21 05:08:27.701 INFO O| Dec 21 05:08:27.701 INFO STEP 1022 (remove_files) COMPLETE |
7550 | 2024-12-21T05:08:28.327Z | [ recovery-image] Dec 21 05:08:27.701 INFO O| Dec 21 05:08:27.701 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-21T05:08:28.346Z | [ recovery-image] Dec 21 05:08:27.721 INFO O| Dec 21 05:08:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7552 | 2024-12-21T05:08:28.347Z | [ recovery-image] Dec 21 05:08:27.721 INFO O| Dec 21 05:08:27.721 INFO STEP 1023 (remove_files) COMPLETE |
7553 | 2024-12-21T05:08:28.347Z | [ recovery-image] Dec 21 05:08:27.721 INFO O| Dec 21 05:08:27.721 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-21T05:08:28.365Z | [ recovery-image] Dec 21 05:08:27.739 INFO O| Dec 21 05:08:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7555 | 2024-12-21T05:08:28.365Z | [ recovery-image] Dec 21 05:08:27.739 INFO O| Dec 21 05:08:27.739 INFO STEP 1024 (remove_files) COMPLETE |
7556 | 2024-12-21T05:08:28.365Z | [ recovery-image] Dec 21 05:08:27.739 INFO O| Dec 21 05:08:27.739 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-21T05:08:28.384Z | [ recovery-image] Dec 21 05:08:27.758 INFO O| Dec 21 05:08:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7558 | 2024-12-21T05:08:28.384Z | [ recovery-image] Dec 21 05:08:27.758 INFO O| Dec 21 05:08:27.758 INFO STEP 1025 (remove_files) COMPLETE |
7559 | 2024-12-21T05:08:28.384Z | [ recovery-image] Dec 21 05:08:27.758 INFO O| Dec 21 05:08:27.758 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-21T05:08:28.403Z | [ recovery-image] Dec 21 05:08:27.777 INFO O| Dec 21 05:08:27.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7561 | 2024-12-21T05:08:28.413Z | [ recovery-image] Dec 21 05:08:27.787 INFO O| Dec 21 05:08:27.787 INFO STEP 1026 (remove_files) COMPLETE |
7562 | 2024-12-21T05:08:28.413Z | [ recovery-image] Dec 21 05:08:27.787 INFO O| Dec 21 05:08:27.787 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-21T05:08:28.452Z | [ recovery-image] Dec 21 05:08:27.826 INFO O| Dec 21 05:08:27.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7564 | 2024-12-21T05:08:28.452Z | [ recovery-image] Dec 21 05:08:27.827 INFO O| Dec 21 05:08:27.827 INFO STEP 1027 (remove_files) COMPLETE |
7565 | 2024-12-21T05:08:28.452Z | [ recovery-image] Dec 21 05:08:27.827 INFO O| Dec 21 05:08:27.827 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-21T05:08:28.476Z | [ recovery-image] Dec 21 05:08:27.850 INFO O| Dec 21 05:08:27.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7567 | 2024-12-21T05:08:28.478Z | [ recovery-image] Dec 21 05:08:27.850 INFO O| Dec 21 05:08:27.850 INFO STEP 1028 (remove_files) COMPLETE |
7568 | 2024-12-21T05:08:28.478Z | [ recovery-image] Dec 21 05:08:27.850 INFO O| Dec 21 05:08:27.850 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-21T05:08:28.509Z | [ recovery-image] Dec 21 05:08:27.883 INFO O| Dec 21 05:08:27.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7570 | 2024-12-21T05:08:28.542Z | [ recovery-image] Dec 21 05:08:27.916 INFO O| Dec 21 05:08:27.916 INFO STEP 1029 (remove_files) COMPLETE |
7571 | 2024-12-21T05:08:28.543Z | [ recovery-image] Dec 21 05:08:27.916 INFO O| Dec 21 05:08:27.916 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-21T05:08:28.650Z | [ recovery-image] Dec 21 05:08:28.024 INFO O| Dec 21 05:08:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7573 | 2024-12-21T05:08:28.653Z | [ recovery-image] Dec 21 05:08:28.024 INFO O| Dec 21 05:08:28.024 INFO STEP 1030 (remove_files) COMPLETE |
7574 | 2024-12-21T05:08:28.653Z | [ recovery-image] Dec 21 05:08:28.024 INFO O| Dec 21 05:08:28.024 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-21T05:08:28.682Z | [ recovery-image] Dec 21 05:08:28.056 INFO O| Dec 21 05:08:28.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7576 | 2024-12-21T05:08:28.682Z | [ recovery-image] Dec 21 05:08:28.056 INFO O| Dec 21 05:08:28.056 INFO STEP 1031 (remove_files) COMPLETE |
7577 | 2024-12-21T05:08:28.684Z | [ recovery-image] Dec 21 05:08:28.056 INFO O| Dec 21 05:08:28.056 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-21T05:08:28.721Z | [ recovery-image] Dec 21 05:08:28.095 INFO O| Dec 21 05:08:28.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7579 | 2024-12-21T05:08:28.723Z | [ recovery-image] Dec 21 05:08:28.095 INFO O| Dec 21 05:08:28.095 INFO STEP 1032 (remove_files) COMPLETE |
7580 | 2024-12-21T05:08:28.723Z | [ recovery-image] Dec 21 05:08:28.095 INFO O| Dec 21 05:08:28.095 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-12-21T05:08:28.741Z | [ recovery-image] Dec 21 05:08:28.115 INFO O| Dec 21 05:08:28.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7582 | 2024-12-21T05:08:28.743Z | [ recovery-image] Dec 21 05:08:28.115 INFO O| Dec 21 05:08:28.115 INFO STEP 1033 (remove_files) COMPLETE |
7583 | 2024-12-21T05:08:28.743Z | [ recovery-image] Dec 21 05:08:28.115 INFO O| Dec 21 05:08:28.115 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-12-21T05:08:28.759Z | [ recovery-image] Dec 21 05:08:28.133 INFO O| Dec 21 05:08:28.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7585 | 2024-12-21T05:08:28.759Z | [ recovery-image] Dec 21 05:08:28.133 INFO O| Dec 21 05:08:28.133 INFO STEP 1034 (remove_files) COMPLETE |
7586 | 2024-12-21T05:08:28.759Z | [ recovery-image] Dec 21 05:08:28.133 INFO O| Dec 21 05:08:28.133 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-12-21T05:08:28.781Z | [ recovery-image] Dec 21 05:08:28.155 INFO O| Dec 21 05:08:28.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7588 | 2024-12-21T05:08:28.781Z | [ recovery-image] Dec 21 05:08:28.155 INFO O| Dec 21 05:08:28.155 INFO STEP 1035 (remove_files) COMPLETE |
7589 | 2024-12-21T05:08:28.783Z | [ recovery-image] Dec 21 05:08:28.155 INFO O| Dec 21 05:08:28.155 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-12-21T05:08:28.810Z | [ recovery-image] Dec 21 05:08:28.184 INFO O| Dec 21 05:08:28.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7591 | 2024-12-21T05:08:28.812Z | [ recovery-image] Dec 21 05:08:28.184 INFO O| Dec 21 05:08:28.184 INFO STEP 1036 (remove_files) COMPLETE |
7592 | 2024-12-21T05:08:28.812Z | [ recovery-image] Dec 21 05:08:28.184 INFO O| Dec 21 05:08:28.184 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-12-21T05:08:28.853Z | [ recovery-image] Dec 21 05:08:28.227 INFO O| Dec 21 05:08:28.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7594 | 2024-12-21T05:08:28.856Z | [ recovery-image] Dec 21 05:08:28.228 INFO O| Dec 21 05:08:28.227 INFO STEP 1037 (remove_files) COMPLETE |
7595 | 2024-12-21T05:08:28.856Z | [ recovery-image] Dec 21 05:08:28.228 INFO O| Dec 21 05:08:28.227 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-21T05:08:28.892Z | [ recovery-image] Dec 21 05:08:28.267 INFO O| Dec 21 05:08:28.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7597 | 2024-12-21T05:08:28.895Z | [ recovery-image] Dec 21 05:08:28.267 INFO O| Dec 21 05:08:28.267 INFO STEP 1038 (remove_files) COMPLETE |
7598 | 2024-12-21T05:08:28.895Z | [ recovery-image] Dec 21 05:08:28.267 INFO O| Dec 21 05:08:28.267 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-21T05:08:28.924Z | [ recovery-image] Dec 21 05:08:28.298 INFO O| Dec 21 05:08:28.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7600 | 2024-12-21T05:08:28.926Z | [ recovery-image] Dec 21 05:08:28.298 INFO O| Dec 21 05:08:28.298 INFO STEP 1039 (remove_files) COMPLETE |
7601 | 2024-12-21T05:08:28.926Z | [ recovery-image] Dec 21 05:08:28.298 INFO O| Dec 21 05:08:28.298 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-21T05:08:28.943Z | [ recovery-image] Dec 21 05:08:28.317 INFO O| Dec 21 05:08:28.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7603 | 2024-12-21T05:08:28.945Z | [ recovery-image] Dec 21 05:08:28.317 INFO O| Dec 21 05:08:28.317 INFO STEP 1040 (remove_files) COMPLETE |
7604 | 2024-12-21T05:08:28.945Z | [ recovery-image] Dec 21 05:08:28.317 INFO O| Dec 21 05:08:28.317 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-21T05:08:28.961Z | [ recovery-image] Dec 21 05:08:28.335 INFO O| Dec 21 05:08:28.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7606 | 2024-12-21T05:08:28.963Z | [ recovery-image] Dec 21 05:08:28.335 INFO O| Dec 21 05:08:28.335 INFO STEP 1041 (remove_files) COMPLETE |
7607 | 2024-12-21T05:08:28.963Z | [ recovery-image] Dec 21 05:08:28.336 INFO O| Dec 21 05:08:28.335 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-21T05:08:28.984Z | [ recovery-image] Dec 21 05:08:28.358 INFO O| Dec 21 05:08:28.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7609 | 2024-12-21T05:08:28.984Z | [ recovery-image] Dec 21 05:08:28.358 INFO O| Dec 21 05:08:28.358 INFO STEP 1042 (remove_files) COMPLETE |
7610 | 2024-12-21T05:08:28.987Z | [ recovery-image] Dec 21 05:08:28.359 INFO O| Dec 21 05:08:28.358 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-12-21T05:08:29.034Z | [ recovery-image] Dec 21 05:08:28.408 INFO O| Dec 21 05:08:28.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7612 | 2024-12-21T05:08:29.034Z | [ recovery-image] Dec 21 05:08:28.408 INFO O| Dec 21 05:08:28.408 INFO STEP 1043 (remove_files) COMPLETE |
7613 | 2024-12-21T05:08:29.037Z | [ recovery-image] Dec 21 05:08:28.408 INFO O| Dec 21 05:08:28.408 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-12-21T05:08:29.124Z | [ recovery-image] Dec 21 05:08:28.498 INFO O| Dec 21 05:08:28.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7615 | 2024-12-21T05:08:29.126Z | [ recovery-image] Dec 21 05:08:28.498 INFO O| Dec 21 05:08:28.498 INFO STEP 1044 (remove_files) COMPLETE |
7616 | 2024-12-21T05:08:29.127Z | [ recovery-image] Dec 21 05:08:28.499 INFO O| Dec 21 05:08:28.498 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-12-21T05:08:29.187Z | [ recovery-image] Dec 21 05:08:28.561 INFO O| Dec 21 05:08:28.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7618 | 2024-12-21T05:08:29.187Z | [ recovery-image] Dec 21 05:08:28.561 INFO O| Dec 21 05:08:28.561 INFO STEP 1045 (remove_files) COMPLETE |
7619 | 2024-12-21T05:08:29.187Z | [ recovery-image] Dec 21 05:08:28.561 INFO O| Dec 21 05:08:28.561 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-12-21T05:08:29.208Z | [ recovery-image] Dec 21 05:08:28.583 INFO O| Dec 21 05:08:28.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7621 | 2024-12-21T05:08:29.209Z | [ recovery-image] Dec 21 05:08:28.583 INFO O| Dec 21 05:08:28.583 INFO STEP 1046 (remove_files) COMPLETE |
7622 | 2024-12-21T05:08:29.212Z | [ recovery-image] Dec 21 05:08:28.583 INFO O| Dec 21 05:08:28.583 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-12-21T05:08:29.228Z | [ recovery-image] Dec 21 05:08:28.602 INFO O| Dec 21 05:08:28.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7624 | 2024-12-21T05:08:29.228Z | [ recovery-image] Dec 21 05:08:28.602 INFO O| Dec 21 05:08:28.602 INFO STEP 1047 (remove_files) COMPLETE |
7625 | 2024-12-21T05:08:29.228Z | [ recovery-image] Dec 21 05:08:28.602 INFO O| Dec 21 05:08:28.602 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-12-21T05:08:29.247Z | [ recovery-image] Dec 21 05:08:28.619 INFO O| Dec 21 05:08:28.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7627 | 2024-12-21T05:08:29.247Z | [ recovery-image] Dec 21 05:08:28.619 INFO O| Dec 21 05:08:28.619 INFO STEP 1048 (remove_files) COMPLETE |
7628 | 2024-12-21T05:08:29.250Z | [ recovery-image] Dec 21 05:08:28.619 INFO O| Dec 21 05:08:28.619 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-12-21T05:08:29.261Z | [ recovery-image] Dec 21 05:08:28.635 INFO O| Dec 21 05:08:28.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7630 | 2024-12-21T05:08:29.261Z | [ recovery-image] Dec 21 05:08:28.635 INFO O| Dec 21 05:08:28.635 INFO STEP 1049 (remove_files) COMPLETE |
7631 | 2024-12-21T05:08:29.270Z | [ recovery-image] Dec 21 05:08:28.635 INFO O| Dec 21 05:08:28.635 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-12-21T05:08:29.280Z | [ recovery-image] Dec 21 05:08:28.654 INFO O| Dec 21 05:08:28.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7633 | 2024-12-21T05:08:29.280Z | [ recovery-image] Dec 21 05:08:28.654 INFO O| Dec 21 05:08:28.654 INFO STEP 1050 (remove_files) COMPLETE |
7634 | 2024-12-21T05:08:29.282Z | [ recovery-image] Dec 21 05:08:28.654 INFO O| Dec 21 05:08:28.654 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-12-21T05:08:29.299Z | [ recovery-image] Dec 21 05:08:28.673 INFO O| Dec 21 05:08:28.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7636 | 2024-12-21T05:08:29.299Z | [ recovery-image] Dec 21 05:08:28.673 INFO O| Dec 21 05:08:28.673 INFO STEP 1051 (remove_files) COMPLETE |
7637 | 2024-12-21T05:08:29.299Z | [ recovery-image] Dec 21 05:08:28.673 INFO O| Dec 21 05:08:28.673 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-12-21T05:08:29.317Z | [ recovery-image] Dec 21 05:08:28.691 INFO O| Dec 21 05:08:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7639 | 2024-12-21T05:08:29.318Z | [ recovery-image] Dec 21 05:08:28.691 INFO O| Dec 21 05:08:28.691 INFO STEP 1052 (remove_files) COMPLETE |
7640 | 2024-12-21T05:08:29.318Z | [ recovery-image] Dec 21 05:08:28.691 INFO O| Dec 21 05:08:28.691 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-12-21T05:08:29.337Z | [ recovery-image] Dec 21 05:08:28.711 INFO O| Dec 21 05:08:28.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7642 | 2024-12-21T05:08:29.337Z | [ recovery-image] Dec 21 05:08:28.711 INFO O| Dec 21 05:08:28.711 INFO STEP 1053 (remove_files) COMPLETE |
7643 | 2024-12-21T05:08:29.337Z | [ recovery-image] Dec 21 05:08:28.711 INFO O| Dec 21 05:08:28.711 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-12-21T05:08:29.359Z | [ recovery-image] Dec 21 05:08:28.733 INFO O| Dec 21 05:08:28.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7645 | 2024-12-21T05:08:29.362Z | [ recovery-image] Dec 21 05:08:28.733 INFO O| Dec 21 05:08:28.733 INFO STEP 1054 (remove_files) COMPLETE |
7646 | 2024-12-21T05:08:29.362Z | [ recovery-image] Dec 21 05:08:28.733 INFO O| Dec 21 05:08:28.733 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-12-21T05:08:29.380Z | [ recovery-image] Dec 21 05:08:28.755 INFO O| Dec 21 05:08:28.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7648 | 2024-12-21T05:08:29.381Z | [ recovery-image] Dec 21 05:08:28.755 INFO O| Dec 21 05:08:28.755 INFO STEP 1055 (remove_files) COMPLETE |
7649 | 2024-12-21T05:08:29.381Z | [ recovery-image] Dec 21 05:08:28.755 INFO O| Dec 21 05:08:28.755 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2024-12-21T05:08:29.401Z | [ recovery-image] Dec 21 05:08:28.775 INFO O| Dec 21 05:08:28.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7651 | 2024-12-21T05:08:29.404Z | [ recovery-image] Dec 21 05:08:28.778 INFO O| Dec 21 05:08:28.778 INFO STEP 1056 (remove_files) COMPLETE |
7652 | 2024-12-21T05:08:29.404Z | [ recovery-image] Dec 21 05:08:28.778 INFO O| Dec 21 05:08:28.778 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2024-12-21T05:08:29.423Z | [ recovery-image] Dec 21 05:08:28.797 INFO O| Dec 21 05:08:28.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7654 | 2024-12-21T05:08:29.423Z | [ recovery-image] Dec 21 05:08:28.797 INFO O| Dec 21 05:08:28.797 INFO STEP 1057 (remove_files) COMPLETE |
7655 | 2024-12-21T05:08:29.423Z | [ recovery-image] Dec 21 05:08:28.797 INFO O| Dec 21 05:08:28.797 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-12-21T05:08:29.456Z | [ recovery-image] Dec 21 05:08:28.830 INFO O| Dec 21 05:08:28.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7657 | 2024-12-21T05:08:29.456Z | [ recovery-image] Dec 21 05:08:28.830 INFO O| Dec 21 05:08:28.830 INFO STEP 1058 (remove_files) COMPLETE |
7658 | 2024-12-21T05:08:29.458Z | [ recovery-image] Dec 21 05:08:28.830 INFO O| Dec 21 05:08:28.830 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-12-21T05:08:29.476Z | [ recovery-image] Dec 21 05:08:28.850 INFO O| Dec 21 05:08:28.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7660 | 2024-12-21T05:08:29.476Z | [ recovery-image] Dec 21 05:08:28.850 INFO O| Dec 21 05:08:28.850 INFO STEP 1059 (remove_files) COMPLETE |
7661 | 2024-12-21T05:08:29.476Z | [ recovery-image] Dec 21 05:08:28.850 INFO O| Dec 21 05:08:28.850 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-21T05:08:29.495Z | [ recovery-image] Dec 21 05:08:28.869 INFO O| Dec 21 05:08:28.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7663 | 2024-12-21T05:08:29.495Z | [ recovery-image] Dec 21 05:08:28.869 INFO O| Dec 21 05:08:28.869 INFO STEP 1060 (remove_files) COMPLETE |
7664 | 2024-12-21T05:08:29.497Z | [ recovery-image] Dec 21 05:08:28.869 INFO O| Dec 21 05:08:28.869 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-21T05:08:29.530Z | [ recovery-image] Dec 21 05:08:28.904 INFO O| Dec 21 05:08:28.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7666 | 2024-12-21T05:08:29.530Z | [ recovery-image] Dec 21 05:08:28.904 INFO O| Dec 21 05:08:28.904 INFO STEP 1061 (remove_files) COMPLETE |
7667 | 2024-12-21T05:08:29.530Z | [ recovery-image] Dec 21 05:08:28.904 INFO O| Dec 21 05:08:28.904 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-21T05:08:29.553Z | [ recovery-image] Dec 21 05:08:28.927 INFO O| Dec 21 05:08:28.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7669 | 2024-12-21T05:08:29.553Z | [ recovery-image] Dec 21 05:08:28.927 INFO O| Dec 21 05:08:28.927 INFO STEP 1062 (remove_files) COMPLETE |
7670 | 2024-12-21T05:08:29.553Z | [ recovery-image] Dec 21 05:08:28.927 INFO O| Dec 21 05:08:28.927 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-21T05:08:29.573Z | [ recovery-image] Dec 21 05:08:28.947 INFO O| Dec 21 05:08:28.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7672 | 2024-12-21T05:08:29.573Z | [ recovery-image] Dec 21 05:08:28.947 INFO O| Dec 21 05:08:28.947 INFO STEP 1063 (remove_files) COMPLETE |
7673 | 2024-12-21T05:08:29.573Z | [ recovery-image] Dec 21 05:08:28.947 INFO O| Dec 21 05:08:28.947 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-21T05:08:29.614Z | [ recovery-image] Dec 21 05:08:28.988 INFO O| Dec 21 05:08:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7675 | 2024-12-21T05:08:29.614Z | [ recovery-image] Dec 21 05:08:28.988 INFO O| Dec 21 05:08:28.988 INFO STEP 1064 (remove_files) COMPLETE |
7676 | 2024-12-21T05:08:29.616Z | [ recovery-image] Dec 21 05:08:28.988 INFO O| Dec 21 05:08:28.988 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-21T05:08:29.650Z | [ recovery-image] Dec 21 05:08:29.024 INFO O| Dec 21 05:08:29.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7678 | 2024-12-21T05:08:29.650Z | [ recovery-image] Dec 21 05:08:29.024 INFO O| Dec 21 05:08:29.024 INFO STEP 1065 (remove_files) COMPLETE |
7679 | 2024-12-21T05:08:29.650Z | [ recovery-image] Dec 21 05:08:29.024 INFO O| Dec 21 05:08:29.024 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-21T05:08:29.691Z | [ recovery-image] Dec 21 05:08:29.065 INFO O| Dec 21 05:08:29.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7681 | 2024-12-21T05:08:29.692Z | [ recovery-image] Dec 21 05:08:29.066 INFO O| Dec 21 05:08:29.066 INFO STEP 1066 (remove_files) COMPLETE |
7682 | 2024-12-21T05:08:29.692Z | [ recovery-image] Dec 21 05:08:29.066 INFO O| Dec 21 05:08:29.066 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-21T05:08:29.759Z | [ recovery-image] Dec 21 05:08:29.133 INFO O| Dec 21 05:08:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7684 | 2024-12-21T05:08:29.759Z | [ recovery-image] Dec 21 05:08:29.133 INFO O| Dec 21 05:08:29.133 INFO STEP 1067 (remove_files) COMPLETE |
7685 | 2024-12-21T05:08:29.759Z | [ recovery-image] Dec 21 05:08:29.133 INFO O| Dec 21 05:08:29.133 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-21T05:08:29.792Z | [ recovery-image] Dec 21 05:08:29.166 INFO O| Dec 21 05:08:29.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7687 | 2024-12-21T05:08:29.792Z | [ recovery-image] Dec 21 05:08:29.166 INFO O| Dec 21 05:08:29.166 INFO STEP 1068 (remove_files) COMPLETE |
7688 | 2024-12-21T05:08:29.792Z | [ recovery-image] Dec 21 05:08:29.166 INFO O| Dec 21 05:08:29.166 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-21T05:08:29.825Z | [ recovery-image] Dec 21 05:08:29.199 INFO O| Dec 21 05:08:29.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7690 | 2024-12-21T05:08:29.825Z | [ recovery-image] Dec 21 05:08:29.199 INFO O| Dec 21 05:08:29.199 INFO STEP 1069 (remove_files) COMPLETE |
7691 | 2024-12-21T05:08:29.829Z | [ recovery-image] Dec 21 05:08:29.200 INFO O| Dec 21 05:08:29.199 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-21T05:08:29.866Z | [ recovery-image] Dec 21 05:08:29.240 INFO O| Dec 21 05:08:29.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7693 | 2024-12-21T05:08:29.866Z | [ recovery-image] Dec 21 05:08:29.240 INFO O| Dec 21 05:08:29.240 INFO STEP 1070 (remove_files) COMPLETE |
7694 | 2024-12-21T05:08:29.869Z | [ recovery-image] Dec 21 05:08:29.240 INFO O| Dec 21 05:08:29.240 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-21T05:08:29.900Z | [ recovery-image] Dec 21 05:08:29.274 INFO O| Dec 21 05:08:29.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7696 | 2024-12-21T05:08:29.900Z | [ recovery-image] Dec 21 05:08:29.274 INFO O| Dec 21 05:08:29.274 INFO STEP 1071 (remove_files) COMPLETE |
7697 | 2024-12-21T05:08:29.903Z | [ recovery-image] Dec 21 05:08:29.274 INFO O| Dec 21 05:08:29.274 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-21T05:08:29.923Z | [ recovery-image] Dec 21 05:08:29.296 INFO O| Dec 21 05:08:29.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7699 | 2024-12-21T05:08:29.923Z | [ recovery-image] Dec 21 05:08:29.296 INFO O| Dec 21 05:08:29.296 INFO STEP 1072 (remove_files) COMPLETE |
7700 | 2024-12-21T05:08:29.923Z | [ recovery-image] Dec 21 05:08:29.296 INFO O| Dec 21 05:08:29.296 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-21T05:08:29.962Z | [ recovery-image] Dec 21 05:08:29.336 INFO O| Dec 21 05:08:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7702 | 2024-12-21T05:08:29.964Z | [ recovery-image] Dec 21 05:08:29.336 INFO O| Dec 21 05:08:29.336 INFO STEP 1073 (remove_files) COMPLETE |
7703 | 2024-12-21T05:08:29.964Z | [ recovery-image] Dec 21 05:08:29.336 INFO O| Dec 21 05:08:29.336 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-21T05:08:29.982Z | [ recovery-image] Dec 21 05:08:29.356 INFO O| Dec 21 05:08:29.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7705 | 2024-12-21T05:08:29.985Z | [ recovery-image] Dec 21 05:08:29.356 INFO O| Dec 21 05:08:29.356 INFO STEP 1074 (remove_files) COMPLETE |
7706 | 2024-12-21T05:08:29.985Z | [ recovery-image] Dec 21 05:08:29.357 INFO O| Dec 21 05:08:29.357 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-21T05:08:30.017Z | [ recovery-image] Dec 21 05:08:29.391 INFO O| Dec 21 05:08:29.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7708 | 2024-12-21T05:08:30.018Z | [ recovery-image] Dec 21 05:08:29.391 INFO O| Dec 21 05:08:29.391 INFO STEP 1075 (remove_files) COMPLETE |
7709 | 2024-12-21T05:08:30.021Z | [ recovery-image] Dec 21 05:08:29.391 INFO O| Dec 21 05:08:29.391 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-21T05:08:30.066Z | [ recovery-image] Dec 21 05:08:29.440 INFO O| Dec 21 05:08:29.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7711 | 2024-12-21T05:08:30.067Z | [ recovery-image] Dec 21 05:08:29.440 INFO O| Dec 21 05:08:29.440 INFO STEP 1076 (remove_files) COMPLETE |
7712 | 2024-12-21T05:08:30.067Z | [ recovery-image] Dec 21 05:08:29.440 INFO O| Dec 21 05:08:29.440 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-21T05:08:30.106Z | [ recovery-image] Dec 21 05:08:29.480 INFO O| Dec 21 05:08:29.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7714 | 2024-12-21T05:08:30.106Z | [ recovery-image] Dec 21 05:08:29.480 INFO O| Dec 21 05:08:29.480 INFO STEP 1077 (remove_files) COMPLETE |
7715 | 2024-12-21T05:08:30.106Z | [ recovery-image] Dec 21 05:08:29.480 INFO O| Dec 21 05:08:29.480 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-21T05:08:30.167Z | [ recovery-image] Dec 21 05:08:29.541 INFO O| Dec 21 05:08:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7717 | 2024-12-21T05:08:30.167Z | [ recovery-image] Dec 21 05:08:29.541 INFO O| Dec 21 05:08:29.541 INFO STEP 1078 (remove_files) COMPLETE |
7718 | 2024-12-21T05:08:30.170Z | [ recovery-image] Dec 21 05:08:29.542 INFO O| Dec 21 05:08:29.541 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-21T05:08:30.233Z | [ recovery-image] Dec 21 05:08:29.608 INFO O| Dec 21 05:08:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7720 | 2024-12-21T05:08:30.234Z | [ recovery-image] Dec 21 05:08:29.608 INFO O| Dec 21 05:08:29.608 INFO STEP 1079 (remove_files) COMPLETE |
7721 | 2024-12-21T05:08:30.234Z | [ recovery-image] Dec 21 05:08:29.608 INFO O| Dec 21 05:08:29.608 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-12-21T05:08:30.253Z | [ recovery-image] Dec 21 05:08:29.627 INFO O| Dec 21 05:08:29.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7723 | 2024-12-21T05:08:30.253Z | [ recovery-image] Dec 21 05:08:29.627 INFO O| Dec 21 05:08:29.627 INFO STEP 1080 (remove_files) COMPLETE |
7724 | 2024-12-21T05:08:30.256Z | [ recovery-image] Dec 21 05:08:29.627 INFO O| Dec 21 05:08:29.627 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-12-21T05:08:30.272Z | [ recovery-image] Dec 21 05:08:29.646 INFO O| Dec 21 05:08:29.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7726 | 2024-12-21T05:08:30.272Z | [ recovery-image] Dec 21 05:08:29.646 INFO O| Dec 21 05:08:29.646 INFO STEP 1081 (remove_files) COMPLETE |
7727 | 2024-12-21T05:08:30.272Z | [ recovery-image] Dec 21 05:08:29.646 INFO O| Dec 21 05:08:29.646 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-12-21T05:08:30.290Z | [ recovery-image] Dec 21 05:08:29.664 INFO O| Dec 21 05:08:29.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7729 | 2024-12-21T05:08:30.290Z | [ recovery-image] Dec 21 05:08:29.664 INFO O| Dec 21 05:08:29.664 INFO STEP 1082 (remove_files) COMPLETE |
7730 | 2024-12-21T05:08:30.292Z | [ recovery-image] Dec 21 05:08:29.664 INFO O| Dec 21 05:08:29.664 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-12-21T05:08:30.312Z | [ recovery-image] Dec 21 05:08:29.686 INFO O| Dec 21 05:08:29.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7732 | 2024-12-21T05:08:30.316Z | [ recovery-image] Dec 21 05:08:29.686 INFO O| Dec 21 05:08:29.686 INFO STEP 1083 (remove_files) COMPLETE |
7733 | 2024-12-21T05:08:30.316Z | [ recovery-image] Dec 21 05:08:29.687 INFO O| Dec 21 05:08:29.686 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-12-21T05:08:30.335Z | [ recovery-image] Dec 21 05:08:29.709 INFO O| Dec 21 05:08:29.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7735 | 2024-12-21T05:08:30.335Z | [ recovery-image] Dec 21 05:08:29.709 INFO O| Dec 21 05:08:29.709 INFO STEP 1084 (remove_files) COMPLETE |
7736 | 2024-12-21T05:08:30.335Z | [ recovery-image] Dec 21 05:08:29.709 INFO O| Dec 21 05:08:29.709 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-12-21T05:08:30.377Z | [ recovery-image] Dec 21 05:08:29.750 INFO O| Dec 21 05:08:29.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7738 | 2024-12-21T05:08:30.377Z | [ recovery-image] Dec 21 05:08:29.750 INFO O| Dec 21 05:08:29.750 INFO STEP 1085 (remove_files) COMPLETE |
7739 | 2024-12-21T05:08:30.377Z | [ recovery-image] Dec 21 05:08:29.750 INFO O| Dec 21 05:08:29.750 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-12-21T05:08:30.396Z | [ recovery-image] Dec 21 05:08:29.770 INFO O| Dec 21 05:08:29.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7741 | 2024-12-21T05:08:30.399Z | [ recovery-image] Dec 21 05:08:29.770 INFO O| Dec 21 05:08:29.770 INFO STEP 1086 (remove_files) COMPLETE |
7742 | 2024-12-21T05:08:30.399Z | [ recovery-image] Dec 21 05:08:29.770 INFO O| Dec 21 05:08:29.770 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-12-21T05:08:30.415Z | [ recovery-image] Dec 21 05:08:29.789 INFO O| Dec 21 05:08:29.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7744 | 2024-12-21T05:08:30.415Z | [ recovery-image] Dec 21 05:08:29.789 INFO O| Dec 21 05:08:29.789 INFO STEP 1087 (remove_files) COMPLETE |
7745 | 2024-12-21T05:08:30.415Z | [ recovery-image] Dec 21 05:08:29.789 INFO O| Dec 21 05:08:29.789 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-12-21T05:08:30.447Z | [ recovery-image] Dec 21 05:08:29.821 INFO O| Dec 21 05:08:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7747 | 2024-12-21T05:08:30.450Z | [ recovery-image] Dec 21 05:08:29.821 INFO O| Dec 21 05:08:29.821 INFO STEP 1088 (remove_files) COMPLETE |
7748 | 2024-12-21T05:08:30.450Z | [ recovery-image] Dec 21 05:08:29.822 INFO O| Dec 21 05:08:29.822 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-12-21T05:08:30.470Z | [ recovery-image] Dec 21 05:08:29.844 INFO O| Dec 21 05:08:29.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7750 | 2024-12-21T05:08:30.495Z | [ recovery-image] Dec 21 05:08:29.869 INFO O| Dec 21 05:08:29.869 INFO STEP 1089 (remove_files) COMPLETE |
7751 | 2024-12-21T05:08:30.498Z | [ recovery-image] Dec 21 05:08:29.869 INFO O| Dec 21 05:08:29.869 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-12-21T05:08:30.519Z | [ recovery-image] Dec 21 05:08:29.893 INFO O| Dec 21 05:08:29.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7753 | 2024-12-21T05:08:30.521Z | [ recovery-image] Dec 21 05:08:29.893 INFO O| Dec 21 05:08:29.893 INFO STEP 1090 (remove_files) COMPLETE |
7754 | 2024-12-21T05:08:30.521Z | [ recovery-image] Dec 21 05:08:29.893 INFO O| Dec 21 05:08:29.893 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-12-21T05:08:30.591Z | [ recovery-image] Dec 21 05:08:29.965 INFO O| Dec 21 05:08:29.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7756 | 2024-12-21T05:08:30.591Z | [ recovery-image] Dec 21 05:08:29.965 INFO O| Dec 21 05:08:29.965 INFO STEP 1091 (remove_files) COMPLETE |
7757 | 2024-12-21T05:08:30.591Z | [ recovery-image] Dec 21 05:08:29.965 INFO O| Dec 21 05:08:29.965 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-12-21T05:08:30.671Z | [ recovery-image] Dec 21 05:08:30.045 INFO O| Dec 21 05:08:30.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7759 | 2024-12-21T05:08:30.671Z | [ recovery-image] Dec 21 05:08:30.045 INFO O| Dec 21 05:08:30.045 INFO STEP 1092 (remove_files) COMPLETE |
7760 | 2024-12-21T05:08:30.671Z | [ recovery-image] Dec 21 05:08:30.045 INFO O| Dec 21 05:08:30.045 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-12-21T05:08:30.742Z | [ recovery-image] Dec 21 05:08:30.115 INFO O| Dec 21 05:08:30.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7762 | 2024-12-21T05:08:30.742Z | [ recovery-image] Dec 21 05:08:30.115 INFO O| Dec 21 05:08:30.115 INFO STEP 1093 (remove_files) COMPLETE |
7763 | 2024-12-21T05:08:30.742Z | [ recovery-image] Dec 21 05:08:30.115 INFO O| Dec 21 05:08:30.115 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-12-21T05:08:30.767Z | [ recovery-image] Dec 21 05:08:30.141 INFO O| Dec 21 05:08:30.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7765 | 2024-12-21T05:08:30.767Z | [ recovery-image] Dec 21 05:08:30.141 INFO O| Dec 21 05:08:30.141 INFO STEP 1094 (remove_files) COMPLETE |
7766 | 2024-12-21T05:08:30.767Z | [ recovery-image] Dec 21 05:08:30.141 INFO O| Dec 21 05:08:30.141 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-12-21T05:08:30.799Z | [ recovery-image] Dec 21 05:08:30.173 INFO O| Dec 21 05:08:30.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7768 | 2024-12-21T05:08:30.799Z | [ recovery-image] Dec 21 05:08:30.173 INFO O| Dec 21 05:08:30.173 INFO STEP 1095 (remove_files) COMPLETE |
7769 | 2024-12-21T05:08:30.799Z | [ recovery-image] Dec 21 05:08:30.173 INFO O| Dec 21 05:08:30.173 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-12-21T05:08:30.817Z | [ recovery-image] Dec 21 05:08:30.191 INFO O| Dec 21 05:08:30.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7771 | 2024-12-21T05:08:30.817Z | [ recovery-image] Dec 21 05:08:30.191 INFO O| Dec 21 05:08:30.191 INFO STEP 1096 (remove_files) COMPLETE |
7772 | 2024-12-21T05:08:30.817Z | [ recovery-image] Dec 21 05:08:30.191 INFO O| Dec 21 05:08:30.191 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-21T05:08:30.862Z | [ recovery-image] Dec 21 05:08:30.236 INFO O| Dec 21 05:08:30.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7774 | 2024-12-21T05:08:30.862Z | [ recovery-image] Dec 21 05:08:30.236 INFO O| Dec 21 05:08:30.236 INFO STEP 1097 (remove_files) COMPLETE |
7775 | 2024-12-21T05:08:30.864Z | [ recovery-image] Dec 21 05:08:30.236 INFO O| Dec 21 05:08:30.236 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-21T05:08:30.879Z | [ recovery-image] Dec 21 05:08:30.253 INFO O| Dec 21 05:08:30.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7777 | 2024-12-21T05:08:30.879Z | [ recovery-image] Dec 21 05:08:30.253 INFO O| Dec 21 05:08:30.253 INFO STEP 1098 (remove_files) COMPLETE |
7778 | 2024-12-21T05:08:30.882Z | [ recovery-image] Dec 21 05:08:30.253 INFO O| Dec 21 05:08:30.253 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-21T05:08:30.896Z | [ recovery-image] Dec 21 05:08:30.270 INFO O| Dec 21 05:08:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7780 | 2024-12-21T05:08:30.896Z | [ recovery-image] Dec 21 05:08:30.270 INFO O| Dec 21 05:08:30.270 INFO STEP 1099 (remove_files) COMPLETE |
7781 | 2024-12-21T05:08:30.898Z | [ recovery-image] Dec 21 05:08:30.270 INFO O| Dec 21 05:08:30.270 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-21T05:08:30.912Z | [ recovery-image] Dec 21 05:08:30.286 INFO O| Dec 21 05:08:30.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7783 | 2024-12-21T05:08:30.912Z | [ recovery-image] Dec 21 05:08:30.286 INFO O| Dec 21 05:08:30.286 INFO STEP 1100 (remove_files) COMPLETE |
7784 | 2024-12-21T05:08:30.912Z | [ recovery-image] Dec 21 05:08:30.286 INFO O| Dec 21 05:08:30.286 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-21T05:08:30.942Z | [ recovery-image] Dec 21 05:08:30.316 INFO O| Dec 21 05:08:30.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7786 | 2024-12-21T05:08:30.942Z | [ recovery-image] Dec 21 05:08:30.316 INFO O| Dec 21 05:08:30.316 INFO STEP 1101 (remove_files) COMPLETE |
7787 | 2024-12-21T05:08:30.942Z | [ recovery-image] Dec 21 05:08:30.316 INFO O| Dec 21 05:08:30.316 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-21T05:08:30.978Z | [ recovery-image] Dec 21 05:08:30.352 INFO O| Dec 21 05:08:30.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7789 | 2024-12-21T05:08:30.978Z | [ recovery-image] Dec 21 05:08:30.352 INFO O| Dec 21 05:08:30.352 INFO STEP 1102 (remove_files) COMPLETE |
7790 | 2024-12-21T05:08:30.979Z | [ recovery-image] Dec 21 05:08:30.352 INFO O| Dec 21 05:08:30.352 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-21T05:08:31.040Z | [ recovery-image] Dec 21 05:08:30.413 INFO O| Dec 21 05:08:30.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7792 | 2024-12-21T05:08:31.040Z | [ recovery-image] Dec 21 05:08:30.413 INFO O| Dec 21 05:08:30.413 INFO STEP 1103 (remove_files) COMPLETE |
7793 | 2024-12-21T05:08:31.040Z | [ recovery-image] Dec 21 05:08:30.413 INFO O| Dec 21 05:08:30.413 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-21T05:08:31.058Z | [ recovery-image] Dec 21 05:08:30.432 INFO O| Dec 21 05:08:30.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7795 | 2024-12-21T05:08:31.058Z | [ recovery-image] Dec 21 05:08:30.432 INFO O| Dec 21 05:08:30.432 INFO STEP 1104 (remove_files) COMPLETE |
7796 | 2024-12-21T05:08:31.058Z | [ recovery-image] Dec 21 05:08:30.432 INFO O| Dec 21 05:08:30.432 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-21T05:08:31.120Z | [ recovery-image] Dec 21 05:08:30.494 INFO O| Dec 21 05:08:30.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7798 | 2024-12-21T05:08:31.120Z | [ recovery-image] Dec 21 05:08:30.494 INFO O| Dec 21 05:08:30.494 INFO STEP 1105 (remove_files) COMPLETE |
7799 | 2024-12-21T05:08:31.121Z | [ recovery-image] Dec 21 05:08:30.494 INFO O| Dec 21 05:08:30.494 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-21T05:08:31.144Z | [ recovery-image] Dec 21 05:08:30.517 INFO O| Dec 21 05:08:30.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7801 | 2024-12-21T05:08:31.144Z | [ recovery-image] Dec 21 05:08:30.517 INFO O| Dec 21 05:08:30.517 INFO STEP 1106 (remove_files) COMPLETE |
7802 | 2024-12-21T05:08:31.144Z | [ recovery-image] Dec 21 05:08:30.517 INFO O| Dec 21 05:08:30.517 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-21T05:08:31.197Z | [ recovery-image] Dec 21 05:08:30.570 INFO O| Dec 21 05:08:30.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7804 | 2024-12-21T05:08:31.197Z | [ recovery-image] Dec 21 05:08:30.570 INFO O| Dec 21 05:08:30.570 INFO STEP 1107 (remove_files) COMPLETE |
7805 | 2024-12-21T05:08:31.197Z | [ recovery-image] Dec 21 05:08:30.570 INFO O| Dec 21 05:08:30.570 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-12-21T05:08:31.256Z | [ recovery-image] Dec 21 05:08:30.630 INFO O| Dec 21 05:08:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7807 | 2024-12-21T05:08:31.257Z | [ recovery-image] Dec 21 05:08:30.630 INFO O| Dec 21 05:08:30.630 INFO STEP 1108 (remove_files) COMPLETE |
7808 | 2024-12-21T05:08:31.257Z | [ recovery-image] Dec 21 05:08:30.630 INFO O| Dec 21 05:08:30.630 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-12-21T05:08:31.274Z | [ recovery-image] Dec 21 05:08:30.648 INFO O| Dec 21 05:08:30.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7810 | 2024-12-21T05:08:31.277Z | [ recovery-image] Dec 21 05:08:30.648 INFO O| Dec 21 05:08:30.648 INFO STEP 1109 (remove_files) COMPLETE |
7811 | 2024-12-21T05:08:31.277Z | [ recovery-image] Dec 21 05:08:30.649 INFO O| Dec 21 05:08:30.648 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-21T05:08:31.294Z | [ recovery-image] Dec 21 05:08:30.668 INFO O| Dec 21 05:08:30.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7813 | 2024-12-21T05:08:31.296Z | [ recovery-image] Dec 21 05:08:30.668 INFO O| Dec 21 05:08:30.668 INFO STEP 1110 (remove_files) COMPLETE |
7814 | 2024-12-21T05:08:31.297Z | [ recovery-image] Dec 21 05:08:30.668 INFO O| Dec 21 05:08:30.668 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-21T05:08:31.326Z | [ recovery-image] Dec 21 05:08:30.699 INFO O| Dec 21 05:08:30.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7816 | 2024-12-21T05:08:31.326Z | [ recovery-image] Dec 21 05:08:30.699 INFO O| Dec 21 05:08:30.699 INFO STEP 1111 (remove_files) COMPLETE |
7817 | 2024-12-21T05:08:31.327Z | [ recovery-image] Dec 21 05:08:30.700 INFO O| Dec 21 05:08:30.700 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-21T05:08:31.374Z | [ recovery-image] Dec 21 05:08:30.748 INFO O| Dec 21 05:08:30.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7819 | 2024-12-21T05:08:31.377Z | [ recovery-image] Dec 21 05:08:30.749 INFO O| Dec 21 05:08:30.749 INFO STEP 1112 (remove_files) COMPLETE |
7820 | 2024-12-21T05:08:31.378Z | [ recovery-image] Dec 21 05:08:30.749 INFO O| Dec 21 05:08:30.749 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-21T05:08:31.395Z | [ recovery-image] Dec 21 05:08:30.768 INFO O| Dec 21 05:08:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7822 | 2024-12-21T05:08:31.397Z | [ recovery-image] Dec 21 05:08:30.769 INFO O| Dec 21 05:08:30.769 INFO STEP 1113 (remove_files) COMPLETE |
7823 | 2024-12-21T05:08:31.397Z | [ recovery-image] Dec 21 05:08:30.769 INFO O| Dec 21 05:08:30.769 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2024-12-21T05:08:31.421Z | [ recovery-image] Dec 21 05:08:30.795 INFO O| Dec 21 05:08:30.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7825 | 2024-12-21T05:08:31.421Z | [ recovery-image] Dec 21 05:08:30.795 INFO O| Dec 21 05:08:30.795 INFO STEP 1114 (remove_files) COMPLETE |
7826 | 2024-12-21T05:08:31.421Z | [ recovery-image] Dec 21 05:08:30.795 INFO O| Dec 21 05:08:30.795 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2024-12-21T05:08:31.449Z | [ recovery-image] Dec 21 05:08:30.822 INFO O| Dec 21 05:08:30.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7828 | 2024-12-21T05:08:31.449Z | [ recovery-image] Dec 21 05:08:30.823 INFO O| Dec 21 05:08:30.823 INFO STEP 1115 (remove_files) COMPLETE |
7829 | 2024-12-21T05:08:31.451Z | [ recovery-image] Dec 21 05:08:30.823 INFO O| Dec 21 05:08:30.823 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2024-12-21T05:08:31.468Z | [ recovery-image] Dec 21 05:08:30.842 INFO O| Dec 21 05:08:30.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7831 | 2024-12-21T05:08:31.468Z | [ recovery-image] Dec 21 05:08:30.842 INFO O| Dec 21 05:08:30.842 INFO STEP 1116 (remove_files) COMPLETE |
7832 | 2024-12-21T05:08:31.468Z | [ recovery-image] Dec 21 05:08:30.842 INFO O| Dec 21 05:08:30.842 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-21T05:08:31.492Z | [ recovery-image] Dec 21 05:08:30.866 INFO O| Dec 21 05:08:30.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7834 | 2024-12-21T05:08:31.495Z | [ recovery-image] Dec 21 05:08:30.866 INFO O| Dec 21 05:08:30.866 INFO STEP 1117 (remove_files) COMPLETE |
7835 | 2024-12-21T05:08:31.495Z | [ recovery-image] Dec 21 05:08:30.867 INFO O| Dec 21 05:08:30.867 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-21T05:08:31.512Z | [ recovery-image] Dec 21 05:08:30.886 INFO O| Dec 21 05:08:30.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7837 | 2024-12-21T05:08:31.515Z | [ recovery-image] Dec 21 05:08:30.886 INFO O| Dec 21 05:08:30.886 INFO STEP 1118 (remove_files) COMPLETE |
7838 | 2024-12-21T05:08:31.515Z | [ recovery-image] Dec 21 05:08:30.886 INFO O| Dec 21 05:08:30.886 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-21T05:08:31.555Z | [ recovery-image] Dec 21 05:08:30.928 INFO O| Dec 21 05:08:30.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7840 | 2024-12-21T05:08:31.555Z | [ recovery-image] Dec 21 05:08:30.929 INFO O| Dec 21 05:08:30.928 INFO STEP 1119 (remove_files) COMPLETE |
7841 | 2024-12-21T05:08:31.558Z | [ recovery-image] Dec 21 05:08:30.929 INFO O| Dec 21 05:08:30.929 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-21T05:08:31.612Z | [ recovery-image] Dec 21 05:08:30.986 INFO O| Dec 21 05:08:30.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7843 | 2024-12-21T05:08:31.612Z | [ recovery-image] Dec 21 05:08:30.986 INFO O| Dec 21 05:08:30.986 INFO STEP 1120 (remove_files) COMPLETE |
7844 | 2024-12-21T05:08:31.612Z | [ recovery-image] Dec 21 05:08:30.986 INFO O| Dec 21 05:08:30.986 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-21T05:08:31.636Z | [ recovery-image] Dec 21 05:08:31.010 INFO O| Dec 21 05:08:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7846 | 2024-12-21T05:08:31.636Z | [ recovery-image] Dec 21 05:08:31.010 INFO O| Dec 21 05:08:31.010 INFO STEP 1121 (remove_files) COMPLETE |
7847 | 2024-12-21T05:08:31.640Z | [ recovery-image] Dec 21 05:08:31.010 INFO O| Dec 21 05:08:31.010 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-21T05:08:31.658Z | [ recovery-image] Dec 21 05:08:31.032 INFO O| Dec 21 05:08:31.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7849 | 2024-12-21T05:08:31.661Z | [ recovery-image] Dec 21 05:08:31.032 INFO O| Dec 21 05:08:31.032 INFO STEP 1122 (remove_files) COMPLETE |
7850 | 2024-12-21T05:08:31.661Z | [ recovery-image] Dec 21 05:08:31.032 INFO O| Dec 21 05:08:31.032 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-21T05:08:31.695Z | [ recovery-image] Dec 21 05:08:31.069 INFO O| Dec 21 05:08:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7852 | 2024-12-21T05:08:31.695Z | [ recovery-image] Dec 21 05:08:31.069 INFO O| Dec 21 05:08:31.069 INFO STEP 1123 (remove_files) COMPLETE |
7853 | 2024-12-21T05:08:31.695Z | [ recovery-image] Dec 21 05:08:31.069 INFO O| Dec 21 05:08:31.069 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-21T05:08:31.728Z | [ recovery-image] Dec 21 05:08:31.101 INFO O| Dec 21 05:08:31.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7855 | 2024-12-21T05:08:31.728Z | [ recovery-image] Dec 21 05:08:31.101 INFO O| Dec 21 05:08:31.101 INFO STEP 1124 (remove_files) COMPLETE |
7856 | 2024-12-21T05:08:31.730Z | [ recovery-image] Dec 21 05:08:31.101 INFO O| Dec 21 05:08:31.101 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-21T05:08:31.784Z | [ recovery-image] Dec 21 05:08:31.158 INFO O| Dec 21 05:08:31.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7858 | 2024-12-21T05:08:31.784Z | [ recovery-image] Dec 21 05:08:31.158 INFO O| Dec 21 05:08:31.158 INFO STEP 1125 (remove_files) COMPLETE |
7859 | 2024-12-21T05:08:31.786Z | [ recovery-image] Dec 21 05:08:31.158 INFO O| Dec 21 05:08:31.158 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-21T05:08:31.804Z | [ recovery-image] Dec 21 05:08:31.178 INFO O| Dec 21 05:08:31.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7861 | 2024-12-21T05:08:31.804Z | [ recovery-image] Dec 21 05:08:31.178 INFO O| Dec 21 05:08:31.178 INFO STEP 1126 (remove_files) COMPLETE |
7862 | 2024-12-21T05:08:31.804Z | [ recovery-image] Dec 21 05:08:31.178 INFO O| Dec 21 05:08:31.178 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-21T05:08:31.834Z | [ recovery-image] Dec 21 05:08:31.208 INFO O| Dec 21 05:08:31.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7864 | 2024-12-21T05:08:31.837Z | [ recovery-image] Dec 21 05:08:31.208 INFO O| Dec 21 05:08:31.208 INFO STEP 1127 (remove_files) COMPLETE |
7865 | 2024-12-21T05:08:31.837Z | [ recovery-image] Dec 21 05:08:31.209 INFO O| Dec 21 05:08:31.209 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-21T05:08:31.855Z | [ recovery-image] Dec 21 05:08:31.229 INFO O| Dec 21 05:08:31.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7867 | 2024-12-21T05:08:31.858Z | [ recovery-image] Dec 21 05:08:31.229 INFO O| Dec 21 05:08:31.229 INFO STEP 1128 (remove_files) COMPLETE |
7868 | 2024-12-21T05:08:31.858Z | [ recovery-image] Dec 21 05:08:31.229 INFO O| Dec 21 05:08:31.229 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-21T05:08:31.876Z | [ recovery-image] Dec 21 05:08:31.249 INFO O| Dec 21 05:08:31.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7870 | 2024-12-21T05:08:31.878Z | [ recovery-image] Dec 21 05:08:31.250 INFO O| Dec 21 05:08:31.250 INFO STEP 1129 (remove_files) COMPLETE |
7871 | 2024-12-21T05:08:31.878Z | [ recovery-image] Dec 21 05:08:31.250 INFO O| Dec 21 05:08:31.250 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-21T05:08:31.910Z | [ recovery-image] Dec 21 05:08:31.284 INFO O| Dec 21 05:08:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7873 | 2024-12-21T05:08:31.913Z | [ recovery-image] Dec 21 05:08:31.284 INFO O| Dec 21 05:08:31.284 INFO STEP 1130 (remove_files) COMPLETE |
7874 | 2024-12-21T05:08:31.914Z | [ recovery-image] Dec 21 05:08:31.285 INFO O| Dec 21 05:08:31.284 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-21T05:08:31.930Z | [ recovery-image] Dec 21 05:08:31.304 INFO O| Dec 21 05:08:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7876 | 2024-12-21T05:08:31.933Z | [ recovery-image] Dec 21 05:08:31.304 INFO O| Dec 21 05:08:31.304 INFO STEP 1131 (remove_files) COMPLETE |
7877 | 2024-12-21T05:08:31.933Z | [ recovery-image] Dec 21 05:08:31.304 INFO O| Dec 21 05:08:31.304 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-21T05:08:31.952Z | [ recovery-image] Dec 21 05:08:31.326 INFO O| Dec 21 05:08:31.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7879 | 2024-12-21T05:08:31.952Z | [ recovery-image] Dec 21 05:08:31.326 INFO O| Dec 21 05:08:31.326 INFO STEP 1132 (remove_files) COMPLETE |
7880 | 2024-12-21T05:08:31.952Z | [ recovery-image] Dec 21 05:08:31.326 INFO O| Dec 21 05:08:31.326 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-21T05:08:31.986Z | [ recovery-image] Dec 21 05:08:31.359 INFO O| Dec 21 05:08:31.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7882 | 2024-12-21T05:08:31.986Z | [ recovery-image] Dec 21 05:08:31.359 INFO O| Dec 21 05:08:31.359 INFO STEP 1133 (remove_files) COMPLETE |
7883 | 2024-12-21T05:08:31.986Z | [ recovery-image] Dec 21 05:08:31.359 INFO O| Dec 21 05:08:31.359 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-21T05:08:32.012Z | [ recovery-image] Dec 21 05:08:31.385 INFO O| Dec 21 05:08:31.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7885 | 2024-12-21T05:08:32.012Z | [ recovery-image] Dec 21 05:08:31.385 INFO O| Dec 21 05:08:31.385 INFO STEP 1134 (remove_files) COMPLETE |
7886 | 2024-12-21T05:08:32.016Z | [ recovery-image] Dec 21 05:08:31.385 INFO O| Dec 21 05:08:31.385 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-21T05:08:32.054Z | [ recovery-image] Dec 21 05:08:31.428 INFO O| Dec 21 05:08:31.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7888 | 2024-12-21T05:08:32.054Z | [ recovery-image] Dec 21 05:08:31.428 INFO O| Dec 21 05:08:31.428 INFO STEP 1135 (remove_files) COMPLETE |
7889 | 2024-12-21T05:08:32.054Z | [ recovery-image] Dec 21 05:08:31.428 INFO O| Dec 21 05:08:31.428 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-21T05:08:32.073Z | [ recovery-image] Dec 21 05:08:31.447 INFO O| Dec 21 05:08:31.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7891 | 2024-12-21T05:08:32.073Z | [ recovery-image] Dec 21 05:08:31.447 INFO O| Dec 21 05:08:31.447 INFO STEP 1136 (remove_files) COMPLETE |
7892 | 2024-12-21T05:08:32.073Z | [ recovery-image] Dec 21 05:08:31.447 INFO O| Dec 21 05:08:31.447 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-21T05:08:32.093Z | [ recovery-image] Dec 21 05:08:31.467 INFO O| Dec 21 05:08:31.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7894 | 2024-12-21T05:08:32.094Z | [ recovery-image] Dec 21 05:08:31.467 INFO O| Dec 21 05:08:31.467 INFO STEP 1137 (remove_files) COMPLETE |
7895 | 2024-12-21T05:08:32.094Z | [ recovery-image] Dec 21 05:08:31.467 INFO O| Dec 21 05:08:31.467 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-21T05:08:32.123Z | [ recovery-image] Dec 21 05:08:31.496 INFO O| Dec 21 05:08:31.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7897 | 2024-12-21T05:08:32.123Z | [ recovery-image] Dec 21 05:08:31.496 INFO O| Dec 21 05:08:31.496 INFO STEP 1138 (remove_files) COMPLETE |
7898 | 2024-12-21T05:08:32.123Z | [ recovery-image] Dec 21 05:08:31.496 INFO O| Dec 21 05:08:31.496 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-21T05:08:32.155Z | [ recovery-image] Dec 21 05:08:31.528 INFO O| Dec 21 05:08:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7900 | 2024-12-21T05:08:32.155Z | [ recovery-image] Dec 21 05:08:31.528 INFO O| Dec 21 05:08:31.528 INFO STEP 1139 (remove_files) COMPLETE |
7901 | 2024-12-21T05:08:32.155Z | [ recovery-image] Dec 21 05:08:31.528 INFO O| Dec 21 05:08:31.528 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-21T05:08:32.172Z | [ recovery-image] Dec 21 05:08:31.546 INFO O| Dec 21 05:08:31.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7903 | 2024-12-21T05:08:32.218Z | [ recovery-image] Dec 21 05:08:31.591 INFO O| Dec 21 05:08:31.591 INFO STEP 1140 (remove_files) COMPLETE |
7904 | 2024-12-21T05:08:32.218Z | [ recovery-image] Dec 21 05:08:31.591 INFO O| Dec 21 05:08:31.591 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-21T05:08:32.311Z | [ recovery-image] Dec 21 05:08:31.685 INFO O| Dec 21 05:08:31.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7906 | 2024-12-21T05:08:32.311Z | [ recovery-image] Dec 21 05:08:31.685 INFO O| Dec 21 05:08:31.685 INFO STEP 1141 (remove_files) COMPLETE |
7907 | 2024-12-21T05:08:32.311Z | [ recovery-image] Dec 21 05:08:31.685 INFO O| Dec 21 05:08:31.685 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-21T05:08:32.387Z | [ recovery-image] Dec 21 05:08:31.761 INFO O| Dec 21 05:08:31.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7909 | 2024-12-21T05:08:32.387Z | [ recovery-image] Dec 21 05:08:31.761 INFO O| Dec 21 05:08:31.761 INFO STEP 1142 (remove_files) COMPLETE |
7910 | 2024-12-21T05:08:32.387Z | [ recovery-image] Dec 21 05:08:31.761 INFO O| Dec 21 05:08:31.761 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-21T05:08:32.449Z | [ recovery-image] Dec 21 05:08:31.823 INFO O| Dec 21 05:08:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7912 | 2024-12-21T05:08:32.450Z | [ recovery-image] Dec 21 05:08:31.823 INFO O| Dec 21 05:08:31.823 INFO STEP 1143 (remove_files) COMPLETE |
7913 | 2024-12-21T05:08:32.450Z | [ recovery-image] Dec 21 05:08:31.823 INFO O| Dec 21 05:08:31.823 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-21T05:08:32.470Z | [ recovery-image] Dec 21 05:08:31.844 INFO O| Dec 21 05:08:31.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7915 | 2024-12-21T05:08:32.470Z | [ recovery-image] Dec 21 05:08:31.844 INFO O| Dec 21 05:08:31.844 INFO STEP 1144 (remove_files) COMPLETE |
7916 | 2024-12-21T05:08:32.473Z | [ recovery-image] Dec 21 05:08:31.844 INFO O| Dec 21 05:08:31.844 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-21T05:08:32.492Z | [ recovery-image] Dec 21 05:08:31.866 INFO O| Dec 21 05:08:31.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7918 | 2024-12-21T05:08:32.492Z | [ recovery-image] Dec 21 05:08:31.866 INFO O| Dec 21 05:08:31.866 INFO STEP 1145 (remove_files) COMPLETE |
7919 | 2024-12-21T05:08:32.493Z | [ recovery-image] Dec 21 05:08:31.866 INFO O| Dec 21 05:08:31.866 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-21T05:08:32.552Z | [ recovery-image] Dec 21 05:08:31.925 INFO O| Dec 21 05:08:31.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7921 | 2024-12-21T05:08:32.552Z | [ recovery-image] Dec 21 05:08:31.925 INFO O| Dec 21 05:08:31.925 INFO STEP 1146 (remove_files) COMPLETE |
7922 | 2024-12-21T05:08:32.554Z | [ recovery-image] Dec 21 05:08:31.925 INFO O| Dec 21 05:08:31.925 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-21T05:08:32.619Z | [ recovery-image] Dec 21 05:08:31.993 INFO O| Dec 21 05:08:31.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7924 | 2024-12-21T05:08:32.620Z | [ recovery-image] Dec 21 05:08:31.993 INFO O| Dec 21 05:08:31.993 INFO STEP 1147 (remove_files) COMPLETE |
7925 | 2024-12-21T05:08:32.623Z | [ recovery-image] Dec 21 05:08:31.993 INFO O| Dec 21 05:08:31.993 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-21T05:08:32.665Z | [ recovery-image] Dec 21 05:08:32.039 INFO O| Dec 21 05:08:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7927 | 2024-12-21T05:08:32.668Z | [ recovery-image] Dec 21 05:08:32.040 INFO O| Dec 21 05:08:32.039 INFO STEP 1148 (remove_files) COMPLETE |
7928 | 2024-12-21T05:08:32.668Z | [ recovery-image] Dec 21 05:08:32.040 INFO O| Dec 21 05:08:32.040 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-21T05:08:32.685Z | [ recovery-image] Dec 21 05:08:32.059 INFO O| Dec 21 05:08:32.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7930 | 2024-12-21T05:08:32.688Z | [ recovery-image] Dec 21 05:08:32.059 INFO O| Dec 21 05:08:32.059 INFO STEP 1149 (remove_files) COMPLETE |
7931 | 2024-12-21T05:08:32.688Z | [ recovery-image] Dec 21 05:08:32.060 INFO O| Dec 21 05:08:32.059 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-21T05:08:32.707Z | [ recovery-image] Dec 21 05:08:32.079 INFO O| Dec 21 05:08:32.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7933 | 2024-12-21T05:08:32.709Z | [ recovery-image] Dec 21 05:08:32.079 INFO O| Dec 21 05:08:32.079 INFO STEP 1150 (remove_files) COMPLETE |
7934 | 2024-12-21T05:08:32.709Z | [ recovery-image] Dec 21 05:08:32.079 INFO O| Dec 21 05:08:32.079 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-21T05:08:32.726Z | [ recovery-image] Dec 21 05:08:32.099 INFO O| Dec 21 05:08:32.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7936 | 2024-12-21T05:08:32.730Z | [ recovery-image] Dec 21 05:08:32.104 INFO O| Dec 21 05:08:32.104 INFO STEP 1151 (remove_files) COMPLETE |
7937 | 2024-12-21T05:08:32.732Z | [ recovery-image] Dec 21 05:08:32.104 INFO O| Dec 21 05:08:32.104 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-21T05:08:32.751Z | [ recovery-image] Dec 21 05:08:32.124 INFO O| Dec 21 05:08:32.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7939 | 2024-12-21T05:08:32.753Z | [ recovery-image] Dec 21 05:08:32.125 INFO O| Dec 21 05:08:32.124 INFO STEP 1152 (remove_files) COMPLETE |
7940 | 2024-12-21T05:08:32.753Z | [ recovery-image] Dec 21 05:08:32.125 INFO O| Dec 21 05:08:32.125 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-21T05:08:32.781Z | [ recovery-image] Dec 21 05:08:32.155 INFO O| Dec 21 05:08:32.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7942 | 2024-12-21T05:08:32.781Z | [ recovery-image] Dec 21 05:08:32.155 INFO O| Dec 21 05:08:32.155 INFO STEP 1153 (remove_files) COMPLETE |
7943 | 2024-12-21T05:08:32.781Z | [ recovery-image] Dec 21 05:08:32.155 INFO O| Dec 21 05:08:32.155 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-21T05:08:32.798Z | [ recovery-image] Dec 21 05:08:32.172 INFO O| Dec 21 05:08:32.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7945 | 2024-12-21T05:08:32.798Z | [ recovery-image] Dec 21 05:08:32.172 INFO O| Dec 21 05:08:32.172 INFO STEP 1154 (remove_files) COMPLETE |
7946 | 2024-12-21T05:08:32.800Z | [ recovery-image] Dec 21 05:08:32.172 INFO O| Dec 21 05:08:32.172 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-21T05:08:32.827Z | [ recovery-image] Dec 21 05:08:32.201 INFO O| Dec 21 05:08:32.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7948 | 2024-12-21T05:08:32.830Z | [ recovery-image] Dec 21 05:08:32.201 INFO O| Dec 21 05:08:32.201 INFO STEP 1155 (remove_files) COMPLETE |
7949 | 2024-12-21T05:08:32.830Z | [ recovery-image] Dec 21 05:08:32.202 INFO O| Dec 21 05:08:32.202 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-21T05:08:32.861Z | [ recovery-image] Dec 21 05:08:32.234 INFO O| Dec 21 05:08:32.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7951 | 2024-12-21T05:08:32.864Z | [ recovery-image] Dec 21 05:08:32.235 INFO O| Dec 21 05:08:32.234 INFO STEP 1156 (remove_files) COMPLETE |
7952 | 2024-12-21T05:08:32.864Z | [ recovery-image] Dec 21 05:08:32.235 INFO O| Dec 21 05:08:32.235 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-21T05:08:32.891Z | [ recovery-image] Dec 21 05:08:32.265 INFO O| Dec 21 05:08:32.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7954 | 2024-12-21T05:08:32.891Z | [ recovery-image] Dec 21 05:08:32.265 INFO O| Dec 21 05:08:32.265 INFO STEP 1157 (remove_files) COMPLETE |
7955 | 2024-12-21T05:08:32.894Z | [ recovery-image] Dec 21 05:08:32.265 INFO O| Dec 21 05:08:32.265 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-21T05:08:32.912Z | [ recovery-image] Dec 21 05:08:32.286 INFO O| Dec 21 05:08:32.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7957 | 2024-12-21T05:08:32.912Z | [ recovery-image] Dec 21 05:08:32.286 INFO O| Dec 21 05:08:32.286 INFO STEP 1158 (remove_files) COMPLETE |
7958 | 2024-12-21T05:08:32.912Z | [ recovery-image] Dec 21 05:08:32.286 INFO O| Dec 21 05:08:32.286 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-21T05:08:32.931Z | [ recovery-image] Dec 21 05:08:32.305 INFO O| Dec 21 05:08:32.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7960 | 2024-12-21T05:08:32.931Z | [ recovery-image] Dec 21 05:08:32.305 INFO O| Dec 21 05:08:32.305 INFO STEP 1159 (remove_files) COMPLETE |
7961 | 2024-12-21T05:08:32.931Z | [ recovery-image] Dec 21 05:08:32.305 INFO O| Dec 21 05:08:32.305 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-21T05:08:32.952Z | [ recovery-image] Dec 21 05:08:32.326 INFO O| Dec 21 05:08:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7963 | 2024-12-21T05:08:32.952Z | [ recovery-image] Dec 21 05:08:32.326 INFO O| Dec 21 05:08:32.326 INFO STEP 1160 (remove_files) COMPLETE |
7964 | 2024-12-21T05:08:32.952Z | [ recovery-image] Dec 21 05:08:32.326 INFO O| Dec 21 05:08:32.326 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-21T05:08:32.980Z | [ recovery-image] Dec 21 05:08:32.353 INFO O| Dec 21 05:08:32.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7966 | 2024-12-21T05:08:32.983Z | [ recovery-image] Dec 21 05:08:32.353 INFO O| Dec 21 05:08:32.353 INFO STEP 1161 (remove_files) COMPLETE |
7967 | 2024-12-21T05:08:32.983Z | [ recovery-image] Dec 21 05:08:32.354 INFO O| Dec 21 05:08:32.353 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-21T05:08:32.998Z | [ recovery-image] Dec 21 05:08:32.372 INFO O| Dec 21 05:08:32.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7969 | 2024-12-21T05:08:33.002Z | [ recovery-image] Dec 21 05:08:32.372 INFO O| Dec 21 05:08:32.372 INFO STEP 1162 (remove_files) COMPLETE |
7970 | 2024-12-21T05:08:33.002Z | [ recovery-image] Dec 21 05:08:32.372 INFO O| Dec 21 05:08:32.372 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-21T05:08:33.016Z | [ recovery-image] Dec 21 05:08:32.390 INFO O| Dec 21 05:08:32.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7972 | 2024-12-21T05:08:33.019Z | [ recovery-image] Dec 21 05:08:32.390 INFO O| Dec 21 05:08:32.390 INFO STEP 1163 (remove_files) COMPLETE |
7973 | 2024-12-21T05:08:33.019Z | [ recovery-image] Dec 21 05:08:32.390 INFO O| Dec 21 05:08:32.390 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-21T05:08:33.048Z | [ recovery-image] Dec 21 05:08:32.420 INFO O| Dec 21 05:08:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7975 | 2024-12-21T05:08:33.048Z | [ recovery-image] Dec 21 05:08:32.420 INFO O| Dec 21 05:08:32.420 INFO STEP 1164 (remove_files) COMPLETE |
7976 | 2024-12-21T05:08:33.048Z | [ recovery-image] Dec 21 05:08:32.420 INFO O| Dec 21 05:08:32.420 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-21T05:08:33.089Z | [ recovery-image] Dec 21 05:08:32.463 INFO O| Dec 21 05:08:32.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7978 | 2024-12-21T05:08:33.089Z | [ recovery-image] Dec 21 05:08:32.463 INFO O| Dec 21 05:08:32.463 INFO STEP 1165 (remove_files) COMPLETE |
7979 | 2024-12-21T05:08:33.090Z | [ recovery-image] Dec 21 05:08:32.463 INFO O| Dec 21 05:08:32.463 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-21T05:08:33.109Z | [ recovery-image] Dec 21 05:08:32.483 INFO O| Dec 21 05:08:32.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7981 | 2024-12-21T05:08:33.109Z | [ recovery-image] Dec 21 05:08:32.483 INFO O| Dec 21 05:08:32.483 INFO STEP 1166 (remove_files) COMPLETE |
7982 | 2024-12-21T05:08:33.109Z | [ recovery-image] Dec 21 05:08:32.483 INFO O| Dec 21 05:08:32.483 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-21T05:08:33.131Z | [ recovery-image] Dec 21 05:08:32.504 INFO O| Dec 21 05:08:32.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7984 | 2024-12-21T05:08:33.131Z | [ recovery-image] Dec 21 05:08:32.504 INFO O| Dec 21 05:08:32.504 INFO STEP 1167 (remove_files) COMPLETE |
7985 | 2024-12-21T05:08:33.131Z | [ recovery-image] Dec 21 05:08:32.504 INFO O| Dec 21 05:08:32.504 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-21T05:08:33.150Z | [ recovery-image] Dec 21 05:08:32.523 INFO O| Dec 21 05:08:32.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7987 | 2024-12-21T05:08:33.150Z | [ recovery-image] Dec 21 05:08:32.524 INFO O| Dec 21 05:08:32.523 INFO STEP 1168 (remove_files) COMPLETE |
7988 | 2024-12-21T05:08:33.150Z | [ recovery-image] Dec 21 05:08:32.524 INFO O| Dec 21 05:08:32.523 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2024-12-21T05:08:33.170Z | [ recovery-image] Dec 21 05:08:32.544 INFO O| Dec 21 05:08:32.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7990 | 2024-12-21T05:08:33.170Z | [ recovery-image] Dec 21 05:08:32.544 INFO O| Dec 21 05:08:32.544 INFO STEP 1169 (remove_files) COMPLETE |
7991 | 2024-12-21T05:08:33.173Z | [ recovery-image] Dec 21 05:08:32.544 INFO O| Dec 21 05:08:32.544 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7992 | 2024-12-21T05:08:33.191Z | [ recovery-image] Dec 21 05:08:32.565 INFO O| Dec 21 05:08:32.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7993 | 2024-12-21T05:08:33.191Z | [ recovery-image] Dec 21 05:08:32.565 INFO O| Dec 21 05:08:32.565 INFO STEP 1170 (remove_files) COMPLETE |
7994 | 2024-12-21T05:08:33.191Z | [ recovery-image] Dec 21 05:08:32.565 INFO O| Dec 21 05:08:32.565 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7995 | 2024-12-21T05:08:33.209Z | [ recovery-image] Dec 21 05:08:32.582 INFO O| Dec 21 05:08:32.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7996 | 2024-12-21T05:08:33.209Z | [ recovery-image] Dec 21 05:08:32.582 INFO O| Dec 21 05:08:32.582 INFO STEP 1171 (remove_files) COMPLETE |
7997 | 2024-12-21T05:08:33.209Z | [ recovery-image] Dec 21 05:08:32.582 INFO O| Dec 21 05:08:32.582 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7998 | 2024-12-21T05:08:33.269Z | [ recovery-image] Dec 21 05:08:32.642 INFO O| Dec 21 05:08:32.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7999 | 2024-12-21T05:08:33.272Z | [ recovery-image] Dec 21 05:08:32.642 INFO O| Dec 21 05:08:32.642 INFO STEP 1172 (remove_files) COMPLETE |
8000 | 2024-12-21T05:08:33.272Z | [ recovery-image] Dec 21 05:08:32.642 INFO O| Dec 21 05:08:32.642 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8001 | 2024-12-21T05:08:33.308Z | [ recovery-image] Dec 21 05:08:32.682 INFO O| Dec 21 05:08:32.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
8002 | 2024-12-21T05:08:33.308Z | [ recovery-image] Dec 21 05:08:32.682 INFO O| Dec 21 05:08:32.682 INFO STEP 1173 (remove_files) COMPLETE |
8003 | 2024-12-21T05:08:33.311Z | [ recovery-image] Dec 21 05:08:32.682 INFO O| Dec 21 05:08:32.682 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8004 | 2024-12-21T05:08:33.330Z | [ recovery-image] Dec 21 05:08:32.703 INFO O| Dec 21 05:08:32.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
8005 | 2024-12-21T05:08:33.330Z | [ recovery-image] Dec 21 05:08:32.704 INFO O| Dec 21 05:08:32.704 INFO STEP 1174 (remove_files) COMPLETE |
8006 | 2024-12-21T05:08:33.330Z | [ recovery-image] Dec 21 05:08:32.704 INFO O| Dec 21 05:08:32.704 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8007 | 2024-12-21T05:08:33.393Z | [ recovery-image] Dec 21 05:08:32.767 INFO O| Dec 21 05:08:32.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
8008 | 2024-12-21T05:08:33.396Z | [ recovery-image] Dec 21 05:08:32.767 INFO O| Dec 21 05:08:32.767 INFO STEP 1175 (remove_files) COMPLETE |
8009 | 2024-12-21T05:08:33.396Z | [ recovery-image] Dec 21 05:08:32.767 INFO O| Dec 21 05:08:32.767 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8010 | 2024-12-21T05:08:33.485Z | [ recovery-image] Dec 21 05:08:32.859 INFO O| Dec 21 05:08:32.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
8011 | 2024-12-21T05:08:33.488Z | [ recovery-image] Dec 21 05:08:32.859 INFO O| Dec 21 05:08:32.859 INFO STEP 1176 (remove_files) COMPLETE |
8012 | 2024-12-21T05:08:33.488Z | [ recovery-image] Dec 21 05:08:32.859 INFO O| Dec 21 05:08:32.859 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8013 | 2024-12-21T05:08:33.539Z | [ recovery-image] Dec 21 05:08:32.912 INFO O| Dec 21 05:08:32.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
8014 | 2024-12-21T05:08:33.539Z | [ recovery-image] Dec 21 05:08:32.913 INFO O| Dec 21 05:08:32.912 INFO STEP 1177 (remove_files) COMPLETE |
8015 | 2024-12-21T05:08:33.539Z | [ recovery-image] Dec 21 05:08:32.913 INFO O| Dec 21 05:08:32.913 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8016 | 2024-12-21T05:08:33.560Z | [ recovery-image] Dec 21 05:08:32.934 INFO O| Dec 21 05:08:32.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
8017 | 2024-12-21T05:08:33.560Z | [ recovery-image] Dec 21 05:08:32.934 INFO O| Dec 21 05:08:32.934 INFO STEP 1178 (remove_files) COMPLETE |
8018 | 2024-12-21T05:08:33.561Z | [ recovery-image] Dec 21 05:08:32.934 INFO O| Dec 21 05:08:32.934 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8019 | 2024-12-21T05:08:33.581Z | [ recovery-image] Dec 21 05:08:32.954 INFO O| Dec 21 05:08:32.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
8020 | 2024-12-21T05:08:33.581Z | [ recovery-image] Dec 21 05:08:32.954 INFO O| Dec 21 05:08:32.954 INFO STEP 1179 (remove_files) COMPLETE |
8021 | 2024-12-21T05:08:33.581Z | [ recovery-image] Dec 21 05:08:32.955 INFO O| Dec 21 05:08:32.954 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8022 | 2024-12-21T05:08:33.614Z | [ recovery-image] Dec 21 05:08:32.988 INFO O| Dec 21 05:08:32.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
8023 | 2024-12-21T05:08:33.614Z | [ recovery-image] Dec 21 05:08:32.988 INFO O| Dec 21 05:08:32.988 INFO STEP 1180 (remove_files) COMPLETE |
8024 | 2024-12-21T05:08:33.614Z | [ recovery-image] Dec 21 05:08:32.988 INFO O| Dec 21 05:08:32.988 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8025 | 2024-12-21T05:08:33.640Z | [ recovery-image] Dec 21 05:08:33.014 INFO O| Dec 21 05:08:33.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
8026 | 2024-12-21T05:08:33.640Z | [ recovery-image] Dec 21 05:08:33.014 INFO O| Dec 21 05:08:33.014 INFO STEP 1181 (remove_files) COMPLETE |
8027 | 2024-12-21T05:08:33.643Z | [ recovery-image] Dec 21 05:08:33.014 INFO O| Dec 21 05:08:33.014 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8028 | 2024-12-21T05:08:33.673Z | [ recovery-image] Dec 21 05:08:33.047 INFO O| Dec 21 05:08:33.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
8029 | 2024-12-21T05:08:33.673Z | [ recovery-image] Dec 21 05:08:33.047 INFO O| Dec 21 05:08:33.047 INFO STEP 1182 (remove_files) COMPLETE |
8030 | 2024-12-21T05:08:33.673Z | [ recovery-image] Dec 21 05:08:33.047 INFO O| Dec 21 05:08:33.047 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8031 | 2024-12-21T05:08:33.694Z | [ recovery-image] Dec 21 05:08:33.068 INFO O| Dec 21 05:08:33.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
8032 | 2024-12-21T05:08:33.694Z | [ recovery-image] Dec 21 05:08:33.068 INFO O| Dec 21 05:08:33.068 INFO STEP 1183 (remove_files) COMPLETE |
8033 | 2024-12-21T05:08:33.694Z | [ recovery-image] Dec 21 05:08:33.068 INFO O| Dec 21 05:08:33.068 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8034 | 2024-12-21T05:08:33.717Z | [ recovery-image] Dec 21 05:08:33.090 INFO O| Dec 21 05:08:33.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
8035 | 2024-12-21T05:08:33.718Z | [ recovery-image] Dec 21 05:08:33.091 INFO O| Dec 21 05:08:33.091 INFO STEP 1184 (remove_files) COMPLETE |
8036 | 2024-12-21T05:08:33.718Z | [ recovery-image] Dec 21 05:08:33.091 INFO O| Dec 21 05:08:33.091 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8037 | 2024-12-21T05:08:33.740Z | [ recovery-image] Dec 21 05:08:33.114 INFO O| Dec 21 05:08:33.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
8038 | 2024-12-21T05:08:33.740Z | [ recovery-image] Dec 21 05:08:33.114 INFO O| Dec 21 05:08:33.114 INFO STEP 1185 (remove_files) COMPLETE |
8039 | 2024-12-21T05:08:33.742Z | [ recovery-image] Dec 21 05:08:33.114 INFO O| Dec 21 05:08:33.114 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8040 | 2024-12-21T05:08:33.787Z | [ recovery-image] Dec 21 05:08:33.161 INFO O| Dec 21 05:08:33.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
8041 | 2024-12-21T05:08:33.787Z | [ recovery-image] Dec 21 05:08:33.161 INFO O| Dec 21 05:08:33.161 INFO STEP 1186 (remove_files) COMPLETE |
8042 | 2024-12-21T05:08:33.787Z | [ recovery-image] Dec 21 05:08:33.161 INFO O| Dec 21 05:08:33.161 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8043 | 2024-12-21T05:08:33.806Z | [ recovery-image] Dec 21 05:08:33.179 INFO O| Dec 21 05:08:33.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
8044 | 2024-12-21T05:08:33.806Z | [ recovery-image] Dec 21 05:08:33.179 INFO O| Dec 21 05:08:33.179 INFO STEP 1187 (remove_files) COMPLETE |
8045 | 2024-12-21T05:08:33.807Z | [ recovery-image] Dec 21 05:08:33.179 INFO O| Dec 21 05:08:33.179 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8046 | 2024-12-21T05:08:33.843Z | [ recovery-image] Dec 21 05:08:33.217 INFO O| Dec 21 05:08:33.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
8047 | 2024-12-21T05:08:33.843Z | [ recovery-image] Dec 21 05:08:33.217 INFO O| Dec 21 05:08:33.217 INFO STEP 1188 (remove_files) COMPLETE |
8048 | 2024-12-21T05:08:33.846Z | [ recovery-image] Dec 21 05:08:33.217 INFO O| Dec 21 05:08:33.217 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8049 | 2024-12-21T05:08:33.881Z | [ recovery-image] Dec 21 05:08:33.255 INFO O| Dec 21 05:08:33.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
8050 | 2024-12-21T05:08:33.881Z | [ recovery-image] Dec 21 05:08:33.255 INFO O| Dec 21 05:08:33.255 INFO STEP 1189 (remove_files) COMPLETE |
8051 | 2024-12-21T05:08:33.884Z | [ recovery-image] Dec 21 05:08:33.255 INFO O| Dec 21 05:08:33.255 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8052 | 2024-12-21T05:08:33.902Z | [ recovery-image] Dec 21 05:08:33.276 INFO O| Dec 21 05:08:33.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
8053 | 2024-12-21T05:08:33.902Z | [ recovery-image] Dec 21 05:08:33.276 INFO O| Dec 21 05:08:33.276 INFO STEP 1190 (remove_files) COMPLETE |
8054 | 2024-12-21T05:08:33.902Z | [ recovery-image] Dec 21 05:08:33.276 INFO O| Dec 21 05:08:33.276 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8055 | 2024-12-21T05:08:33.946Z | [ recovery-image] Dec 21 05:08:33.319 INFO O| Dec 21 05:08:33.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
8056 | 2024-12-21T05:08:33.949Z | [ recovery-image] Dec 21 05:08:33.320 INFO O| Dec 21 05:08:33.320 INFO STEP 1191 (remove_files) COMPLETE |
8057 | 2024-12-21T05:08:33.949Z | [ recovery-image] Dec 21 05:08:33.320 INFO O| Dec 21 05:08:33.320 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8058 | 2024-12-21T05:08:33.968Z | [ recovery-image] Dec 21 05:08:33.342 INFO O| Dec 21 05:08:33.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
8059 | 2024-12-21T05:08:33.971Z | [ recovery-image] Dec 21 05:08:33.342 INFO O| Dec 21 05:08:33.342 INFO STEP 1192 (remove_files) COMPLETE |
8060 | 2024-12-21T05:08:33.971Z | [ recovery-image] Dec 21 05:08:33.343 INFO O| Dec 21 05:08:33.343 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8061 | 2024-12-21T05:08:33.989Z | [ recovery-image] Dec 21 05:08:33.363 INFO O| Dec 21 05:08:33.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
8062 | 2024-12-21T05:08:33.992Z | [ recovery-image] Dec 21 05:08:33.363 INFO O| Dec 21 05:08:33.363 INFO STEP 1193 (remove_files) COMPLETE |
8063 | 2024-12-21T05:08:33.992Z | [ recovery-image] Dec 21 05:08:33.363 INFO O| Dec 21 05:08:33.363 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8064 | 2024-12-21T05:08:34.031Z | [ recovery-image] Dec 21 05:08:33.405 INFO O| Dec 21 05:08:33.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
8065 | 2024-12-21T05:08:34.034Z | [ recovery-image] Dec 21 05:08:33.405 INFO O| Dec 21 05:08:33.405 INFO STEP 1194 (remove_files) COMPLETE |
8066 | 2024-12-21T05:08:34.034Z | [ recovery-image] Dec 21 05:08:33.405 INFO O| Dec 21 05:08:33.405 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8067 | 2024-12-21T05:08:34.090Z | [ recovery-image] Dec 21 05:08:33.462 INFO O| Dec 21 05:08:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
8068 | 2024-12-21T05:08:34.090Z | [ recovery-image] Dec 21 05:08:33.462 INFO O| Dec 21 05:08:33.462 INFO STEP 1195 (remove_files) COMPLETE |
8069 | 2024-12-21T05:08:34.094Z | [ recovery-image] Dec 21 05:08:33.462 INFO O| Dec 21 05:08:33.462 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8070 | 2024-12-21T05:08:34.126Z | [ recovery-image] Dec 21 05:08:33.500 INFO O| Dec 21 05:08:33.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8071 | 2024-12-21T05:08:34.127Z | [ recovery-image] Dec 21 05:08:33.500 INFO O| Dec 21 05:08:33.500 INFO STEP 1196 (remove_files) COMPLETE |
8072 | 2024-12-21T05:08:34.129Z | [ recovery-image] Dec 21 05:08:33.500 INFO O| Dec 21 05:08:33.500 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8073 | 2024-12-21T05:08:34.154Z | [ recovery-image] Dec 21 05:08:33.527 INFO O| Dec 21 05:08:33.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8074 | 2024-12-21T05:08:34.156Z | [ recovery-image] Dec 21 05:08:33.527 INFO O| Dec 21 05:08:33.527 INFO STEP 1197 (remove_files) COMPLETE |
8075 | 2024-12-21T05:08:34.156Z | [ recovery-image] Dec 21 05:08:33.528 INFO O| Dec 21 05:08:33.528 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8076 | 2024-12-21T05:08:34.174Z | [ recovery-image] Dec 21 05:08:33.548 INFO O| Dec 21 05:08:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8077 | 2024-12-21T05:08:34.176Z | [ recovery-image] Dec 21 05:08:33.548 INFO O| Dec 21 05:08:33.548 INFO STEP 1198 (remove_files) COMPLETE |
8078 | 2024-12-21T05:08:34.176Z | [ recovery-image] Dec 21 05:08:33.548 INFO O| Dec 21 05:08:33.548 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8079 | 2024-12-21T05:08:34.193Z | [ recovery-image] Dec 21 05:08:33.567 INFO O| Dec 21 05:08:33.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8080 | 2024-12-21T05:08:34.197Z | [ recovery-image] Dec 21 05:08:33.567 INFO O| Dec 21 05:08:33.567 INFO STEP 1199 (remove_files) COMPLETE |
8081 | 2024-12-21T05:08:34.198Z | [ recovery-image] Dec 21 05:08:33.568 INFO O| Dec 21 05:08:33.567 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8082 | 2024-12-21T05:08:34.212Z | [ recovery-image] Dec 21 05:08:33.586 INFO O| Dec 21 05:08:33.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8083 | 2024-12-21T05:08:34.213Z | [ recovery-image] Dec 21 05:08:33.586 INFO O| Dec 21 05:08:33.586 INFO STEP 1200 (remove_files) COMPLETE |
8084 | 2024-12-21T05:08:34.213Z | [ recovery-image] Dec 21 05:08:33.586 INFO O| Dec 21 05:08:33.586 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8085 | 2024-12-21T05:08:34.231Z | [ recovery-image] Dec 21 05:08:33.605 INFO O| Dec 21 05:08:33.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8086 | 2024-12-21T05:08:34.231Z | [ recovery-image] Dec 21 05:08:33.605 INFO O| Dec 21 05:08:33.605 INFO STEP 1201 (remove_files) COMPLETE |
8087 | 2024-12-21T05:08:34.234Z | [ recovery-image] Dec 21 05:08:33.605 INFO O| Dec 21 05:08:33.605 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8088 | 2024-12-21T05:08:34.270Z | [ recovery-image] Dec 21 05:08:33.643 INFO O| Dec 21 05:08:33.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8089 | 2024-12-21T05:08:34.270Z | [ recovery-image] Dec 21 05:08:33.644 INFO O| Dec 21 05:08:33.644 INFO STEP 1202 (remove_files) COMPLETE |
8090 | 2024-12-21T05:08:34.270Z | [ recovery-image] Dec 21 05:08:33.644 INFO O| Dec 21 05:08:33.644 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8091 | 2024-12-21T05:08:34.300Z | [ recovery-image] Dec 21 05:08:33.673 INFO O| Dec 21 05:08:33.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8092 | 2024-12-21T05:08:34.300Z | [ recovery-image] Dec 21 05:08:33.674 INFO O| Dec 21 05:08:33.674 INFO STEP 1203 (remove_files) COMPLETE |
8093 | 2024-12-21T05:08:34.303Z | [ recovery-image] Dec 21 05:08:33.674 INFO O| Dec 21 05:08:33.674 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8094 | 2024-12-21T05:08:34.317Z | [ recovery-image] Dec 21 05:08:33.691 INFO O| Dec 21 05:08:33.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8095 | 2024-12-21T05:08:34.318Z | [ recovery-image] Dec 21 05:08:33.691 INFO O| Dec 21 05:08:33.691 INFO STEP 1204 (remove_files) COMPLETE |
8096 | 2024-12-21T05:08:34.318Z | [ recovery-image] Dec 21 05:08:33.691 INFO O| Dec 21 05:08:33.691 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8097 | 2024-12-21T05:08:34.349Z | [ recovery-image] Dec 21 05:08:33.723 INFO O| Dec 21 05:08:33.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8098 | 2024-12-21T05:08:34.349Z | [ recovery-image] Dec 21 05:08:33.723 INFO O| Dec 21 05:08:33.723 INFO STEP 1205 (remove_files) COMPLETE |
8099 | 2024-12-21T05:08:34.352Z | [ recovery-image] Dec 21 05:08:33.723 INFO O| Dec 21 05:08:33.723 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8100 | 2024-12-21T05:08:34.392Z | [ recovery-image] Dec 21 05:08:33.765 INFO O| Dec 21 05:08:33.765 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8101 | 2024-12-21T05:08:34.392Z | [ recovery-image] Dec 21 05:08:33.765 INFO O| Dec 21 05:08:33.765 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8102 | 2024-12-21T05:08:36.070Z | [ recovery-image] Dec 21 05:08:35.443 INFO O| Dec 21 05:08:35.443 INFO STEP 1206 (pack_tar) COMPLETE |
8103 | 2024-12-21T05:08:36.070Z | [ recovery-image] Dec 21 05:08:35.444 INFO O| Dec 21 05:08:35.443 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8104 | 2024-12-21T05:08:36.073Z | [ recovery-image] Dec 21 05:08:35.444 INFO O| Dec 21 05:08:35.443 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8105 | 2024-12-21T05:08:36.426Z | [ recovery-image] Dec 21 05:08:35.799 INFO O| Dec 21 05:08:35.799 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8106 | 2024-12-21T05:08:36.554Z | [ recovery-image] Dec 21 05:08:35.928 INFO O| Dec 21 05:08:35.928 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8107 | 2024-12-21T05:08:36.564Z | [ recovery-image] Dec 21 05:08:35.938 INFO image builder template: zfs-recovery... |
8108 | 2024-12-21T05:08:36.564Z | [ recovery-image] Dec 21 05:08:35.938 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/.tmpHZ7K79/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None |
8109 | 2024-12-21T05:08:36.621Z | [ recovery-image] Dec 21 05:08:35.994 INFO O| Dec 21 05:08:35.994 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8110 | 2024-12-21T05:08:36.649Z | [ recovery-image] Dec 21 05:08:36.022 INFO O| Dec 21 05:08:36.022 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8111 | 2024-12-21T05:08:36.762Z | [ recovery-image] Dec 21 05:08:36.135 INFO O| Dec 21 05:08:36.135 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8112 | 2024-12-21T05:08:36.846Z | [ recovery-image] Dec 21 05:08:36.219 INFO O| Dec 21 05:08:36.219 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8113 | 2024-12-21T05:08:36.846Z | [ recovery-image] Dec 21 05:08:36.219 INFO O| Dec 21 05:08:36.219 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8114 | 2024-12-21T05:08:36.853Z | [ recovery-image] Dec 21 05:08:36.227 INFO O| Dec 21 05:08:36.227 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8115 | 2024-12-21T05:08:36.967Z | [ recovery-image] Dec 21 05:08:36.341 INFO O| Dec 21 05:08:36.340 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8116 | 2024-12-21T05:08:37.055Z | [ recovery-image] Dec 21 05:08:36.428 INFO O| Dec 21 05:08:36.428 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8117 | 2024-12-21T05:08:37.074Z | [ recovery-image] Dec 21 05:08:36.447 INFO O| Dec 21 05:08:36.447 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8118 | 2024-12-21T05:08:37.123Z | [ recovery-image] Dec 21 05:08:36.496 INFO O| Dec 21 05:08:36.496 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8119 | 2024-12-21T05:08:37.211Z | [ recovery-image] Dec 21 05:08:36.584 INFO O| Dec 21 05:08:36.584 INFO no lofi found |
8120 | 2024-12-21T05:08:37.213Z | [ recovery-image] Dec 21 05:08:36.584 INFO O| Dec 21 05:08:36.584 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8121 | 2024-12-21T05:08:37.213Z | [ recovery-image] Dec 21 05:08:36.584 INFO O| Dec 21 05:08:36.584 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8122 | 2024-12-21T05:08:39.647Z | [ recovery-image] Dec 21 05:08:39.011 INFO O| Dec 21 05:08:39.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8123 | 2024-12-21T05:08:39.648Z | [ recovery-image] Dec 21 05:08:39.011 INFO O| Dec 21 05:08:39.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8124 | 2024-12-21T05:08:39.665Z | [ recovery-image] Dec 21 05:08:39.012 INFO O| Dec 21 05:08:39.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8125 | 2024-12-21T05:08:39.894Z | [ recovery-image] Dec 21 05:08:39.265 INFO O| Dec 21 05:08:39.265 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8126 | 2024-12-21T05:08:39.894Z | [ recovery-image] Dec 21 05:08:39.265 INFO O| Dec 21 05:08:39.265 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8127 | 2024-12-21T05:08:39.945Z | [ recovery-image] Dec 21 05:08:39.316 INFO O| Dec 21 05:08:39.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8128 | 2024-12-21T05:08:40.273Z | [ recovery-image] Dec 21 05:08:39.645 INFO O| Dec 21 05:08:39.645 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8129 | 2024-12-21T05:08:40.329Z | [ recovery-image] Dec 21 05:08:39.701 INFO O| Dec 21 05:08:39.701 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8130 | 2024-12-21T05:08:40.357Z | [ recovery-image] Dec 21 05:08:39.729 INFO O| Dec 21 05:08:39.729 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8131 | 2024-12-21T05:08:40.380Z | [ recovery-image] Dec 21 05:08:39.753 INFO O| Dec 21 05:08:39.753 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8132 | 2024-12-21T05:08:40.500Z | [ recovery-image] Dec 21 05:08:39.871 INFO O| Dec 21 05:08:39.871 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8133 | 2024-12-21T05:08:40.501Z | [ recovery-image] Dec 21 05:08:39.871 INFO O| Dec 21 05:08:39.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8134 | 2024-12-21T05:08:40.507Z | [ recovery-image] Dec 21 05:08:39.871 INFO O| Dec 21 05:08:39.871 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8135 | 2024-12-21T05:08:40.515Z | [ recovery-image] Dec 21 05:08:39.887 INFO O| Dec 21 05:08:39.887 INFO boot environment UUID: 82941b7a-a8db-49a6-9044-ef4e1fc48099 |
8136 | 2024-12-21T05:08:40.515Z | [ recovery-image] Dec 21 05:08:39.887 INFO O| Dec 21 05:08:39.887 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 82941b7a-a8db-49a6-9044-ef4e1fc48099 |
8137 | 2024-12-21T05:08:40.556Z | [ recovery-image] Dec 21 05:08:39.928 INFO O| Dec 21 05:08:39.928 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8138 | 2024-12-21T05:08:40.616Z | [ recovery-image] Dec 21 05:08:39.989 INFO O| Dec 21 05:08:39.989 INFO STEP 0 (create_be) COMPLETE |
8139 | 2024-12-21T05:08:40.617Z | [ recovery-image] Dec 21 05:08:39.989 INFO O| Dec 21 05:08:39.989 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8140 | 2024-12-21T05:08:40.667Z | [ recovery-image] Dec 21 05:08:40.035 INFO O| Dec 21 05:08:40.035 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"] |
8141 | 2024-12-21T05:08:47.672Z | [ recovery-image] Dec 21 05:08:47.044 INFO O| Dec 21 05:08:47.044 INFO STEP 1 (unpack_tar) COMPLETE |
8142 | 2024-12-21T05:08:47.672Z | [ recovery-image] Dec 21 05:08:47.044 INFO O| Dec 21 05:08:47.044 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8143 | 2024-12-21T05:08:47.690Z | [ recovery-image] Dec 21 05:08:47.063 INFO O| Dec 21 05:08:47.063 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8144 | 2024-12-21T05:08:48.123Z | [ recovery-image] Dec 21 05:08:47.495 INFO O| Dec 21 05:08:47.495 INFO STEP 2 (devfsadm) COMPLETE |
8145 | 2024-12-21T05:08:48.123Z | [ recovery-image] Dec 21 05:08:47.495 INFO O| Dec 21 05:08:47.495 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8146 | 2024-12-21T05:08:48.139Z | [ recovery-image] Dec 21 05:08:47.512 INFO O| Dec 21 05:08:47.512 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8147 | 2024-12-21T05:08:48.140Z | [ recovery-image] Dec 21 05:08:47.512 INFO O| Dec 21 05:08:47.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8148 | 2024-12-21T05:08:48.140Z | [ recovery-image] Dec 21 05:08:47.512 INFO O| Dec 21 05:08:47.512 INFO STEP 3 (ensure_dir) COMPLETE |
8149 | 2024-12-21T05:08:48.142Z | [ recovery-image] Dec 21 05:08:47.512 INFO O| Dec 21 05:08:47.512 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8150 | 2024-12-21T05:08:48.156Z | [ recovery-image] Dec 21 05:08:47.529 INFO O| Dec 21 05:08:47.529 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8151 | 2024-12-21T05:08:48.156Z | [ recovery-image] Dec 21 05:08:47.529 INFO O| Dec 21 05:08:47.529 INFO STEP 4 (ensure_dir) COMPLETE |
8152 | 2024-12-21T05:08:48.160Z | [ recovery-image] Dec 21 05:08:47.529 INFO O| Dec 21 05:08:47.529 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8153 | 2024-12-21T05:08:48.186Z | [ recovery-image] Dec 21 05:08:47.558 INFO O| Dec 21 05:08:47.558 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8154 | 2024-12-21T05:08:48.186Z | [ recovery-image] Dec 21 05:08:47.559 INFO O| Dec 21 05:08:47.558 INFO STEP 5 (ensure_dir) COMPLETE |
8155 | 2024-12-21T05:08:48.189Z | [ recovery-image] Dec 21 05:08:47.559 INFO O| Dec 21 05:08:47.558 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8156 | 2024-12-21T05:08:48.206Z | [ recovery-image] Dec 21 05:08:47.578 INFO O| Dec 21 05:08:47.578 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8157 | 2024-12-21T05:08:48.206Z | [ recovery-image] Dec 21 05:08:47.578 INFO O| Dec 21 05:08:47.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8158 | 2024-12-21T05:08:48.206Z | [ recovery-image] Dec 21 05:08:47.578 INFO O| Dec 21 05:08:47.578 INFO STEP 6 (ensure_dir) COMPLETE |
8159 | 2024-12-21T05:08:48.208Z | [ recovery-image] Dec 21 05:08:47.578 INFO O| Dec 21 05:08:47.578 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8160 | 2024-12-21T05:08:48.227Z | [ recovery-image] Dec 21 05:08:47.598 INFO O| Dec 21 05:08:47.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8161 | 2024-12-21T05:08:48.227Z | [ recovery-image] Dec 21 05:08:47.598 INFO O| Dec 21 05:08:47.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8162 | 2024-12-21T05:08:48.227Z | [ recovery-image] Dec 21 05:08:47.598 INFO O| Dec 21 05:08:47.598 INFO STEP 7 (ensure_dir) COMPLETE |
8163 | 2024-12-21T05:08:48.230Z | [ recovery-image] Dec 21 05:08:47.598 INFO O| Dec 21 05:08:47.598 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8164 | 2024-12-21T05:08:48.247Z | [ recovery-image] Dec 21 05:08:47.620 INFO O| Dec 21 05:08:47.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8165 | 2024-12-21T05:08:48.247Z | [ recovery-image] Dec 21 05:08:47.620 INFO O| Dec 21 05:08:47.620 INFO STEP 8 (remove_files) COMPLETE |
8166 | 2024-12-21T05:08:48.250Z | [ recovery-image] Dec 21 05:08:47.620 INFO O| Dec 21 05:08:47.620 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8167 | 2024-12-21T05:08:48.266Z | [ recovery-image] Dec 21 05:08:47.639 INFO O| Dec 21 05:08:47.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8168 | 2024-12-21T05:08:48.269Z | [ recovery-image] Dec 21 05:08:47.640 INFO O| Dec 21 05:08:47.640 INFO STEP 9 (remove_files) COMPLETE |
8169 | 2024-12-21T05:08:48.269Z | [ recovery-image] Dec 21 05:08:47.640 INFO O| Dec 21 05:08:47.640 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8170 | 2024-12-21T05:08:48.285Z | [ recovery-image] Dec 21 05:08:47.658 INFO O| Dec 21 05:08:47.658 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8171 | 2024-12-21T05:08:48.288Z | [ recovery-image] Dec 21 05:08:47.659 INFO O| Dec 21 05:08:47.659 INFO STEP 10 (remove_files) COMPLETE |
8172 | 2024-12-21T05:08:48.288Z | [ recovery-image] Dec 21 05:08:47.659 INFO O| Dec 21 05:08:47.659 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8173 | 2024-12-21T05:08:48.304Z | [ recovery-image] Dec 21 05:08:47.676 INFO O| Dec 21 05:08:47.676 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8174 | 2024-12-21T05:08:48.307Z | [ recovery-image] Dec 21 05:08:47.677 INFO O| Dec 21 05:08:47.677 INFO STEP 11 (remove_files) COMPLETE |
8175 | 2024-12-21T05:08:48.307Z | [ recovery-image] Dec 21 05:08:47.677 INFO O| Dec 21 05:08:47.677 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8176 | 2024-12-21T05:08:48.324Z | [ recovery-image] Dec 21 05:08:47.695 INFO O| Dec 21 05:08:47.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8177 | 2024-12-21T05:08:48.324Z | [ recovery-image] Dec 21 05:08:47.695 INFO O| Dec 21 05:08:47.695 INFO STEP 12 (remove_files) COMPLETE |
8178 | 2024-12-21T05:08:48.324Z | [ recovery-image] Dec 21 05:08:47.695 INFO O| Dec 21 05:08:47.695 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8179 | 2024-12-21T05:08:48.343Z | [ recovery-image] Dec 21 05:08:47.714 INFO O| Dec 21 05:08:47.714 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8180 | 2024-12-21T05:08:48.343Z | [ recovery-image] Dec 21 05:08:47.715 INFO O| Dec 21 05:08:47.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8181 | 2024-12-21T05:08:48.343Z | [ recovery-image] Dec 21 05:08:47.715 INFO O| Dec 21 05:08:47.715 INFO STEP 13 (ensure_dir) COMPLETE |
8182 | 2024-12-21T05:08:48.347Z | [ recovery-image] Dec 21 05:08:47.715 INFO O| Dec 21 05:08:47.715 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8183 | 2024-12-21T05:08:48.363Z | [ recovery-image] Dec 21 05:08:47.734 INFO O| Dec 21 05:08:47.734 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8184 | 2024-12-21T05:08:48.363Z | [ recovery-image] Dec 21 05:08:47.734 INFO O| Dec 21 05:08:47.734 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8185 | 2024-12-21T05:08:48.366Z | [ recovery-image] Dec 21 05:08:47.735 INFO O| Dec 21 05:08:47.735 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8186 | 2024-12-21T05:08:48.367Z | [ recovery-image] Dec 21 05:08:47.735 INFO O| Dec 21 05:08:47.735 INFO STEP 14 (ensure_dir) COMPLETE |
8187 | 2024-12-21T05:08:48.367Z | [ recovery-image] Dec 21 05:08:47.735 INFO O| Dec 21 05:08:47.735 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8188 | 2024-12-21T05:08:48.397Z | [ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8189 | 2024-12-21T05:08:48.397Z | [ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8190 | 2024-12-21T05:08:48.397Z | [ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8191 | 2024-12-21T05:08:48.401Z | [ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO STEP 15 (ensure_dir) COMPLETE |
8192 | 2024-12-21T05:08:48.401Z | [ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8193 | 2024-12-21T05:08:48.417Z | [ recovery-image] Dec 21 05:08:47.789 INFO O| Dec 21 05:08:47.789 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8194 | 2024-12-21T05:08:48.417Z | [ recovery-image] Dec 21 05:08:47.789 INFO O| Dec 21 05:08:47.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8195 | 2024-12-21T05:08:48.417Z | [ recovery-image] Dec 21 05:08:47.789 INFO O| Dec 21 05:08:47.789 INFO STEP 16 (ensure_dir) COMPLETE |
8196 | 2024-12-21T05:08:48.420Z | [ recovery-image] Dec 21 05:08:47.789 INFO O| Dec 21 05:08:47.789 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8197 | 2024-12-21T05:08:48.441Z | [ recovery-image] Dec 21 05:08:47.812 INFO O| Dec 21 05:08:47.812 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8198 | 2024-12-21T05:08:48.441Z | [ recovery-image] Dec 21 05:08:47.812 INFO O| Dec 21 05:08:47.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8199 | 2024-12-21T05:08:48.441Z | [ recovery-image] Dec 21 05:08:47.812 INFO O| Dec 21 05:08:47.812 INFO STEP 17 (ensure_dir) COMPLETE |
8200 | 2024-12-21T05:08:48.446Z | [ recovery-image] Dec 21 05:08:47.812 INFO O| Dec 21 05:08:47.812 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8201 | 2024-12-21T05:08:48.463Z | [ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8202 | 2024-12-21T05:08:48.464Z | [ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8203 | 2024-12-21T05:08:48.464Z | [ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO ok! |
8204 | 2024-12-21T05:08:48.467Z | [ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO STEP 18 (ensure_symlink) COMPLETE |
8205 | 2024-12-21T05:08:48.467Z | [ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8206 | 2024-12-21T05:08:48.484Z | [ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8207 | 2024-12-21T05:08:48.485Z | [ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8208 | 2024-12-21T05:08:48.489Z | [ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO ok! |
8209 | 2024-12-21T05:08:48.489Z | [ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO STEP 19 (ensure_file) COMPLETE |
8210 | 2024-12-21T05:08:48.489Z | [ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8211 | 2024-12-21T05:08:48.509Z | [ recovery-image] Dec 21 05:08:47.879 INFO O| Dec 21 05:08:47.879 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8212 | 2024-12-21T05:08:48.510Z | [ recovery-image] Dec 21 05:08:47.879 INFO O| Dec 21 05:08:47.879 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8213 | 2024-12-21T05:08:48.515Z | [ recovery-image] Dec 21 05:08:47.880 INFO O| Dec 21 05:08:47.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8214 | 2024-12-21T05:08:48.515Z | [ recovery-image] Dec 21 05:08:47.880 INFO O| Dec 21 05:08:47.880 INFO ok! |
8215 | 2024-12-21T05:08:48.515Z | [ recovery-image] Dec 21 05:08:47.880 INFO O| Dec 21 05:08:47.880 INFO STEP 20 (ensure_symlink) COMPLETE |
8216 | 2024-12-21T05:08:48.515Z | [ recovery-image] Dec 21 05:08:47.880 INFO O| Dec 21 05:08:47.880 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8217 | 2024-12-21T05:08:48.532Z | [ recovery-image] Dec 21 05:08:47.903 INFO O| Dec 21 05:08:47.903 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8218 | 2024-12-21T05:08:48.532Z | [ recovery-image] Dec 21 05:08:47.903 INFO O| Dec 21 05:08:47.903 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8219 | 2024-12-21T05:08:48.536Z | [ recovery-image] Dec 21 05:08:47.904 INFO O| Dec 21 05:08:47.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8220 | 2024-12-21T05:08:48.536Z | [ recovery-image] Dec 21 05:08:47.904 INFO O| Dec 21 05:08:47.904 INFO ok! |
8221 | 2024-12-21T05:08:48.536Z | [ recovery-image] Dec 21 05:08:47.904 INFO O| Dec 21 05:08:47.904 INFO STEP 21 (ensure_symlink) COMPLETE |
8222 | 2024-12-21T05:08:48.536Z | [ recovery-image] Dec 21 05:08:47.904 INFO O| Dec 21 05:08:47.904 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8223 | 2024-12-21T05:08:48.552Z | [ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8224 | 2024-12-21T05:08:48.552Z | [ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8225 | 2024-12-21T05:08:48.555Z | [ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8226 | 2024-12-21T05:08:48.555Z | [ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO ok! |
8227 | 2024-12-21T05:08:48.555Z | [ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO STEP 22 (ensure_symlink) COMPLETE |
8228 | 2024-12-21T05:08:48.555Z | [ recovery-image] Dec 21 05:08:47.925 INFO O| Dec 21 05:08:47.924 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8229 | 2024-12-21T05:08:48.600Z | [ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.972 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8230 | 2024-12-21T05:08:48.601Z | [ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8231 | 2024-12-21T05:08:48.601Z | [ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8232 | 2024-12-21T05:08:48.601Z | [ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO ok! |
8233 | 2024-12-21T05:08:48.603Z | [ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO STEP 23 (ensure_symlink) COMPLETE |
8234 | 2024-12-21T05:08:48.603Z | [ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8235 | 2024-12-21T05:08:48.621Z | [ recovery-image] Dec 21 05:08:47.993 INFO O| Dec 21 05:08:47.993 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8236 | 2024-12-21T05:08:48.621Z | [ recovery-image] Dec 21 05:08:47.993 INFO O| Dec 21 05:08:47.993 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 ... |
8237 | 2024-12-21T05:08:48.624Z | [ recovery-image] Dec 21 05:08:47.994 INFO O| Dec 21 05:08:47.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8238 | 2024-12-21T05:08:48.624Z | [ recovery-image] Dec 21 05:08:47.994 INFO O| Dec 21 05:08:47.994 INFO ok! |
8239 | 2024-12-21T05:08:48.624Z | [ recovery-image] Dec 21 05:08:47.994 INFO O| Dec 21 05:08:47.994 INFO STEP 24 (ensure_file) COMPLETE |
8240 | 2024-12-21T05:08:48.624Z | [ recovery-image] Dec 21 05:08:47.994 INFO O| Dec 21 05:08:47.994 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8241 | 2024-12-21T05:08:48.643Z | [ recovery-image] Dec 21 05:08:48.015 INFO O| Dec 21 05:08:48.015 INFO updating shadow file |
8242 | 2024-12-21T05:08:48.645Z | [ recovery-image] Dec 21 05:08:48.016 INFO O| Dec 21 05:08:48.016 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8243 | 2024-12-21T05:08:48.646Z | [ recovery-image] Dec 21 05:08:48.016 INFO O| Dec 21 05:08:48.016 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8244 | 2024-12-21T05:08:48.646Z | [ recovery-image] Dec 21 05:08:48.016 INFO O| Dec 21 05:08:48.016 INFO STEP 25 (shadow) COMPLETE |
8245 | 2024-12-21T05:08:48.646Z | [ recovery-image] Dec 21 05:08:48.016 INFO O| Dec 21 05:08:48.016 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8246 | 2024-12-21T05:08:48.677Z | [ recovery-image] Dec 21 05:08:48.048 INFO O| Dec 21 05:08:48.048 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8247 | 2024-12-21T05:08:48.677Z | [ recovery-image] Dec 21 05:08:48.048 INFO O| Dec 21 05:08:48.048 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8248 | 2024-12-21T05:08:48.680Z | [ recovery-image] Dec 21 05:08:48.049 INFO O| Dec 21 05:08:48.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8249 | 2024-12-21T05:08:48.680Z | [ recovery-image] Dec 21 05:08:48.049 INFO O| Dec 21 05:08:48.048 INFO ok! |
8250 | 2024-12-21T05:08:48.680Z | [ recovery-image] Dec 21 05:08:48.049 INFO O| Dec 21 05:08:48.049 INFO STEP 26 (ensure_file) COMPLETE |
8251 | 2024-12-21T05:08:48.680Z | [ recovery-image] Dec 21 05:08:48.049 INFO O| Dec 21 05:08:48.049 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8252 | 2024-12-21T05:08:48.712Z | [ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8253 | 2024-12-21T05:08:48.712Z | [ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8254 | 2024-12-21T05:08:48.715Z | [ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8255 | 2024-12-21T05:08:48.715Z | [ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO ok! |
8256 | 2024-12-21T05:08:48.715Z | [ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO STEP 27 (ensure_file) COMPLETE |
8257 | 2024-12-21T05:08:48.715Z | [ recovery-image] Dec 21 05:08:48.085 INFO O| Dec 21 05:08:48.084 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8258 | 2024-12-21T05:08:48.769Z | [ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8259 | 2024-12-21T05:08:48.769Z | [ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8260 | 2024-12-21T05:08:48.769Z | [ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8261 | 2024-12-21T05:08:48.772Z | [ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8262 | 2024-12-21T05:08:48.772Z | [ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO ok! |
8263 | 2024-12-21T05:08:48.772Z | [ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO STEP 28 (ensure_file) COMPLETE |
8264 | 2024-12-21T05:08:48.772Z | [ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8265 | 2024-12-21T05:08:48.791Z | [ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8266 | 2024-12-21T05:08:48.791Z | [ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8267 | 2024-12-21T05:08:48.791Z | [ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8268 | 2024-12-21T05:08:48.793Z | [ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO ok! |
8269 | 2024-12-21T05:08:48.793Z | [ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO STEP 29 (ensure_file) COMPLETE |
8270 | 2024-12-21T05:08:48.793Z | [ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8271 | 2024-12-21T05:08:48.827Z | [ recovery-image] Dec 21 05:08:48.199 INFO O| Dec 21 05:08:48.199 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8272 | 2024-12-21T05:08:48.827Z | [ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.199 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8273 | 2024-12-21T05:08:48.830Z | [ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8274 | 2024-12-21T05:08:48.830Z | [ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.200 INFO ok! |
8275 | 2024-12-21T05:08:48.830Z | [ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.200 INFO STEP 30 (ensure_file) COMPLETE |
8276 | 2024-12-21T05:08:48.830Z | [ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.200 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8277 | 2024-12-21T05:08:48.859Z | [ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8278 | 2024-12-21T05:08:48.859Z | [ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8279 | 2024-12-21T05:08:48.859Z | [ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8280 | 2024-12-21T05:08:48.859Z | [ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8281 | 2024-12-21T05:08:48.862Z | [ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO ok! |
8282 | 2024-12-21T05:08:48.862Z | [ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO STEP 31 (ensure_file) COMPLETE |
8283 | 2024-12-21T05:08:48.862Z | [ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8284 | 2024-12-21T05:08:48.879Z | [ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8285 | 2024-12-21T05:08:48.879Z | [ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8286 | 2024-12-21T05:08:48.881Z | [ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8287 | 2024-12-21T05:08:48.881Z | [ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO ok! |
8288 | 2024-12-21T05:08:48.881Z | [ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO STEP 32 (ensure_file) COMPLETE |
8289 | 2024-12-21T05:08:48.881Z | [ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8290 | 2024-12-21T05:08:48.921Z | [ recovery-image] Dec 21 05:08:48.293 INFO O| Dec 21 05:08:48.293 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8291 | 2024-12-21T05:08:48.921Z | [ recovery-image] Dec 21 05:08:48.293 INFO O| Dec 21 05:08:48.293 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8292 | 2024-12-21T05:08:48.924Z | [ recovery-image] Dec 21 05:08:48.294 INFO O| Dec 21 05:08:48.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8293 | 2024-12-21T05:08:48.924Z | [ recovery-image] Dec 21 05:08:48.294 INFO O| Dec 21 05:08:48.294 INFO ok! |
8294 | 2024-12-21T05:08:48.924Z | [ recovery-image] Dec 21 05:08:48.294 INFO O| Dec 21 05:08:48.294 INFO STEP 33 (ensure_file) COMPLETE |
8295 | 2024-12-21T05:08:48.924Z | [ recovery-image] Dec 21 05:08:48.294 INFO O| Dec 21 05:08:48.294 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8296 | 2024-12-21T05:08:48.942Z | [ recovery-image] Dec 21 05:08:48.314 INFO O| Dec 21 05:08:48.314 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8297 | 2024-12-21T05:08:48.942Z | [ recovery-image] Dec 21 05:08:48.314 INFO O| Dec 21 05:08:48.314 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8298 | 2024-12-21T05:08:48.945Z | [ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8299 | 2024-12-21T05:08:48.945Z | [ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8300 | 2024-12-21T05:08:48.945Z | [ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8301 | 2024-12-21T05:08:48.945Z | [ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8302 | 2024-12-21T05:08:48.945Z | [ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO ok! |
8303 | 2024-12-21T05:08:48.945Z | [ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO STEP 34 (ensure_file) COMPLETE |
8304 | 2024-12-21T05:08:48.945Z | [ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8305 | 2024-12-21T05:08:48.979Z | [ recovery-image] Dec 21 05:08:48.351 INFO O| Dec 21 05:08:48.351 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8306 | 2024-12-21T05:08:48.983Z | [ recovery-image] Dec 21 05:08:48.351 INFO O| Dec 21 05:08:48.351 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8307 | 2024-12-21T05:08:48.983Z | [ recovery-image] Dec 21 05:08:48.352 INFO O| Dec 21 05:08:48.351 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8308 | 2024-12-21T05:08:48.983Z | [ recovery-image] Dec 21 05:08:48.352 INFO O| Dec 21 05:08:48.352 INFO STEP 35 (ensure_dir) COMPLETE |
8309 | 2024-12-21T05:08:48.983Z | [ recovery-image] Dec 21 05:08:48.352 INFO O| Dec 21 05:08:48.352 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8310 | 2024-12-21T05:08:49.004Z | [ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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 |
8311 | 2024-12-21T05:08:49.004Z | [ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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 ... |
8312 | 2024-12-21T05:08:49.007Z | [ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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 |
8313 | 2024-12-21T05:08:49.007Z | [ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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 |
8314 | 2024-12-21T05:08:49.007Z | [ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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 |
8315 | 2024-12-21T05:08:49.008Z | [ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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 |
8316 | 2024-12-21T05:08:49.009Z | [ recovery-image] Dec 21 05:08:48.377 INFO O| Dec 21 05:08:48.376 INFO ok! |
8317 | 2024-12-21T05:08:49.009Z | [ recovery-image] Dec 21 05:08:48.377 INFO O| Dec 21 05:08:48.377 INFO STEP 36 (ensure_file) COMPLETE |
8318 | 2024-12-21T05:08:49.009Z | [ recovery-image] Dec 21 05:08:48.377 INFO O| Dec 21 05:08:48.377 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8319 | 2024-12-21T05:08:49.025Z | [ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8320 | 2024-12-21T05:08:49.025Z | [ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 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 ... |
8321 | 2024-12-21T05:08:49.025Z | [ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8322 | 2024-12-21T05:08:49.028Z | [ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO ok! |
8323 | 2024-12-21T05:08:49.028Z | [ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO STEP 37 (ensure_symlink) COMPLETE |
8324 | 2024-12-21T05:08:49.028Z | [ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8325 | 2024-12-21T05:08:49.045Z | [ recovery-image] Dec 21 05:08:48.417 INFO O| Dec 21 05:08:48.417 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8326 | 2024-12-21T05:08:49.045Z | [ recovery-image] Dec 21 05:08:48.417 INFO O| Dec 21 05:08:48.417 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8327 | 2024-12-21T05:08:49.048Z | [ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8328 | 2024-12-21T05:08:49.049Z | [ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8329 | 2024-12-21T05:08:49.049Z | [ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8330 | 2024-12-21T05:08:49.049Z | [ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8331 | 2024-12-21T05:08:49.049Z | [ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO ok! |
8332 | 2024-12-21T05:08:49.049Z | [ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO STEP 38 (ensure_file) COMPLETE |
8333 | 2024-12-21T05:08:49.049Z | [ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8334 | 2024-12-21T05:08:49.078Z | [ recovery-image] Dec 21 05:08:48.450 INFO O| Dec 21 05:08:48.450 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8335 | 2024-12-21T05:08:49.078Z | [ recovery-image] Dec 21 05:08:48.450 INFO O| Dec 21 05:08:48.450 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 ... |
8336 | 2024-12-21T05:08:49.078Z | [ recovery-image] Dec 21 05:08:48.450 INFO O| Dec 21 05:08:48.450 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 |
8337 | 2024-12-21T05:08:49.081Z | [ recovery-image] Dec 21 05:08:48.451 INFO O| Dec 21 05:08:48.450 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8338 | 2024-12-21T05:08:49.081Z | [ recovery-image] Dec 21 05:08:48.451 INFO O| Dec 21 05:08:48.451 INFO ok! |
8339 | 2024-12-21T05:08:49.081Z | [ recovery-image] Dec 21 05:08:48.451 INFO O| Dec 21 05:08:48.451 INFO STEP 39 (ensure_file) COMPLETE |
8340 | 2024-12-21T05:08:49.081Z | [ recovery-image] Dec 21 05:08:48.451 INFO O| Dec 21 05:08:48.451 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8341 | 2024-12-21T05:08:49.121Z | [ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.492 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8342 | 2024-12-21T05:08:49.121Z | [ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.492 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8343 | 2024-12-21T05:08:49.121Z | [ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8344 | 2024-12-21T05:08:49.124Z | [ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.493 INFO ok! |
8345 | 2024-12-21T05:08:49.124Z | [ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.493 INFO STEP 40 (ensure_file) COMPLETE |
8346 | 2024-12-21T05:08:49.124Z | [ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.493 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8347 | 2024-12-21T05:08:49.173Z | [ recovery-image] Dec 21 05:08:48.545 INFO O| Dec 21 05:08:48.545 INFO updating shadow file |
8348 | 2024-12-21T05:08:49.173Z | [ recovery-image] Dec 21 05:08:48.545 INFO O| Dec 21 05:08:48.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8349 | 2024-12-21T05:08:49.176Z | [ recovery-image] Dec 21 05:08:48.545 INFO O| Dec 21 05:08:48.545 INFO STEP 41 (shadow) COMPLETE |
8350 | 2024-12-21T05:08:49.176Z | [ recovery-image] Dec 21 05:08:48.545 INFO O| Dec 21 05:08:48.545 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8351 | 2024-12-21T05:08:49.291Z | [ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8352 | 2024-12-21T05:08:49.291Z | [ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8353 | 2024-12-21T05:08:49.291Z | [ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8354 | 2024-12-21T05:08:49.291Z | [ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8355 | 2024-12-21T05:08:49.291Z | [ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO ok! |
8356 | 2024-12-21T05:08:49.296Z | [ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO STEP 42 (ensure_file) COMPLETE |
8357 | 2024-12-21T05:08:49.296Z | [ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8358 | 2024-12-21T05:08:49.328Z | [ recovery-image] Dec 21 05:08:48.700 INFO O| Dec 21 05:08:48.700 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8359 | 2024-12-21T05:08:49.328Z | [ recovery-image] Dec 21 05:08:48.700 INFO O| Dec 21 05:08:48.700 INFO STEP 43 (ensure_dir) COMPLETE |
8360 | 2024-12-21T05:08:49.328Z | [ recovery-image] Dec 21 05:08:48.700 INFO O| Dec 21 05:08:48.700 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8361 | 2024-12-21T05:08:49.361Z | [ recovery-image] Dec 21 05:08:48.732 INFO O| Dec 21 05:08:48.732 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8362 | 2024-12-21T05:08:49.361Z | [ recovery-image] Dec 21 05:08:48.732 INFO O| Dec 21 05:08:48.732 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8363 | 2024-12-21T05:08:49.361Z | [ recovery-image] Dec 21 05:08:48.732 INFO O| Dec 21 05:08:48.732 INFO STEP 44 (ensure_dir) COMPLETE |
8364 | 2024-12-21T05:08:49.361Z | [ recovery-image] Dec 21 05:08:48.732 INFO O| Dec 21 05:08:48.732 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8365 | 2024-12-21T05:08:49.394Z | [ recovery-image] Dec 21 05:08:48.766 INFO O| Dec 21 05:08:48.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8366 | 2024-12-21T05:08:49.394Z | [ recovery-image] Dec 21 05:08:48.766 INFO O| Dec 21 05:08:48.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8367 | 2024-12-21T05:08:49.396Z | [ recovery-image] Dec 21 05:08:48.766 INFO O| Dec 21 05:08:48.766 INFO STEP 45 (ensure_dir) COMPLETE |
8368 | 2024-12-21T05:08:49.397Z | [ recovery-image] Dec 21 05:08:48.766 INFO O| Dec 21 05:08:48.766 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8369 | 2024-12-21T05:08:49.415Z | [ recovery-image] Dec 21 05:08:48.787 INFO O| Dec 21 05:08:48.787 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8370 | 2024-12-21T05:08:49.415Z | [ recovery-image] Dec 21 05:08:48.787 INFO O| Dec 21 05:08:48.787 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8371 | 2024-12-21T05:08:49.457Z | [ recovery-image] Dec 21 05:08:48.830 INFO O| Dec 21 05:08:48.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8372 | 2024-12-21T05:08:49.458Z | [ recovery-image] Dec 21 05:08:48.830 INFO O| Dec 21 05:08:48.830 INFO ok! |
8373 | 2024-12-21T05:08:49.461Z | [ recovery-image] Dec 21 05:08:48.830 INFO O| Dec 21 05:08:48.830 INFO STEP 46 (ensure_file) COMPLETE |
8374 | 2024-12-21T05:08:49.461Z | [ recovery-image] Dec 21 05:08:48.830 INFO O| Dec 21 05:08:48.830 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8375 | 2024-12-21T05:08:49.506Z | [ recovery-image] Dec 21 05:08:48.878 INFO O| Dec 21 05:08:48.878 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8376 | 2024-12-21T05:08:49.506Z | [ recovery-image] Dec 21 05:08:48.878 INFO O| Dec 21 05:08:48.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8377 | 2024-12-21T05:08:49.506Z | [ recovery-image] Dec 21 05:08:48.879 INFO O| Dec 21 05:08:48.878 INFO STEP 47 (ensure_dir) COMPLETE |
8378 | 2024-12-21T05:08:49.509Z | [ recovery-image] Dec 21 05:08:48.879 INFO O| Dec 21 05:08:48.879 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8379 | 2024-12-21T05:08:49.565Z | [ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8380 | 2024-12-21T05:08:49.565Z | [ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8381 | 2024-12-21T05:08:49.569Z | [ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8382 | 2024-12-21T05:08:49.569Z | [ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO ok! |
8383 | 2024-12-21T05:08:49.569Z | [ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO STEP 48 (ensure_file) COMPLETE |
8384 | 2024-12-21T05:08:49.569Z | [ recovery-image] Dec 21 05:08:48.938 INFO O| Dec 21 05:08:48.937 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8385 | 2024-12-21T05:08:49.587Z | [ recovery-image] Dec 21 05:08:48.959 INFO O| Dec 21 05:08:48.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8386 | 2024-12-21T05:08:49.587Z | [ recovery-image] Dec 21 05:08:48.959 INFO O| Dec 21 05:08:48.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8387 | 2024-12-21T05:08:49.588Z | [ recovery-image] Dec 21 05:08:48.959 INFO O| Dec 21 05:08:48.959 INFO STEP 49 (ensure_dir) COMPLETE |
8388 | 2024-12-21T05:08:49.590Z | [ recovery-image] Dec 21 05:08:48.960 INFO O| Dec 21 05:08:48.960 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8389 | 2024-12-21T05:08:49.616Z | [ recovery-image] Dec 21 05:08:48.989 INFO O| Dec 21 05:08:48.988 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8390 | 2024-12-21T05:08:49.616Z | [ recovery-image] Dec 21 05:08:48.989 INFO O| Dec 21 05:08:48.989 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8391 | 2024-12-21T05:08:49.640Z | [ recovery-image] Dec 21 05:08:49.013 INFO O| Dec 21 05:08:49.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8392 | 2024-12-21T05:08:49.640Z | [ recovery-image] Dec 21 05:08:49.013 INFO O| Dec 21 05:08:49.013 INFO ok! |
8393 | 2024-12-21T05:08:49.640Z | [ recovery-image] Dec 21 05:08:49.013 INFO O| Dec 21 05:08:49.013 INFO STEP 50 (ensure_file) COMPLETE |
8394 | 2024-12-21T05:08:49.643Z | [ recovery-image] Dec 21 05:08:49.013 INFO O| Dec 21 05:08:49.013 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8395 | 2024-12-21T05:08:49.663Z | [ recovery-image] Dec 21 05:08:49.036 INFO O| Dec 21 05:08:49.036 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8396 | 2024-12-21T05:08:49.664Z | [ recovery-image] Dec 21 05:08:49.036 INFO O| Dec 21 05:08:49.036 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8397 | 2024-12-21T05:08:51.628Z | [ recovery-image] Dec 21 05:08:51.000 INFO O| Dec 21 05:08:51.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8398 | 2024-12-21T05:08:51.629Z | [ recovery-image] Dec 21 05:08:51.000 INFO O| Dec 21 05:08:51.000 INFO ok! |
8399 | 2024-12-21T05:08:51.631Z | [ recovery-image] Dec 21 05:08:51.000 INFO O| Dec 21 05:08:51.000 INFO STEP 51 (ensure_file) COMPLETE |
8400 | 2024-12-21T05:08:51.631Z | [ recovery-image] Dec 21 05:08:51.000 INFO O| Dec 21 05:08:51.000 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8401 | 2024-12-21T05:08:51.649Z | [ recovery-image] Dec 21 05:08:51.021 INFO O| Dec 21 05:08:51.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8402 | 2024-12-21T05:08:51.649Z | [ recovery-image] Dec 21 05:08:51.021 INFO O| Dec 21 05:08:51.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8403 | 2024-12-21T05:08:51.649Z | [ recovery-image] Dec 21 05:08:51.021 INFO O| Dec 21 05:08:51.021 INFO STEP 52 (ensure_dir) COMPLETE |
8404 | 2024-12-21T05:08:51.651Z | [ recovery-image] Dec 21 05:08:51.021 INFO O| Dec 21 05:08:51.021 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8405 | 2024-12-21T05:08:51.683Z | [ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8406 | 2024-12-21T05:08:51.683Z | [ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO copying /tmp/.tmpHZ7K79/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 ... |
8407 | 2024-12-21T05:08:51.683Z | [ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 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 |
8408 | 2024-12-21T05:08:51.683Z | [ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO ok! |
8409 | 2024-12-21T05:08:51.686Z | [ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO STEP 53 (ensure_file) COMPLETE |
8410 | 2024-12-21T05:08:51.686Z | [ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8411 | 2024-12-21T05:08:51.702Z | [ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8412 | 2024-12-21T05:08:51.702Z | [ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 INFO copying /tmp/.tmpHZ7K79/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 ... |
8413 | 2024-12-21T05:08:51.702Z | [ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 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 |
8414 | 2024-12-21T05:08:51.706Z | [ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 INFO ok! |
8415 | 2024-12-21T05:08:51.706Z | [ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 INFO STEP 54 (ensure_file) COMPLETE |
8416 | 2024-12-21T05:08:51.706Z | [ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8417 | 2024-12-21T05:08:51.748Z | [ recovery-image] Dec 21 05:08:51.120 INFO O| Dec 21 05:08:51.120 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8418 | 2024-12-21T05:08:51.751Z | [ recovery-image] Dec 21 05:08:51.121 INFO O| Dec 21 05:08:51.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8419 | 2024-12-21T05:08:51.751Z | [ recovery-image] Dec 21 05:08:51.121 INFO O| Dec 21 05:08:51.121 INFO STEP 55 (ensure_dir) COMPLETE |
8420 | 2024-12-21T05:08:51.751Z | [ recovery-image] Dec 21 05:08:51.121 INFO O| Dec 21 05:08:51.121 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8421 | 2024-12-21T05:08:51.793Z | [ recovery-image] Dec 21 05:08:51.164 INFO O| Dec 21 05:08:51.164 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8422 | 2024-12-21T05:08:51.793Z | [ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.164 INFO copying /tmp/.tmpHZ7K79/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 ... |
8423 | 2024-12-21T05:08:51.795Z | [ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8424 | 2024-12-21T05:08:51.795Z | [ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.165 INFO ok! |
8425 | 2024-12-21T05:08:51.795Z | [ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.165 INFO STEP 56 (ensure_file) COMPLETE |
8426 | 2024-12-21T05:08:51.795Z | [ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.165 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8427 | 2024-12-21T05:08:51.812Z | [ recovery-image] Dec 21 05:08:51.184 INFO O| Dec 21 05:08:51.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8428 | 2024-12-21T05:08:51.812Z | [ recovery-image] Dec 21 05:08:51.184 INFO O| Dec 21 05:08:51.184 INFO copying /tmp/.tmpHZ7K79/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 ... |
8429 | 2024-12-21T05:08:51.815Z | [ recovery-image] Dec 21 05:08:51.184 INFO O| Dec 21 05:08:51.184 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 |
8430 | 2024-12-21T05:08:51.815Z | [ recovery-image] Dec 21 05:08:51.185 INFO O| Dec 21 05:08:51.184 INFO ok! |
8431 | 2024-12-21T05:08:51.815Z | [ recovery-image] Dec 21 05:08:51.185 INFO O| Dec 21 05:08:51.185 INFO STEP 57 (ensure_file) COMPLETE |
8432 | 2024-12-21T05:08:51.815Z | [ recovery-image] Dec 21 05:08:51.185 INFO O| Dec 21 05:08:51.185 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8433 | 2024-12-21T05:08:51.842Z | [ recovery-image] Dec 21 05:08:51.214 INFO O| Dec 21 05:08:51.214 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8434 | 2024-12-21T05:08:51.842Z | [ recovery-image] Dec 21 05:08:51.214 INFO O| Dec 21 05:08:51.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8435 | 2024-12-21T05:08:51.845Z | [ recovery-image] Dec 21 05:08:51.215 INFO O| Dec 21 05:08:51.214 INFO STEP 58 (ensure_dir) COMPLETE |
8436 | 2024-12-21T05:08:51.845Z | [ recovery-image] Dec 21 05:08:51.215 INFO O| Dec 21 05:08:51.215 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8437 | 2024-12-21T05:08:51.862Z | [ recovery-image] Dec 21 05:08:51.234 INFO O| Dec 21 05:08:51.234 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8438 | 2024-12-21T05:08:51.862Z | [ recovery-image] Dec 21 05:08:51.234 INFO O| Dec 21 05:08:51.234 INFO copying /tmp/.tmpHZ7K79/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 ... |
8439 | 2024-12-21T05:08:51.865Z | [ recovery-image] Dec 21 05:08:51.235 INFO O| Dec 21 05:08:51.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8440 | 2024-12-21T05:08:51.865Z | [ recovery-image] Dec 21 05:08:51.235 INFO O| Dec 21 05:08:51.235 INFO ok! |
8441 | 2024-12-21T05:08:51.865Z | [ recovery-image] Dec 21 05:08:51.235 INFO O| Dec 21 05:08:51.235 INFO STEP 59 (ensure_file) COMPLETE |
8442 | 2024-12-21T05:08:51.865Z | [ recovery-image] Dec 21 05:08:51.235 INFO O| Dec 21 05:08:51.235 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8443 | 2024-12-21T05:08:51.882Z | [ recovery-image] Dec 21 05:08:51.254 INFO O| Dec 21 05:08:51.254 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8444 | 2024-12-21T05:08:51.882Z | [ recovery-image] Dec 21 05:08:51.254 INFO O| Dec 21 05:08:51.254 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8445 | 2024-12-21T05:08:51.885Z | [ recovery-image] Dec 21 05:08:51.255 INFO O| Dec 21 05:08:51.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8446 | 2024-12-21T05:08:51.885Z | [ recovery-image] Dec 21 05:08:51.255 INFO O| Dec 21 05:08:51.255 INFO ok! |
8447 | 2024-12-21T05:08:51.885Z | [ recovery-image] Dec 21 05:08:51.255 INFO O| Dec 21 05:08:51.255 INFO STEP 60 (ensure_file) COMPLETE |
8448 | 2024-12-21T05:08:51.885Z | [ recovery-image] Dec 21 05:08:51.255 INFO O| Dec 21 05:08:51.255 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8449 | 2024-12-21T05:08:51.901Z | [ recovery-image] Dec 21 05:08:51.274 INFO O| Dec 21 05:08:51.273 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8450 | 2024-12-21T05:08:51.901Z | [ recovery-image] Dec 21 05:08:51.274 INFO O| Dec 21 05:08:51.274 INFO STEP 61 (ensure_dir) COMPLETE |
8451 | 2024-12-21T05:08:51.901Z | [ recovery-image] Dec 21 05:08:51.274 INFO O| Dec 21 05:08:51.274 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8452 | 2024-12-21T05:08:51.944Z | [ recovery-image] Dec 21 05:08:51.316 INFO O| Dec 21 05:08:51.316 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8453 | 2024-12-21T05:08:51.944Z | [ recovery-image] Dec 21 05:08:51.316 INFO O| Dec 21 05:08:51.316 INFO STEP 62 (ensure_dir) COMPLETE |
8454 | 2024-12-21T05:08:51.946Z | [ recovery-image] Dec 21 05:08:51.316 INFO O| Dec 21 05:08:51.316 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8455 | 2024-12-21T05:08:51.967Z | [ recovery-image] Dec 21 05:08:51.339 INFO O| Dec 21 05:08:51.339 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8456 | 2024-12-21T05:08:51.967Z | [ recovery-image] Dec 21 05:08:51.339 INFO O| Dec 21 05:08:51.339 INFO STEP 63 (ensure_dir) COMPLETE |
8457 | 2024-12-21T05:08:51.971Z | [ recovery-image] Dec 21 05:08:51.339 INFO O| Dec 21 05:08:51.339 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8458 | 2024-12-21T05:08:52.030Z | [ recovery-image] Dec 21 05:08:51.402 INFO O| Dec 21 05:08:51.402 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8459 | 2024-12-21T05:08:52.030Z | [ recovery-image] Dec 21 05:08:51.402 INFO O| Dec 21 05:08:51.402 INFO STEP 64 (ensure_dir) COMPLETE |
8460 | 2024-12-21T05:08:52.033Z | [ recovery-image] Dec 21 05:08:51.402 INFO O| Dec 21 05:08:51.402 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8461 | 2024-12-21T05:08:52.072Z | [ recovery-image] Dec 21 05:08:51.444 INFO O| Dec 21 05:08:51.444 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8462 | 2024-12-21T05:08:52.072Z | [ recovery-image] Dec 21 05:08:51.444 INFO O| Dec 21 05:08:51.444 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8463 | 2024-12-21T05:08:52.075Z | [ recovery-image] Dec 21 05:08:51.444 INFO O| Dec 21 05:08:51.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8464 | 2024-12-21T05:08:52.075Z | [ recovery-image] Dec 21 05:08:51.445 INFO O| Dec 21 05:08:51.444 INFO ok! |
8465 | 2024-12-21T05:08:52.075Z | [ recovery-image] Dec 21 05:08:51.445 INFO O| Dec 21 05:08:51.444 INFO STEP 65 (ensure_file) COMPLETE |
8466 | 2024-12-21T05:08:52.075Z | [ recovery-image] Dec 21 05:08:51.445 INFO O| Dec 21 05:08:51.444 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8467 | 2024-12-21T05:08:52.132Z | [ recovery-image] Dec 21 05:08:51.504 INFO O| Dec 21 05:08:51.504 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8468 | 2024-12-21T05:08:52.135Z | [ recovery-image] Dec 21 05:08:51.505 INFO O| Dec 21 05:08:51.505 INFO STEP 66 (remove_files) COMPLETE |
8469 | 2024-12-21T05:08:52.135Z | [ recovery-image] Dec 21 05:08:51.505 INFO O| Dec 21 05:08:51.505 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8470 | 2024-12-21T05:08:52.167Z | [ recovery-image] Dec 21 05:08:51.539 INFO O| Dec 21 05:08:51.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8471 | 2024-12-21T05:08:52.170Z | [ recovery-image] Dec 21 05:08:51.539 INFO O| Dec 21 05:08:51.539 INFO STEP 67 (remove_files) COMPLETE |
8472 | 2024-12-21T05:08:52.170Z | [ recovery-image] Dec 21 05:08:51.539 INFO O| Dec 21 05:08:51.539 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8473 | 2024-12-21T05:08:52.187Z | [ recovery-image] Dec 21 05:08:51.559 INFO O| Dec 21 05:08:51.559 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8474 | 2024-12-21T05:08:52.189Z | [ recovery-image] Dec 21 05:08:51.559 INFO O| Dec 21 05:08:51.559 INFO STEP 68 (remove_files) COMPLETE |
8475 | 2024-12-21T05:08:52.189Z | [ recovery-image] Dec 21 05:08:51.559 INFO O| Dec 21 05:08:51.559 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8476 | 2024-12-21T05:08:52.205Z | [ recovery-image] Dec 21 05:08:51.577 INFO O| Dec 21 05:08:51.577 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8477 | 2024-12-21T05:08:52.208Z | [ recovery-image] Dec 21 05:08:51.578 INFO O| Dec 21 05:08:51.578 INFO STEP 69 (remove_files) COMPLETE |
8478 | 2024-12-21T05:08:52.208Z | [ recovery-image] Dec 21 05:08:51.578 INFO O| Dec 21 05:08:51.578 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8479 | 2024-12-21T05:08:52.227Z | [ recovery-image] Dec 21 05:08:51.599 INFO O| Dec 21 05:08:51.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8480 | 2024-12-21T05:08:52.229Z | [ recovery-image] Dec 21 05:08:51.599 INFO O| Dec 21 05:08:51.599 INFO STEP 70 (remove_files) COMPLETE |
8481 | 2024-12-21T05:08:52.229Z | [ recovery-image] Dec 21 05:08:51.599 INFO O| Dec 21 05:08:51.599 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8482 | 2024-12-21T05:08:52.248Z | [ recovery-image] Dec 21 05:08:51.620 INFO O| Dec 21 05:08:51.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8483 | 2024-12-21T05:08:52.251Z | [ recovery-image] Dec 21 05:08:51.621 INFO O| Dec 21 05:08:51.621 INFO STEP 71 (remove_files) COMPLETE |
8484 | 2024-12-21T05:08:52.251Z | [ recovery-image] Dec 21 05:08:51.621 INFO O| Dec 21 05:08:51.621 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8485 | 2024-12-21T05:08:52.289Z | [ recovery-image] Dec 21 05:08:51.661 INFO O| Dec 21 05:08:51.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8486 | 2024-12-21T05:08:52.290Z | [ recovery-image] Dec 21 05:08:51.661 INFO O| Dec 21 05:08:51.661 INFO STEP 72 (remove_files) COMPLETE |
8487 | 2024-12-21T05:08:52.290Z | [ recovery-image] Dec 21 05:08:51.661 INFO O| Dec 21 05:08:51.661 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8488 | 2024-12-21T05:08:52.340Z | [ recovery-image] Dec 21 05:08:51.712 INFO O| Dec 21 05:08:51.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8489 | 2024-12-21T05:08:52.343Z | [ recovery-image] Dec 21 05:08:51.712 INFO O| Dec 21 05:08:51.712 INFO STEP 73 (remove_files) COMPLETE |
8490 | 2024-12-21T05:08:52.343Z | [ recovery-image] Dec 21 05:08:51.712 INFO O| Dec 21 05:08:51.712 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8491 | 2024-12-21T05:08:52.361Z | [ recovery-image] Dec 21 05:08:51.733 INFO O| Dec 21 05:08:51.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8492 | 2024-12-21T05:08:52.364Z | [ recovery-image] Dec 21 05:08:51.734 INFO O| Dec 21 05:08:51.734 INFO STEP 74 (remove_files) COMPLETE |
8493 | 2024-12-21T05:08:52.364Z | [ recovery-image] Dec 21 05:08:51.734 INFO O| Dec 21 05:08:51.734 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8494 | 2024-12-21T05:08:52.381Z | [ recovery-image] Dec 21 05:08:51.753 INFO O| Dec 21 05:08:51.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8495 | 2024-12-21T05:08:52.383Z | [ recovery-image] Dec 21 05:08:51.753 INFO O| Dec 21 05:08:51.753 INFO STEP 75 (remove_files) COMPLETE |
8496 | 2024-12-21T05:08:52.383Z | [ recovery-image] Dec 21 05:08:51.753 INFO O| Dec 21 05:08:51.753 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8497 | 2024-12-21T05:08:52.421Z | [ recovery-image] Dec 21 05:08:51.793 INFO O| Dec 21 05:08:51.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8498 | 2024-12-21T05:08:52.429Z | [ recovery-image] Dec 21 05:08:51.794 INFO O| Dec 21 05:08:51.793 INFO STEP 76 (remove_files) COMPLETE |
8499 | 2024-12-21T05:08:52.429Z | [ recovery-image] Dec 21 05:08:51.794 INFO O| Dec 21 05:08:51.794 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8500 | 2024-12-21T05:08:52.443Z | [ recovery-image] Dec 21 05:08:51.815 INFO O| Dec 21 05:08:51.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8501 | 2024-12-21T05:08:52.445Z | [ recovery-image] Dec 21 05:08:51.815 INFO O| Dec 21 05:08:51.815 INFO STEP 77 (remove_files) COMPLETE |
8502 | 2024-12-21T05:08:52.445Z | [ recovery-image] Dec 21 05:08:51.815 INFO O| Dec 21 05:08:51.815 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8503 | 2024-12-21T05:08:52.463Z | [ recovery-image] Dec 21 05:08:51.834 INFO O| Dec 21 05:08:51.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8504 | 2024-12-21T05:08:52.467Z | [ recovery-image] Dec 21 05:08:51.834 INFO O| Dec 21 05:08:51.834 INFO STEP 78 (remove_files) COMPLETE |
8505 | 2024-12-21T05:08:52.467Z | [ recovery-image] Dec 21 05:08:51.835 INFO O| Dec 21 05:08:51.834 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8506 | 2024-12-21T05:08:52.493Z | [ recovery-image] Dec 21 05:08:51.865 INFO O| Dec 21 05:08:51.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8507 | 2024-12-21T05:08:52.493Z | [ recovery-image] Dec 21 05:08:51.865 INFO O| Dec 21 05:08:51.865 INFO STEP 79 (remove_files) COMPLETE |
8508 | 2024-12-21T05:08:52.496Z | [ recovery-image] Dec 21 05:08:51.865 INFO O| Dec 21 05:08:51.865 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8509 | 2024-12-21T05:08:52.563Z | [ recovery-image] Dec 21 05:08:51.935 INFO O| Dec 21 05:08:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8510 | 2024-12-21T05:08:52.563Z | [ recovery-image] Dec 21 05:08:51.935 INFO O| Dec 21 05:08:51.935 INFO STEP 80 (remove_files) COMPLETE |
8511 | 2024-12-21T05:08:52.566Z | [ recovery-image] Dec 21 05:08:51.935 INFO O| Dec 21 05:08:51.935 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8512 | 2024-12-21T05:08:52.600Z | [ recovery-image] Dec 21 05:08:51.972 INFO O| Dec 21 05:08:51.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8513 | 2024-12-21T05:08:52.600Z | [ recovery-image] Dec 21 05:08:51.972 INFO O| Dec 21 05:08:51.972 INFO STEP 81 (remove_files) COMPLETE |
8514 | 2024-12-21T05:08:52.600Z | [ recovery-image] Dec 21 05:08:51.972 INFO O| Dec 21 05:08:51.972 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8515 | 2024-12-21T05:08:52.704Z | [ recovery-image] Dec 21 05:08:52.076 INFO O| Dec 21 05:08:52.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8516 | 2024-12-21T05:08:52.704Z | [ recovery-image] Dec 21 05:08:52.076 INFO O| Dec 21 05:08:52.076 INFO STEP 82 (remove_files) COMPLETE |
8517 | 2024-12-21T05:08:52.706Z | [ recovery-image] Dec 21 05:08:52.076 INFO O| Dec 21 05:08:52.076 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8518 | 2024-12-21T05:08:52.741Z | [ recovery-image] Dec 21 05:08:52.113 INFO O| Dec 21 05:08:52.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8519 | 2024-12-21T05:08:52.741Z | [ recovery-image] Dec 21 05:08:52.114 INFO O| Dec 21 05:08:52.113 INFO STEP 83 (remove_files) COMPLETE |
8520 | 2024-12-21T05:08:52.741Z | [ recovery-image] Dec 21 05:08:52.114 INFO O| Dec 21 05:08:52.113 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8521 | 2024-12-21T05:08:52.771Z | [ recovery-image] Dec 21 05:08:52.143 INFO O| Dec 21 05:08:52.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8522 | 2024-12-21T05:08:52.772Z | [ recovery-image] Dec 21 05:08:52.144 INFO O| Dec 21 05:08:52.144 INFO STEP 84 (remove_files) COMPLETE |
8523 | 2024-12-21T05:08:52.772Z | [ recovery-image] Dec 21 05:08:52.144 INFO O| Dec 21 05:08:52.144 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8524 | 2024-12-21T05:08:52.789Z | [ recovery-image] Dec 21 05:08:52.161 INFO O| Dec 21 05:08:52.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8525 | 2024-12-21T05:08:52.790Z | [ recovery-image] Dec 21 05:08:52.162 INFO O| Dec 21 05:08:52.161 INFO STEP 85 (remove_files) COMPLETE |
8526 | 2024-12-21T05:08:52.790Z | [ recovery-image] Dec 21 05:08:52.162 INFO O| Dec 21 05:08:52.162 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8527 | 2024-12-21T05:08:52.807Z | [ recovery-image] Dec 21 05:08:52.179 INFO O| Dec 21 05:08:52.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8528 | 2024-12-21T05:08:52.807Z | [ recovery-image] Dec 21 05:08:52.179 INFO O| Dec 21 05:08:52.179 INFO STEP 86 (remove_files) COMPLETE |
8529 | 2024-12-21T05:08:52.807Z | [ recovery-image] Dec 21 05:08:52.179 INFO O| Dec 21 05:08:52.179 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8530 | 2024-12-21T05:08:52.837Z | [ recovery-image] Dec 21 05:08:52.209 INFO O| Dec 21 05:08:52.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8531 | 2024-12-21T05:08:52.837Z | [ recovery-image] Dec 21 05:08:52.209 INFO O| Dec 21 05:08:52.209 INFO STEP 87 (remove_files) COMPLETE |
8532 | 2024-12-21T05:08:52.837Z | [ recovery-image] Dec 21 05:08:52.209 INFO O| Dec 21 05:08:52.209 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8533 | 2024-12-21T05:08:52.855Z | [ recovery-image] Dec 21 05:08:52.227 INFO O| Dec 21 05:08:52.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8534 | 2024-12-21T05:08:52.855Z | [ recovery-image] Dec 21 05:08:52.227 INFO O| Dec 21 05:08:52.227 INFO STEP 88 (remove_files) COMPLETE |
8535 | 2024-12-21T05:08:52.855Z | [ recovery-image] Dec 21 05:08:52.227 INFO O| Dec 21 05:08:52.227 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8536 | 2024-12-21T05:08:52.873Z | [ recovery-image] Dec 21 05:08:52.244 INFO O| Dec 21 05:08:52.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8537 | 2024-12-21T05:08:52.873Z | [ recovery-image] Dec 21 05:08:52.245 INFO O| Dec 21 05:08:52.245 INFO STEP 89 (remove_files) COMPLETE |
8538 | 2024-12-21T05:08:52.875Z | [ recovery-image] Dec 21 05:08:52.245 INFO O| Dec 21 05:08:52.245 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8539 | 2024-12-21T05:08:52.897Z | [ recovery-image] Dec 21 05:08:52.269 INFO O| Dec 21 05:08:52.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8540 | 2024-12-21T05:08:52.900Z | [ recovery-image] Dec 21 05:08:52.269 INFO O| Dec 21 05:08:52.269 INFO STEP 90 (remove_files) COMPLETE |
8541 | 2024-12-21T05:08:52.900Z | [ recovery-image] Dec 21 05:08:52.269 INFO O| Dec 21 05:08:52.269 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8542 | 2024-12-21T05:08:52.915Z | [ recovery-image] Dec 21 05:08:52.287 INFO O| Dec 21 05:08:52.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8543 | 2024-12-21T05:08:52.915Z | [ recovery-image] Dec 21 05:08:52.287 INFO O| Dec 21 05:08:52.287 INFO STEP 91 (remove_files) COMPLETE |
8544 | 2024-12-21T05:08:52.915Z | [ recovery-image] Dec 21 05:08:52.287 INFO O| Dec 21 05:08:52.287 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8545 | 2024-12-21T05:08:52.934Z | [ recovery-image] Dec 21 05:08:52.306 INFO O| Dec 21 05:08:52.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8546 | 2024-12-21T05:08:52.934Z | [ recovery-image] Dec 21 05:08:52.306 INFO O| Dec 21 05:08:52.306 INFO STEP 92 (remove_files) COMPLETE |
8547 | 2024-12-21T05:08:52.934Z | [ recovery-image] Dec 21 05:08:52.306 INFO O| Dec 21 05:08:52.306 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8548 | 2024-12-21T05:08:52.967Z | [ recovery-image] Dec 21 05:08:52.339 INFO O| Dec 21 05:08:52.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8549 | 2024-12-21T05:08:52.968Z | [ recovery-image] Dec 21 05:08:52.339 INFO O| Dec 21 05:08:52.339 INFO STEP 93 (remove_files) COMPLETE |
8550 | 2024-12-21T05:08:52.968Z | [ recovery-image] Dec 21 05:08:52.340 INFO O| Dec 21 05:08:52.339 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8551 | 2024-12-21T05:08:53.013Z | [ recovery-image] Dec 21 05:08:52.385 INFO O| Dec 21 05:08:52.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8552 | 2024-12-21T05:08:53.013Z | [ recovery-image] Dec 21 05:08:52.386 INFO O| Dec 21 05:08:52.385 INFO STEP 94 (remove_files) COMPLETE |
8553 | 2024-12-21T05:08:53.013Z | [ recovery-image] Dec 21 05:08:52.386 INFO O| Dec 21 05:08:52.386 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8554 | 2024-12-21T05:08:53.048Z | [ recovery-image] Dec 21 05:08:52.418 INFO O| Dec 21 05:08:52.418 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8555 | 2024-12-21T05:08:53.051Z | [ recovery-image] Dec 21 05:08:52.419 INFO O| Dec 21 05:08:52.418 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"} |
8556 | 2024-12-21T05:09:05.818Z | [ recovery-image] Dec 21 05:09:05.189 INFO O| Dec 21 05:09:05.189 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 |
8557 | 2024-12-21T05:09:05.819Z | [ recovery-image] Dec 21 05:09:05.189 INFO O| Dec 21 05:09:05.189 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8558 | 2024-12-21T05:09:05.838Z | [ recovery-image] Dec 21 05:09:05.208 INFO O| Dec 21 05:09:05.208 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8559 | 2024-12-21T05:09:06.006Z | [ recovery-image] Dec 21 05:09:05.377 INFO O| Dec 21 05:09:05.377 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8560 | 2024-12-21T05:09:06.006Z | [ recovery-image] Dec 21 05:09:05.377 INFO O| Dec 21 05:09:05.377 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 ... |
8561 | 2024-12-21T05:09:06.009Z | [ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8562 | 2024-12-21T05:09:06.009Z | [ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO ok! |
8563 | 2024-12-21T05:09:06.009Z | [ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8564 | 2024-12-21T05:09:06.009Z | [ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO STEP 95 (seed_smf) COMPLETE |
8565 | 2024-12-21T05:09:06.009Z | [ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO steps complete; finalising image! |
8566 | 2024-12-21T05:09:06.009Z | [ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8567 | 2024-12-21T05:09:06.076Z | [ recovery-image] Dec 21 05:09:05.446 INFO O| Dec 21 05:09:05.446 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 05:09:05 2024) |
8568 | 2024-12-21T05:09:06.300Z | [ recovery-image] Dec 21 05:09:05.661 INFO O| Dec 21 05:09:05.660 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Sat Dec 21 05:09:05 2024) |
8569 | 2024-12-21T05:09:06.613Z | [ recovery-image] Dec 21 05:09:05.984 INFO O| Dec 21 05:09:05.984 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8570 | 2024-12-21T05:09:06.613Z | [ recovery-image] Dec 21 05:09:05.984 INFO O| Dec 21 05:09:05.984 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8571 | 2024-12-21T05:09:07.506Z | [ recovery-image] Dec 21 05:09:06.877 INFO O| Dec 21 05:09:06.877 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 |
8572 | 2024-12-21T05:09:07.506Z | [ recovery-image] Dec 21 05:09:06.877 INFO O| Dec 21 05:09:06.877 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8573 | 2024-12-21T05:09:13.047Z | [ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8574 | 2024-12-21T05:09:13.047Z | [ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8575 | 2024-12-21T05:09:13.049Z | [ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8576 | 2024-12-21T05:09:13.050Z | [ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO completed processing gimlet/zfs-recovery |
8577 | 2024-12-21T05:09:13.050Z | [ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8578 | 2024-12-21T05:09:13.508Z | [ recovery-image] Dec 21 05:09:12.878 INFO O| Dec 21 05:09:12.878 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8579 | 2024-12-21T05:09:13.653Z | [ recovery-image] Dec 21 05:09:13.023 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8580 | 2024-12-21T05:09:13.656Z | [ recovery-image] Dec 21 05:09:13.024 INFO expanded image name: "recovery 7b95f64/${os_short_commit} 2024-12-21 04:35" -> "recovery 7b95f64/37a4469 2024-12-21 04:35" |
8581 | 2024-12-21T05:09:13.656Z | [ recovery-image] Dec 21 05:09:13.024 INFO output artefacts stored in: "/work/os-recovery" |
8582 | 2024-12-21T05:09:13.656Z | [ recovery-image] Dec 21 05:09:13.026 INFO collecting git info from project "chelsio-t6-roms"... |
8583 | 2024-12-21T05:09:13.715Z | [ recovery-image] Dec 21 05:09:13.085 INFO collecting git info from project "amd-firmware"... |
8584 | 2024-12-21T05:09:14.223Z | [ recovery-image] Dec 21 05:09:13.593 INFO collecting git info from project "phbl"... |
8585 | 2024-12-21T05:09:14.239Z | [ recovery-image] Dec 21 05:09:13.605 INFO collecting git info from project "pinprick"... |
8586 | 2024-12-21T05:09:14.245Z | [ recovery-image] Dec 21 05:09:13.615 INFO collecting git info from project "bootserver"... |
8587 | 2024-12-21T05:09:14.254Z | [ recovery-image] Dec 21 05:09:13.624 INFO collecting git info from project "pilot"... |
8588 | 2024-12-21T05:09:14.280Z | [ recovery-image] Dec 21 05:09:13.650 INFO collecting git info from project "image-builder"... |
8589 | 2024-12-21T05:09:14.291Z | [ recovery-image] Dec 21 05:09:13.661 INFO collecting git info from project "amd-host-image-builder"... |
8590 | 2024-12-21T05:09:14.864Z | [ recovery-image] Dec 21 05:09:14.234 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8591 | 2024-12-21T05:09:15.914Z | [ recovery-image] Dec 21 05:09:15.284 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8592 | 2024-12-21T05:09:16.615Z | [ recovery-image] Dec 21 05:09:15.985 INFO creating Oxide boot image... |
8593 | 2024-12-21T05:09:16.618Z | [ recovery-image] Dec 21 05:09:15.985 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 7b95f64/37a4469 2024-12-21 04:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8594 | 2024-12-21T05:10:05.920Z | [ host-image] Dec 21 05:10:05.285 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8595 | 2024-12-21T05:10:05.920Z | [ host-image] Dec 21 05:10:05.285 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8596 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.285 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8597 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.286 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8598 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.286 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8599 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.286 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8600 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.287 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8601 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.287 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8602 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.287 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8603 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.287 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8604 | 2024-12-21T05:10:05.923Z | [ host-image] Dec 21 05:10:05.288 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8605 | 2024-12-21T05:10:05.925Z | [ host-image] Dec 21 05:10:05.290 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8606 | 2024-12-21T05:10:05.927Z | [ host-image] Dec 21 05:10:05.291 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8607 | 2024-12-21T05:10:05.927Z | [ host-image] Dec 21 05:10:05.292 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8608 | 2024-12-21T05:10:05.927Z | [ host-image] Dec 21 05:10:05.292 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8609 | 2024-12-21T05:10:05.927Z | [ host-image] Dec 21 05:10:05.293 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8610 | 2024-12-21T05:10:05.930Z | [ host-image] Dec 21 05:10:05.294 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8611 | 2024-12-21T05:10:05.930Z | [ host-image] Dec 21 05:10:05.294 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8612 | 2024-12-21T05:10:05.930Z | [ host-image] Dec 21 05:10:05.294 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8613 | 2024-12-21T05:10:05.930Z | [ host-image] Dec 21 05:10:05.295 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8614 | 2024-12-21T05:10:05.930Z | [ host-image] Dec 21 05:10:05.295 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8615 | 2024-12-21T05:10:05.930Z | [ host-image] Dec 21 05:10:05.295 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8616 | 2024-12-21T05:10:05.930Z | [ host-image] Dec 21 05:10:05.295 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8617 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8618 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8619 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8620 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8621 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8622 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8623 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8624 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8625 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8626 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8627 | 2024-12-21T05:10:05.933Z | [ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8628 | 2024-12-21T05:10:05.936Z | [ host-image] Dec 21 05:10:05.299 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8629 | 2024-12-21T05:10:05.936Z | [ host-image] Dec 21 05:10:05.299 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8630 | 2024-12-21T05:10:05.947Z | [ host-image] Dec 21 05:10:05.313 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8631 | 2024-12-21T05:10:05.947Z | [ host-image] Dec 21 05:10:05.313 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8632 | 2024-12-21T05:10:05.950Z | [ host-image] Dec 21 05:10:05.313 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8633 | 2024-12-21T05:10:05.950Z | [ host-image] Dec 21 05:10:05.314 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8634 | 2024-12-21T05:10:05.950Z | [ host-image] Dec 21 05:10:05.315 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8635 | 2024-12-21T05:10:05.950Z | [ host-image] Dec 21 05:10:05.315 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8636 | 2024-12-21T05:10:05.950Z | [ host-image] Dec 21 05:10:05.315 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8637 | 2024-12-21T05:10:05.952Z | [ host-image] Dec 21 05:10:05.316 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8638 | 2024-12-21T05:10:05.952Z | [ host-image] Dec 21 05:10:05.317 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8639 | 2024-12-21T05:10:05.952Z | [ host-image] Dec 21 05:10:05.318 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8640 | 2024-12-21T05:10:05.986Z | [ host-image] Dec 21 05:10:05.351 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8641 | 2024-12-21T05:10:05.988Z | [ host-image] Dec 21 05:10:05.352 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8642 | 2024-12-21T05:10:05.988Z | [ host-image] Dec 21 05:10:05.352 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8643 | 2024-12-21T05:10:05.989Z | [ host-image] Dec 21 05:10:05.353 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8644 | 2024-12-21T05:10:05.989Z | [ host-image] Dec 21 05:10:05.354 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8645 | 2024-12-21T05:10:05.991Z | [ host-image] Dec 21 05:10:05.354 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8646 | 2024-12-21T05:10:06.057Z | [ host-image] Dec 21 05:10:05.422 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8647 | 2024-12-21T05:10:06.060Z | [ host-image] Dec 21 05:10:05.423 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8648 | 2024-12-21T05:10:06.060Z | [ host-image] Dec 21 05:10:05.423 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8649 | 2024-12-21T05:10:06.060Z | [ host-image] Dec 21 05:10:05.425 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8650 | 2024-12-21T05:10:06.060Z | [ host-image] Dec 21 05:10:05.425 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8651 | 2024-12-21T05:10:06.060Z | [ host-image] Dec 21 05:10:05.425 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8652 | 2024-12-21T05:10:06.060Z | [ host-image] Dec 21 05:10:05.425 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8653 | 2024-12-21T05:10:06.063Z | [ host-image] Dec 21 05:10:05.426 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8654 | 2024-12-21T05:10:06.063Z | [ host-image] Dec 21 05:10:05.426 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8655 | 2024-12-21T05:10:06.063Z | [ host-image] Dec 21 05:10:05.426 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8656 | 2024-12-21T05:10:06.063Z | [ host-image] Dec 21 05:10:05.426 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8657 | 2024-12-21T05:10:06.063Z | [ host-image] Dec 21 05:10:05.427 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8658 | 2024-12-21T05:10:06.068Z | [ host-image] Dec 21 05:10:05.434 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8659 | 2024-12-21T05:10:06.071Z | [ host-image] Dec 21 05:10:05.434 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8660 | 2024-12-21T05:10:06.071Z | [ host-image] Dec 21 05:10:05.434 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8661 | 2024-12-21T05:10:06.071Z | [ host-image] Dec 21 05:10:05.435 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8662 | 2024-12-21T05:10:06.071Z | [ host-image] Dec 21 05:10:05.435 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8663 | 2024-12-21T05:10:06.111Z | [ host-image] Dec 21 05:10:05.476 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8664 | 2024-12-21T05:10:06.113Z | [ host-image] Dec 21 05:10:05.476 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8665 | 2024-12-21T05:10:06.116Z | [ host-image] Dec 21 05:10:05.480 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8666 | 2024-12-21T05:10:06.116Z | [ host-image] Dec 21 05:10:05.481 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8667 | 2024-12-21T05:10:06.116Z | [ host-image] Dec 21 05:10:05.481 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8668 | 2024-12-21T05:10:06.116Z | [ host-image] Dec 21 05:10:05.482 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8669 | 2024-12-21T05:10:06.119Z | [ host-image] Dec 21 05:10:05.483 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8670 | 2024-12-21T05:10:06.119Z | [ host-image] Dec 21 05:10:05.483 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8671 | 2024-12-21T05:10:06.119Z | [ host-image] Dec 21 05:10:05.484 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8672 | 2024-12-21T05:10:06.124Z | [ host-image] Dec 21 05:10:05.489 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8673 | 2024-12-21T05:10:06.126Z | [ host-image] Dec 21 05:10:05.490 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8674 | 2024-12-21T05:10:06.126Z | [ host-image] Dec 21 05:10:05.491 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8675 | 2024-12-21T05:10:06.126Z | [ host-image] Dec 21 05:10:05.492 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8676 | 2024-12-21T05:10:06.130Z | [ host-image] Dec 21 05:10:05.492 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8677 | 2024-12-21T05:10:06.130Z | [ host-image] Dec 21 05:10:05.492 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8678 | 2024-12-21T05:10:06.130Z | [ host-image] Dec 21 05:10:05.492 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8679 | 2024-12-21T05:10:06.130Z | [ host-image] Dec 21 05:10:05.493 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8680 | 2024-12-21T05:10:06.157Z | [ host-image] Dec 21 05:10:05.522 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8681 | 2024-12-21T05:10:06.157Z | [ host-image] Dec 21 05:10:05.522 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8682 | 2024-12-21T05:10:06.160Z | [ host-image] Dec 21 05:10:05.526 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8683 | 2024-12-21T05:10:06.162Z | [ host-image] Dec 21 05:10:05.528 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8684 | 2024-12-21T05:10:06.164Z | [ host-image] Dec 21 05:10:05.528 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8685 | 2024-12-21T05:10:06.164Z | [ host-image] Dec 21 05:10:05.528 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8686 | 2024-12-21T05:10:06.164Z | [ host-image] Dec 21 05:10:05.529 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8687 | 2024-12-21T05:10:06.164Z | [ host-image] Dec 21 05:10:05.530 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8688 | 2024-12-21T05:10:06.181Z | [ host-image] Dec 21 05:10:05.546 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8689 | 2024-12-21T05:10:06.184Z | [ host-image] Dec 21 05:10:05.546 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8690 | 2024-12-21T05:10:06.184Z | [ host-image] Dec 21 05:10:05.546 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8691 | 2024-12-21T05:10:06.184Z | [ host-image] Dec 21 05:10:05.548 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8692 | 2024-12-21T05:10:06.184Z | [ host-image] Dec 21 05:10:05.548 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8693 | 2024-12-21T05:10:06.223Z | [ host-image] Dec 21 05:10:05.587 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8694 | 2024-12-21T05:10:06.223Z | [ host-image] Dec 21 05:10:05.587 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8695 | 2024-12-21T05:10:06.225Z | [ host-image] Dec 21 05:10:05.587 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8696 | 2024-12-21T05:10:06.225Z | [ host-image] Dec 21 05:10:05.588 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8697 | 2024-12-21T05:10:06.225Z | [ host-image] Dec 21 05:10:05.588 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8698 | 2024-12-21T05:10:06.270Z | [ host-image] Dec 21 05:10:05.635 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8699 | 2024-12-21T05:10:06.272Z | [ host-image] Dec 21 05:10:05.636 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8700 | 2024-12-21T05:10:06.272Z | [ host-image] Dec 21 05:10:05.636 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8701 | 2024-12-21T05:10:06.272Z | [ host-image] Dec 21 05:10:05.636 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8702 | 2024-12-21T05:10:06.275Z | [ host-image] Dec 21 05:10:05.638 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8703 | 2024-12-21T05:10:06.275Z | [ host-image] Dec 21 05:10:05.639 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8704 | 2024-12-21T05:10:06.275Z | [ host-image] Dec 21 05:10:05.640 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8705 | 2024-12-21T05:10:06.275Z | [ host-image] Dec 21 05:10:05.640 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8706 | 2024-12-21T05:10:06.275Z | [ host-image] Dec 21 05:10:05.641 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8707 | 2024-12-21T05:10:06.278Z | [ host-image] Dec 21 05:10:05.641 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8708 | 2024-12-21T05:10:06.278Z | [ host-image] Dec 21 05:10:05.642 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8709 | 2024-12-21T05:10:06.278Z | [ host-image] Dec 21 05:10:05.642 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8710 | 2024-12-21T05:10:06.278Z | [ host-image] Dec 21 05:10:05.643 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8711 | 2024-12-21T05:10:06.281Z | [ host-image] Dec 21 05:10:05.647 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8712 | 2024-12-21T05:10:06.284Z | [ host-image] Dec 21 05:10:05.648 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8713 | 2024-12-21T05:10:06.286Z | [ host-image] Dec 21 05:10:05.650 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8714 | 2024-12-21T05:10:06.286Z | [ host-image] Dec 21 05:10:05.651 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8715 | 2024-12-21T05:10:06.286Z | [ host-image] Dec 21 05:10:05.651 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8716 | 2024-12-21T05:10:06.286Z | [ host-image] Dec 21 05:10:05.652 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8717 | 2024-12-21T05:10:06.289Z | [ host-image] Dec 21 05:10:05.652 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8718 | 2024-12-21T05:10:06.289Z | [ host-image] Dec 21 05:10:05.652 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8719 | 2024-12-21T05:10:06.289Z | [ host-image] Dec 21 05:10:05.652 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8720 | 2024-12-21T05:10:06.289Z | [ host-image] Dec 21 05:10:05.653 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8721 | 2024-12-21T05:10:06.289Z | [ host-image] Dec 21 05:10:05.654 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8722 | 2024-12-21T05:10:06.289Z | [ host-image] Dec 21 05:10:05.654 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8723 | 2024-12-21T05:10:06.291Z | [ host-image] Dec 21 05:10:05.654 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8724 | 2024-12-21T05:10:06.291Z | [ host-image] Dec 21 05:10:05.655 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8725 | 2024-12-21T05:10:06.291Z | [ host-image] Dec 21 05:10:05.655 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8726 | 2024-12-21T05:10:06.291Z | [ host-image] Dec 21 05:10:05.655 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8727 | 2024-12-21T05:10:06.291Z | [ host-image] Dec 21 05:10:05.656 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8728 | 2024-12-21T05:10:06.309Z | [ host-image] Dec 21 05:10:05.674 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8729 | 2024-12-21T05:10:06.312Z | [ host-image] Dec 21 05:10:05.675 INFO O| tempdir @ "/tmp/.tmpu9oycC/tmp" |
8730 | 2024-12-21T05:10:06.312Z | [ host-image] Dec 21 05:10:05.675 INFO O| image root @ "/tmp/.tmpu9oycC/tmp/root" |
8731 | 2024-12-21T05:10:06.321Z | [ host-image] Dec 21 05:10:05.675 INFO O| creating image... |
8732 | 2024-12-21T05:10:07.530Z | [ host-image] Dec 21 05:10:06.895 INFO O| copying publishers... |
8733 | 2024-12-21T05:10:28.195Z | [ recovery-image] Dec 21 05:10:27.557 INFO O| ok, image written! |
8734 | 2024-12-21T05:10:28.195Z | [ recovery-image] Dec 21 05:10:27.557 INFO O| ok, boot_image_csum file written! |
8735 | 2024-12-21T05:10:28.200Z | [ recovery-image] Dec 21 05:10:27.563 INFO creating boot archive (CPIO)... |
8736 | 2024-12-21T05:10:28.200Z | [ recovery-image] Dec 21 05:10:27.564 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 |
8737 | 2024-12-21T05:10:28.211Z | [ recovery-image] Dec 21 05:10:27.574 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8738 | 2024-12-21T05:10:28.211Z | [ recovery-image] Dec 21 05:10:27.574 INFO E| + outfile=/work/os-recovery/cpio |
8739 | 2024-12-21T05:10:28.213Z | [ recovery-image] Dec 21 05:10:27.574 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8740 | 2024-12-21T05:10:28.213Z | [ recovery-image] Dec 21 05:10:27.577 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8741 | 2024-12-21T05:10:28.216Z | [ recovery-image] Dec 21 05:10:27.577 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8742 | 2024-12-21T05:10:28.261Z | [ recovery-image] Dec 21 05:10:27.624 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8743 | 2024-12-21T05:10:28.261Z | [ recovery-image] Dec 21 05:10:27.624 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8744 | 2024-12-21T05:10:28.271Z | [ recovery-image] Dec 21 05:10:27.634 INFO creating compressed cpio/unix for nanobl-rs... |
8745 | 2024-12-21T05:10:28.271Z | [ recovery-image] Dec 21 05:10:27.634 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 |
8746 | 2024-12-21T05:10:28.747Z | [ recovery-image] Dec 21 05:10:28.107 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8747 | 2024-12-21T05:10:31.308Z | [ host-image] Dec 21 05:10:30.670 INFO O| adding properties... |
8748 | 2024-12-21T05:10:33.835Z | [ host-image] Dec 21 05:10:33.198 INFO O| installing packages... |
8749 | 2024-12-21T05:10:35.424Z | [ recovery-image] Dec 21 05:10:34.787 INFO creating reset image... |
8750 | 2024-12-21T05:10:35.424Z | [ recovery-image] Dec 21 05:10:34.787 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8751 | 2024-12-21T05:10:35.986Z | [ recovery-image] Dec 21 05:10:35.349 INFO E| Updating crates.io index |
8752 | 2024-12-21T05:10:36.184Z | [ recovery-image] Dec 21 05:10:35.547 INFO E| Downloading crates ... |
8753 | 2024-12-21T05:10:36.564Z | [ recovery-image] Dec 21 05:10:35.926 INFO E| Downloaded shared_child v1.0.1 |
8754 | 2024-12-21T05:10:36.566Z | [ recovery-image] Dec 21 05:10:35.929 INFO E| Downloaded os_pipe v1.2.1 |
8755 | 2024-12-21T05:10:36.569Z | [ recovery-image] Dec 21 05:10:35.931 INFO E| Downloaded duct v0.13.7 |
8756 | 2024-12-21T05:10:36.572Z | [ recovery-image] Dec 21 05:10:35.934 INFO E| Downloaded clap v4.5.17 |
8757 | 2024-12-21T05:10:36.586Z | [ recovery-image] Dec 21 05:10:35.949 INFO E| Downloaded clap_derive v4.5.13 |
8758 | 2024-12-21T05:10:36.622Z | [ recovery-image] Dec 21 05:10:35.984 INFO E| Downloaded clap_builder v4.5.17 |
8759 | 2024-12-21T05:10:36.668Z | [ recovery-image] Dec 21 05:10:36.031 INFO E| Downloaded syn v2.0.77 |
8760 | 2024-12-21T05:10:36.735Z | [ recovery-image] Dec 21 05:10:36.098 INFO E| Downloaded libc v0.2.158 |
8761 | 2024-12-21T05:10:36.875Z | [ recovery-image] Dec 21 05:10:36.237 INFO E| Compiling proc-macro2 v1.0.86 |
8762 | 2024-12-21T05:10:36.875Z | [ recovery-image] Dec 21 05:10:36.237 INFO E| Compiling unicode-ident v1.0.13 |
8763 | 2024-12-21T05:10:36.875Z | [ recovery-image] Dec 21 05:10:36.237 INFO E| Compiling libc v0.2.158 |
8764 | 2024-12-21T05:10:36.878Z | [ recovery-image] Dec 21 05:10:36.237 INFO E| Compiling utf8parse v0.2.2 |
8765 | 2024-12-21T05:10:36.878Z | [ recovery-image] Dec 21 05:10:36.238 INFO E| Compiling anstyle v1.0.8 |
8766 | 2024-12-21T05:10:36.878Z | [ recovery-image] Dec 21 05:10:36.238 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8767 | 2024-12-21T05:10:36.878Z | [ recovery-image] Dec 21 05:10:36.238 INFO E| Compiling anstyle-query v1.1.1 |
8768 | 2024-12-21T05:10:36.878Z | [ recovery-image] Dec 21 05:10:36.238 INFO E| Compiling colorchoice v1.0.2 |
8769 | 2024-12-21T05:10:37.888Z | [ recovery-image] Dec 21 05:10:37.250 INFO E| Compiling anstyle-parse v0.2.5 |
8770 | 2024-12-21T05:10:37.895Z | [ recovery-image] Dec 21 05:10:37.258 INFO E| Compiling strsim v0.11.1 |
8771 | 2024-12-21T05:10:37.899Z | [ recovery-image] Dec 21 05:10:37.258 INFO E| Compiling heck v0.5.0 |
8772 | 2024-12-21T05:10:38.331Z | [ recovery-image] Dec 21 05:10:37.693 INFO E| Compiling clap_lex v0.7.2 |
8773 | 2024-12-21T05:10:38.384Z | [ recovery-image] Dec 21 05:10:37.747 INFO E| Compiling once_cell v1.19.0 |
8774 | 2024-12-21T05:10:38.752Z | [ recovery-image] Dec 21 05:10:38.115 INFO E| Compiling anstream v0.6.15 |
8775 | 2024-12-21T05:10:39.394Z | [ recovery-image] Dec 21 05:10:38.757 INFO E| Compiling clap_builder v4.5.17 |
8776 | 2024-12-21T05:10:40.057Z | [ recovery-image] Dec 21 05:10:39.419 INFO E| Compiling quote v1.0.37 |
8777 | 2024-12-21T05:10:40.390Z | [ recovery-image] Dec 21 05:10:39.752 INFO E| Compiling os_pipe v1.2.1 |
8778 | 2024-12-21T05:10:40.390Z | [ recovery-image] Dec 21 05:10:39.752 INFO E| Compiling shared_child v1.0.1 |
8779 | 2024-12-21T05:10:40.608Z | [ recovery-image] Dec 21 05:10:39.970 INFO E| Compiling syn v2.0.77 |
8780 | 2024-12-21T05:10:40.633Z | [ recovery-image] Dec 21 05:10:39.995 INFO E| Compiling duct v0.13.7 |
8781 | 2024-12-21T05:10:49.844Z | [ recovery-image] Dec 21 05:10:49.205 INFO E| Compiling clap_derive v4.5.13 |
8782 | 2024-12-21T05:10:53.726Z | [ recovery-image] Dec 21 05:10:53.085 INFO E| Compiling clap v4.5.17 |
8783 | 2024-12-21T05:10:53.812Z | [ recovery-image] Dec 21 05:10:53.173 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8784 | 2024-12-21T05:10:55.697Z | [ recovery-image] Dec 21 05:10:55.058 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s |
8785 | 2024-12-21T05:10:55.713Z | [ recovery-image] Dec 21 05:10:55.074 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8786 | 2024-12-21T05:10:55.928Z | [ recovery-image] Dec 21 05:10:55.289 INFO E| Updating crates.io index |
8787 | 2024-12-21T05:10:56.002Z | [ recovery-image] Dec 21 05:10:55.362 INFO E| Downloading crates ... |
8788 | 2024-12-21T05:10:56.092Z | [ recovery-image] Dec 21 05:10:55.453 INFO E| Downloaded bit_field v0.10.2 |
8789 | 2024-12-21T05:10:56.110Z | [ recovery-image] Dec 21 05:10:55.471 INFO E| Downloaded raw-cpuid v10.7.0 |
8790 | 2024-12-21T05:10:56.117Z | [ recovery-image] Dec 21 05:10:55.478 INFO E| Downloaded seq-macro v0.3.5 |
8791 | 2024-12-21T05:10:56.120Z | [ recovery-image] Dec 21 05:10:55.481 INFO E| Downloaded bitstruct v0.1.1 |
8792 | 2024-12-21T05:10:56.123Z | [ recovery-image] Dec 21 05:10:55.484 INFO E| Downloaded bitstruct_derive v0.1.0 |
8793 | 2024-12-21T05:10:56.129Z | [ recovery-image] Dec 21 05:10:55.489 INFO E| Downloaded cpio_reader v0.1.1 |
8794 | 2024-12-21T05:10:56.162Z | [ recovery-image] Dec 21 05:10:55.522 INFO E| Downloaded syn v2.0.85 |
8795 | 2024-12-21T05:10:56.309Z | [ recovery-image] Dec 21 05:10:55.670 INFO E| Downloaded x86 v0.52.0 |
8796 | 2024-12-21T05:10:56.397Z | [ recovery-image] Dec 21 05:10:55.755 INFO E| Updating crates.io index |
8797 | 2024-12-21T05:10:56.476Z | [ recovery-image] Dec 21 05:10:55.837 INFO E| Downloading crates ... |
8798 | 2024-12-21T05:10:56.553Z | [ recovery-image] Dec 21 05:10:55.913 INFO E| Downloaded hashbrown v0.15.0 |
8799 | 2024-12-21T05:10:56.567Z | [ recovery-image] Dec 21 05:10:55.927 INFO E| Downloaded compiler_builtins v0.1.134 |
8800 | 2024-12-21T05:10:56.672Z | [ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling compiler_builtins v0.1.134 |
8801 | 2024-12-21T05:10:56.672Z | [ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8802 | 2024-12-21T05:10:56.676Z | [ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling proc-macro2 v1.0.89 |
8803 | 2024-12-21T05:10:56.676Z | [ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling unicode-ident v1.0.13 |
8804 | 2024-12-21T05:10:56.676Z | [ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling syn v1.0.109 |
8805 | 2024-12-21T05:10:56.676Z | [ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling x86 v0.52.0 |
8806 | 2024-12-21T05:10:56.676Z | [ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8807 | 2024-12-21T05:10:56.676Z | [ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling seq-macro v0.3.5 |
8808 | 2024-12-21T05:10:59.035Z | [ recovery-image] Dec 21 05:10:58.395 INFO E| Compiling quote v1.0.37 |
8809 | 2024-12-21T05:10:59.480Z | [ recovery-image] Dec 21 05:10:58.840 INFO E| Compiling syn v2.0.85 |
8810 | 2024-12-21T05:11:04.561Z | [ recovery-image] Dec 21 05:11:03.921 INFO E| Compiling scroll_derive v0.12.0 |
8811 | 2024-12-21T05:11:05.719Z | [ host-image] Dec 21 05:11:05.079 INFO O| seeding SMF database... |
8812 | 2024-12-21T05:11:08.918Z | [ recovery-image] Dec 21 05:11:08.277 INFO E| Compiling bitstruct_derive v0.1.0 |
8813 | 2024-12-21T05:11:19.041Z | [ host-image] Dec 21 05:11:18.399 INFO O| configuring SMF profile... |
8814 | 2024-12-21T05:11:19.045Z | [ host-image] Dec 21 05:11:18.400 INFO O| modifying shadow(5)... |
8815 | 2024-12-21T05:11:19.045Z | [ host-image] Dec 21 05:11:18.400 INFO O| loading user and group database... |
8816 | 2024-12-21T05:11:19.045Z | [ host-image] Dec 21 05:11:18.400 INFO O| assessing packaged files... |
8817 | 2024-12-21T05:11:24.995Z | [ host-image] Dec 21 05:11:24.351 INFO O| creating archive... |
8818 | 2024-12-21T05:11:25.072Z | [ host-image] Dec 21 05:11:24.430 INFO O| missing from packaging: |
8819 | 2024-12-21T05:11:25.075Z | [ host-image] Dec 21 05:11:24.430 INFO O| "etc/.pwd.lock" |
8820 | 2024-12-21T05:11:25.075Z | [ host-image] Dec 21 05:11:24.430 INFO O| "etc/bash" |
8821 | 2024-12-21T05:11:25.083Z | [ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/generic.xml" |
8822 | 2024-12-21T05:11:25.083Z | [ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/inetd_services.xml" |
8823 | 2024-12-21T05:11:25.086Z | [ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/name_service.xml" |
8824 | 2024-12-21T05:11:25.086Z | [ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/platform.xml" |
8825 | 2024-12-21T05:11:25.086Z | [ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8826 | 2024-12-21T05:11:25.086Z | [ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/repository.db" |
8827 | 2024-12-21T05:11:25.100Z | [ host-image] Dec 21 05:11:24.458 INFO O| "opt/ooce/share" |
8828 | 2024-12-21T05:11:25.100Z | [ host-image] Dec 21 05:11:24.458 INFO O| "opt/ooce/share/man" |
8829 | 2024-12-21T05:11:25.103Z | [ host-image] Dec 21 05:11:24.458 INFO O| "opt/ooce/share/man/man1" |
8830 | 2024-12-21T05:11:25.115Z | [ host-image] Dec 21 05:11:24.473 INFO O| finishing archive... |
8831 | 2024-12-21T05:11:28.717Z | [ host-image] Dec 21 05:11:28.075 INFO O| creating gzonly manifest... |
8832 | 2024-12-21T05:11:28.728Z | [ host-image] Dec 21 05:11:28.087 INFO O| ok |
8833 | 2024-12-21T05:11:28.893Z | [ host-image] Dec 21 05:11:28.250 INFO image builder template: ramdisk-02-trim... |
8834 | 2024-12-21T05:11:28.893Z | [ host-image] Dec 21 05:11:28.250 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/.tmpHZ7K79/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
8835 | 2024-12-21T05:11:28.931Z | [ host-image] Dec 21 05:11:28.288 INFO O| Dec 21 05:11:28.288 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8836 | 2024-12-21T05:11:28.938Z | [ host-image] Dec 21 05:11:28.296 INFO O| Dec 21 05:11:28.296 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8837 | 2024-12-21T05:11:29.048Z | [ host-image] Dec 21 05:11:28.406 INFO O| Dec 21 05:11:28.406 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8838 | 2024-12-21T05:11:29.144Z | [ host-image] Dec 21 05:11:28.502 INFO O| Dec 21 05:11:28.502 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8839 | 2024-12-21T05:11:29.147Z | [ host-image] Dec 21 05:11:28.502 INFO O| Dec 21 05:11:28.502 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8840 | 2024-12-21T05:11:29.155Z | [ host-image] Dec 21 05:11:28.513 INFO O| Dec 21 05:11:28.513 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8841 | 2024-12-21T05:11:29.163Z | [ host-image] Dec 21 05:11:28.521 INFO O| Dec 21 05:11:28.521 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8842 | 2024-12-21T05:11:29.171Z | [ host-image] Dec 21 05:11:28.529 INFO O| Dec 21 05:11:28.529 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8843 | 2024-12-21T05:11:29.552Z | [ host-image] Dec 21 05:11:28.910 INFO O| Dec 21 05:11:28.910 INFO rolled back to input snapshot; work may begin |
8844 | 2024-12-21T05:11:29.552Z | [ host-image] Dec 21 05:11:28.910 INFO O| Dec 21 05:11:28.910 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8845 | 2024-12-21T05:11:29.561Z | [ host-image] Dec 21 05:11:28.919 INFO O| Dec 21 05:11:28.919 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-21T05:11:29.578Z | [ host-image] Dec 21 05:11:28.936 INFO O| Dec 21 05:11:28.936 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8847 | 2024-12-21T05:11:29.656Z | [ host-image] Dec 21 05:11:29.014 INFO O| Dec 21 05:11:29.014 INFO STEP 0 (remove_files) COMPLETE |
8848 | 2024-12-21T05:11:29.656Z | [ host-image] Dec 21 05:11:29.014 INFO O| Dec 21 05:11:29.014 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-21T05:11:29.675Z | [ host-image] Dec 21 05:11:29.033 INFO O| Dec 21 05:11:29.033 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8850 | 2024-12-21T05:11:29.678Z | [ host-image] Dec 21 05:11:29.036 INFO O| Dec 21 05:11:29.036 INFO STEP 1 (remove_files) COMPLETE |
8851 | 2024-12-21T05:11:29.678Z | [ host-image] Dec 21 05:11:29.036 INFO O| Dec 21 05:11:29.036 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-21T05:11:29.698Z | [ host-image] Dec 21 05:11:29.054 INFO O| Dec 21 05:11:29.054 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8853 | 2024-12-21T05:11:29.721Z | [ host-image] Dec 21 05:11:29.078 INFO O| Dec 21 05:11:29.078 INFO STEP 2 (remove_files) COMPLETE |
8854 | 2024-12-21T05:11:29.721Z | [ host-image] Dec 21 05:11:29.078 INFO O| Dec 21 05:11:29.078 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-21T05:11:29.742Z | [ host-image] Dec 21 05:11:29.100 INFO O| Dec 21 05:11:29.100 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8856 | 2024-12-21T05:11:29.745Z | [ host-image] Dec 21 05:11:29.103 INFO O| Dec 21 05:11:29.103 INFO STEP 3 (remove_files) COMPLETE |
8857 | 2024-12-21T05:11:29.745Z | [ host-image] Dec 21 05:11:29.103 INFO O| Dec 21 05:11:29.103 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-21T05:11:29.767Z | [ host-image] Dec 21 05:11:29.124 INFO O| Dec 21 05:11:29.124 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8859 | 2024-12-21T05:11:29.773Z | [ host-image] Dec 21 05:11:29.131 INFO O| Dec 21 05:11:29.131 INFO STEP 4 (remove_files) COMPLETE |
8860 | 2024-12-21T05:11:29.777Z | [ host-image] Dec 21 05:11:29.131 INFO O| Dec 21 05:11:29.131 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-21T05:11:29.793Z | [ host-image] Dec 21 05:11:29.151 INFO O| Dec 21 05:11:29.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8862 | 2024-12-21T05:11:29.797Z | [ host-image] Dec 21 05:11:29.155 INFO O| Dec 21 05:11:29.155 INFO STEP 5 (remove_files) COMPLETE |
8863 | 2024-12-21T05:11:29.797Z | [ host-image] Dec 21 05:11:29.155 INFO O| Dec 21 05:11:29.155 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-21T05:11:29.814Z | [ host-image] Dec 21 05:11:29.172 INFO O| Dec 21 05:11:29.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8865 | 2024-12-21T05:11:29.830Z | [ host-image] Dec 21 05:11:29.188 INFO O| Dec 21 05:11:29.188 INFO STEP 6 (remove_files) COMPLETE |
8866 | 2024-12-21T05:11:29.831Z | [ host-image] Dec 21 05:11:29.188 INFO O| Dec 21 05:11:29.188 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-21T05:11:29.849Z | [ host-image] Dec 21 05:11:29.207 INFO O| Dec 21 05:11:29.207 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8868 | 2024-12-21T05:11:29.868Z | [ host-image] Dec 21 05:11:29.225 INFO O| Dec 21 05:11:29.225 INFO STEP 7 (remove_files) COMPLETE |
8869 | 2024-12-21T05:11:29.871Z | [ host-image] Dec 21 05:11:29.225 INFO O| Dec 21 05:11:29.225 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-21T05:11:29.887Z | [ host-image] Dec 21 05:11:29.243 INFO O| Dec 21 05:11:29.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8871 | 2024-12-21T05:11:29.996Z | [ host-image] Dec 21 05:11:29.354 INFO O| Dec 21 05:11:29.354 INFO STEP 8 (remove_files) COMPLETE |
8872 | 2024-12-21T05:11:29.996Z | [ host-image] Dec 21 05:11:29.354 INFO O| Dec 21 05:11:29.354 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-21T05:11:30.014Z | [ host-image] Dec 21 05:11:29.372 INFO O| Dec 21 05:11:29.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8874 | 2024-12-21T05:11:30.075Z | [ recovery-image] Dec 21 05:11:29.432 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8875 | 2024-12-21T05:11:30.167Z | [ host-image] Dec 21 05:11:29.525 INFO O| Dec 21 05:11:29.525 INFO STEP 9 (remove_files) COMPLETE |
8876 | 2024-12-21T05:11:30.167Z | [ host-image] Dec 21 05:11:29.525 INFO O| Dec 21 05:11:29.525 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8877 | 2024-12-21T05:11:30.188Z | [ host-image] Dec 21 05:11:29.545 INFO O| Dec 21 05:11:29.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8878 | 2024-12-21T05:11:30.195Z | [ host-image] Dec 21 05:11:29.552 INFO O| Dec 21 05:11:29.552 INFO STEP 10 (remove_files) COMPLETE |
8879 | 2024-12-21T05:11:30.198Z | [ host-image] Dec 21 05:11:29.553 INFO O| Dec 21 05:11:29.552 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8880 | 2024-12-21T05:11:30.214Z | [ host-image] Dec 21 05:11:29.572 INFO O| Dec 21 05:11:29.571 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8881 | 2024-12-21T05:11:30.216Z | [ host-image] Dec 21 05:11:29.573 INFO O| Dec 21 05:11:29.573 INFO STEP 11 (remove_files) COMPLETE |
8882 | 2024-12-21T05:11:30.216Z | [ host-image] Dec 21 05:11:29.573 INFO O| Dec 21 05:11:29.573 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8883 | 2024-12-21T05:11:30.235Z | [ host-image] Dec 21 05:11:29.592 INFO O| Dec 21 05:11:29.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8884 | 2024-12-21T05:11:30.237Z | [ host-image] Dec 21 05:11:29.595 INFO O| Dec 21 05:11:29.595 INFO STEP 12 (remove_files) COMPLETE |
8885 | 2024-12-21T05:11:30.239Z | [ host-image] Dec 21 05:11:29.595 INFO O| Dec 21 05:11:29.595 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8886 | 2024-12-21T05:11:30.426Z | [ host-image] Dec 21 05:11:29.783 INFO O| Dec 21 05:11:29.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8887 | 2024-12-21T05:11:30.433Z | [ host-image] Dec 21 05:11:29.791 INFO O| Dec 21 05:11:29.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8888 | 2024-12-21T05:11:30.441Z | [ host-image] Dec 21 05:11:29.799 INFO O| Dec 21 05:11:29.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8889 | 2024-12-21T05:11:30.537Z | [ host-image] Dec 21 05:11:29.895 INFO O| Dec 21 05:11:29.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8890 | 2024-12-21T05:11:31.006Z | [ host-image] Dec 21 05:11:30.363 INFO O| Dec 21 05:11:30.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8891 | 2024-12-21T05:11:31.006Z | [ host-image] Dec 21 05:11:30.363 INFO O| Dec 21 05:11:30.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8892 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.364 INFO O| Dec 21 05:11:30.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8893 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.364 INFO O| Dec 21 05:11:30.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8894 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.364 INFO O| Dec 21 05:11:30.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8895 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8896 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8897 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8898 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8899 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8900 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.366 INFO O| Dec 21 05:11:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8901 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.366 INFO O| Dec 21 05:11:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8902 | 2024-12-21T05:11:31.011Z | [ host-image] Dec 21 05:11:30.366 INFO O| Dec 21 05:11:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8903 | 2024-12-21T05:11:31.012Z | [ host-image] Dec 21 05:11:30.366 INFO O| Dec 21 05:11:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8904 | 2024-12-21T05:11:31.012Z | [ host-image] Dec 21 05:11:30.367 INFO O| Dec 21 05:11:30.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8905 | 2024-12-21T05:11:31.012Z | [ host-image] Dec 21 05:11:30.367 INFO O| Dec 21 05:11:30.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8906 | 2024-12-21T05:11:31.016Z | [ host-image] Dec 21 05:11:30.369 INFO O| Dec 21 05:11:30.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8907 | 2024-12-21T05:11:31.049Z | [ host-image] Dec 21 05:11:30.406 INFO O| Dec 21 05:11:30.406 INFO STEP 13 (remove_files) COMPLETE |
8908 | 2024-12-21T05:11:31.049Z | [ host-image] Dec 21 05:11:30.406 INFO O| Dec 21 05:11:30.406 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-21T05:11:31.069Z | [ host-image] Dec 21 05:11:30.426 INFO O| Dec 21 05:11:30.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8910 | 2024-12-21T05:11:31.071Z | [ host-image] Dec 21 05:11:30.429 INFO O| Dec 21 05:11:30.429 INFO STEP 14 (remove_files) COMPLETE |
8911 | 2024-12-21T05:11:31.071Z | [ host-image] Dec 21 05:11:30.429 INFO O| Dec 21 05:11:30.429 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-21T05:11:31.090Z | [ host-image] Dec 21 05:11:30.447 INFO O| Dec 21 05:11:30.447 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8913 | 2024-12-21T05:11:31.100Z | [ host-image] Dec 21 05:11:30.458 INFO O| Dec 21 05:11:30.457 INFO STEP 15 (remove_files) COMPLETE |
8914 | 2024-12-21T05:11:31.100Z | [ host-image] Dec 21 05:11:30.458 INFO O| Dec 21 05:11:30.458 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-21T05:11:31.119Z | [ host-image] Dec 21 05:11:30.477 INFO O| Dec 21 05:11:30.477 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8916 | 2024-12-21T05:11:31.122Z | [ host-image] Dec 21 05:11:30.478 INFO O| Dec 21 05:11:30.478 INFO STEP 16 (remove_files) COMPLETE |
8917 | 2024-12-21T05:11:31.122Z | [ host-image] Dec 21 05:11:30.478 INFO O| Dec 21 05:11:30.478 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-21T05:11:31.137Z | [ host-image] Dec 21 05:11:30.495 INFO O| Dec 21 05:11:30.495 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8919 | 2024-12-21T05:11:31.139Z | [ host-image] Dec 21 05:11:30.497 INFO O| Dec 21 05:11:30.497 INFO STEP 17 (remove_files) COMPLETE |
8920 | 2024-12-21T05:11:31.139Z | [ host-image] Dec 21 05:11:30.497 INFO O| Dec 21 05:11:30.497 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-21T05:11:31.199Z | [ host-image] Dec 21 05:11:30.557 INFO O| Dec 21 05:11:30.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8922 | 2024-12-21T05:11:31.199Z | [ host-image] Dec 21 05:11:30.557 INFO O| Dec 21 05:11:30.557 INFO STEP 18 (remove_files) COMPLETE |
8923 | 2024-12-21T05:11:31.201Z | [ host-image] Dec 21 05:11:30.557 INFO O| Dec 21 05:11:30.557 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-21T05:11:31.274Z | [ host-image] Dec 21 05:11:30.631 INFO O| Dec 21 05:11:30.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8925 | 2024-12-21T05:11:31.274Z | [ host-image] Dec 21 05:11:30.631 INFO O| Dec 21 05:11:30.631 INFO STEP 19 (remove_files) COMPLETE |
8926 | 2024-12-21T05:11:31.276Z | [ host-image] Dec 21 05:11:30.631 INFO O| Dec 21 05:11:30.631 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-21T05:11:31.336Z | [ host-image] Dec 21 05:11:30.693 INFO O| Dec 21 05:11:30.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8928 | 2024-12-21T05:11:31.336Z | [ host-image] Dec 21 05:11:30.693 INFO O| Dec 21 05:11:30.693 INFO STEP 20 (remove_files) COMPLETE |
8929 | 2024-12-21T05:11:31.336Z | [ host-image] Dec 21 05:11:30.694 INFO O| Dec 21 05:11:30.693 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-21T05:11:31.357Z | [ host-image] Dec 21 05:11:30.714 INFO O| Dec 21 05:11:30.714 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8931 | 2024-12-21T05:11:31.357Z | [ host-image] Dec 21 05:11:30.714 INFO O| Dec 21 05:11:30.714 INFO STEP 21 (remove_files) COMPLETE |
8932 | 2024-12-21T05:11:31.357Z | [ host-image] Dec 21 05:11:30.715 INFO O| Dec 21 05:11:30.714 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-21T05:11:31.375Z | [ host-image] Dec 21 05:11:30.732 INFO O| Dec 21 05:11:30.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8934 | 2024-12-21T05:11:31.375Z | [ host-image] Dec 21 05:11:30.732 INFO O| Dec 21 05:11:30.732 INFO STEP 22 (remove_files) COMPLETE |
8935 | 2024-12-21T05:11:31.378Z | [ host-image] Dec 21 05:11:30.732 INFO O| Dec 21 05:11:30.732 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-21T05:11:31.391Z | [ host-image] Dec 21 05:11:30.748 INFO O| Dec 21 05:11:30.748 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8937 | 2024-12-21T05:11:31.391Z | [ host-image] Dec 21 05:11:30.748 INFO O| Dec 21 05:11:30.748 INFO STEP 23 (remove_files) COMPLETE |
8938 | 2024-12-21T05:11:31.393Z | [ host-image] Dec 21 05:11:30.748 INFO O| Dec 21 05:11:30.748 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-21T05:11:31.408Z | [ host-image] Dec 21 05:11:30.765 INFO O| Dec 21 05:11:30.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8940 | 2024-12-21T05:11:31.408Z | [ host-image] Dec 21 05:11:30.766 INFO O| Dec 21 05:11:30.765 INFO STEP 24 (remove_files) COMPLETE |
8941 | 2024-12-21T05:11:31.411Z | [ host-image] Dec 21 05:11:30.766 INFO O| Dec 21 05:11:30.765 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2024-12-21T05:11:31.508Z | [ host-image] Dec 21 05:11:30.865 INFO O| Dec 21 05:11:30.865 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8943 | 2024-12-21T05:11:31.508Z | [ host-image] Dec 21 05:11:30.865 INFO O| Dec 21 05:11:30.865 INFO STEP 25 (remove_files) COMPLETE |
8944 | 2024-12-21T05:11:31.510Z | [ host-image] Dec 21 05:11:30.866 INFO O| Dec 21 05:11:30.865 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-21T05:11:31.628Z | [ host-image] Dec 21 05:11:30.985 INFO O| Dec 21 05:11:30.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8946 | 2024-12-21T05:11:31.628Z | [ host-image] Dec 21 05:11:30.985 INFO O| Dec 21 05:11:30.985 INFO STEP 26 (remove_files) COMPLETE |
8947 | 2024-12-21T05:11:31.631Z | [ host-image] Dec 21 05:11:30.985 INFO O| Dec 21 05:11:30.985 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2024-12-21T05:11:31.689Z | [ host-image] Dec 21 05:11:31.046 INFO O| Dec 21 05:11:31.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8949 | 2024-12-21T05:11:31.692Z | [ host-image] Dec 21 05:11:31.047 INFO O| Dec 21 05:11:31.047 INFO STEP 27 (remove_files) COMPLETE |
8950 | 2024-12-21T05:11:31.692Z | [ host-image] Dec 21 05:11:31.047 INFO O| Dec 21 05:11:31.047 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-21T05:11:31.767Z | [ host-image] Dec 21 05:11:31.125 INFO O| Dec 21 05:11:31.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8952 | 2024-12-21T05:11:31.767Z | [ host-image] Dec 21 05:11:31.125 INFO O| Dec 21 05:11:31.125 INFO STEP 28 (remove_files) COMPLETE |
8953 | 2024-12-21T05:11:31.767Z | [ host-image] Dec 21 05:11:31.125 INFO O| Dec 21 05:11:31.125 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2024-12-21T05:11:31.799Z | [ host-image] Dec 21 05:11:31.156 INFO O| Dec 21 05:11:31.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8955 | 2024-12-21T05:11:31.799Z | [ host-image] Dec 21 05:11:31.156 INFO O| Dec 21 05:11:31.156 INFO STEP 29 (remove_files) COMPLETE |
8956 | 2024-12-21T05:11:31.799Z | [ host-image] Dec 21 05:11:31.156 INFO O| Dec 21 05:11:31.156 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2024-12-21T05:11:31.836Z | [ host-image] Dec 21 05:11:31.193 INFO O| Dec 21 05:11:31.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8958 | 2024-12-21T05:11:31.837Z | [ host-image] Dec 21 05:11:31.193 INFO O| Dec 21 05:11:31.193 INFO STEP 30 (remove_files) COMPLETE |
8959 | 2024-12-21T05:11:31.837Z | [ host-image] Dec 21 05:11:31.193 INFO O| Dec 21 05:11:31.193 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-21T05:11:31.880Z | [ host-image] Dec 21 05:11:31.237 INFO O| Dec 21 05:11:31.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8961 | 2024-12-21T05:11:31.882Z | [ host-image] Dec 21 05:11:31.237 INFO O| Dec 21 05:11:31.237 INFO STEP 31 (remove_files) COMPLETE |
8962 | 2024-12-21T05:11:31.882Z | [ host-image] Dec 21 05:11:31.237 INFO O| Dec 21 05:11:31.237 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8963 | 2024-12-21T05:11:32.044Z | [ host-image] Dec 21 05:11:31.402 INFO O| Dec 21 05:11:31.402 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8964 | 2024-12-21T05:11:32.044Z | [ host-image] Dec 21 05:11:31.402 INFO O| Dec 21 05:11:31.402 INFO STEP 32 (remove_files) COMPLETE |
8965 | 2024-12-21T05:11:32.044Z | [ host-image] Dec 21 05:11:31.402 INFO O| Dec 21 05:11:31.402 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2024-12-21T05:11:32.179Z | [ host-image] Dec 21 05:11:31.536 INFO O| Dec 21 05:11:31.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8967 | 2024-12-21T05:11:32.179Z | [ host-image] Dec 21 05:11:31.536 INFO O| Dec 21 05:11:31.536 INFO STEP 33 (remove_files) COMPLETE |
8968 | 2024-12-21T05:11:32.179Z | [ host-image] Dec 21 05:11:31.536 INFO O| Dec 21 05:11:31.536 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2024-12-21T05:11:32.219Z | [ host-image] Dec 21 05:11:31.576 INFO O| Dec 21 05:11:31.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8970 | 2024-12-21T05:11:32.219Z | [ host-image] Dec 21 05:11:31.576 INFO O| Dec 21 05:11:31.576 INFO STEP 34 (remove_files) COMPLETE |
8971 | 2024-12-21T05:11:32.221Z | [ host-image] Dec 21 05:11:31.576 INFO O| Dec 21 05:11:31.576 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8972 | 2024-12-21T05:11:32.239Z | [ host-image] Dec 21 05:11:31.597 INFO O| Dec 21 05:11:31.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8973 | 2024-12-21T05:11:32.240Z | [ host-image] Dec 21 05:11:31.597 INFO O| Dec 21 05:11:31.597 INFO STEP 35 (remove_files) COMPLETE |
8974 | 2024-12-21T05:11:32.240Z | [ host-image] Dec 21 05:11:31.597 INFO O| Dec 21 05:11:31.597 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8975 | 2024-12-21T05:11:32.341Z | [ host-image] Dec 21 05:11:31.695 INFO O| Dec 21 05:11:31.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8976 | 2024-12-21T05:11:32.342Z | [ host-image] Dec 21 05:11:31.695 INFO O| Dec 21 05:11:31.695 INFO STEP 36 (remove_files) COMPLETE |
8977 | 2024-12-21T05:11:32.342Z | [ host-image] Dec 21 05:11:31.695 INFO O| Dec 21 05:11:31.695 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8978 | 2024-12-21T05:11:32.356Z | [ host-image] Dec 21 05:11:31.714 INFO O| Dec 21 05:11:31.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8979 | 2024-12-21T05:11:32.356Z | [ host-image] Dec 21 05:11:31.714 INFO O| Dec 21 05:11:31.714 INFO STEP 37 (remove_files) COMPLETE |
8980 | 2024-12-21T05:11:32.359Z | [ host-image] Dec 21 05:11:31.714 INFO O| Dec 21 05:11:31.714 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2024-12-21T05:11:32.392Z | [ host-image] Dec 21 05:11:31.750 INFO O| Dec 21 05:11:31.750 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8982 | 2024-12-21T05:11:32.392Z | [ host-image] Dec 21 05:11:31.750 INFO O| Dec 21 05:11:31.750 INFO STEP 38 (remove_files) COMPLETE |
8983 | 2024-12-21T05:11:32.395Z | [ host-image] Dec 21 05:11:31.750 INFO O| Dec 21 05:11:31.750 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8984 | 2024-12-21T05:11:32.433Z | [ host-image] Dec 21 05:11:31.791 INFO O| Dec 21 05:11:31.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8985 | 2024-12-21T05:11:32.433Z | [ host-image] Dec 21 05:11:31.791 INFO O| Dec 21 05:11:31.791 INFO STEP 39 (remove_files) COMPLETE |
8986 | 2024-12-21T05:11:32.436Z | [ host-image] Dec 21 05:11:31.791 INFO O| Dec 21 05:11:31.791 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8987 | 2024-12-21T05:11:32.451Z | [ host-image] Dec 21 05:11:31.809 INFO O| Dec 21 05:11:31.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8988 | 2024-12-21T05:11:32.451Z | [ host-image] Dec 21 05:11:31.809 INFO O| Dec 21 05:11:31.809 INFO STEP 40 (remove_files) COMPLETE |
8989 | 2024-12-21T05:11:32.451Z | [ host-image] Dec 21 05:11:31.809 INFO O| Dec 21 05:11:31.809 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-21T05:11:32.483Z | [ host-image] Dec 21 05:11:31.840 INFO O| Dec 21 05:11:31.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8991 | 2024-12-21T05:11:32.483Z | [ host-image] Dec 21 05:11:31.840 INFO O| Dec 21 05:11:31.840 INFO STEP 41 (remove_files) COMPLETE |
8992 | 2024-12-21T05:11:32.485Z | [ host-image] Dec 21 05:11:31.840 INFO O| Dec 21 05:11:31.840 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8993 | 2024-12-21T05:11:32.501Z | [ host-image] Dec 21 05:11:31.859 INFO O| Dec 21 05:11:31.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8994 | 2024-12-21T05:11:32.501Z | [ host-image] Dec 21 05:11:31.859 INFO O| Dec 21 05:11:31.859 INFO STEP 42 (remove_files) COMPLETE |
8995 | 2024-12-21T05:11:32.501Z | [ host-image] Dec 21 05:11:31.859 INFO O| Dec 21 05:11:31.859 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2024-12-21T05:11:32.519Z | [ host-image] Dec 21 05:11:31.877 INFO O| Dec 21 05:11:31.877 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8997 | 2024-12-21T05:11:32.519Z | [ host-image] Dec 21 05:11:31.877 INFO O| Dec 21 05:11:31.877 INFO STEP 43 (remove_files) COMPLETE |
8998 | 2024-12-21T05:11:32.522Z | [ host-image] Dec 21 05:11:31.877 INFO O| Dec 21 05:11:31.877 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8999 | 2024-12-21T05:11:32.538Z | [ host-image] Dec 21 05:11:31.895 INFO O| Dec 21 05:11:31.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
9000 | 2024-12-21T05:11:32.538Z | [ host-image] Dec 21 05:11:31.895 INFO O| Dec 21 05:11:31.895 INFO STEP 44 (remove_files) COMPLETE |
9001 | 2024-12-21T05:11:32.538Z | [ host-image] Dec 21 05:11:31.895 INFO O| Dec 21 05:11:31.895 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9002 | 2024-12-21T05:11:32.555Z | [ host-image] Dec 21 05:11:31.913 INFO O| Dec 21 05:11:31.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
9003 | 2024-12-21T05:11:32.555Z | [ host-image] Dec 21 05:11:31.913 INFO O| Dec 21 05:11:31.913 INFO STEP 45 (remove_files) COMPLETE |
9004 | 2024-12-21T05:11:32.558Z | [ host-image] Dec 21 05:11:31.913 INFO O| Dec 21 05:11:31.913 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9005 | 2024-12-21T05:11:32.575Z | [ host-image] Dec 21 05:11:31.932 INFO O| Dec 21 05:11:31.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
9006 | 2024-12-21T05:11:32.575Z | [ host-image] Dec 21 05:11:31.933 INFO O| Dec 21 05:11:31.932 INFO STEP 46 (remove_files) COMPLETE |
9007 | 2024-12-21T05:11:32.575Z | [ host-image] Dec 21 05:11:31.933 INFO O| Dec 21 05:11:31.932 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9008 | 2024-12-21T05:11:32.595Z | [ host-image] Dec 21 05:11:31.953 INFO O| Dec 21 05:11:31.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9009 | 2024-12-21T05:11:32.596Z | [ host-image] Dec 21 05:11:31.953 INFO O| Dec 21 05:11:31.953 INFO STEP 47 (remove_files) COMPLETE |
9010 | 2024-12-21T05:11:32.598Z | [ host-image] Dec 21 05:11:31.953 INFO O| Dec 21 05:11:31.953 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9011 | 2024-12-21T05:11:32.633Z | [ host-image] Dec 21 05:11:31.990 INFO O| Dec 21 05:11:31.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9012 | 2024-12-21T05:11:32.633Z | [ host-image] Dec 21 05:11:31.990 INFO O| Dec 21 05:11:31.990 INFO STEP 48 (remove_files) COMPLETE |
9013 | 2024-12-21T05:11:32.635Z | [ host-image] Dec 21 05:11:31.990 INFO O| Dec 21 05:11:31.990 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9014 | 2024-12-21T05:11:32.664Z | [ host-image] Dec 21 05:11:32.019 INFO O| Dec 21 05:11:32.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9015 | 2024-12-21T05:11:32.664Z | [ host-image] Dec 21 05:11:32.019 INFO O| Dec 21 05:11:32.019 INFO STEP 49 (remove_files) COMPLETE |
9016 | 2024-12-21T05:11:32.667Z | [ host-image] Dec 21 05:11:32.020 INFO O| Dec 21 05:11:32.019 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9017 | 2024-12-21T05:11:32.690Z | [ host-image] Dec 21 05:11:32.039 INFO O| Dec 21 05:11:32.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9018 | 2024-12-21T05:11:32.690Z | [ host-image] Dec 21 05:11:32.039 INFO O| Dec 21 05:11:32.039 INFO STEP 50 (remove_files) COMPLETE |
9019 | 2024-12-21T05:11:32.690Z | [ host-image] Dec 21 05:11:32.039 INFO O| Dec 21 05:11:32.039 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9020 | 2024-12-21T05:11:32.699Z | [ host-image] Dec 21 05:11:32.057 INFO O| Dec 21 05:11:32.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9021 | 2024-12-21T05:11:32.700Z | [ host-image] Dec 21 05:11:32.057 INFO O| Dec 21 05:11:32.057 INFO STEP 51 (remove_files) COMPLETE |
9022 | 2024-12-21T05:11:32.702Z | [ host-image] Dec 21 05:11:32.057 INFO O| Dec 21 05:11:32.057 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9023 | 2024-12-21T05:11:32.718Z | [ host-image] Dec 21 05:11:32.075 INFO O| Dec 21 05:11:32.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9024 | 2024-12-21T05:11:32.718Z | [ host-image] Dec 21 05:11:32.075 INFO O| Dec 21 05:11:32.075 INFO STEP 52 (remove_files) COMPLETE |
9025 | 2024-12-21T05:11:32.718Z | [ host-image] Dec 21 05:11:32.076 INFO O| Dec 21 05:11:32.075 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9026 | 2024-12-21T05:11:32.735Z | [ host-image] Dec 21 05:11:32.093 INFO O| Dec 21 05:11:32.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9027 | 2024-12-21T05:11:32.735Z | [ host-image] Dec 21 05:11:32.093 INFO O| Dec 21 05:11:32.093 INFO STEP 53 (remove_files) COMPLETE |
9028 | 2024-12-21T05:11:32.738Z | [ host-image] Dec 21 05:11:32.093 INFO O| Dec 21 05:11:32.093 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9029 | 2024-12-21T05:11:32.754Z | [ host-image] Dec 21 05:11:32.111 INFO O| Dec 21 05:11:32.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9030 | 2024-12-21T05:11:32.754Z | [ host-image] Dec 21 05:11:32.111 INFO O| Dec 21 05:11:32.111 INFO STEP 54 (remove_files) COMPLETE |
9031 | 2024-12-21T05:11:32.754Z | [ host-image] Dec 21 05:11:32.111 INFO O| Dec 21 05:11:32.111 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9032 | 2024-12-21T05:11:32.774Z | [ host-image] Dec 21 05:11:32.132 INFO O| Dec 21 05:11:32.132 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9033 | 2024-12-21T05:11:32.774Z | [ host-image] Dec 21 05:11:32.132 INFO O| Dec 21 05:11:32.132 INFO STEP 55 (remove_files) COMPLETE |
9034 | 2024-12-21T05:11:32.777Z | [ host-image] Dec 21 05:11:32.132 INFO O| Dec 21 05:11:32.132 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9035 | 2024-12-21T05:11:32.801Z | [ host-image] Dec 21 05:11:32.159 INFO O| Dec 21 05:11:32.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9036 | 2024-12-21T05:11:32.801Z | [ host-image] Dec 21 05:11:32.159 INFO O| Dec 21 05:11:32.159 INFO STEP 56 (remove_files) COMPLETE |
9037 | 2024-12-21T05:11:32.801Z | [ host-image] Dec 21 05:11:32.159 INFO O| Dec 21 05:11:32.159 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9038 | 2024-12-21T05:11:32.842Z | [ host-image] Dec 21 05:11:32.200 INFO O| Dec 21 05:11:32.200 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9039 | 2024-12-21T05:11:32.842Z | [ host-image] Dec 21 05:11:32.200 INFO O| Dec 21 05:11:32.200 INFO STEP 57 (remove_files) COMPLETE |
9040 | 2024-12-21T05:11:32.845Z | [ host-image] Dec 21 05:11:32.200 INFO O| Dec 21 05:11:32.200 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9041 | 2024-12-21T05:11:32.882Z | [ host-image] Dec 21 05:11:32.240 INFO O| Dec 21 05:11:32.240 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9042 | 2024-12-21T05:11:32.882Z | [ host-image] Dec 21 05:11:32.240 INFO O| Dec 21 05:11:32.240 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9043 | 2024-12-21T05:11:32.885Z | [ host-image] Dec 21 05:11:32.240 INFO O| Dec 21 05:11:32.240 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9044 | 2024-12-21T05:11:32.885Z | [ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.240 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9045 | 2024-12-21T05:11:32.885Z | [ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9046 | 2024-12-21T05:11:32.885Z | [ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.241 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9047 | 2024-12-21T05:11:32.885Z | [ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.241 INFO ok! |
9048 | 2024-12-21T05:11:32.885Z | [ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.241 INFO STEP 58 (ensure_file) COMPLETE |
9049 | 2024-12-21T05:11:32.885Z | [ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.241 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9050 | 2024-12-21T05:11:32.902Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9051 | 2024-12-21T05:11:32.902Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9052 | 2024-12-21T05:11:32.905Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9053 | 2024-12-21T05:11:32.905Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9054 | 2024-12-21T05:11:32.905Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9055 | 2024-12-21T05:11:32.905Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9056 | 2024-12-21T05:11:32.905Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO ok! |
9057 | 2024-12-21T05:11:32.905Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO STEP 59 (ensure_file) COMPLETE |
9058 | 2024-12-21T05:11:32.905Z | [ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9059 | 2024-12-21T05:11:32.915Z | [ recovery-image] Dec 21 05:11:32.273 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
9060 | 2024-12-21T05:11:32.959Z | [ host-image] Dec 21 05:11:32.316 INFO O| Dec 21 05:11:32.316 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9061 | 2024-12-21T05:11:32.961Z | [ host-image] Dec 21 05:11:32.316 INFO O| Dec 21 05:11:32.316 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9062 | 2024-12-21T05:11:32.961Z | [ host-image] Dec 21 05:11:32.317 INFO O| Dec 21 05:11:32.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9063 | 2024-12-21T05:11:32.961Z | [ host-image] Dec 21 05:11:32.317 INFO O| Dec 21 05:11:32.316 INFO ok! |
9064 | 2024-12-21T05:11:32.961Z | [ host-image] Dec 21 05:11:32.317 INFO O| Dec 21 05:11:32.317 INFO STEP 60 (ensure_file) COMPLETE |
9065 | 2024-12-21T05:11:32.961Z | [ host-image] Dec 21 05:11:32.317 INFO O| Dec 21 05:11:32.317 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9066 | 2024-12-21T05:11:33.001Z | [ host-image] Dec 21 05:11:32.358 INFO O| Dec 21 05:11:32.358 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9067 | 2024-12-21T05:11:33.001Z | [ host-image] Dec 21 05:11:32.358 INFO O| Dec 21 05:11:32.358 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9068 | 2024-12-21T05:11:33.004Z | [ host-image] Dec 21 05:11:32.358 INFO O| Dec 21 05:11:32.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9069 | 2024-12-21T05:11:33.004Z | [ host-image] Dec 21 05:11:32.359 INFO O| Dec 21 05:11:32.358 INFO ok! |
9070 | 2024-12-21T05:11:33.004Z | [ host-image] Dec 21 05:11:32.359 INFO O| Dec 21 05:11:32.358 INFO STEP 61 (ensure_file) COMPLETE |
9071 | 2024-12-21T05:11:33.004Z | [ host-image] Dec 21 05:11:32.359 INFO O| Dec 21 05:11:32.359 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9072 | 2024-12-21T05:11:33.035Z | [ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.392 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9073 | 2024-12-21T05:11:33.035Z | [ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9074 | 2024-12-21T05:11:33.035Z | [ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9075 | 2024-12-21T05:11:33.038Z | [ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9076 | 2024-12-21T05:11:33.038Z | [ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO ok! |
9077 | 2024-12-21T05:11:33.038Z | [ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO STEP 62 (ensure_file) COMPLETE |
9078 | 2024-12-21T05:11:33.038Z | [ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9079 | 2024-12-21T05:11:33.075Z | [ host-image] Dec 21 05:11:32.432 INFO O| Dec 21 05:11:32.432 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9080 | 2024-12-21T05:11:33.076Z | [ host-image] Dec 21 05:11:32.432 INFO O| Dec 21 05:11:32.432 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9081 | 2024-12-21T05:11:33.079Z | [ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.432 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9082 | 2024-12-21T05:11:33.079Z | [ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9083 | 2024-12-21T05:11:33.079Z | [ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.433 INFO ok! |
9084 | 2024-12-21T05:11:33.079Z | [ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.433 INFO STEP 63 (ensure_file) COMPLETE |
9085 | 2024-12-21T05:11:33.079Z | [ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.433 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9086 | 2024-12-21T05:11:33.111Z | [ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.468 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9087 | 2024-12-21T05:11:33.111Z | [ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.468 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9088 | 2024-12-21T05:11:33.113Z | [ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9089 | 2024-12-21T05:11:33.113Z | [ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.469 INFO ok! |
9090 | 2024-12-21T05:11:33.113Z | [ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.469 INFO STEP 64 (assemble_files) COMPLETE |
9091 | 2024-12-21T05:11:33.113Z | [ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.469 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9092 | 2024-12-21T05:11:33.150Z | [ host-image] Dec 21 05:11:32.507 INFO O| Dec 21 05:11:32.507 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9093 | 2024-12-21T05:11:33.150Z | [ host-image] Dec 21 05:11:32.507 INFO O| Dec 21 05:11:32.507 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9094 | 2024-12-21T05:11:33.152Z | [ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9095 | 2024-12-21T05:11:33.152Z | [ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9096 | 2024-12-21T05:11:33.152Z | [ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO ok! |
9097 | 2024-12-21T05:11:33.153Z | [ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO STEP 65 (ensure_file) COMPLETE |
9098 | 2024-12-21T05:11:33.153Z | [ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9099 | 2024-12-21T05:11:33.213Z | [ host-image] Dec 21 05:11:32.570 INFO O| Dec 21 05:11:32.570 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9100 | 2024-12-21T05:11:33.215Z | [ host-image] Dec 21 05:11:32.570 INFO O| Dec 21 05:11:32.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9101 | 2024-12-21T05:11:33.215Z | [ host-image] Dec 21 05:11:32.570 INFO O| Dec 21 05:11:32.570 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9102 | 2024-12-21T05:11:33.215Z | [ host-image] Dec 21 05:11:32.571 INFO O| Dec 21 05:11:32.570 INFO STEP 66 (ensure_dir) COMPLETE |
9103 | 2024-12-21T05:11:33.215Z | [ host-image] Dec 21 05:11:32.571 INFO O| Dec 21 05:11:32.571 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9104 | 2024-12-21T05:11:33.250Z | [ host-image] Dec 21 05:11:32.607 INFO O| Dec 21 05:11:32.607 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9105 | 2024-12-21T05:11:33.250Z | [ host-image] Dec 21 05:11:32.607 INFO O| Dec 21 05:11:32.607 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 ... |
9106 | 2024-12-21T05:11:33.260Z | [ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.617 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 |
9107 | 2024-12-21T05:11:33.260Z | [ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.618 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9108 | 2024-12-21T05:11:33.260Z | [ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.618 INFO ok! |
9109 | 2024-12-21T05:11:33.260Z | [ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.618 INFO STEP 67 (ensure_file) COMPLETE |
9110 | 2024-12-21T05:11:33.263Z | [ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.618 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9111 | 2024-12-21T05:11:33.299Z | [ host-image] Dec 21 05:11:32.656 INFO O| Dec 21 05:11:32.656 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9112 | 2024-12-21T05:11:33.299Z | [ host-image] Dec 21 05:11:32.656 INFO O| Dec 21 05:11:32.656 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 ... |
9113 | 2024-12-21T05:11:33.301Z | [ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 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 |
9114 | 2024-12-21T05:11:33.301Z | [ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9115 | 2024-12-21T05:11:33.301Z | [ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 INFO ok! |
9116 | 2024-12-21T05:11:33.301Z | [ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 INFO STEP 68 (ensure_file) COMPLETE |
9117 | 2024-12-21T05:11:33.301Z | [ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9118 | 2024-12-21T05:11:33.353Z | [ host-image] Dec 21 05:11:32.710 INFO O| Dec 21 05:11:32.710 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9119 | 2024-12-21T05:11:33.353Z | [ host-image] Dec 21 05:11:32.710 INFO O| Dec 21 05:11:32.710 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9120 | 2024-12-21T05:11:37.256Z | [ host-image] Dec 21 05:11:36.613 INFO O| Dec 21 05:11:36.613 INFO STEP 69 (pack_tar) COMPLETE |
9121 | 2024-12-21T05:11:37.256Z | [ host-image] Dec 21 05:11:36.613 INFO O| Dec 21 05:11:36.613 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9122 | 2024-12-21T05:11:37.258Z | [ host-image] Dec 21 05:11:36.613 INFO O| Dec 21 05:11:36.613 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9123 | 2024-12-21T05:11:37.706Z | [ host-image] Dec 21 05:11:37.063 INFO O| Dec 21 05:11:37.063 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9124 | 2024-12-21T05:11:37.814Z | [ host-image] Dec 21 05:11:37.171 INFO O| Dec 21 05:11:37.171 INFO completed processing gimlet/ramdisk-02-trim |
9125 | 2024-12-21T05:11:37.817Z | [ host-image] Dec 21 05:11:37.174 INFO image builder template: zfs... |
9126 | 2024-12-21T05:11:37.817Z | [ host-image] Dec 21 05:11:37.174 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/.tmpHZ7K79/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None |
9127 | 2024-12-21T05:11:37.840Z | [ host-image] Dec 21 05:11:37.197 INFO O| Dec 21 05:11:37.197 INFO skip include "stress" because feature "stress" is not enabled |
9128 | 2024-12-21T05:11:37.895Z | [ host-image] Dec 21 05:11:37.252 INFO O| Dec 21 05:11:37.252 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9129 | 2024-12-21T05:11:37.902Z | [ host-image] Dec 21 05:11:37.260 INFO O| Dec 21 05:11:37.259 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9130 | 2024-12-21T05:11:37.995Z | [ host-image] Dec 21 05:11:37.352 INFO O| Dec 21 05:11:37.352 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9131 | 2024-12-21T05:11:38.083Z | [ host-image] Dec 21 05:11:37.440 INFO O| Dec 21 05:11:37.440 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9132 | 2024-12-21T05:11:38.083Z | [ host-image] Dec 21 05:11:37.440 INFO O| Dec 21 05:11:37.440 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9133 | 2024-12-21T05:11:38.091Z | [ host-image] Dec 21 05:11:37.447 INFO O| Dec 21 05:11:37.447 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9134 | 2024-12-21T05:11:38.254Z | [ host-image] Dec 21 05:11:37.611 INFO O| Dec 21 05:11:37.610 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9135 | 2024-12-21T05:11:38.333Z | [ host-image] Dec 21 05:11:37.689 INFO O| Dec 21 05:11:37.689 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9136 | 2024-12-21T05:11:38.350Z | [ host-image] Dec 21 05:11:37.707 INFO O| Dec 21 05:11:37.707 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9137 | 2024-12-21T05:11:38.360Z | [ host-image] Dec 21 05:11:37.717 INFO O| Dec 21 05:11:37.717 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9138 | 2024-12-21T05:11:38.360Z | [ host-image] Dec 21 05:11:37.717 INFO O| Dec 21 05:11:37.717 INFO no lofi found |
9139 | 2024-12-21T05:11:38.363Z | [ host-image] Dec 21 05:11:37.717 INFO O| Dec 21 05:11:37.717 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9140 | 2024-12-21T05:11:38.363Z | [ host-image] Dec 21 05:11:37.717 INFO O| Dec 21 05:11:37.717 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9141 | 2024-12-21T05:11:38.438Z | [ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling bitflags v1.3.2 |
9142 | 2024-12-21T05:11:38.438Z | [ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling adler2 v2.0.0 |
9143 | 2024-12-21T05:11:38.440Z | [ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling log v0.4.22 |
9144 | 2024-12-21T05:11:38.440Z | [ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling bit_field v0.10.2 |
9145 | 2024-12-21T05:11:38.440Z | [ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling plain v0.2.3 |
9146 | 2024-12-21T05:11:38.440Z | [ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling scroll v0.12.0 |
9147 | 2024-12-21T05:11:38.440Z | [ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling bitstruct v0.1.1 |
9148 | 2024-12-21T05:11:38.551Z | [ recovery-image] Dec 21 05:11:37.908 INFO E| Compiling raw-cpuid v10.7.0 |
9149 | 2024-12-21T05:11:38.581Z | [ recovery-image] Dec 21 05:11:37.938 INFO E| Compiling cpio_reader v0.1.1 |
9150 | 2024-12-21T05:11:38.818Z | [ recovery-image] Dec 21 05:11:38.175 INFO E| Compiling miniz_oxide v0.8.0 |
9151 | 2024-12-21T05:11:38.860Z | [ recovery-image] Dec 21 05:11:38.217 INFO E| Compiling static_assertions v1.1.0 |
9152 | 2024-12-21T05:11:39.504Z | [ recovery-image] Dec 21 05:11:38.861 INFO E| Compiling goblin v0.8.2 |
9153 | 2024-12-21T05:11:40.655Z | [ host-image] Dec 21 05:11:40.012 INFO O| Dec 21 05:11:40.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
9154 | 2024-12-21T05:11:40.655Z | [ host-image] Dec 21 05:11:40.012 INFO O| Dec 21 05:11:40.012 INFO pool device = /dev/dsk/c2t1d0p0 |
9155 | 2024-12-21T05:11:40.658Z | [ host-image] Dec 21 05:11:40.012 INFO O| Dec 21 05:11:40.012 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"] |
9156 | 2024-12-21T05:11:40.858Z | [ host-image] Dec 21 05:11:40.215 INFO O| Dec 21 05:11:40.215 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9157 | 2024-12-21T05:11:40.858Z | [ host-image] Dec 21 05:11:40.215 INFO O| Dec 21 05:11:40.215 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9158 | 2024-12-21T05:11:40.889Z | [ host-image] Dec 21 05:11:40.246 INFO O| Dec 21 05:11:40.246 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9159 | 2024-12-21T05:11:41.012Z | [ host-image] Dec 21 05:11:40.369 INFO O| Dec 21 05:11:40.369 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9160 | 2024-12-21T05:11:41.088Z | [ host-image] Dec 21 05:11:40.445 INFO O| Dec 21 05:11:40.445 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9161 | 2024-12-21T05:11:41.119Z | [ host-image] Dec 21 05:11:40.476 INFO O| Dec 21 05:11:40.476 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9162 | 2024-12-21T05:11:41.140Z | [ host-image] Dec 21 05:11:40.497 INFO O| Dec 21 05:11:40.497 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9163 | 2024-12-21T05:11:41.254Z | [ host-image] Dec 21 05:11:40.610 INFO O| Dec 21 05:11:40.610 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9164 | 2024-12-21T05:11:41.254Z | [ host-image] Dec 21 05:11:40.611 INFO O| Dec 21 05:11:40.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9165 | 2024-12-21T05:11:41.257Z | [ host-image] Dec 21 05:11:40.611 INFO O| Dec 21 05:11:40.611 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9166 | 2024-12-21T05:11:41.291Z | [ host-image] Dec 21 05:11:40.648 INFO O| Dec 21 05:11:40.648 INFO boot environment UUID: 7c200055-688f-47c2-8f11-5d0e556607ea |
9167 | 2024-12-21T05:11:41.291Z | [ host-image] Dec 21 05:11:40.648 INFO O| Dec 21 05:11:40.648 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7c200055-688f-47c2-8f11-5d0e556607ea |
9168 | 2024-12-21T05:11:41.357Z | [ host-image] Dec 21 05:11:40.713 INFO O| Dec 21 05:11:40.713 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9169 | 2024-12-21T05:11:41.399Z | [ host-image] Dec 21 05:11:40.756 INFO O| Dec 21 05:11:40.756 INFO STEP 0 (create_be) COMPLETE |
9170 | 2024-12-21T05:11:41.399Z | [ host-image] Dec 21 05:11:40.756 INFO O| Dec 21 05:11:40.756 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9171 | 2024-12-21T05:11:41.428Z | [ host-image] Dec 21 05:11:40.785 INFO O| Dec 21 05:11:40.785 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9172 | 2024-12-21T05:11:53.583Z | [ recovery-image] Dec 21 05:11:52.938 INFO E| Finished `release` profile [optimized] target(s) in 57.84s |
9173 | 2024-12-21T05:11:53.623Z | [ recovery-image] Dec 21 05:11:52.977 INFO building host image... |
9174 | 2024-12-21T05:11:53.623Z | [ recovery-image] Dec 21 05:11:52.977 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") |
9175 | 2024-12-21T05:11:54.631Z | [ recovery-image] Dec 21 05:11:53.984 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9176 | 2024-12-21T05:11:56.908Z | [ recovery-image] Dec 21 05:11:56.259 INFO image complete! materials are in "/work/os-recovery" |
9177 | 2024-12-21T05:11:56.933Z | [ recovery-image] |
9178 | 2024-12-21T05:11:56.933Z | [ recovery-image] real 13:43.065455554 |
9179 | 2024-12-21T05:11:56.933Z | [ recovery-image] user 6:33.574825130 |
9180 | 2024-12-21T05:11:56.933Z | [ recovery-image] sys 1:05.505779732 |
9181 | 2024-12-21T05:11:56.933Z | [ recovery-image] trap 0.342957485 |
9182 | 2024-12-21T05:11:56.933Z | [ recovery-image] tflt 0.453954006 |
9183 | 2024-12-21T05:11:56.933Z | [ recovery-image] dflt 2.772296872 |
9184 | 2024-12-21T05:11:56.933Z | [ recovery-image] kflt 0.227743364 |
9185 | 2024-12-21T05:11:56.933Z | [ recovery-image] lock 30:51.078683647 |
9186 | 2024-12-21T05:11:56.933Z | [ recovery-image] slp 1:26:14.452790622 |
9187 | 2024-12-21T05:11:56.933Z | [ recovery-image] lat 4:18.279650844 |
9188 | 2024-12-21T05:11:56.933Z | [ recovery-image] stop 9.334104660 |
9189 | 2024-12-21T05:11:56.933Z | Dec 21 05:11:56.287 INFO [recovery-image] process exited with exit status: 0 (823.155945871s) |
9190 | 2024-12-21T05:12:04.171Z | [ host-image] Dec 21 05:12:03.526 INFO O| Dec 21 05:12:03.526 INFO STEP 1 (unpack_tar) COMPLETE |
9191 | 2024-12-21T05:12:04.171Z | [ host-image] Dec 21 05:12:03.526 INFO O| Dec 21 05:12:03.526 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9192 | 2024-12-21T05:12:04.190Z | [ host-image] Dec 21 05:12:03.545 INFO O| Dec 21 05:12:03.545 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9193 | 2024-12-21T05:12:04.701Z | [ host-image] Dec 21 05:12:04.056 INFO O| Dec 21 05:12:04.056 INFO STEP 2 (devfsadm) COMPLETE |
9194 | 2024-12-21T05:12:04.701Z | [ host-image] Dec 21 05:12:04.056 INFO O| Dec 21 05:12:04.056 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9195 | 2024-12-21T05:12:04.716Z | [ host-image] Dec 21 05:12:04.071 INFO O| Dec 21 05:12:04.071 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9196 | 2024-12-21T05:12:04.716Z | [ host-image] Dec 21 05:12:04.071 INFO O| Dec 21 05:12:04.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9197 | 2024-12-21T05:12:04.720Z | [ host-image] Dec 21 05:12:04.071 INFO O| Dec 21 05:12:04.071 INFO STEP 3 (ensure_dir) COMPLETE |
9198 | 2024-12-21T05:12:04.720Z | [ host-image] Dec 21 05:12:04.071 INFO O| Dec 21 05:12:04.071 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9199 | 2024-12-21T05:12:04.730Z | [ host-image] Dec 21 05:12:04.083 INFO O| Dec 21 05:12:04.083 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9200 | 2024-12-21T05:12:04.730Z | [ host-image] Dec 21 05:12:04.083 INFO O| Dec 21 05:12:04.083 INFO STEP 4 (ensure_dir) COMPLETE |
9201 | 2024-12-21T05:12:04.736Z | [ host-image] Dec 21 05:12:04.083 INFO O| Dec 21 05:12:04.083 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9202 | 2024-12-21T05:12:04.745Z | [ host-image] Dec 21 05:12:04.097 INFO O| Dec 21 05:12:04.097 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9203 | 2024-12-21T05:12:04.745Z | [ host-image] Dec 21 05:12:04.097 INFO O| Dec 21 05:12:04.097 INFO STEP 5 (ensure_dir) COMPLETE |
9204 | 2024-12-21T05:12:04.745Z | [ host-image] Dec 21 05:12:04.097 INFO O| Dec 21 05:12:04.097 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9205 | 2024-12-21T05:12:04.759Z | [ host-image] Dec 21 05:12:04.114 INFO O| Dec 21 05:12:04.114 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9206 | 2024-12-21T05:12:04.760Z | [ host-image] Dec 21 05:12:04.114 INFO O| Dec 21 05:12:04.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9207 | 2024-12-21T05:12:04.763Z | [ host-image] Dec 21 05:12:04.114 INFO O| Dec 21 05:12:04.114 INFO STEP 6 (ensure_dir) COMPLETE |
9208 | 2024-12-21T05:12:04.763Z | [ host-image] Dec 21 05:12:04.114 INFO O| Dec 21 05:12:04.114 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9209 | 2024-12-21T05:12:04.776Z | [ host-image] Dec 21 05:12:04.131 INFO O| Dec 21 05:12:04.130 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9210 | 2024-12-21T05:12:04.776Z | [ host-image] Dec 21 05:12:04.131 INFO O| Dec 21 05:12:04.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9211 | 2024-12-21T05:12:04.776Z | [ host-image] Dec 21 05:12:04.131 INFO O| Dec 21 05:12:04.131 INFO STEP 7 (ensure_dir) COMPLETE |
9212 | 2024-12-21T05:12:04.776Z | [ host-image] Dec 21 05:12:04.131 INFO O| Dec 21 05:12:04.131 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9213 | 2024-12-21T05:12:04.789Z | [ host-image] Dec 21 05:12:04.144 INFO O| Dec 21 05:12:04.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9214 | 2024-12-21T05:12:04.791Z | [ host-image] Dec 21 05:12:04.144 INFO O| Dec 21 05:12:04.144 INFO STEP 8 (remove_files) COMPLETE |
9215 | 2024-12-21T05:12:04.792Z | [ host-image] Dec 21 05:12:04.144 INFO O| Dec 21 05:12:04.144 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9216 | 2024-12-21T05:12:04.802Z | [ host-image] Dec 21 05:12:04.157 INFO O| Dec 21 05:12:04.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9217 | 2024-12-21T05:12:04.805Z | [ host-image] Dec 21 05:12:04.158 INFO O| Dec 21 05:12:04.158 INFO STEP 9 (remove_files) COMPLETE |
9218 | 2024-12-21T05:12:04.805Z | [ host-image] Dec 21 05:12:04.158 INFO O| Dec 21 05:12:04.158 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9219 | 2024-12-21T05:12:04.817Z | [ host-image] Dec 21 05:12:04.172 INFO O| Dec 21 05:12:04.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9220 | 2024-12-21T05:12:04.819Z | [ host-image] Dec 21 05:12:04.173 INFO O| Dec 21 05:12:04.173 INFO STEP 10 (remove_files) COMPLETE |
9221 | 2024-12-21T05:12:04.819Z | [ host-image] Dec 21 05:12:04.173 INFO O| Dec 21 05:12:04.173 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9222 | 2024-12-21T05:12:04.830Z | [ host-image] Dec 21 05:12:04.185 INFO O| Dec 21 05:12:04.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9223 | 2024-12-21T05:12:04.832Z | [ host-image] Dec 21 05:12:04.185 INFO O| Dec 21 05:12:04.185 INFO STEP 11 (remove_files) COMPLETE |
9224 | 2024-12-21T05:12:04.832Z | [ host-image] Dec 21 05:12:04.185 INFO O| Dec 21 05:12:04.185 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9225 | 2024-12-21T05:12:04.843Z | [ host-image] Dec 21 05:12:04.198 INFO O| Dec 21 05:12:04.198 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9226 | 2024-12-21T05:12:04.845Z | [ host-image] Dec 21 05:12:04.198 INFO O| Dec 21 05:12:04.198 INFO STEP 12 (remove_files) COMPLETE |
9227 | 2024-12-21T05:12:04.846Z | [ host-image] Dec 21 05:12:04.199 INFO O| Dec 21 05:12:04.198 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9228 | 2024-12-21T05:12:04.857Z | [ host-image] Dec 21 05:12:04.212 INFO O| Dec 21 05:12:04.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9229 | 2024-12-21T05:12:04.857Z | [ host-image] Dec 21 05:12:04.212 INFO O| Dec 21 05:12:04.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9230 | 2024-12-21T05:12:04.857Z | [ host-image] Dec 21 05:12:04.212 INFO O| Dec 21 05:12:04.212 INFO STEP 13 (ensure_dir) COMPLETE |
9231 | 2024-12-21T05:12:04.859Z | [ host-image] Dec 21 05:12:04.212 INFO O| Dec 21 05:12:04.212 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9232 | 2024-12-21T05:12:04.868Z | [ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9233 | 2024-12-21T05:12:04.868Z | [ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9234 | 2024-12-21T05:12:04.870Z | [ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9235 | 2024-12-21T05:12:04.870Z | [ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO STEP 14 (ensure_dir) COMPLETE |
9236 | 2024-12-21T05:12:04.871Z | [ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9237 | 2024-12-21T05:12:04.882Z | [ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9238 | 2024-12-21T05:12:04.884Z | [ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9239 | 2024-12-21T05:12:04.884Z | [ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9240 | 2024-12-21T05:12:04.884Z | [ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO STEP 15 (ensure_dir) COMPLETE |
9241 | 2024-12-21T05:12:04.884Z | [ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9242 | 2024-12-21T05:12:04.898Z | [ host-image] Dec 21 05:12:04.252 INFO O| Dec 21 05:12:04.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9243 | 2024-12-21T05:12:04.900Z | [ host-image] Dec 21 05:12:04.253 INFO O| Dec 21 05:12:04.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9244 | 2024-12-21T05:12:04.900Z | [ host-image] Dec 21 05:12:04.253 INFO O| Dec 21 05:12:04.253 INFO STEP 16 (ensure_dir) COMPLETE |
9245 | 2024-12-21T05:12:04.900Z | [ host-image] Dec 21 05:12:04.253 INFO O| Dec 21 05:12:04.253 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9246 | 2024-12-21T05:12:04.914Z | [ host-image] Dec 21 05:12:04.264 INFO O| Dec 21 05:12:04.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9247 | 2024-12-21T05:12:04.914Z | [ host-image] Dec 21 05:12:04.264 INFO O| Dec 21 05:12:04.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9248 | 2024-12-21T05:12:04.914Z | [ host-image] Dec 21 05:12:04.264 INFO O| Dec 21 05:12:04.264 INFO STEP 17 (ensure_dir) COMPLETE |
9249 | 2024-12-21T05:12:04.914Z | [ host-image] Dec 21 05:12:04.264 INFO O| Dec 21 05:12:04.264 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9250 | 2024-12-21T05:12:04.921Z | [ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9251 | 2024-12-21T05:12:04.921Z | [ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9252 | 2024-12-21T05:12:04.924Z | [ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO ok! |
9253 | 2024-12-21T05:12:04.924Z | [ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO STEP 18 (ensure_symlink) COMPLETE |
9254 | 2024-12-21T05:12:04.924Z | [ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9255 | 2024-12-21T05:12:04.933Z | [ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9256 | 2024-12-21T05:12:04.935Z | [ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9257 | 2024-12-21T05:12:04.935Z | [ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO ok! |
9258 | 2024-12-21T05:12:04.935Z | [ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO STEP 19 (ensure_file) COMPLETE |
9259 | 2024-12-21T05:12:04.935Z | [ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9260 | 2024-12-21T05:12:04.948Z | [ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9261 | 2024-12-21T05:12:04.948Z | [ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9262 | 2024-12-21T05:12:04.950Z | [ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9263 | 2024-12-21T05:12:04.950Z | [ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO ok! |
9264 | 2024-12-21T05:12:04.950Z | [ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO STEP 20 (ensure_symlink) COMPLETE |
9265 | 2024-12-21T05:12:04.950Z | [ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9266 | 2024-12-21T05:12:04.960Z | [ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9267 | 2024-12-21T05:12:04.960Z | [ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9268 | 2024-12-21T05:12:04.960Z | [ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9269 | 2024-12-21T05:12:04.964Z | [ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO ok! |
9270 | 2024-12-21T05:12:04.964Z | [ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO STEP 21 (ensure_symlink) COMPLETE |
9271 | 2024-12-21T05:12:04.964Z | [ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9272 | 2024-12-21T05:12:04.975Z | [ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9273 | 2024-12-21T05:12:04.975Z | [ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9274 | 2024-12-21T05:12:04.975Z | [ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9275 | 2024-12-21T05:12:04.979Z | [ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO ok! |
9276 | 2024-12-21T05:12:04.979Z | [ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO STEP 22 (ensure_symlink) COMPLETE |
9277 | 2024-12-21T05:12:04.979Z | [ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9278 | 2024-12-21T05:12:04.989Z | [ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9279 | 2024-12-21T05:12:04.989Z | [ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9280 | 2024-12-21T05:12:04.992Z | [ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9281 | 2024-12-21T05:12:04.992Z | [ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO ok! |
9282 | 2024-12-21T05:12:04.992Z | [ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO STEP 23 (ensure_symlink) COMPLETE |
9283 | 2024-12-21T05:12:04.992Z | [ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9284 | 2024-12-21T05:12:05.003Z | [ host-image] Dec 21 05:12:04.358 INFO O| Dec 21 05:12:04.358 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9285 | 2024-12-21T05:12:05.003Z | [ host-image] Dec 21 05:12:04.358 INFO O| Dec 21 05:12:04.358 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9286 | 2024-12-21T05:12:05.006Z | [ host-image] Dec 21 05:12:04.359 INFO O| Dec 21 05:12:04.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9287 | 2024-12-21T05:12:05.006Z | [ host-image] Dec 21 05:12:04.359 INFO O| Dec 21 05:12:04.359 INFO ok! |
9288 | 2024-12-21T05:12:05.006Z | [ host-image] Dec 21 05:12:04.359 INFO O| Dec 21 05:12:04.359 INFO STEP 24 (ensure_file) COMPLETE |
9289 | 2024-12-21T05:12:05.006Z | [ host-image] Dec 21 05:12:04.359 INFO O| Dec 21 05:12:04.359 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9290 | 2024-12-21T05:12:05.015Z | [ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO updating shadow file |
9291 | 2024-12-21T05:12:05.015Z | [ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9292 | 2024-12-21T05:12:05.017Z | [ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9293 | 2024-12-21T05:12:05.017Z | [ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO STEP 25 (shadow) COMPLETE |
9294 | 2024-12-21T05:12:05.017Z | [ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9295 | 2024-12-21T05:12:05.027Z | [ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9296 | 2024-12-21T05:12:05.027Z | [ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9297 | 2024-12-21T05:12:05.030Z | [ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9298 | 2024-12-21T05:12:05.030Z | [ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO ok! |
9299 | 2024-12-21T05:12:05.030Z | [ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO STEP 26 (ensure_file) COMPLETE |
9300 | 2024-12-21T05:12:05.030Z | [ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9301 | 2024-12-21T05:12:05.039Z | [ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9302 | 2024-12-21T05:12:05.039Z | [ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9303 | 2024-12-21T05:12:05.043Z | [ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9304 | 2024-12-21T05:12:05.043Z | [ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO ok! |
9305 | 2024-12-21T05:12:05.043Z | [ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO STEP 27 (ensure_file) COMPLETE |
9306 | 2024-12-21T05:12:05.043Z | [ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9307 | 2024-12-21T05:12:05.051Z | [ host-image] Dec 21 05:12:04.406 INFO O| Dec 21 05:12:04.406 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9308 | 2024-12-21T05:12:05.051Z | [ host-image] Dec 21 05:12:04.406 INFO O| Dec 21 05:12:04.406 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9309 | 2024-12-21T05:12:05.054Z | [ host-image] Dec 21 05:12:04.406 INFO O| Dec 21 05:12:04.406 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9310 | 2024-12-21T05:12:05.054Z | [ host-image] Dec 21 05:12:04.407 INFO O| Dec 21 05:12:04.406 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9311 | 2024-12-21T05:12:05.054Z | [ host-image] Dec 21 05:12:04.407 INFO O| Dec 21 05:12:04.407 INFO ok! |
9312 | 2024-12-21T05:12:05.054Z | [ host-image] Dec 21 05:12:04.407 INFO O| Dec 21 05:12:04.407 INFO STEP 28 (ensure_file) COMPLETE |
9313 | 2024-12-21T05:12:05.054Z | [ host-image] Dec 21 05:12:04.407 INFO O| Dec 21 05:12:04.407 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9314 | 2024-12-21T05:12:05.063Z | [ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9315 | 2024-12-21T05:12:05.063Z | [ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9316 | 2024-12-21T05:12:05.066Z | [ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9317 | 2024-12-21T05:12:05.066Z | [ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO ok! |
9318 | 2024-12-21T05:12:05.066Z | [ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO STEP 29 (ensure_file) COMPLETE |
9319 | 2024-12-21T05:12:05.066Z | [ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9320 | 2024-12-21T05:12:05.075Z | [ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9321 | 2024-12-21T05:12:05.075Z | [ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9322 | 2024-12-21T05:12:05.078Z | [ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9323 | 2024-12-21T05:12:05.078Z | [ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO ok! |
9324 | 2024-12-21T05:12:05.078Z | [ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO STEP 30 (ensure_file) COMPLETE |
9325 | 2024-12-21T05:12:05.078Z | [ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9326 | 2024-12-21T05:12:05.091Z | [ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9327 | 2024-12-21T05:12:05.091Z | [ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9328 | 2024-12-21T05:12:05.091Z | [ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9329 | 2024-12-21T05:12:05.091Z | [ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9330 | 2024-12-21T05:12:05.094Z | [ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO ok! |
9331 | 2024-12-21T05:12:05.094Z | [ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO STEP 31 (ensure_file) COMPLETE |
9332 | 2024-12-21T05:12:05.094Z | [ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9333 | 2024-12-21T05:12:05.102Z | [ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9334 | 2024-12-21T05:12:05.102Z | [ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9335 | 2024-12-21T05:12:05.104Z | [ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9336 | 2024-12-21T05:12:05.105Z | [ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO ok! |
9337 | 2024-12-21T05:12:05.105Z | [ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO STEP 32 (ensure_file) COMPLETE |
9338 | 2024-12-21T05:12:05.105Z | [ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9339 | 2024-12-21T05:12:05.113Z | [ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9340 | 2024-12-21T05:12:05.113Z | [ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9341 | 2024-12-21T05:12:05.115Z | [ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9342 | 2024-12-21T05:12:05.115Z | [ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO ok! |
9343 | 2024-12-21T05:12:05.115Z | [ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO STEP 33 (ensure_file) COMPLETE |
9344 | 2024-12-21T05:12:05.115Z | [ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9345 | 2024-12-21T05:12:05.124Z | [ host-image] Dec 21 05:12:04.479 INFO O| Dec 21 05:12:04.479 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9346 | 2024-12-21T05:12:05.124Z | [ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.479 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9347 | 2024-12-21T05:12:05.127Z | [ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9348 | 2024-12-21T05:12:05.127Z | [ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9349 | 2024-12-21T05:12:05.127Z | [ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9350 | 2024-12-21T05:12:05.127Z | [ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9351 | 2024-12-21T05:12:05.127Z | [ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO ok! |
9352 | 2024-12-21T05:12:05.127Z | [ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO STEP 34 (ensure_file) COMPLETE |
9353 | 2024-12-21T05:12:05.127Z | [ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9354 | 2024-12-21T05:12:05.136Z | [ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.490 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9355 | 2024-12-21T05:12:05.138Z | [ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.491 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9356 | 2024-12-21T05:12:05.138Z | [ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.491 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9357 | 2024-12-21T05:12:05.138Z | [ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.491 INFO STEP 35 (ensure_dir) COMPLETE |
9358 | 2024-12-21T05:12:05.138Z | [ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.491 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9359 | 2024-12-21T05:12:05.146Z | [ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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 |
9360 | 2024-12-21T05:12:05.146Z | [ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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 ... |
9361 | 2024-12-21T05:12:05.149Z | [ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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 |
9362 | 2024-12-21T05:12:05.149Z | [ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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 |
9363 | 2024-12-21T05:12:05.149Z | [ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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 |
9364 | 2024-12-21T05:12:05.149Z | [ host-image] Dec 21 05:12:04.502 INFO O| Dec 21 05:12:04.501 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 |
9365 | 2024-12-21T05:12:05.150Z | [ host-image] Dec 21 05:12:04.502 INFO O| Dec 21 05:12:04.501 INFO ok! |
9366 | 2024-12-21T05:12:05.150Z | [ host-image] Dec 21 05:12:04.502 INFO O| Dec 21 05:12:04.502 INFO STEP 36 (ensure_file) COMPLETE |
9367 | 2024-12-21T05:12:05.150Z | [ host-image] Dec 21 05:12:04.502 INFO O| Dec 21 05:12:04.502 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9368 | 2024-12-21T05:12:05.157Z | [ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9369 | 2024-12-21T05:12:05.157Z | [ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 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 ... |
9370 | 2024-12-21T05:12:05.157Z | [ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9371 | 2024-12-21T05:12:05.160Z | [ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO ok! |
9372 | 2024-12-21T05:12:05.160Z | [ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO STEP 37 (ensure_symlink) COMPLETE |
9373 | 2024-12-21T05:12:05.160Z | [ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9374 | 2024-12-21T05:12:05.168Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9375 | 2024-12-21T05:12:05.168Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.522 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9376 | 2024-12-21T05:12:05.170Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9377 | 2024-12-21T05:12:05.170Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9378 | 2024-12-21T05:12:05.170Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9379 | 2024-12-21T05:12:05.170Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9380 | 2024-12-21T05:12:05.171Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO ok! |
9381 | 2024-12-21T05:12:05.171Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO STEP 38 (ensure_file) COMPLETE |
9382 | 2024-12-21T05:12:05.171Z | [ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9383 | 2024-12-21T05:12:05.178Z | [ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9384 | 2024-12-21T05:12:05.178Z | [ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 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 ... |
9385 | 2024-12-21T05:12:05.181Z | [ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 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 |
9386 | 2024-12-21T05:12:05.181Z | [ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9387 | 2024-12-21T05:12:05.181Z | [ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO ok! |
9388 | 2024-12-21T05:12:05.181Z | [ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO STEP 39 (ensure_file) COMPLETE |
9389 | 2024-12-21T05:12:05.181Z | [ host-image] Dec 21 05:12:04.534 INFO O| Dec 21 05:12:04.533 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9390 | 2024-12-21T05:12:05.192Z | [ host-image] Dec 21 05:12:04.546 INFO O| Dec 21 05:12:04.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9391 | 2024-12-21T05:12:05.192Z | [ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.546 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9392 | 2024-12-21T05:12:05.195Z | [ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9393 | 2024-12-21T05:12:05.195Z | [ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.547 INFO ok! |
9394 | 2024-12-21T05:12:05.195Z | [ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.547 INFO STEP 40 (ensure_file) COMPLETE |
9395 | 2024-12-21T05:12:05.195Z | [ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.547 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9396 | 2024-12-21T05:12:05.206Z | [ host-image] Dec 21 05:12:04.560 INFO O| Dec 21 05:12:04.560 INFO updating shadow file |
9397 | 2024-12-21T05:12:05.206Z | [ host-image] Dec 21 05:12:04.561 INFO O| Dec 21 05:12:04.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9398 | 2024-12-21T05:12:05.206Z | [ host-image] Dec 21 05:12:04.561 INFO O| Dec 21 05:12:04.561 INFO STEP 41 (shadow) COMPLETE |
9399 | 2024-12-21T05:12:05.208Z | [ host-image] Dec 21 05:12:04.561 INFO O| Dec 21 05:12:04.561 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9400 | 2024-12-21T05:12:05.217Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9401 | 2024-12-21T05:12:05.219Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9402 | 2024-12-21T05:12:05.219Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9403 | 2024-12-21T05:12:05.220Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9404 | 2024-12-21T05:12:05.220Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO ok! |
9405 | 2024-12-21T05:12:05.220Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO STEP 42 (ensure_file) COMPLETE |
9406 | 2024-12-21T05:12:05.220Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9407 | 2024-12-21T05:12:05.220Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO skip step because feature "mfg" is not enabled |
9408 | 2024-12-21T05:12:05.220Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9409 | 2024-12-21T05:12:05.220Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO skip step because feature "mfg" is not enabled |
9410 | 2024-12-21T05:12:05.220Z | [ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9411 | 2024-12-21T05:12:05.231Z | [ host-image] Dec 21 05:12:04.586 INFO O| Dec 21 05:12:04.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9412 | 2024-12-21T05:12:05.231Z | [ host-image] Dec 21 05:12:04.586 INFO O| Dec 21 05:12:04.585 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9413 | 2024-12-21T05:12:05.930Z | [ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9414 | 2024-12-21T05:12:05.933Z | [ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9415 | 2024-12-21T05:12:05.933Z | [ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO ok! |
9416 | 2024-12-21T05:12:05.933Z | [ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO STEP 45 (ensure_file) COMPLETE |
9417 | 2024-12-21T05:12:05.933Z | [ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9418 | 2024-12-21T05:12:05.946Z | [ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9419 | 2024-12-21T05:12:05.946Z | [ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9420 | 2024-12-21T05:12:05.949Z | [ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9421 | 2024-12-21T05:12:05.949Z | [ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9422 | 2024-12-21T05:12:05.949Z | [ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9423 | 2024-12-21T05:12:05.949Z | [ host-image] Dec 21 05:12:05.301 INFO O| Dec 21 05:12:05.300 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9424 | 2024-12-21T05:12:05.949Z | [ host-image] Dec 21 05:12:05.301 INFO O| Dec 21 05:12:05.301 INFO ok! |
9425 | 2024-12-21T05:12:05.949Z | [ host-image] Dec 21 05:12:05.301 INFO O| Dec 21 05:12:05.301 INFO STEP 46 (ensure_file) COMPLETE |
9426 | 2024-12-21T05:12:05.949Z | [ host-image] Dec 21 05:12:05.301 INFO O| Dec 21 05:12:05.301 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9427 | 2024-12-21T05:12:05.956Z | [ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9428 | 2024-12-21T05:12:05.956Z | [ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 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 ... |
9429 | 2024-12-21T05:12:05.959Z | [ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 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 |
9430 | 2024-12-21T05:12:05.959Z | [ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9431 | 2024-12-21T05:12:05.959Z | [ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 INFO ok! |
9432 | 2024-12-21T05:12:05.959Z | [ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 INFO STEP 47 (ensure_file) COMPLETE |
9433 | 2024-12-21T05:12:05.959Z | [ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9434 | 2024-12-21T05:12:05.968Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9435 | 2024-12-21T05:12:05.968Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9436 | 2024-12-21T05:12:05.970Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9437 | 2024-12-21T05:12:05.970Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9438 | 2024-12-21T05:12:05.970Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9439 | 2024-12-21T05:12:05.972Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9440 | 2024-12-21T05:12:05.972Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO ok! |
9441 | 2024-12-21T05:12:05.972Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO STEP 48 (ensure_file) COMPLETE |
9442 | 2024-12-21T05:12:05.972Z | [ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9443 | 2024-12-21T05:12:05.980Z | [ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9444 | 2024-12-21T05:12:05.983Z | [ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 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 ... |
9445 | 2024-12-21T05:12:05.983Z | [ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 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 |
9446 | 2024-12-21T05:12:05.983Z | [ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9447 | 2024-12-21T05:12:05.983Z | [ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO ok! |
9448 | 2024-12-21T05:12:05.983Z | [ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO STEP 49 (ensure_file) COMPLETE |
9449 | 2024-12-21T05:12:05.983Z | [ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9450 | 2024-12-21T05:12:05.991Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9451 | 2024-12-21T05:12:05.991Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9452 | 2024-12-21T05:12:05.994Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9453 | 2024-12-21T05:12:05.994Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9454 | 2024-12-21T05:12:05.994Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9455 | 2024-12-21T05:12:05.994Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9456 | 2024-12-21T05:12:05.994Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO ok! |
9457 | 2024-12-21T05:12:05.994Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO STEP 50 (ensure_file) COMPLETE |
9458 | 2024-12-21T05:12:05.994Z | [ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9459 | 2024-12-21T05:12:06.002Z | [ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9460 | 2024-12-21T05:12:06.002Z | [ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.356 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 ... |
9461 | 2024-12-21T05:12:06.002Z | [ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 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 |
9462 | 2024-12-21T05:12:06.004Z | [ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9463 | 2024-12-21T05:12:06.004Z | [ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 INFO ok! |
9464 | 2024-12-21T05:12:06.004Z | [ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 INFO STEP 51 (ensure_file) COMPLETE |
9465 | 2024-12-21T05:12:06.004Z | [ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9466 | 2024-12-21T05:12:06.013Z | [ host-image] Dec 21 05:12:05.368 INFO O| Dec 21 05:12:05.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9467 | 2024-12-21T05:12:06.014Z | [ host-image] Dec 21 05:12:05.368 INFO O| Dec 21 05:12:05.368 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 ... |
9468 | 2024-12-21T05:12:06.016Z | [ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.368 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 |
9469 | 2024-12-21T05:12:06.016Z | [ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.369 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9470 | 2024-12-21T05:12:06.016Z | [ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.369 INFO ok! |
9471 | 2024-12-21T05:12:06.016Z | [ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.369 INFO STEP 52 (ensure_file) COMPLETE |
9472 | 2024-12-21T05:12:06.016Z | [ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.369 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9473 | 2024-12-21T05:12:06.025Z | [ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9474 | 2024-12-21T05:12:06.025Z | [ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 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 ... |
9475 | 2024-12-21T05:12:06.027Z | [ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 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 |
9476 | 2024-12-21T05:12:06.027Z | [ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9477 | 2024-12-21T05:12:06.027Z | [ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO ok! |
9478 | 2024-12-21T05:12:06.027Z | [ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO STEP 53 (ensure_file) COMPLETE |
9479 | 2024-12-21T05:12:06.027Z | [ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-12-21T05:12:06.036Z | [ host-image] Dec 21 05:12:05.391 INFO O| Dec 21 05:12:05.391 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9481 | 2024-12-21T05:12:06.036Z | [ host-image] Dec 21 05:12:05.391 INFO O| Dec 21 05:12:05.391 INFO STEP 54 (ensure_dir) COMPLETE |
9482 | 2024-12-21T05:12:06.039Z | [ host-image] Dec 21 05:12:05.391 INFO O| Dec 21 05:12:05.391 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2024-12-21T05:12:06.046Z | [ host-image] Dec 21 05:12:05.401 INFO O| Dec 21 05:12:05.401 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9484 | 2024-12-21T05:12:06.046Z | [ host-image] Dec 21 05:12:05.401 INFO O| Dec 21 05:12:05.401 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9485 | 2024-12-21T05:12:06.049Z | [ host-image] Dec 21 05:12:05.401 INFO O| Dec 21 05:12:05.401 INFO STEP 55 (ensure_dir) COMPLETE |
9486 | 2024-12-21T05:12:06.049Z | [ host-image] Dec 21 05:12:05.401 INFO O| Dec 21 05:12:05.401 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9487 | 2024-12-21T05:12:06.057Z | [ host-image] Dec 21 05:12:05.412 INFO O| Dec 21 05:12:05.412 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9488 | 2024-12-21T05:12:06.057Z | [ host-image] Dec 21 05:12:05.412 INFO O| Dec 21 05:12:05.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9489 | 2024-12-21T05:12:06.060Z | [ host-image] Dec 21 05:12:05.412 INFO O| Dec 21 05:12:05.412 INFO STEP 56 (ensure_dir) COMPLETE |
9490 | 2024-12-21T05:12:06.060Z | [ host-image] Dec 21 05:12:05.412 INFO O| Dec 21 05:12:05.412 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9491 | 2024-12-21T05:12:06.067Z | [ host-image] Dec 21 05:12:05.422 INFO O| Dec 21 05:12:05.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9492 | 2024-12-21T05:12:06.067Z | [ host-image] Dec 21 05:12:05.422 INFO O| Dec 21 05:12:05.422 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9493 | 2024-12-21T05:12:06.084Z | [ host-image] Dec 21 05:12:05.439 INFO O| Dec 21 05:12:05.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9494 | 2024-12-21T05:12:06.084Z | [ host-image] Dec 21 05:12:05.439 INFO O| Dec 21 05:12:05.438 INFO ok! |
9495 | 2024-12-21T05:12:06.086Z | [ host-image] Dec 21 05:12:05.439 INFO O| Dec 21 05:12:05.438 INFO STEP 57 (ensure_file) COMPLETE |
9496 | 2024-12-21T05:12:06.086Z | [ host-image] Dec 21 05:12:05.439 INFO O| Dec 21 05:12:05.439 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9497 | 2024-12-21T05:12:06.096Z | [ host-image] Dec 21 05:12:05.451 INFO O| Dec 21 05:12:05.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9498 | 2024-12-21T05:12:06.096Z | [ host-image] Dec 21 05:12:05.451 INFO O| Dec 21 05:12:05.451 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9499 | 2024-12-21T05:12:07.250Z | [ host-image] Dec 21 05:12:06.604 INFO O| Dec 21 05:12:06.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9500 | 2024-12-21T05:12:07.250Z | [ host-image] Dec 21 05:12:06.604 INFO O| Dec 21 05:12:06.604 INFO ok! |
9501 | 2024-12-21T05:12:07.253Z | [ host-image] Dec 21 05:12:06.604 INFO O| Dec 21 05:12:06.604 INFO STEP 58 (ensure_file) COMPLETE |
9502 | 2024-12-21T05:12:07.253Z | [ host-image] Dec 21 05:12:06.604 INFO O| Dec 21 05:12:06.604 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9503 | 2024-12-21T05:12:07.263Z | [ host-image] Dec 21 05:12:06.617 INFO O| Dec 21 05:12:06.617 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9504 | 2024-12-21T05:12:07.265Z | [ host-image] Dec 21 05:12:06.617 INFO O| Dec 21 05:12:06.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9505 | 2024-12-21T05:12:07.265Z | [ host-image] Dec 21 05:12:06.617 INFO O| Dec 21 05:12:06.617 INFO STEP 59 (ensure_dir) COMPLETE |
9506 | 2024-12-21T05:12:07.265Z | [ host-image] Dec 21 05:12:06.618 INFO O| Dec 21 05:12:06.617 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-12-21T05:12:07.274Z | [ host-image] Dec 21 05:12:06.628 INFO O| Dec 21 05:12:06.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9508 | 2024-12-21T05:12:07.274Z | [ host-image] Dec 21 05:12:06.628 INFO O| Dec 21 05:12:06.628 INFO copying /tmp/.tmpHZ7K79/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 ... |
9509 | 2024-12-21T05:12:07.276Z | [ host-image] Dec 21 05:12:06.628 INFO O| Dec 21 05:12:06.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9510 | 2024-12-21T05:12:07.276Z | [ host-image] Dec 21 05:12:06.629 INFO O| Dec 21 05:12:06.628 INFO ok! |
9511 | 2024-12-21T05:12:07.276Z | [ host-image] Dec 21 05:12:06.629 INFO O| Dec 21 05:12:06.629 INFO STEP 60 (ensure_file) COMPLETE |
9512 | 2024-12-21T05:12:07.276Z | [ host-image] Dec 21 05:12:06.629 INFO O| Dec 21 05:12:06.629 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-12-21T05:12:07.285Z | [ host-image] Dec 21 05:12:06.639 INFO O| Dec 21 05:12:06.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9514 | 2024-12-21T05:12:07.285Z | [ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.639 INFO copying /tmp/.tmpHZ7K79/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 ... |
9515 | 2024-12-21T05:12:07.287Z | [ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9516 | 2024-12-21T05:12:07.287Z | [ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.640 INFO ok! |
9517 | 2024-12-21T05:12:07.287Z | [ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.640 INFO STEP 61 (ensure_file) COMPLETE |
9518 | 2024-12-21T05:12:07.287Z | [ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.640 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-12-21T05:12:07.297Z | [ host-image] Dec 21 05:12:06.652 INFO O| Dec 21 05:12:06.652 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9520 | 2024-12-21T05:12:07.297Z | [ host-image] Dec 21 05:12:06.652 INFO O| Dec 21 05:12:06.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9521 | 2024-12-21T05:12:07.299Z | [ host-image] Dec 21 05:12:06.652 INFO O| Dec 21 05:12:06.652 INFO STEP 62 (ensure_dir) COMPLETE |
9522 | 2024-12-21T05:12:07.299Z | [ host-image] Dec 21 05:12:06.652 INFO O| Dec 21 05:12:06.652 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-21T05:12:07.308Z | [ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9524 | 2024-12-21T05:12:07.311Z | [ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO copying /tmp/.tmpHZ7K79/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 ... |
9525 | 2024-12-21T05:12:07.311Z | [ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9526 | 2024-12-21T05:12:07.311Z | [ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO ok! |
9527 | 2024-12-21T05:12:07.311Z | [ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO STEP 63 (ensure_file) COMPLETE |
9528 | 2024-12-21T05:12:07.311Z | [ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9529 | 2024-12-21T05:12:07.320Z | [ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9530 | 2024-12-21T05:12:07.320Z | [ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO copying /tmp/.tmpHZ7K79/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 ... |
9531 | 2024-12-21T05:12:07.323Z | [ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9532 | 2024-12-21T05:12:07.323Z | [ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO ok! |
9533 | 2024-12-21T05:12:07.323Z | [ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO STEP 64 (ensure_file) COMPLETE |
9534 | 2024-12-21T05:12:07.323Z | [ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-12-21T05:12:07.332Z | [ host-image] Dec 21 05:12:06.687 INFO O| Dec 21 05:12:06.686 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9536 | 2024-12-21T05:12:07.332Z | [ host-image] Dec 21 05:12:06.687 INFO O| Dec 21 05:12:06.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9537 | 2024-12-21T05:12:07.334Z | [ host-image] Dec 21 05:12:06.687 INFO O| Dec 21 05:12:06.687 INFO STEP 65 (ensure_dir) COMPLETE |
9538 | 2024-12-21T05:12:07.335Z | [ host-image] Dec 21 05:12:06.687 INFO O| Dec 21 05:12:06.687 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-12-21T05:12:07.345Z | [ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9540 | 2024-12-21T05:12:07.345Z | [ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO copying /tmp/.tmpHZ7K79/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 ... |
9541 | 2024-12-21T05:12:07.345Z | [ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9542 | 2024-12-21T05:12:07.347Z | [ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO ok! |
9543 | 2024-12-21T05:12:07.347Z | [ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO STEP 66 (ensure_file) COMPLETE |
9544 | 2024-12-21T05:12:07.348Z | [ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-12-21T05:12:07.355Z | [ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9546 | 2024-12-21T05:12:07.355Z | [ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9547 | 2024-12-21T05:12:07.358Z | [ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9548 | 2024-12-21T05:12:07.358Z | [ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO ok! |
9549 | 2024-12-21T05:12:07.358Z | [ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO STEP 67 (ensure_file) COMPLETE |
9550 | 2024-12-21T05:12:07.358Z | [ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9551 | 2024-12-21T05:12:07.366Z | [ host-image] Dec 21 05:12:06.720 INFO O| Dec 21 05:12:06.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9552 | 2024-12-21T05:12:07.366Z | [ host-image] Dec 21 05:12:06.721 INFO O| Dec 21 05:12:06.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9553 | 2024-12-21T05:12:07.366Z | [ host-image] Dec 21 05:12:06.721 INFO O| Dec 21 05:12:06.721 INFO STEP 68 (ensure_dir) COMPLETE |
9554 | 2024-12-21T05:12:07.368Z | [ host-image] Dec 21 05:12:06.721 INFO O| Dec 21 05:12:06.721 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-21T05:12:07.376Z | [ host-image] Dec 21 05:12:06.731 INFO O| Dec 21 05:12:06.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9556 | 2024-12-21T05:12:07.376Z | [ host-image] Dec 21 05:12:06.731 INFO O| Dec 21 05:12:06.731 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9557 | 2024-12-21T05:12:08.529Z | [ host-image] Dec 21 05:12:07.884 INFO O| Dec 21 05:12:07.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9558 | 2024-12-21T05:12:08.529Z | [ host-image] Dec 21 05:12:07.884 INFO O| Dec 21 05:12:07.884 INFO ok! |
9559 | 2024-12-21T05:12:08.530Z | [ host-image] Dec 21 05:12:07.884 INFO O| Dec 21 05:12:07.884 INFO STEP 69 (ensure_file) COMPLETE |
9560 | 2024-12-21T05:12:08.533Z | [ host-image] Dec 21 05:12:07.884 INFO O| Dec 21 05:12:07.884 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2024-12-21T05:12:08.542Z | [ host-image] Dec 21 05:12:07.896 INFO O| Dec 21 05:12:07.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9562 | 2024-12-21T05:12:08.542Z | [ host-image] Dec 21 05:12:07.896 INFO O| Dec 21 05:12:07.896 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9563 | 2024-12-21T05:12:10.153Z | [ host-image] Dec 21 05:12:09.507 INFO O| Dec 21 05:12:09.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9564 | 2024-12-21T05:12:10.153Z | [ host-image] Dec 21 05:12:09.507 INFO O| Dec 21 05:12:09.507 INFO ok! |
9565 | 2024-12-21T05:12:10.174Z | [ host-image] Dec 21 05:12:09.507 INFO O| Dec 21 05:12:09.507 INFO STEP 70 (ensure_file) COMPLETE |
9566 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.507 INFO O| Dec 21 05:12:09.507 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9567 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.518 INFO O| Dec 21 05:12:09.518 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9568 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.518 INFO O| Dec 21 05:12:09.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9569 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.518 INFO O| Dec 21 05:12:09.518 INFO STEP 71 (ensure_dir) COMPLETE |
9570 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.518 INFO O| Dec 21 05:12:09.518 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9572 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO copying /tmp/.tmpHZ7K79/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 ... |
9573 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9574 | 2024-12-21T05:12:10.175Z | [ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO ok! |
9575 | 2024-12-21T05:12:10.179Z | [ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO STEP 72 (ensure_file) COMPLETE |
9576 | 2024-12-21T05:12:10.180Z | [ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-21T05:12:10.184Z | [ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9578 | 2024-12-21T05:12:10.184Z | [ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO copying /tmp/.tmpHZ7K79/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 ... |
9579 | 2024-12-21T05:12:10.184Z | [ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9580 | 2024-12-21T05:12:10.188Z | [ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO ok! |
9581 | 2024-12-21T05:12:10.188Z | [ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO STEP 73 (ensure_file) COMPLETE |
9582 | 2024-12-21T05:12:10.188Z | [ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9583 | 2024-12-21T05:12:10.194Z | [ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9584 | 2024-12-21T05:12:10.197Z | [ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9585 | 2024-12-21T05:12:10.197Z | [ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9586 | 2024-12-21T05:12:10.197Z | [ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO ok! |
9587 | 2024-12-21T05:12:10.197Z | [ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO STEP 74 (ensure_file) COMPLETE |
9588 | 2024-12-21T05:12:10.197Z | [ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-12-21T05:12:10.204Z | [ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9590 | 2024-12-21T05:12:10.204Z | [ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9591 | 2024-12-21T05:12:10.204Z | [ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9592 | 2024-12-21T05:12:10.215Z | [ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO ok! |
9593 | 2024-12-21T05:12:10.215Z | [ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO STEP 75 (ensure_file) COMPLETE |
9594 | 2024-12-21T05:12:10.215Z | [ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9595 | 2024-12-21T05:12:10.219Z | [ host-image] Dec 21 05:12:09.569 INFO O| Dec 21 05:12:09.569 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9596 | 2024-12-21T05:12:10.219Z | [ host-image] Dec 21 05:12:09.569 INFO O| Dec 21 05:12:09.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9597 | 2024-12-21T05:12:10.219Z | [ host-image] Dec 21 05:12:09.569 INFO O| Dec 21 05:12:09.569 INFO STEP 76 (ensure_dir) COMPLETE |
9598 | 2024-12-21T05:12:10.219Z | [ host-image] Dec 21 05:12:09.569 INFO O| Dec 21 05:12:09.569 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-12-21T05:12:10.225Z | [ host-image] Dec 21 05:12:09.579 INFO O| Dec 21 05:12:09.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9600 | 2024-12-21T05:12:10.225Z | [ host-image] Dec 21 05:12:09.579 INFO O| Dec 21 05:12:09.579 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9601 | 2024-12-21T05:12:10.230Z | [ host-image] Dec 21 05:12:09.583 INFO O| Dec 21 05:12:09.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9602 | 2024-12-21T05:12:10.230Z | [ host-image] Dec 21 05:12:09.583 INFO O| Dec 21 05:12:09.583 INFO ok! |
9603 | 2024-12-21T05:12:10.230Z | [ host-image] Dec 21 05:12:09.583 INFO O| Dec 21 05:12:09.583 INFO STEP 77 (ensure_file) COMPLETE |
9604 | 2024-12-21T05:12:10.230Z | [ host-image] Dec 21 05:12:09.583 INFO O| Dec 21 05:12:09.583 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2024-12-21T05:12:10.239Z | [ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9606 | 2024-12-21T05:12:10.239Z | [ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9607 | 2024-12-21T05:12:10.239Z | [ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9608 | 2024-12-21T05:12:10.239Z | [ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO ok! |
9609 | 2024-12-21T05:12:10.242Z | [ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO STEP 78 (ensure_file) COMPLETE |
9610 | 2024-12-21T05:12:10.242Z | [ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2024-12-21T05:12:10.250Z | [ host-image] Dec 21 05:12:09.603 INFO O| Dec 21 05:12:09.603 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9612 | 2024-12-21T05:12:10.250Z | [ host-image] Dec 21 05:12:09.603 INFO O| Dec 21 05:12:09.603 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9613 | 2024-12-21T05:12:11.083Z | [ host-image] Dec 21 05:12:10.436 INFO O| Dec 21 05:12:10.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9614 | 2024-12-21T05:12:11.083Z | [ host-image] Dec 21 05:12:10.436 INFO O| Dec 21 05:12:10.436 INFO ok! |
9615 | 2024-12-21T05:12:11.083Z | [ host-image] Dec 21 05:12:10.436 INFO O| Dec 21 05:12:10.436 INFO STEP 79 (ensure_file) COMPLETE |
9616 | 2024-12-21T05:12:11.087Z | [ host-image] Dec 21 05:12:10.436 INFO O| Dec 21 05:12:10.436 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9617 | 2024-12-21T05:12:11.094Z | [ host-image] Dec 21 05:12:10.448 INFO O| Dec 21 05:12:10.448 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9618 | 2024-12-21T05:12:11.098Z | [ host-image] Dec 21 05:12:10.449 INFO O| Dec 21 05:12:10.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9619 | 2024-12-21T05:12:11.098Z | [ host-image] Dec 21 05:12:10.449 INFO O| Dec 21 05:12:10.449 INFO STEP 80 (ensure_dir) COMPLETE |
9620 | 2024-12-21T05:12:11.098Z | [ host-image] Dec 21 05:12:10.449 INFO O| Dec 21 05:12:10.449 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9621 | 2024-12-21T05:12:11.105Z | [ host-image] Dec 21 05:12:10.460 INFO O| Dec 21 05:12:10.459 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9622 | 2024-12-21T05:12:11.106Z | [ host-image] Dec 21 05:12:10.460 INFO O| Dec 21 05:12:10.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9623 | 2024-12-21T05:12:11.106Z | [ host-image] Dec 21 05:12:10.460 INFO O| Dec 21 05:12:10.460 INFO STEP 81 (ensure_dir) COMPLETE |
9624 | 2024-12-21T05:12:11.108Z | [ host-image] Dec 21 05:12:10.460 INFO O| Dec 21 05:12:10.460 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9625 | 2024-12-21T05:12:11.116Z | [ host-image] Dec 21 05:12:10.470 INFO O| Dec 21 05:12:10.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9626 | 2024-12-21T05:12:11.119Z | [ host-image] Dec 21 05:12:10.470 INFO O| Dec 21 05:12:10.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9627 | 2024-12-21T05:12:11.119Z | [ host-image] Dec 21 05:12:10.470 INFO O| Dec 21 05:12:10.470 INFO STEP 82 (ensure_dir) COMPLETE |
9628 | 2024-12-21T05:12:11.119Z | [ host-image] Dec 21 05:12:10.470 INFO O| Dec 21 05:12:10.470 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9629 | 2024-12-21T05:12:11.127Z | [ host-image] Dec 21 05:12:10.481 INFO O| Dec 21 05:12:10.481 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9630 | 2024-12-21T05:12:11.128Z | [ host-image] Dec 21 05:12:10.481 INFO O| Dec 21 05:12:10.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9631 | 2024-12-21T05:12:11.132Z | [ host-image] Dec 21 05:12:10.481 INFO O| Dec 21 05:12:10.481 INFO STEP 83 (ensure_dir) COMPLETE |
9632 | 2024-12-21T05:12:11.132Z | [ host-image] Dec 21 05:12:10.481 INFO O| Dec 21 05:12:10.481 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9633 | 2024-12-21T05:12:11.139Z | [ host-image] Dec 21 05:12:10.493 INFO O| Dec 21 05:12:10.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9634 | 2024-12-21T05:12:11.139Z | [ host-image] Dec 21 05:12:10.493 INFO O| Dec 21 05:12:10.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9635 | 2024-12-21T05:12:11.139Z | [ host-image] Dec 21 05:12:10.493 INFO O| Dec 21 05:12:10.493 INFO STEP 84 (ensure_dir) COMPLETE |
9636 | 2024-12-21T05:12:11.142Z | [ host-image] Dec 21 05:12:10.493 INFO O| Dec 21 05:12:10.493 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9637 | 2024-12-21T05:12:11.151Z | [ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9638 | 2024-12-21T05:12:11.151Z | [ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO copying /tmp/.tmpHZ7K79/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 ... |
9639 | 2024-12-21T05:12:11.154Z | [ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9640 | 2024-12-21T05:12:11.154Z | [ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO ok! |
9641 | 2024-12-21T05:12:11.154Z | [ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO STEP 85 (ensure_file) COMPLETE |
9642 | 2024-12-21T05:12:11.154Z | [ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9643 | 2024-12-21T05:12:11.162Z | [ host-image] Dec 21 05:12:10.516 INFO O| Dec 21 05:12:10.516 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9644 | 2024-12-21T05:12:11.163Z | [ host-image] Dec 21 05:12:10.516 INFO O| Dec 21 05:12:10.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9645 | 2024-12-21T05:12:11.166Z | [ host-image] Dec 21 05:12:10.516 INFO O| Dec 21 05:12:10.516 INFO STEP 86 (ensure_dir) COMPLETE |
9646 | 2024-12-21T05:12:11.167Z | [ host-image] Dec 21 05:12:10.516 INFO O| Dec 21 05:12:10.516 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9647 | 2024-12-21T05:12:11.173Z | [ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9648 | 2024-12-21T05:12:11.173Z | [ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9649 | 2024-12-21T05:12:11.176Z | [ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9650 | 2024-12-21T05:12:11.176Z | [ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO ok! |
9651 | 2024-12-21T05:12:11.176Z | [ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO STEP 87 (ensure_file) COMPLETE |
9652 | 2024-12-21T05:12:11.176Z | [ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9653 | 2024-12-21T05:12:11.184Z | [ host-image] Dec 21 05:12:10.538 INFO O| Dec 21 05:12:10.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9654 | 2024-12-21T05:12:11.184Z | [ host-image] Dec 21 05:12:10.538 INFO O| Dec 21 05:12:10.538 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9655 | 2024-12-21T05:12:11.484Z | [ host-image] Dec 21 05:12:10.838 INFO O| Dec 21 05:12:10.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9656 | 2024-12-21T05:12:11.485Z | [ host-image] Dec 21 05:12:10.838 INFO O| Dec 21 05:12:10.838 INFO ok! |
9657 | 2024-12-21T05:12:11.488Z | [ host-image] Dec 21 05:12:10.838 INFO O| Dec 21 05:12:10.838 INFO STEP 88 (ensure_file) COMPLETE |
9658 | 2024-12-21T05:12:11.488Z | [ host-image] Dec 21 05:12:10.838 INFO O| Dec 21 05:12:10.838 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9659 | 2024-12-21T05:12:11.496Z | [ host-image] Dec 21 05:12:10.849 INFO O| Dec 21 05:12:10.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9660 | 2024-12-21T05:12:11.500Z | [ host-image] Dec 21 05:12:10.849 INFO O| Dec 21 05:12:10.849 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9661 | 2024-12-21T05:12:12.054Z | [ host-image] Dec 21 05:12:11.408 INFO O| Dec 21 05:12:11.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9662 | 2024-12-21T05:12:12.055Z | [ host-image] Dec 21 05:12:11.408 INFO O| Dec 21 05:12:11.408 INFO ok! |
9663 | 2024-12-21T05:12:12.058Z | [ host-image] Dec 21 05:12:11.408 INFO O| Dec 21 05:12:11.408 INFO STEP 89 (ensure_file) COMPLETE |
9664 | 2024-12-21T05:12:12.058Z | [ host-image] Dec 21 05:12:11.408 INFO O| Dec 21 05:12:11.408 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9665 | 2024-12-21T05:12:12.066Z | [ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9666 | 2024-12-21T05:12:12.066Z | [ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9667 | 2024-12-21T05:12:12.070Z | [ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9668 | 2024-12-21T05:12:12.070Z | [ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO ok! |
9669 | 2024-12-21T05:12:12.070Z | [ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO STEP 90 (ensure_file) COMPLETE |
9670 | 2024-12-21T05:12:12.070Z | [ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9671 | 2024-12-21T05:12:12.076Z | [ host-image] Dec 21 05:12:11.430 INFO O| Dec 21 05:12:11.430 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9672 | 2024-12-21T05:12:12.080Z | [ host-image] Dec 21 05:12:11.430 INFO O| Dec 21 05:12:11.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9673 | 2024-12-21T05:12:12.080Z | [ host-image] Dec 21 05:12:11.430 INFO O| Dec 21 05:12:11.430 INFO STEP 91 (ensure_dir) COMPLETE |
9674 | 2024-12-21T05:12:12.080Z | [ host-image] Dec 21 05:12:11.430 INFO O| Dec 21 05:12:11.430 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9675 | 2024-12-21T05:12:12.087Z | [ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9676 | 2024-12-21T05:12:12.087Z | [ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO copying /tmp/.tmpHZ7K79/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 ... |
9677 | 2024-12-21T05:12:12.090Z | [ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9678 | 2024-12-21T05:12:12.090Z | [ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO ok! |
9679 | 2024-12-21T05:12:12.090Z | [ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO STEP 92 (ensure_file) COMPLETE |
9680 | 2024-12-21T05:12:12.090Z | [ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9681 | 2024-12-21T05:12:12.098Z | [ host-image] Dec 21 05:12:11.451 INFO O| Dec 21 05:12:11.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9682 | 2024-12-21T05:12:12.098Z | [ host-image] Dec 21 05:12:11.451 INFO O| Dec 21 05:12:11.451 INFO copying /tmp/.tmpHZ7K79/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 ... |
9683 | 2024-12-21T05:12:12.098Z | [ host-image] Dec 21 05:12:11.452 INFO O| Dec 21 05:12:11.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9684 | 2024-12-21T05:12:12.098Z | [ host-image] Dec 21 05:12:11.452 INFO O| Dec 21 05:12:11.452 INFO ok! |
9685 | 2024-12-21T05:12:12.101Z | [ host-image] Dec 21 05:12:11.452 INFO O| Dec 21 05:12:11.452 INFO STEP 93 (ensure_file) COMPLETE |
9686 | 2024-12-21T05:12:12.101Z | [ host-image] Dec 21 05:12:11.452 INFO O| Dec 21 05:12:11.452 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9687 | 2024-12-21T05:12:12.108Z | [ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9688 | 2024-12-21T05:12:12.108Z | [ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO copying /tmp/.tmpHZ7K79/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 ... |
9689 | 2024-12-21T05:12:12.111Z | [ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9690 | 2024-12-21T05:12:12.111Z | [ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO ok! |
9691 | 2024-12-21T05:12:12.111Z | [ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO STEP 94 (ensure_file) COMPLETE |
9692 | 2024-12-21T05:12:12.111Z | [ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9693 | 2024-12-21T05:12:12.118Z | [ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9694 | 2024-12-21T05:12:12.118Z | [ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO copying /tmp/.tmpHZ7K79/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 ... |
9695 | 2024-12-21T05:12:12.121Z | [ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9696 | 2024-12-21T05:12:12.121Z | [ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO ok! |
9697 | 2024-12-21T05:12:12.121Z | [ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO STEP 95 (ensure_file) COMPLETE |
9698 | 2024-12-21T05:12:12.121Z | [ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9699 | 2024-12-21T05:12:12.129Z | [ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9700 | 2024-12-21T05:12:12.129Z | [ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.482 INFO copying /tmp/.tmpHZ7K79/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 ... |
9701 | 2024-12-21T05:12:12.133Z | [ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9702 | 2024-12-21T05:12:12.133Z | [ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.483 INFO ok! |
9703 | 2024-12-21T05:12:12.133Z | [ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.483 INFO STEP 96 (ensure_file) COMPLETE |
9704 | 2024-12-21T05:12:12.133Z | [ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.483 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9705 | 2024-12-21T05:12:12.139Z | [ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9706 | 2024-12-21T05:12:12.139Z | [ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9707 | 2024-12-21T05:12:12.142Z | [ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9708 | 2024-12-21T05:12:12.142Z | [ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO ok! |
9709 | 2024-12-21T05:12:12.142Z | [ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO STEP 97 (ensure_file) COMPLETE |
9710 | 2024-12-21T05:12:12.143Z | [ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9711 | 2024-12-21T05:12:12.149Z | [ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9712 | 2024-12-21T05:12:12.149Z | [ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO copying /tmp/.tmpHZ7K79/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 ... |
9713 | 2024-12-21T05:12:12.152Z | [ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9714 | 2024-12-21T05:12:12.152Z | [ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO ok! |
9715 | 2024-12-21T05:12:12.152Z | [ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO STEP 98 (ensure_file) COMPLETE |
9716 | 2024-12-21T05:12:12.152Z | [ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9717 | 2024-12-21T05:12:12.159Z | [ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9718 | 2024-12-21T05:12:12.162Z | [ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO copying /tmp/.tmpHZ7K79/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 ... |
9719 | 2024-12-21T05:12:12.162Z | [ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9720 | 2024-12-21T05:12:12.162Z | [ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO ok! |
9721 | 2024-12-21T05:12:12.162Z | [ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO STEP 99 (ensure_file) COMPLETE |
9722 | 2024-12-21T05:12:12.162Z | [ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9723 | 2024-12-21T05:12:12.169Z | [ host-image] Dec 21 05:12:11.523 INFO O| Dec 21 05:12:11.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9724 | 2024-12-21T05:12:12.170Z | [ host-image] Dec 21 05:12:11.523 INFO O| Dec 21 05:12:11.523 INFO copying /tmp/.tmpHZ7K79/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 ... |
9725 | 2024-12-21T05:12:12.173Z | [ host-image] Dec 21 05:12:11.524 INFO O| Dec 21 05:12:11.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9726 | 2024-12-21T05:12:12.173Z | [ host-image] Dec 21 05:12:11.524 INFO O| Dec 21 05:12:11.524 INFO ok! |
9727 | 2024-12-21T05:12:12.173Z | [ host-image] Dec 21 05:12:11.524 INFO O| Dec 21 05:12:11.524 INFO STEP 100 (ensure_file) COMPLETE |
9728 | 2024-12-21T05:12:12.173Z | [ host-image] Dec 21 05:12:11.524 INFO O| Dec 21 05:12:11.524 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9729 | 2024-12-21T05:12:12.180Z | [ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9730 | 2024-12-21T05:12:12.180Z | [ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9731 | 2024-12-21T05:12:12.184Z | [ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9732 | 2024-12-21T05:12:12.184Z | [ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO ok! |
9733 | 2024-12-21T05:12:12.184Z | [ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO STEP 101 (ensure_file) COMPLETE |
9734 | 2024-12-21T05:12:12.184Z | [ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9735 | 2024-12-21T05:12:12.191Z | [ host-image] Dec 21 05:12:11.544 INFO O| Dec 21 05:12:11.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9736 | 2024-12-21T05:12:12.191Z | [ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.544 INFO copying /tmp/.tmpHZ7K79/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 ... |
9737 | 2024-12-21T05:12:12.193Z | [ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9738 | 2024-12-21T05:12:12.193Z | [ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.545 INFO ok! |
9739 | 2024-12-21T05:12:12.193Z | [ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.545 INFO STEP 102 (ensure_file) COMPLETE |
9740 | 2024-12-21T05:12:12.193Z | [ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.545 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9741 | 2024-12-21T05:12:12.201Z | [ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9742 | 2024-12-21T05:12:12.201Z | [ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO copying /tmp/.tmpHZ7K79/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 ... |
9743 | 2024-12-21T05:12:12.204Z | [ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9744 | 2024-12-21T05:12:12.204Z | [ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO ok! |
9745 | 2024-12-21T05:12:12.204Z | [ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO STEP 103 (ensure_file) COMPLETE |
9746 | 2024-12-21T05:12:12.204Z | [ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9747 | 2024-12-21T05:12:12.211Z | [ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9748 | 2024-12-21T05:12:12.214Z | [ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO copying /tmp/.tmpHZ7K79/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 ... |
9749 | 2024-12-21T05:12:12.214Z | [ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9750 | 2024-12-21T05:12:12.214Z | [ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO ok! |
9751 | 2024-12-21T05:12:12.214Z | [ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO STEP 104 (ensure_file) COMPLETE |
9752 | 2024-12-21T05:12:12.214Z | [ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9753 | 2024-12-21T05:12:12.221Z | [ host-image] Dec 21 05:12:11.575 INFO O| Dec 21 05:12:11.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9754 | 2024-12-21T05:12:12.221Z | [ host-image] Dec 21 05:12:11.575 INFO O| Dec 21 05:12:11.575 INFO copying /tmp/.tmpHZ7K79/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 ... |
9755 | 2024-12-21T05:12:12.224Z | [ host-image] Dec 21 05:12:11.576 INFO O| Dec 21 05:12:11.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9756 | 2024-12-21T05:12:12.224Z | [ host-image] Dec 21 05:12:11.576 INFO O| Dec 21 05:12:11.576 INFO ok! |
9757 | 2024-12-21T05:12:12.224Z | [ host-image] Dec 21 05:12:11.576 INFO O| Dec 21 05:12:11.576 INFO STEP 105 (ensure_file) COMPLETE |
9758 | 2024-12-21T05:12:12.224Z | [ host-image] Dec 21 05:12:11.576 INFO O| Dec 21 05:12:11.576 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9759 | 2024-12-21T05:12:12.233Z | [ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9760 | 2024-12-21T05:12:12.233Z | [ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO copying /tmp/.tmpHZ7K79/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 ... |
9761 | 2024-12-21T05:12:12.237Z | [ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9762 | 2024-12-21T05:12:12.237Z | [ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO ok! |
9763 | 2024-12-21T05:12:12.237Z | [ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO STEP 106 (ensure_file) COMPLETE |
9764 | 2024-12-21T05:12:12.237Z | [ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9765 | 2024-12-21T05:12:12.242Z | [ host-image] Dec 21 05:12:11.596 INFO O| Dec 21 05:12:11.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9766 | 2024-12-21T05:12:12.243Z | [ host-image] Dec 21 05:12:11.596 INFO O| Dec 21 05:12:11.596 INFO copying /tmp/.tmpHZ7K79/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 ... |
9767 | 2024-12-21T05:12:12.246Z | [ host-image] Dec 21 05:12:11.597 INFO O| Dec 21 05:12:11.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9768 | 2024-12-21T05:12:12.246Z | [ host-image] Dec 21 05:12:11.597 INFO O| Dec 21 05:12:11.597 INFO ok! |
9769 | 2024-12-21T05:12:12.246Z | [ host-image] Dec 21 05:12:11.597 INFO O| Dec 21 05:12:11.597 INFO STEP 107 (ensure_file) COMPLETE |
9770 | 2024-12-21T05:12:12.246Z | [ host-image] Dec 21 05:12:11.597 INFO O| Dec 21 05:12:11.597 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9771 | 2024-12-21T05:12:12.253Z | [ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9772 | 2024-12-21T05:12:12.253Z | [ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO copying /tmp/.tmpHZ7K79/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 ... |
9773 | 2024-12-21T05:12:12.256Z | [ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9774 | 2024-12-21T05:12:12.256Z | [ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO ok! |
9775 | 2024-12-21T05:12:12.256Z | [ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO STEP 108 (ensure_file) COMPLETE |
9776 | 2024-12-21T05:12:12.256Z | [ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9777 | 2024-12-21T05:12:12.263Z | [ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9778 | 2024-12-21T05:12:12.263Z | [ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO copying /tmp/.tmpHZ7K79/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 ... |
9779 | 2024-12-21T05:12:12.263Z | [ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9780 | 2024-12-21T05:12:12.266Z | [ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO ok! |
9781 | 2024-12-21T05:12:12.266Z | [ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO STEP 109 (ensure_file) COMPLETE |
9782 | 2024-12-21T05:12:12.266Z | [ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9783 | 2024-12-21T05:12:12.274Z | [ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9784 | 2024-12-21T05:12:12.274Z | [ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO copying /tmp/.tmpHZ7K79/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 ... |
9785 | 2024-12-21T05:12:12.277Z | [ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9786 | 2024-12-21T05:12:12.277Z | [ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO ok! |
9787 | 2024-12-21T05:12:12.277Z | [ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO STEP 110 (ensure_file) COMPLETE |
9788 | 2024-12-21T05:12:12.277Z | [ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9789 | 2024-12-21T05:12:12.284Z | [ host-image] Dec 21 05:12:11.638 INFO O| Dec 21 05:12:11.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9790 | 2024-12-21T05:12:12.284Z | [ host-image] Dec 21 05:12:11.638 INFO O| Dec 21 05:12:11.638 INFO copying /tmp/.tmpHZ7K79/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 ... |
9791 | 2024-12-21T05:12:12.287Z | [ host-image] Dec 21 05:12:11.639 INFO O| Dec 21 05:12:11.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9792 | 2024-12-21T05:12:12.287Z | [ host-image] Dec 21 05:12:11.639 INFO O| Dec 21 05:12:11.638 INFO ok! |
9793 | 2024-12-21T05:12:12.287Z | [ host-image] Dec 21 05:12:11.639 INFO O| Dec 21 05:12:11.639 INFO STEP 111 (ensure_file) COMPLETE |
9794 | 2024-12-21T05:12:12.287Z | [ host-image] Dec 21 05:12:11.639 INFO O| Dec 21 05:12:11.639 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9795 | 2024-12-21T05:12:12.295Z | [ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9796 | 2024-12-21T05:12:12.295Z | [ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO copying /tmp/.tmpHZ7K79/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 ... |
9797 | 2024-12-21T05:12:12.299Z | [ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9798 | 2024-12-21T05:12:12.299Z | [ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO ok! |
9799 | 2024-12-21T05:12:12.299Z | [ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO STEP 112 (ensure_file) COMPLETE |
9800 | 2024-12-21T05:12:12.299Z | [ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9801 | 2024-12-21T05:12:12.306Z | [ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9802 | 2024-12-21T05:12:12.306Z | [ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
9803 | 2024-12-21T05:12:12.309Z | [ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9804 | 2024-12-21T05:12:12.309Z | [ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO ok! |
9805 | 2024-12-21T05:12:12.309Z | [ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO STEP 113 (ensure_file) COMPLETE |
9806 | 2024-12-21T05:12:12.309Z | [ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9807 | 2024-12-21T05:12:12.316Z | [ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9808 | 2024-12-21T05:12:12.316Z | [ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO copying /tmp/.tmpHZ7K79/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 ... |
9809 | 2024-12-21T05:12:12.319Z | [ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9810 | 2024-12-21T05:12:12.320Z | [ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO ok! |
9811 | 2024-12-21T05:12:12.320Z | [ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO STEP 114 (ensure_file) COMPLETE |
9812 | 2024-12-21T05:12:12.320Z | [ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9813 | 2024-12-21T05:12:12.327Z | [ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9814 | 2024-12-21T05:12:12.327Z | [ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
9815 | 2024-12-21T05:12:12.330Z | [ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9816 | 2024-12-21T05:12:12.330Z | [ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO ok! |
9817 | 2024-12-21T05:12:12.330Z | [ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO STEP 115 (ensure_file) COMPLETE |
9818 | 2024-12-21T05:12:12.330Z | [ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9819 | 2024-12-21T05:12:12.337Z | [ host-image] Dec 21 05:12:11.691 INFO O| Dec 21 05:12:11.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9820 | 2024-12-21T05:12:12.340Z | [ host-image] Dec 21 05:12:11.691 INFO O| Dec 21 05:12:11.691 INFO copying /tmp/.tmpHZ7K79/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 ... |
9821 | 2024-12-21T05:12:12.340Z | [ host-image] Dec 21 05:12:11.691 INFO O| Dec 21 05:12:11.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9822 | 2024-12-21T05:12:12.341Z | [ host-image] Dec 21 05:12:11.691 INFO O| Dec 21 05:12:11.691 INFO ok! |
9823 | 2024-12-21T05:12:12.341Z | [ host-image] Dec 21 05:12:11.692 INFO O| Dec 21 05:12:11.691 INFO STEP 116 (ensure_file) COMPLETE |
9824 | 2024-12-21T05:12:12.341Z | [ host-image] Dec 21 05:12:11.692 INFO O| Dec 21 05:12:11.692 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9825 | 2024-12-21T05:12:12.348Z | [ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9826 | 2024-12-21T05:12:12.348Z | [ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO copying /tmp/.tmpHZ7K79/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 ... |
9827 | 2024-12-21T05:12:12.348Z | [ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9828 | 2024-12-21T05:12:12.351Z | [ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO ok! |
9829 | 2024-12-21T05:12:12.351Z | [ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO STEP 117 (ensure_file) COMPLETE |
9830 | 2024-12-21T05:12:12.351Z | [ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9831 | 2024-12-21T05:12:12.358Z | [ host-image] Dec 21 05:12:11.712 INFO O| Dec 21 05:12:11.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9832 | 2024-12-21T05:12:12.359Z | [ host-image] Dec 21 05:12:11.712 INFO O| Dec 21 05:12:11.712 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9833 | 2024-12-21T05:12:12.361Z | [ host-image] Dec 21 05:12:11.713 INFO O| Dec 21 05:12:11.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9834 | 2024-12-21T05:12:12.361Z | [ host-image] Dec 21 05:12:11.713 INFO O| Dec 21 05:12:11.713 INFO ok! |
9835 | 2024-12-21T05:12:12.361Z | [ host-image] Dec 21 05:12:11.713 INFO O| Dec 21 05:12:11.713 INFO STEP 118 (ensure_file) COMPLETE |
9836 | 2024-12-21T05:12:12.362Z | [ host-image] Dec 21 05:12:11.713 INFO O| Dec 21 05:12:11.713 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9837 | 2024-12-21T05:12:12.369Z | [ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9838 | 2024-12-21T05:12:12.369Z | [ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO copying /tmp/.tmpHZ7K79/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 ... |
9839 | 2024-12-21T05:12:12.372Z | [ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9840 | 2024-12-21T05:12:12.372Z | [ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO ok! |
9841 | 2024-12-21T05:12:12.372Z | [ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO STEP 119 (ensure_file) COMPLETE |
9842 | 2024-12-21T05:12:12.372Z | [ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9843 | 2024-12-21T05:12:12.379Z | [ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9844 | 2024-12-21T05:12:12.379Z | [ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9845 | 2024-12-21T05:12:12.382Z | [ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9846 | 2024-12-21T05:12:12.382Z | [ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO ok! |
9847 | 2024-12-21T05:12:12.382Z | [ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO STEP 120 (ensure_file) COMPLETE |
9848 | 2024-12-21T05:12:12.382Z | [ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9849 | 2024-12-21T05:12:12.389Z | [ host-image] Dec 21 05:12:11.743 INFO O| Dec 21 05:12:11.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9850 | 2024-12-21T05:12:12.389Z | [ host-image] Dec 21 05:12:11.743 INFO O| Dec 21 05:12:11.743 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9851 | 2024-12-21T05:12:21.693Z | [ host-image] Dec 21 05:12:21.046 INFO O| Dec 21 05:12:21.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9852 | 2024-12-21T05:12:21.694Z | [ host-image] Dec 21 05:12:21.046 INFO O| Dec 21 05:12:21.046 INFO ok! |
9853 | 2024-12-21T05:12:21.696Z | [ host-image] Dec 21 05:12:21.046 INFO O| Dec 21 05:12:21.046 INFO STEP 121 (ensure_file) COMPLETE |
9854 | 2024-12-21T05:12:21.696Z | [ host-image] Dec 21 05:12:21.046 INFO O| Dec 21 05:12:21.046 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9855 | 2024-12-21T05:12:21.712Z | [ host-image] Dec 21 05:12:21.065 INFO O| Dec 21 05:12:21.065 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9856 | 2024-12-21T05:12:21.713Z | [ host-image] Dec 21 05:12:21.065 INFO O| Dec 21 05:12:21.065 INFO STEP 122 (ensure_dir) COMPLETE |
9857 | 2024-12-21T05:12:21.714Z | [ host-image] Dec 21 05:12:21.065 INFO O| Dec 21 05:12:21.065 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9858 | 2024-12-21T05:12:21.729Z | [ host-image] Dec 21 05:12:21.082 INFO O| Dec 21 05:12:21.082 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9859 | 2024-12-21T05:12:21.729Z | [ host-image] Dec 21 05:12:21.082 INFO O| Dec 21 05:12:21.082 INFO STEP 123 (ensure_dir) COMPLETE |
9860 | 2024-12-21T05:12:21.733Z | [ host-image] Dec 21 05:12:21.082 INFO O| Dec 21 05:12:21.082 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9861 | 2024-12-21T05:12:21.745Z | [ host-image] Dec 21 05:12:21.097 INFO O| Dec 21 05:12:21.097 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9862 | 2024-12-21T05:12:21.745Z | [ host-image] Dec 21 05:12:21.098 INFO O| Dec 21 05:12:21.097 INFO STEP 124 (ensure_dir) COMPLETE |
9863 | 2024-12-21T05:12:21.748Z | [ host-image] Dec 21 05:12:21.098 INFO O| Dec 21 05:12:21.097 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9864 | 2024-12-21T05:12:21.760Z | [ host-image] Dec 21 05:12:21.113 INFO O| Dec 21 05:12:21.113 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9865 | 2024-12-21T05:12:21.763Z | [ host-image] Dec 21 05:12:21.113 INFO O| Dec 21 05:12:21.113 INFO STEP 125 (ensure_dir) COMPLETE |
9866 | 2024-12-21T05:12:21.763Z | [ host-image] Dec 21 05:12:21.113 INFO O| Dec 21 05:12:21.113 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9867 | 2024-12-21T05:12:21.776Z | [ host-image] Dec 21 05:12:21.129 INFO O| Dec 21 05:12:21.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9868 | 2024-12-21T05:12:21.776Z | [ host-image] Dec 21 05:12:21.129 INFO O| Dec 21 05:12:21.129 INFO copying /tmp/.tmpHZ7K79/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 ... |
9869 | 2024-12-21T05:12:21.779Z | [ host-image] Dec 21 05:12:21.130 INFO O| Dec 21 05:12:21.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9870 | 2024-12-21T05:12:21.779Z | [ host-image] Dec 21 05:12:21.130 INFO O| Dec 21 05:12:21.130 INFO ok! |
9871 | 2024-12-21T05:12:21.779Z | [ host-image] Dec 21 05:12:21.130 INFO O| Dec 21 05:12:21.130 INFO STEP 126 (ensure_file) COMPLETE |
9872 | 2024-12-21T05:12:21.780Z | [ host-image] Dec 21 05:12:21.130 INFO O| Dec 21 05:12:21.130 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9873 | 2024-12-21T05:12:21.794Z | [ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9874 | 2024-12-21T05:12:21.794Z | [ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9875 | 2024-12-21T05:12:21.797Z | [ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9876 | 2024-12-21T05:12:21.797Z | [ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO STEP 127 (ensure_dir) COMPLETE |
9877 | 2024-12-21T05:12:21.797Z | [ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9878 | 2024-12-21T05:12:21.811Z | [ host-image] Dec 21 05:12:21.163 INFO O| Dec 21 05:12:21.163 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9879 | 2024-12-21T05:12:21.811Z | [ host-image] Dec 21 05:12:21.163 INFO O| Dec 21 05:12:21.163 INFO copying /tmp/.tmpHZ7K79/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9880 | 2024-12-21T05:12:21.815Z | [ host-image] Dec 21 05:12:21.164 INFO O| Dec 21 05:12:21.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9881 | 2024-12-21T05:12:21.815Z | [ host-image] Dec 21 05:12:21.164 INFO O| Dec 21 05:12:21.164 INFO ok! |
9882 | 2024-12-21T05:12:21.815Z | [ host-image] Dec 21 05:12:21.164 INFO O| Dec 21 05:12:21.164 INFO STEP 128 (ensure_file) COMPLETE |
9883 | 2024-12-21T05:12:21.815Z | [ host-image] Dec 21 05:12:21.164 INFO O| Dec 21 05:12:21.164 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9884 | 2024-12-21T05:12:21.828Z | [ host-image] Dec 21 05:12:21.181 INFO O| Dec 21 05:12:21.181 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9885 | 2024-12-21T05:12:21.831Z | [ host-image] Dec 21 05:12:21.182 INFO O| Dec 21 05:12:21.181 INFO STEP 129 (remove_files) COMPLETE |
9886 | 2024-12-21T05:12:21.831Z | [ host-image] Dec 21 05:12:21.182 INFO O| Dec 21 05:12:21.182 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9887 | 2024-12-21T05:12:21.842Z | [ host-image] Dec 21 05:12:21.195 INFO O| Dec 21 05:12:21.194 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9888 | 2024-12-21T05:12:21.845Z | [ host-image] Dec 21 05:12:21.195 INFO O| Dec 21 05:12:21.195 INFO STEP 130 (remove_files) COMPLETE |
9889 | 2024-12-21T05:12:21.845Z | [ host-image] Dec 21 05:12:21.195 INFO O| Dec 21 05:12:21.195 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9890 | 2024-12-21T05:12:21.859Z | [ host-image] Dec 21 05:12:21.212 INFO O| Dec 21 05:12:21.211 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9891 | 2024-12-21T05:12:21.862Z | [ host-image] Dec 21 05:12:21.212 INFO O| Dec 21 05:12:21.212 INFO STEP 131 (remove_files) COMPLETE |
9892 | 2024-12-21T05:12:21.862Z | [ host-image] Dec 21 05:12:21.212 INFO O| Dec 21 05:12:21.212 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9893 | 2024-12-21T05:12:21.876Z | [ host-image] Dec 21 05:12:21.229 INFO O| Dec 21 05:12:21.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9894 | 2024-12-21T05:12:21.879Z | [ host-image] Dec 21 05:12:21.229 INFO O| Dec 21 05:12:21.229 INFO STEP 132 (remove_files) COMPLETE |
9895 | 2024-12-21T05:12:21.879Z | [ host-image] Dec 21 05:12:21.229 INFO O| Dec 21 05:12:21.229 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9896 | 2024-12-21T05:12:21.894Z | [ host-image] Dec 21 05:12:21.246 INFO O| Dec 21 05:12:21.246 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9897 | 2024-12-21T05:12:21.897Z | [ host-image] Dec 21 05:12:21.246 INFO O| Dec 21 05:12:21.246 INFO STEP 133 (remove_files) COMPLETE |
9898 | 2024-12-21T05:12:21.897Z | [ host-image] Dec 21 05:12:21.247 INFO O| Dec 21 05:12:21.247 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9899 | 2024-12-21T05:12:21.910Z | [ host-image] Dec 21 05:12:21.263 INFO O| Dec 21 05:12:21.263 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9900 | 2024-12-21T05:12:21.914Z | [ host-image] Dec 21 05:12:21.264 INFO O| Dec 21 05:12:21.264 INFO STEP 134 (remove_files) COMPLETE |
9901 | 2024-12-21T05:12:21.914Z | [ host-image] Dec 21 05:12:21.264 INFO O| Dec 21 05:12:21.264 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9902 | 2024-12-21T05:12:21.924Z | [ host-image] Dec 21 05:12:21.277 INFO O| Dec 21 05:12:21.277 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9903 | 2024-12-21T05:12:21.927Z | [ host-image] Dec 21 05:12:21.277 INFO O| Dec 21 05:12:21.277 INFO STEP 135 (remove_files) COMPLETE |
9904 | 2024-12-21T05:12:21.927Z | [ host-image] Dec 21 05:12:21.277 INFO O| Dec 21 05:12:21.277 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9905 | 2024-12-21T05:12:21.943Z | [ host-image] Dec 21 05:12:21.296 INFO O| Dec 21 05:12:21.296 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9906 | 2024-12-21T05:12:21.943Z | [ host-image] Dec 21 05:12:21.296 INFO O| Dec 21 05:12:21.296 INFO STEP 136 (remove_files) COMPLETE |
9907 | 2024-12-21T05:12:21.943Z | [ host-image] Dec 21 05:12:21.296 INFO O| Dec 21 05:12:21.296 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9908 | 2024-12-21T05:12:21.962Z | [ host-image] Dec 21 05:12:21.315 INFO O| Dec 21 05:12:21.315 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9909 | 2024-12-21T05:12:21.962Z | [ host-image] Dec 21 05:12:21.315 INFO O| Dec 21 05:12:21.315 INFO STEP 137 (remove_files) COMPLETE |
9910 | 2024-12-21T05:12:21.965Z | [ host-image] Dec 21 05:12:21.315 INFO O| Dec 21 05:12:21.315 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9911 | 2024-12-21T05:12:21.980Z | [ host-image] Dec 21 05:12:21.332 INFO O| Dec 21 05:12:21.332 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9912 | 2024-12-21T05:12:21.980Z | [ host-image] Dec 21 05:12:21.332 INFO O| Dec 21 05:12:21.332 INFO STEP 138 (remove_files) COMPLETE |
9913 | 2024-12-21T05:12:21.980Z | [ host-image] Dec 21 05:12:21.332 INFO O| Dec 21 05:12:21.332 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9914 | 2024-12-21T05:12:21.997Z | [ host-image] Dec 21 05:12:21.350 INFO O| Dec 21 05:12:21.350 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9915 | 2024-12-21T05:12:21.997Z | [ host-image] Dec 21 05:12:21.350 INFO O| Dec 21 05:12:21.350 INFO STEP 139 (remove_files) COMPLETE |
9916 | 2024-12-21T05:12:21.997Z | [ host-image] Dec 21 05:12:21.350 INFO O| Dec 21 05:12:21.350 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9917 | 2024-12-21T05:12:22.018Z | [ host-image] Dec 21 05:12:21.370 INFO O| Dec 21 05:12:21.370 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9918 | 2024-12-21T05:12:22.018Z | [ host-image] Dec 21 05:12:21.370 INFO O| Dec 21 05:12:21.370 INFO STEP 140 (remove_files) COMPLETE |
9919 | 2024-12-21T05:12:22.018Z | [ host-image] Dec 21 05:12:21.370 INFO O| Dec 21 05:12:21.370 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9920 | 2024-12-21T05:12:22.039Z | [ host-image] Dec 21 05:12:21.392 INFO O| Dec 21 05:12:21.392 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9921 | 2024-12-21T05:12:22.039Z | [ host-image] Dec 21 05:12:21.392 INFO O| Dec 21 05:12:21.392 INFO STEP 141 (remove_files) COMPLETE |
9922 | 2024-12-21T05:12:22.039Z | [ host-image] Dec 21 05:12:21.392 INFO O| Dec 21 05:12:21.392 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9923 | 2024-12-21T05:12:22.057Z | [ host-image] Dec 21 05:12:21.409 INFO O| Dec 21 05:12:21.409 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9924 | 2024-12-21T05:12:22.057Z | [ host-image] Dec 21 05:12:21.410 INFO O| Dec 21 05:12:21.410 INFO STEP 142 (remove_files) COMPLETE |
9925 | 2024-12-21T05:12:22.057Z | [ host-image] Dec 21 05:12:21.410 INFO O| Dec 21 05:12:21.410 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9926 | 2024-12-21T05:12:22.074Z | [ host-image] Dec 21 05:12:21.426 INFO O| Dec 21 05:12:21.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9927 | 2024-12-21T05:12:22.074Z | [ host-image] Dec 21 05:12:21.426 INFO O| Dec 21 05:12:21.426 INFO STEP 143 (remove_files) COMPLETE |
9928 | 2024-12-21T05:12:22.074Z | [ host-image] Dec 21 05:12:21.426 INFO O| Dec 21 05:12:21.426 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9929 | 2024-12-21T05:12:22.091Z | [ host-image] Dec 21 05:12:21.444 INFO O| Dec 21 05:12:21.444 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9930 | 2024-12-21T05:12:22.091Z | [ host-image] Dec 21 05:12:21.444 INFO O| Dec 21 05:12:21.444 INFO STEP 144 (remove_files) COMPLETE |
9931 | 2024-12-21T05:12:22.091Z | [ host-image] Dec 21 05:12:21.444 INFO O| Dec 21 05:12:21.444 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9932 | 2024-12-21T05:12:22.110Z | [ host-image] Dec 21 05:12:21.462 INFO O| Dec 21 05:12:21.462 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9933 | 2024-12-21T05:12:22.110Z | [ host-image] Dec 21 05:12:21.462 INFO O| Dec 21 05:12:21.462 INFO STEP 145 (remove_files) COMPLETE |
9934 | 2024-12-21T05:12:22.110Z | [ host-image] Dec 21 05:12:21.462 INFO O| Dec 21 05:12:21.462 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9935 | 2024-12-21T05:12:22.126Z | [ host-image] Dec 21 05:12:21.479 INFO O| Dec 21 05:12:21.478 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9936 | 2024-12-21T05:12:22.126Z | [ host-image] Dec 21 05:12:21.479 INFO O| Dec 21 05:12:21.479 INFO STEP 146 (remove_files) COMPLETE |
9937 | 2024-12-21T05:12:22.129Z | [ host-image] Dec 21 05:12:21.479 INFO O| Dec 21 05:12:21.479 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9938 | 2024-12-21T05:12:22.146Z | [ host-image] Dec 21 05:12:21.498 INFO O| Dec 21 05:12:21.498 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9939 | 2024-12-21T05:12:22.146Z | [ host-image] Dec 21 05:12:21.498 INFO O| Dec 21 05:12:21.498 INFO STEP 147 (remove_files) COMPLETE |
9940 | 2024-12-21T05:12:22.146Z | [ host-image] Dec 21 05:12:21.498 INFO O| Dec 21 05:12:21.498 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9941 | 2024-12-21T05:12:22.164Z | [ host-image] Dec 21 05:12:21.516 INFO O| Dec 21 05:12:21.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9942 | 2024-12-21T05:12:22.164Z | [ host-image] Dec 21 05:12:21.516 INFO O| Dec 21 05:12:21.516 INFO STEP 148 (remove_files) COMPLETE |
9943 | 2024-12-21T05:12:22.168Z | [ host-image] Dec 21 05:12:21.516 INFO O| Dec 21 05:12:21.516 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9944 | 2024-12-21T05:12:22.182Z | [ host-image] Dec 21 05:12:21.535 INFO O| Dec 21 05:12:21.534 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9945 | 2024-12-21T05:12:22.182Z | [ host-image] Dec 21 05:12:21.535 INFO O| Dec 21 05:12:21.535 INFO STEP 149 (remove_files) COMPLETE |
9946 | 2024-12-21T05:12:22.182Z | [ host-image] Dec 21 05:12:21.535 INFO O| Dec 21 05:12:21.535 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9947 | 2024-12-21T05:12:22.200Z | [ host-image] Dec 21 05:12:21.553 INFO O| Dec 21 05:12:21.553 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9948 | 2024-12-21T05:12:22.203Z | [ host-image] Dec 21 05:12:21.553 INFO O| Dec 21 05:12:21.553 INFO STEP 150 (remove_files) COMPLETE |
9949 | 2024-12-21T05:12:22.203Z | [ host-image] Dec 21 05:12:21.553 INFO O| Dec 21 05:12:21.553 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9950 | 2024-12-21T05:12:22.219Z | [ host-image] Dec 21 05:12:21.571 INFO O| Dec 21 05:12:21.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9951 | 2024-12-21T05:12:22.219Z | [ host-image] Dec 21 05:12:21.571 INFO O| Dec 21 05:12:21.571 INFO STEP 151 (remove_files) COMPLETE |
9952 | 2024-12-21T05:12:22.219Z | [ host-image] Dec 21 05:12:21.571 INFO O| Dec 21 05:12:21.571 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9953 | 2024-12-21T05:12:22.237Z | [ host-image] Dec 21 05:12:21.589 INFO O| Dec 21 05:12:21.589 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9954 | 2024-12-21T05:12:22.240Z | [ host-image] Dec 21 05:12:21.590 INFO O| Dec 21 05:12:21.589 INFO STEP 152 (remove_files) COMPLETE |
9955 | 2024-12-21T05:12:22.240Z | [ host-image] Dec 21 05:12:21.590 INFO O| Dec 21 05:12:21.590 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9956 | 2024-12-21T05:12:22.254Z | [ host-image] Dec 21 05:12:21.607 INFO O| Dec 21 05:12:21.607 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9957 | 2024-12-21T05:12:22.254Z | [ host-image] Dec 21 05:12:21.607 INFO O| Dec 21 05:12:21.607 INFO STEP 153 (remove_files) COMPLETE |
9958 | 2024-12-21T05:12:22.257Z | [ host-image] Dec 21 05:12:21.607 INFO O| Dec 21 05:12:21.607 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9959 | 2024-12-21T05:12:22.273Z | [ host-image] Dec 21 05:12:21.626 INFO O| Dec 21 05:12:21.626 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9960 | 2024-12-21T05:12:22.277Z | [ host-image] Dec 21 05:12:21.626 INFO O| Dec 21 05:12:21.626 INFO STEP 154 (remove_files) COMPLETE |
9961 | 2024-12-21T05:12:22.277Z | [ host-image] Dec 21 05:12:21.626 INFO O| Dec 21 05:12:21.626 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9962 | 2024-12-21T05:12:22.293Z | [ host-image] Dec 21 05:12:21.646 INFO O| Dec 21 05:12:21.646 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9963 | 2024-12-21T05:12:22.293Z | [ host-image] Dec 21 05:12:21.646 INFO O| Dec 21 05:12:21.646 INFO STEP 155 (remove_files) COMPLETE |
9964 | 2024-12-21T05:12:22.293Z | [ host-image] Dec 21 05:12:21.646 INFO O| Dec 21 05:12:21.646 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9965 | 2024-12-21T05:12:22.312Z | [ host-image] Dec 21 05:12:21.664 INFO O| Dec 21 05:12:21.664 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9966 | 2024-12-21T05:12:22.312Z | [ host-image] Dec 21 05:12:21.665 INFO O| Dec 21 05:12:21.665 INFO STEP 156 (remove_files) COMPLETE |
9967 | 2024-12-21T05:12:22.315Z | [ host-image] Dec 21 05:12:21.665 INFO O| Dec 21 05:12:21.665 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9968 | 2024-12-21T05:12:22.331Z | [ host-image] Dec 21 05:12:21.684 INFO O| Dec 21 05:12:21.684 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9969 | 2024-12-21T05:12:22.334Z | [ host-image] Dec 21 05:12:21.684 INFO O| Dec 21 05:12:21.684 INFO STEP 157 (remove_files) COMPLETE |
9970 | 2024-12-21T05:12:22.335Z | [ host-image] Dec 21 05:12:21.684 INFO O| Dec 21 05:12:21.684 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9971 | 2024-12-21T05:12:22.360Z | [ host-image] Dec 21 05:12:21.713 INFO O| Dec 21 05:12:21.713 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9972 | 2024-12-21T05:12:22.364Z | [ host-image] Dec 21 05:12:21.714 INFO O| Dec 21 05:12:21.713 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9973 | 2024-12-21T05:12:35.206Z | [ host-image] Dec 21 05:12:34.558 INFO O| Dec 21 05:12:34.558 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 |
9974 | 2024-12-21T05:12:35.209Z | [ host-image] Dec 21 05:12:34.558 INFO O| Dec 21 05:12:34.558 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9975 | 2024-12-21T05:12:35.229Z | [ host-image] Dec 21 05:12:34.581 INFO O| Dec 21 05:12:34.581 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9976 | 2024-12-21T05:12:35.376Z | [ host-image] Dec 21 05:12:34.728 INFO O| Dec 21 05:12:34.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9977 | 2024-12-21T05:12:35.376Z | [ host-image] Dec 21 05:12:34.728 INFO O| Dec 21 05:12:34.728 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9978 | 2024-12-21T05:12:35.380Z | [ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9979 | 2024-12-21T05:12:35.380Z | [ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO ok! |
9980 | 2024-12-21T05:12:35.380Z | [ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9981 | 2024-12-21T05:12:35.380Z | [ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO STEP 158 (seed_smf) COMPLETE |
9982 | 2024-12-21T05:12:35.380Z | [ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO steps complete; finalising image! |
9983 | 2024-12-21T05:12:35.380Z | [ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9984 | 2024-12-21T05:12:35.589Z | [ host-image] Dec 21 05:12:34.941 INFO O| Dec 21 05:12:34.941 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 05:12:34 2024) |
9985 | 2024-12-21T05:12:35.802Z | [ host-image] Dec 21 05:12:35.154 INFO O| Dec 21 05:12:35.153 INFO trim TEMPORARY-gimlet-zfs: (50% trimmed, started at Sat Dec 21 05:12:34 2024) |
9986 | 2024-12-21T05:12:36.015Z | [ host-image] Dec 21 05:12:35.366 INFO O| Dec 21 05:12:35.366 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 21 05:12:34 2024) |
9987 | 2024-12-21T05:12:36.227Z | [ host-image] Dec 21 05:12:35.579 INFO O| Dec 21 05:12:35.579 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Sat Dec 21 05:12:34 2024) |
9988 | 2024-12-21T05:12:36.486Z | [ host-image] Dec 21 05:12:35.838 INFO O| Dec 21 05:12:35.838 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio |
9989 | 2024-12-21T05:12:36.486Z | [ host-image] Dec 21 05:12:35.838 INFO O| Dec 21 05:12:35.838 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9990 | 2024-12-21T05:12:37.173Z | [ host-image] Dec 21 05:12:36.525 INFO O| Dec 21 05:12:36.525 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9991 | 2024-12-21T05:12:37.173Z | [ host-image] Dec 21 05:12:36.525 INFO O| Dec 21 05:12:36.525 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9992 | 2024-12-21T05:12:38.858Z | [ host-image] Dec 21 05:12:38.209 INFO O| Dec 21 05:12:38.209 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9993 | 2024-12-21T05:12:38.858Z | [ host-image] Dec 21 05:12:38.209 INFO O| Dec 21 05:12:38.209 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9994 | 2024-12-21T05:12:38.861Z | [ host-image] Dec 21 05:12:38.209 INFO O| Dec 21 05:12:38.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9995 | 2024-12-21T05:12:38.861Z | [ host-image] Dec 21 05:12:38.209 INFO O| Dec 21 05:12:38.209 INFO completed processing gimlet/zfs |
9996 | 2024-12-21T05:12:38.861Z | [ host-image] Dec 21 05:12:38.210 INFO O| Dec 21 05:12:38.210 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9997 | 2024-12-21T05:12:47.480Z | [ host-image] Dec 21 05:12:46.831 INFO O| Dec 21 05:12:46.831 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9998 | 2024-12-21T05:12:47.635Z | [ host-image] Dec 21 05:12:46.986 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9999 | 2024-12-21T05:12:47.635Z | [ host-image] Dec 21 05:12:46.986 INFO expanded image name: "ci 7b95f64/${os_short_commit} 2024-12-21 04:35" -> "ci 7b95f64/37a4469 2024-12-21 04:35" |
10000 | 2024-12-21T05:12:47.637Z | [ host-image] Dec 21 05:12:46.986 INFO output artefacts stored in: "/work/os-host" |
10001 | 2024-12-21T05:12:47.637Z | [ host-image] Dec 21 05:12:46.986 INFO collecting git info from project "chelsio-t6-roms"... |
10002 | 2024-12-21T05:12:47.643Z | [ host-image] Dec 21 05:12:46.994 INFO collecting git info from project "amd-firmware"... |
10003 | 2024-12-21T05:12:47.658Z | [ host-image] Dec 21 05:12:47.009 INFO collecting git info from project "phbl"... |
10004 | 2024-12-21T05:12:47.666Z | [ host-image] Dec 21 05:12:47.017 INFO collecting git info from project "pinprick"... |
10005 | 2024-12-21T05:12:47.673Z | [ host-image] Dec 21 05:12:47.024 INFO collecting git info from project "bootserver"... |
10006 | 2024-12-21T05:12:47.680Z | [ host-image] Dec 21 05:12:47.031 INFO collecting git info from project "pilot"... |
10007 | 2024-12-21T05:12:47.707Z | [ host-image] Dec 21 05:12:47.058 INFO collecting git info from project "image-builder"... |
10008 | 2024-12-21T05:12:47.740Z | [ host-image] Dec 21 05:12:47.091 INFO collecting git info from project "amd-host-image-builder"... |
10009 | 2024-12-21T05:12:47.769Z | [ host-image] Dec 21 05:12:47.119 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
10010 | 2024-12-21T05:12:48.924Z | [ host-image] Dec 21 05:12:48.275 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
10011 | 2024-12-21T05:12:49.584Z | [ host-image] Dec 21 05:12:48.935 INFO creating Oxide boot image... |
10012 | 2024-12-21T05:12:49.584Z | [ host-image] Dec 21 05:12:48.935 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 7b95f64/37a4469 2024-12-21 04:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
10013 | 2024-12-21T05:12:50.948Z | [ host-image] Dec 21 05:12:50.299 INFO O| ok, image written! |
10014 | 2024-12-21T05:12:50.948Z | [ host-image] Dec 21 05:12:50.299 INFO O| ok, boot_image_csum file written! |
10015 | 2024-12-21T05:12:50.952Z | [ host-image] Dec 21 05:12:50.303 INFO creating boot archive (CPIO)... |
10016 | 2024-12-21T05:12:50.952Z | [ host-image] Dec 21 05:12:50.303 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 |
10017 | 2024-12-21T05:12:50.963Z | [ host-image] Dec 21 05:12:50.313 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
10018 | 2024-12-21T05:12:50.963Z | [ host-image] Dec 21 05:12:50.313 INFO E| + outfile=/work/os-host/cpio |
10019 | 2024-12-21T05:12:50.965Z | [ host-image] Dec 21 05:12:50.313 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
10020 | 2024-12-21T05:12:50.965Z | [ host-image] Dec 21 05:12:50.316 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
10021 | 2024-12-21T05:12:50.965Z | [ host-image] Dec 21 05:12:50.316 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
10022 | 2024-12-21T05:12:51.020Z | [ host-image] Dec 21 05:12:50.370 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
10023 | 2024-12-21T05:12:51.020Z | [ host-image] Dec 21 05:12:50.371 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
10024 | 2024-12-21T05:12:51.030Z | [ host-image] Dec 21 05:12:50.381 INFO creating compressed cpio/unix for nanobl-rs... |
10025 | 2024-12-21T05:12:51.030Z | [ host-image] Dec 21 05:12:50.381 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 |
10026 | 2024-12-21T05:12:51.432Z | [ host-image] Dec 21 05:12:50.782 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
10027 | 2024-12-21T05:12:57.546Z | [ host-image] Dec 21 05:12:56.896 INFO creating reset image... |
10028 | 2024-12-21T05:12:57.549Z | [ host-image] Dec 21 05:12:56.896 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10029 | 2024-12-21T05:12:57.712Z | [ host-image] Dec 21 05:12:57.062 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
10030 | 2024-12-21T05:12:57.757Z | [ host-image] Dec 21 05:12:57.107 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10031 | 2024-12-21T05:12:58.131Z | [ host-image] Dec 21 05:12:57.235 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10032 | 2024-12-21T05:13:01.888Z | [ host-image] Dec 21 05:13:01.237 INFO E| Finished `release` profile [optimized] target(s) in 4.10s |
10033 | 2024-12-21T05:13:01.903Z | [ host-image] Dec 21 05:13:01.253 INFO building host image... |
10034 | 2024-12-21T05:13:01.906Z | [ host-image] Dec 21 05:13:01.253 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") |
10035 | 2024-12-21T05:13:02.828Z | [ host-image] Dec 21 05:13:02.178 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10036 | 2024-12-21T05:13:20.115Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 03s |
10037 | 2024-12-21T05:13:20.530Z | Dec 21 05:13:19.878 INFO [verify-libraries] process exited with exit status: 0 (907.725044887s) |
10038 | 2024-12-21T05:13:54.916Z | [ host-image] Dec 21 05:13:54.261 INFO image complete! materials are in "/work/os-host" |
10039 | 2024-12-21T05:13:54.920Z | [ host-image] |
10040 | 2024-12-21T05:13:54.920Z | [ host-image] real 16:23.888216845 |
10041 | 2024-12-21T05:13:54.920Z | [ host-image] user 6:32.798612034 |
10042 | 2024-12-21T05:13:54.920Z | [ host-image] sys 1:09.413246333 |
10043 | 2024-12-21T05:13:54.920Z | [ host-image] trap 0.318203395 |
10044 | 2024-12-21T05:13:54.920Z | [ host-image] tflt 0.128534034 |
10045 | 2024-12-21T05:13:54.920Z | [ host-image] dflt 0.222534987 |
10046 | 2024-12-21T05:13:54.920Z | [ host-image] kflt 0.138180648 |
10047 | 2024-12-21T05:13:54.920Z | [ host-image] lock 11:12.887907519 |
10048 | 2024-12-21T05:13:54.920Z | [ host-image] slp 1:33:31.080613404 |
10049 | 2024-12-21T05:13:54.920Z | [ host-image] lat 2:51.712812465 |
10050 | 2024-12-21T05:13:54.920Z | [ host-image] stop 0.799116720 |
10051 | 2024-12-21T05:13:54.923Z | Dec 21 05:13:54.265 INFO [host-image] process exited with exit status: 0 (983.905192667s) |
10052 | 2024-12-21T05:13:54.923Z | Dec 21 05:13:54.265 INFO [tuf-repo] running task |
10053 | 2024-12-21T05:14:02.640Z | Dec 21 05:14:01.984 INFO assembling repository in `/tmp/tufaceousp48Lix`, component: OmicronRepoAssembler |
10054 | 2024-12-21T05:14:07.782Z | Dec 21 05:14:07.125 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10055 | 2024-12-21T05:14:08.155Z | Dec 21 05:14:07.496 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10056 | 2024-12-21T05:14:21.047Z | Dec 21 05:14:20.377 INFO [tuf-repo] task succeeded (26.112348091s) |
10057 | 2024-12-21T05:14:21.047Z | Dec 21 05:14:20.377 INFO all jobs completed in 2345.700841238s |
10058 | 2024-12-21T05:14:21.637Z | process exited: duration 3113972 ms, exit code 0 |
|
10059 | 2024-12-21T05:14:21.664Z | found 33 output files |
10060 | 2024-12-21T05:14:21.673Z | uploading: /work/manifest.toml (8404 bytes) |
10061 | 2024-12-21T05:14:22.692Z | uploaded: /work/manifest.toml |
10062 | 2024-12-21T05:14:22.692Z | uploading: /work/repo.zip (1957888954 bytes) |
10063 | 2024-12-21T05:15:57.666Z | uploaded: /work/repo.zip |
10064 | 2024-12-21T05:15:57.666Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10065 | 2024-12-21T05:15:58.714Z | uploaded: /work/repo.zip.sha256.txt |
10066 | 2024-12-21T05:15:58.714Z | uploading: /work/helios-setup.log (66237 bytes) |
10067 | 2024-12-21T05:15:59.727Z | uploaded: /work/helios-setup.log |
10068 | 2024-12-21T05:15:59.727Z | uploading: /work/host-image.log (201260 bytes) |
10069 | 2024-12-21T05:16:00.743Z | uploaded: /work/host-image.log |
10070 | 2024-12-21T05:16:00.743Z | uploading: /work/host-package.log (22623 bytes) |
10071 | 2024-12-21T05:16:01.753Z | uploaded: /work/host-package.log |
10072 | 2024-12-21T05:16:01.753Z | uploading: /work/host-target.log (101 bytes) |
10073 | 2024-12-21T05:16:02.761Z | uploaded: /work/host-target.log |
10074 | 2024-12-21T05:16:02.761Z | uploading: /work/omicron-package.log (5666 bytes) |
10075 | 2024-12-21T05:16:03.770Z | uploaded: /work/omicron-package.log |
10076 | 2024-12-21T05:16:03.770Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10077 | 2024-12-21T05:16:04.782Z | uploaded: /work/phbl-toolchain.log |
10078 | 2024-12-21T05:16:04.782Z | uploading: /work/recovery-image.log (595786 bytes) |
10079 | 2024-12-21T05:16:05.804Z | uploaded: /work/recovery-image.log |
10080 | 2024-12-21T05:16:05.804Z | uploading: /work/recovery-package.log (1661 bytes) |
10081 | 2024-12-21T05:16:06.812Z | uploaded: /work/recovery-package.log |
10082 | 2024-12-21T05:16:06.812Z | uploading: /work/recovery-target.log (98 bytes) |
10083 | 2024-12-21T05:16:07.821Z | uploaded: /work/recovery-target.log |
10084 | 2024-12-21T05:16:07.824Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10085 | 2024-12-21T05:16:08.832Z | uploaded: /work/stamp-clickhouse.log |
10086 | 2024-12-21T05:16:08.832Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10087 | 2024-12-21T05:16:09.839Z | uploaded: /work/stamp-clickhouse_keeper.log |
10088 | 2024-12-21T05:16:09.839Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10089 | 2024-12-21T05:16:10.849Z | uploaded: /work/stamp-cockroachdb.log |
10090 | 2024-12-21T05:16:10.849Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10091 | 2024-12-21T05:16:11.858Z | uploaded: /work/stamp-crucible-dtrace.log |
10092 | 2024-12-21T05:16:11.858Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10093 | 2024-12-21T05:16:12.867Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10094 | 2024-12-21T05:16:12.869Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10095 | 2024-12-21T05:16:13.881Z | uploaded: /work/stamp-crucible-zone.log |
10096 | 2024-12-21T05:16:13.881Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10097 | 2024-12-21T05:16:14.892Z | uploaded: /work/stamp-external-dns.log |
10098 | 2024-12-21T05:16:14.892Z | uploading: /work/stamp-installinator.log (103 bytes) |
10099 | 2024-12-21T05:16:15.901Z | uploaded: /work/stamp-installinator.log |
10100 | 2024-12-21T05:16:15.904Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10101 | 2024-12-21T05:16:16.913Z | uploaded: /work/stamp-internal-dns.log |
10102 | 2024-12-21T05:16:16.913Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10103 | 2024-12-21T05:16:17.922Z | uploaded: /work/stamp-mg-ddm-gz.log |
10104 | 2024-12-21T05:16:17.922Z | uploading: /work/stamp-nexus.log (112 bytes) |
10105 | 2024-12-21T05:16:18.931Z | uploaded: /work/stamp-nexus.log |
10106 | 2024-12-21T05:16:18.931Z | uploading: /work/stamp-ntp.log (110 bytes) |
10107 | 2024-12-21T05:16:19.991Z | uploaded: /work/stamp-ntp.log |
10108 | 2024-12-21T05:16:19.991Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10109 | 2024-12-21T05:16:21.025Z | uploaded: /work/stamp-omicron-sled-agent.log |
10110 | 2024-12-21T05:16:21.025Z | uploading: /work/stamp-overlay.log (114 bytes) |
10111 | 2024-12-21T05:16:22.050Z | uploaded: /work/stamp-overlay.log |
10112 | 2024-12-21T05:16:22.050Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10113 | 2024-12-21T05:16:23.061Z | uploaded: /work/stamp-oximeter.log |
10114 | 2024-12-21T05:16:23.062Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10115 | 2024-12-21T05:16:24.071Z | uploaded: /work/stamp-oxlog.log |
10116 | 2024-12-21T05:16:24.071Z | uploading: /work/stamp-probe.log (112 bytes) |
10117 | 2024-12-21T05:16:25.083Z | uploaded: /work/stamp-probe.log |
10118 | 2024-12-21T05:16:25.083Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10119 | 2024-12-21T05:16:26.093Z | uploaded: /work/stamp-propolis-server.log |
10120 | 2024-12-21T05:16:26.097Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10121 | 2024-12-21T05:16:27.104Z | uploaded: /work/stamp-pumpkind-gz.log |
10122 | 2024-12-21T05:16:27.104Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10123 | 2024-12-21T05:16:28.115Z | uploaded: /work/stamp-switch-asic.log |
10124 | 2024-12-21T05:16:28.116Z | uploading: /work/verify-libraries.log (5939 bytes) |
10125 | 2024-12-21T05:16:29.125Z | uploaded: /work/verify-libraries.log |