|
|
|
1 | 2024-12-02T16:00:25.251Z | job assigned to worker 01JE41HRDWPZF8PXVQQJHJXNBW [factory aws, i-0ba90b5498ff79970] (queued for 1 m 10 s) |
|
2 | 2024-12-02T16:00:33.147Z | starting task 0: "setup" |
3 | 2024-12-02T16:00:33.157Z | ++ uname -s |
4 | 2024-12-02T16:00:33.159Z | + kern=SunOS |
5 | 2024-12-02T16:00:33.159Z | + case "$kern" in |
6 | 2024-12-02T16:00:33.159Z | + groupadd -g 12345 build |
7 | 2024-12-02T16:00:33.162Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T16:00:35.167Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T16:00:35.247Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T16:00:35.250Z | + home_fs=zfs |
11 | 2024-12-02T16:00:35.250Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T16:00:35.250Z | + mkdir -p /home/build |
13 | 2024-12-02T16:00:35.252Z | + chown build:build /home/build /work |
14 | 2024-12-02T16:00:37.253Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T16:00:37.256Z | process exited: duration 4108 ms, exit code 0 |
|
16 | 2024-12-02T16:00:37.261Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T16:00:37.266Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T16:00:37.266Z | ' 1.81.0 |
19 | 2024-12-02T16:00:37.266Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-02T16:00:37.266Z | * toolchain channel = "1.81.0" |
21 | 2024-12-02T16:00:37.266Z | ' default |
22 | 2024-12-02T16:00:37.266Z | * toolchain profile = "default" |
23 | 2024-12-02T16:00:37.275Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T16:00:37.275Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-02T16:00:37.389Z | info: downloading installer |
26 | 2024-12-02T16:00:39.048Z | info: profile set to 'default' |
27 | 2024-12-02T16:00:39.048Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T16:00:39.050Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-02T16:00:39.199Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-02T16:00:39.200Z | info: downloading component 'cargo' |
31 | 2024-12-02T16:00:40.034Z | info: downloading component 'clippy' |
32 | 2024-12-02T16:00:40.345Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T16:00:41.510Z | info: downloading component 'rust-std' |
34 | 2024-12-02T16:00:43.319Z | info: downloading component 'rustc' |
35 | 2024-12-02T16:00:49.792Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T16:00:50.043Z | info: installing component 'cargo' |
37 | 2024-12-02T16:00:50.849Z | info: installing component 'clippy' |
38 | 2024-12-02T16:00:51.204Z | info: installing component 'rust-docs' |
39 | 2024-12-02T16:00:52.826Z | info: installing component 'rust-std' |
40 | 2024-12-02T16:00:54.464Z | info: installing component 'rustc' |
41 | 2024-12-02T16:00:59.955Z | info: installing component 'rustfmt' |
42 | 2024-12-02T16:01:00.278Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-02T16:01:00.278Z | |
44 | 2024-12-02T16:01:00.637Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-02T16:01:00.637Z | |
46 | 2024-12-02T16:01:00.640Z | |
47 | 2024-12-02T16:01:00.640Z | Rust is installed now. Great! |
48 | 2024-12-02T16:01:00.640Z | |
49 | 2024-12-02T16:01:00.640Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T16:01:00.640Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T16:01:00.640Z | |
52 | 2024-12-02T16:01:00.640Z | To configure your current shell, you need to source |
53 | 2024-12-02T16:01:00.640Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T16:01:00.640Z | |
55 | 2024-12-02T16:01:00.640Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T16:01:00.640Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T16:01:00.640Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T16:01:00.708Z | + rustc --version |
59 | 2024-12-02T16:01:00.769Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-02T16:01:00.772Z | process exited: duration 23508 ms, exit code 0 |
|
61 | 2024-12-02T16:01:00.776Z | starting task 2: "authentication" |
62 | 2024-12-02T16:01:00.797Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-02T16:01:00.803Z | starting task 3: "clone repository" |
64 | 2024-12-02T16:01:00.806Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-02T16:01:00.809Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-02T16:01:01.548Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-02T16:01:08.720Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-02T16:01:08.721Z | + git fetch origin 86522dc9102036feccd3de257415fc594cbc98e1 |
69 | 2024-12-02T16:01:09.039Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-02T16:01:09.039Z | * branch 86522dc9102036feccd3de257415fc594cbc98e1 -> FETCH_HEAD |
71 | 2024-12-02T16:01:09.048Z | + [[ -n john/fix-oximeter-refresh-stops-on-failure ]] |
72 | 2024-12-02T16:01:09.050Z | ++ git branch --show-current |
73 | 2024-12-02T16:01:09.052Z | + current=main |
74 | 2024-12-02T16:01:09.052Z | + [[ main != john/fix-oximeter-refresh-stops-on-failure ]] |
75 | 2024-12-02T16:01:09.052Z | + git branch -f john/fix-oximeter-refresh-stops-on-failure 86522dc9102036feccd3de257415fc594cbc98e1 |
76 | 2024-12-02T16:01:09.055Z | + git checkout -f john/fix-oximeter-refresh-stops-on-failure |
77 | 2024-12-02T16:01:09.227Z | Switched to branch 'john/fix-oximeter-refresh-stops-on-failure' |
78 | 2024-12-02T16:01:09.229Z | + git reset --hard 86522dc9102036feccd3de257415fc594cbc98e1 |
79 | 2024-12-02T16:01:09.394Z | HEAD is now at 86522dc91 use slog-error-chain to get more details on errors |
80 | 2024-12-02T16:01:09.396Z | process exited: duration 8592 ms, exit code 0 |
|
81 | 2024-12-02T16:01:09.403Z | starting task 4: "build" |
82 | 2024-12-02T16:01:09.406Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-02T16:01:09.409Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-02T16:01:09.409Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-02T16:01:09.410Z | + cargo --version |
86 | 2024-12-02T16:01:09.455Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-02T16:01:09.458Z | + rustc --version |
88 | 2024-12-02T16:01:09.517Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-02T16:01:09.520Z | + cargo tree --locked |
90 | 2024-12-02T16:01:09.770Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-02T16:01:10.051Z | Updating crates.io index |
92 | 2024-12-02T16:01:10.053Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-02T16:01:10.735Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-02T16:01:11.140Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-02T16:01:11.415Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-02T16:01:11.718Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-02T16:01:12.536Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-02T16:01:15.115Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-02T16:01:16.409Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-02T16:01:17.247Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-02T16:01:17.540Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-02T16:01:17.983Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-02T16:01:18.723Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-02T16:01:18.996Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-02T16:01:19.469Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-02T16:01:19.702Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-02T16:01:20.009Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-02T16:01:20.291Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-02T16:01:20.575Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-02T16:01:20.877Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-02T16:01:21.287Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-02T16:01:21.587Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-02T16:01:22.087Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-02T16:01:22.628Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-02T16:01:23.138Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-02T16:01:23.527Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-02T16:01:23.885Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-02T16:01:24.153Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-02T16:01:24.452Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-02T16:01:26.090Z | Downloading crates ... |
121 | 2024-12-02T16:01:26.232Z | Downloaded ciborium v0.2.2 |
122 | 2024-12-02T16:01:26.240Z | Downloaded event-listener v5.3.1 |
123 | 2024-12-02T16:01:26.242Z | Downloaded escape8259 v0.5.3 |
124 | 2024-12-02T16:01:26.248Z | Downloaded event-listener-strategy v0.5.2 |
125 | 2024-12-02T16:01:26.251Z | Downloaded errno v0.3.9 |
126 | 2024-12-02T16:01:26.253Z | Downloaded addr2line v0.24.2 |
127 | 2024-12-02T16:01:26.256Z | Downloaded fancy-regex v0.13.0 |
128 | 2024-12-02T16:01:26.259Z | Downloaded adler2 v2.0.0 |
129 | 2024-12-02T16:01:26.261Z | Downloaded fallible-iterator v0.3.0 |
130 | 2024-12-02T16:01:26.264Z | Downloaded event-listener v2.5.3 |
131 | 2024-12-02T16:01:26.264Z | Downloaded fallible-iterator v0.2.0 |
132 | 2024-12-02T16:01:26.266Z | Downloaded expectorate v1.1.0 |
133 | 2024-12-02T16:01:26.268Z | Downloaded aes v0.8.4 |
134 | 2024-12-02T16:01:26.271Z | Downloaded aead v0.5.2 |
135 | 2024-12-02T16:01:26.274Z | Downloaded allocator-api2 v0.2.18 |
136 | 2024-12-02T16:01:26.278Z | Downloaded ahash v0.8.11 |
137 | 2024-12-02T16:01:26.281Z | Downloaded fd-lock v4.0.2 |
138 | 2024-12-02T16:01:26.283Z | Downloaded async-bb8-diesel v0.2.1 |
139 | 2024-12-02T16:01:26.286Z | Downloaded fastrand v2.1.1 |
140 | 2024-12-02T16:01:26.288Z | Downloaded fatfs v0.3.6 |
141 | 2024-12-02T16:01:26.292Z | Downloaded flate2 v1.0.34 |
142 | 2024-12-02T16:01:26.298Z | Downloaded fragile v2.0.0 |
143 | 2024-12-02T16:01:26.301Z | Downloaded fnv v1.0.7 |
144 | 2024-12-02T16:01:26.303Z | Downloaded float-ord v0.3.2 |
145 | 2024-12-02T16:01:26.303Z | Downloaded fixedbitset v0.4.2 |
146 | 2024-12-02T16:01:26.305Z | Downloaded foreign-types v0.5.0 |
147 | 2024-12-02T16:01:26.307Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2024-12-02T16:01:26.310Z | Downloaded foreign-types-macros v0.2.3 |
149 | 2024-12-02T16:01:26.310Z | Downloaded async-stream-impl v0.3.6 |
150 | 2024-12-02T16:01:26.310Z | Downloaded async-process v2.3.0 |
151 | 2024-12-02T16:01:26.313Z | Downloaded atty v0.2.14 |
152 | 2024-12-02T16:01:26.316Z | Downloaded ascii-canvas v3.0.0 |
153 | 2024-12-02T16:01:26.316Z | Downloaded async-executor v1.13.1 |
154 | 2024-12-02T16:01:26.319Z | Downloaded flagset v0.4.6 |
155 | 2024-12-02T16:01:26.322Z | Downloaded atomicwrites v0.4.4 |
156 | 2024-12-02T16:01:26.322Z | Downloaded anstyle-parse v0.2.5 |
157 | 2024-12-02T16:01:26.325Z | Downloaded ghash v0.5.1 |
158 | 2024-12-02T16:01:26.327Z | Downloaded fxhash v0.2.1 |
159 | 2024-12-02T16:01:26.330Z | Downloaded async-global-executor v2.4.1 |
160 | 2024-12-02T16:01:26.330Z | Downloaded async-attributes v1.1.2 |
161 | 2024-12-02T16:01:26.332Z | Downloaded anstyle v1.0.10 |
162 | 2024-12-02T16:01:26.335Z | Downloaded futures-util v0.3.31 |
163 | 2024-12-02T16:01:26.347Z | Downloaded http-body v1.0.1 |
164 | 2024-12-02T16:01:26.350Z | Downloaded async-object-pool v0.1.5 |
165 | 2024-12-02T16:01:26.353Z | Downloaded async-lock v3.4.0 |
166 | 2024-12-02T16:01:26.353Z | Downloaded array-init v0.0.4 |
167 | 2024-12-02T16:01:26.353Z | Downloaded headers-core v0.3.0 |
168 | 2024-12-02T16:01:26.355Z | Downloaded bit-vec v0.6.3 |
169 | 2024-12-02T16:01:26.357Z | Downloaded glob v0.3.1 |
170 | 2024-12-02T16:01:26.357Z | Downloaded anstream v0.6.15 |
171 | 2024-12-02T16:01:26.360Z | Downloaded group v0.13.0 |
172 | 2024-12-02T16:01:26.363Z | Downloaded chrono-tz-build v0.4.0 |
173 | 2024-12-02T16:01:26.365Z | Downloaded bb8 v0.8.5 |
174 | 2024-12-02T16:01:26.365Z | Downloaded gethostname v0.5.0 |
175 | 2024-12-02T16:01:26.368Z | Downloaded generic-array v0.14.7 |
176 | 2024-12-02T16:01:26.370Z | Downloaded castaway v0.2.3 |
177 | 2024-12-02T16:01:26.370Z | Downloaded http-range v0.1.5 |
178 | 2024-12-02T16:01:26.373Z | Downloaded cfg_aliases v0.1.1 |
179 | 2024-12-02T16:01:26.373Z | Downloaded cast v0.3.0 |
180 | 2024-12-02T16:01:26.375Z | Downloaded hubpack_derive v0.1.1 |
181 | 2024-12-02T16:01:26.375Z | Downloaded opaque-debug v0.3.1 |
182 | 2024-12-02T16:01:26.378Z | Downloaded progenitor-client v0.8.0 |
183 | 2024-12-02T16:01:26.378Z | Downloaded cassowary v0.3.0 |
184 | 2024-12-02T16:01:26.381Z | Downloaded bitfield v0.14.0 |
185 | 2024-12-02T16:01:26.381Z | Downloaded heck v0.5.0 |
186 | 2024-12-02T16:01:26.384Z | Downloaded cargo_metadata v0.18.1 |
187 | 2024-12-02T16:01:26.386Z | Downloaded num_threads v0.1.7 |
188 | 2024-12-02T16:01:26.388Z | Downloaded buf-list v1.0.3 |
189 | 2024-12-02T16:01:26.388Z | Downloaded atomic-waker v1.1.2 |
190 | 2024-12-02T16:01:26.391Z | Downloaded cfg-if v1.0.0 |
191 | 2024-12-02T16:01:26.393Z | Downloaded path-slash v0.1.5 |
192 | 2024-12-02T16:01:26.396Z | Downloaded humantime v2.1.0 |
193 | 2024-12-02T16:01:26.396Z | Downloaded http-body-util v0.1.2 |
194 | 2024-12-02T16:01:26.399Z | Downloaded blocking v1.6.1 |
195 | 2024-12-02T16:01:26.401Z | Downloaded hashlink v0.9.1 |
196 | 2024-12-02T16:01:26.403Z | Downloaded getrandom v0.2.15 |
197 | 2024-12-02T16:01:26.406Z | Downloaded globset v0.4.15 |
198 | 2024-12-02T16:01:26.409Z | Downloaded sigpipe v0.1.3 |
199 | 2024-12-02T16:01:26.409Z | Downloaded pretty-hex v0.2.1 |
200 | 2024-12-02T16:01:26.411Z | Downloaded serde-big-array v0.5.1 |
201 | 2024-12-02T16:01:26.413Z | Downloaded home v0.5.9 |
202 | 2024-12-02T16:01:26.413Z | Downloaded futures-channel v0.3.31 |
203 | 2024-12-02T16:01:26.416Z | Downloaded cbc v0.1.2 |
204 | 2024-12-02T16:01:26.418Z | Downloaded hubpack v0.1.2 |
205 | 2024-12-02T16:01:26.420Z | Downloaded pem v3.0.4 |
206 | 2024-12-02T16:01:26.423Z | Downloaded psl-types v2.0.11 |
207 | 2024-12-02T16:01:26.423Z | Downloaded phf_codegen v0.11.2 |
208 | 2024-12-02T16:01:26.423Z | Downloaded async-trait v0.1.83 |
209 | 2024-12-02T16:01:26.426Z | Downloaded anyhow v1.0.93 |
210 | 2024-12-02T16:01:26.431Z | Downloaded progenitor-macro v0.8.0 |
211 | 2024-12-02T16:01:26.434Z | Downloaded camino v1.1.9 |
212 | 2024-12-02T16:01:26.436Z | Downloaded hash32 v0.3.1 |
213 | 2024-12-02T16:01:26.439Z | Downloaded take_mut v0.2.2 |
214 | 2024-12-02T16:01:26.439Z | Downloaded cancel-safe-futures v0.1.5 |
215 | 2024-12-02T16:01:26.441Z | Downloaded resolv-conf v0.7.0 |
216 | 2024-12-02T16:01:26.444Z | Downloaded hickory-client v0.24.1 |
217 | 2024-12-02T16:01:26.446Z | Downloaded parking v2.2.1 |
218 | 2024-12-02T16:01:26.449Z | Downloaded arc-swap v1.7.1 |
219 | 2024-12-02T16:01:26.452Z | Downloaded yoke-derive v0.7.4 |
220 | 2024-12-02T16:01:26.454Z | Downloaded httparse v1.9.5 |
221 | 2024-12-02T16:01:26.458Z | Downloaded ciborium-io v0.2.2 |
222 | 2024-12-02T16:01:26.460Z | Downloaded subtle v2.6.1 |
223 | 2024-12-02T16:01:26.460Z | Downloaded strsim v0.11.1 |
224 | 2024-12-02T16:01:26.462Z | Downloaded target-triple v0.1.3 |
225 | 2024-12-02T16:01:26.465Z | Downloaded blake2b_simd v1.0.2 |
226 | 2024-12-02T16:01:26.465Z | Downloaded powerfmt v0.2.0 |
227 | 2024-12-02T16:01:26.467Z | Downloaded pin-project-internal v1.1.6 |
228 | 2024-12-02T16:01:26.469Z | Downloaded base64ct v1.6.0 |
229 | 2024-12-02T16:01:26.472Z | Downloaded untrusted v0.7.1 |
230 | 2024-12-02T16:01:26.474Z | Downloaded predicates-core v1.0.8 |
231 | 2024-12-02T16:01:26.474Z | Downloaded highway v1.2.0 |
232 | 2024-12-02T16:01:26.477Z | Downloaded signature v2.2.0 |
233 | 2024-12-02T16:01:26.479Z | Downloaded bzip2 v0.4.4 |
234 | 2024-12-02T16:01:26.482Z | Downloaded cstr-argument v0.1.2 |
235 | 2024-12-02T16:01:26.482Z | Downloaded quick-error v1.2.3 |
236 | 2024-12-02T16:01:26.484Z | Downloaded rustls-native-certs v0.7.3 |
237 | 2024-12-02T16:01:26.486Z | Downloaded tinystr v0.7.6 |
238 | 2024-12-02T16:01:26.488Z | Downloaded sha2 v0.10.8 |
239 | 2024-12-02T16:01:26.491Z | Downloaded rustls-pemfile v1.0.4 |
240 | 2024-12-02T16:01:26.493Z | Downloaded tui-tree-widget v0.22.0 |
241 | 2024-12-02T16:01:26.496Z | Downloaded httptest v0.16.1 |
242 | 2024-12-02T16:01:26.499Z | Downloaded hmac v0.12.1 |
243 | 2024-12-02T16:01:26.501Z | Downloaded is_ci v1.2.0 |
244 | 2024-12-02T16:01:26.501Z | Downloaded dtrace-parser v0.2.0 |
245 | 2024-12-02T16:01:26.504Z | Downloaded which v4.4.2 |
246 | 2024-12-02T16:01:26.504Z | Downloaded derive_builder_macro v0.20.2 |
247 | 2024-12-02T16:01:26.506Z | Downloaded slog-stdlog v4.1.1 |
248 | 2024-12-02T16:01:26.509Z | Downloaded crc v3.2.1 |
249 | 2024-12-02T16:01:26.511Z | Downloaded structmeta v0.2.0 |
250 | 2024-12-02T16:01:26.513Z | Downloaded parking_lot v0.11.2 |
251 | 2024-12-02T16:01:26.516Z | Downloaded slog-scope v4.4.0 |
252 | 2024-12-02T16:01:26.516Z | Downloaded slog-async v2.8.0 |
253 | 2024-12-02T16:01:26.519Z | Downloaded progenitor-impl v0.8.0 |
254 | 2024-12-02T16:01:26.521Z | Downloaded dyn-clone v1.0.17 |
255 | 2024-12-02T16:01:26.524Z | Downloaded blake2 v0.10.6 |
256 | 2024-12-02T16:01:26.526Z | Downloaded match_cfg v0.1.0 |
257 | 2024-12-02T16:01:26.526Z | Downloaded nested v0.1.1 |
258 | 2024-12-02T16:01:26.528Z | Downloaded matches v0.1.10 |
259 | 2024-12-02T16:01:26.530Z | Downloaded target-spec v3.2.2 |
260 | 2024-12-02T16:01:26.532Z | Downloaded normalize-line-endings v0.3.0 |
261 | 2024-12-02T16:01:26.532Z | Downloaded tinytemplate v1.2.1 |
262 | 2024-12-02T16:01:26.535Z | Downloaded nodrop v0.1.14 |
263 | 2024-12-02T16:01:26.535Z | Downloaded untrusted v0.9.0 |
264 | 2024-12-02T16:01:26.537Z | Downloaded backtrace v0.3.74 |
265 | 2024-12-02T16:01:26.542Z | Downloaded hyper-rustls v0.26.0 |
266 | 2024-12-02T16:01:26.545Z | Downloaded zerovec-derive v0.10.3 |
267 | 2024-12-02T16:01:26.547Z | Downloaded tokio-tungstenite v0.24.0 |
268 | 2024-12-02T16:01:26.550Z | Downloaded cmake v0.1.51 |
269 | 2024-12-02T16:01:26.552Z | Downloaded clap_lex v0.7.2 |
270 | 2024-12-02T16:01:26.554Z | Downloaded whoami v1.5.2 |
271 | 2024-12-02T16:01:26.556Z | Downloaded rustls-pemfile v2.2.0 |
272 | 2024-12-02T16:01:26.558Z | Downloaded subprocess v0.2.9 |
273 | 2024-12-02T16:01:26.561Z | Downloaded ed25519 v2.2.3 |
274 | 2024-12-02T16:01:26.564Z | Downloaded dunce v1.0.5 |
275 | 2024-12-02T16:01:26.566Z | Downloaded russh-cryptovec v0.7.3 |
276 | 2024-12-02T16:01:26.568Z | Downloaded base64 v0.21.7 |
277 | 2024-12-02T16:01:26.571Z | Downloaded kv-log-macro v1.0.7 |
278 | 2024-12-02T16:01:26.573Z | Downloaded kstat-rs v0.2.4 |
279 | 2024-12-02T16:01:26.576Z | Downloaded oso v0.27.3 |
280 | 2024-12-02T16:01:26.578Z | Downloaded chacha20poly1305 v0.10.1 |
281 | 2024-12-02T16:01:26.580Z | Downloaded maplit v1.0.2 |
282 | 2024-12-02T16:01:26.583Z | Downloaded csv-core v0.1.11 |
283 | 2024-12-02T16:01:26.585Z | Downloaded idna_adapter v1.2.0 |
284 | 2024-12-02T16:01:26.585Z | Downloaded tinyvec v1.8.0 |
285 | 2024-12-02T16:01:26.588Z | Downloaded packed_struct v0.10.1 |
286 | 2024-12-02T16:01:26.590Z | Downloaded packed_struct_codegen v0.10.1 |
287 | 2024-12-02T16:01:26.592Z | Downloaded oorandom v11.1.4 |
288 | 2024-12-02T16:01:26.595Z | Downloaded lalrpop-util v0.19.12 |
289 | 2024-12-02T16:01:26.595Z | Downloaded piper v0.2.4 |
290 | 2024-12-02T16:01:26.597Z | Downloaded toml v0.8.19 |
291 | 2024-12-02T16:01:26.600Z | Downloaded tinyvec_macros v0.1.1 |
292 | 2024-12-02T16:01:26.602Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2024-12-02T16:01:26.602Z | Downloaded try-lock v0.2.5 |
294 | 2024-12-02T16:01:26.605Z | Downloaded toml v0.7.8 |
295 | 2024-12-02T16:01:26.608Z | Downloaded usdt-macro v0.5.0 |
296 | 2024-12-02T16:01:26.608Z | Downloaded plotters-backend v0.3.7 |
297 | 2024-12-02T16:01:26.610Z | Downloaded rand_xorshift v0.3.0 |
298 | 2024-12-02T16:01:26.612Z | Downloaded primeorder v0.13.6 |
299 | 2024-12-02T16:01:26.612Z | Downloaded derive_builder v0.20.2 |
300 | 2024-12-02T16:01:26.618Z | Downloaded heapless v0.7.17 |
301 | 2024-12-02T16:01:26.622Z | Downloaded rustc-hash v2.0.0 |
302 | 2024-12-02T16:01:26.624Z | Downloaded r2d2 v0.8.10 |
303 | 2024-12-02T16:01:26.627Z | Downloaded jobserver v0.1.32 |
304 | 2024-12-02T16:01:26.629Z | Downloaded serde_repr v0.1.19 |
305 | 2024-12-02T16:01:26.631Z | Downloaded darling_macro v0.20.10 |
306 | 2024-12-02T16:01:26.631Z | Downloaded rustc_version v0.4.1 |
307 | 2024-12-02T16:01:26.634Z | Downloaded ref-cast v1.0.23 |
308 | 2024-12-02T16:01:26.636Z | Downloaded convert_case v0.4.0 |
309 | 2024-12-02T16:01:26.639Z | Downloaded simd-adler32 v0.3.7 |
310 | 2024-12-02T16:01:26.641Z | Downloaded serde_regex v1.1.0 |
311 | 2024-12-02T16:01:26.641Z | Downloaded hickory-server v0.24.1 |
312 | 2024-12-02T16:01:26.647Z | Downloaded ssh-cipher v0.2.0 |
313 | 2024-12-02T16:01:26.650Z | Downloaded string_cache v0.8.7 |
314 | 2024-12-02T16:01:26.653Z | Downloaded postcard v1.0.10 |
315 | 2024-12-02T16:01:26.656Z | Downloaded dirs-next v2.0.0 |
316 | 2024-12-02T16:01:26.656Z | Downloaded smallvec v0.6.14 |
317 | 2024-12-02T16:01:26.659Z | Downloaded equivalent v1.0.1 |
318 | 2024-12-02T16:01:26.659Z | Downloaded derive_builder_core v0.20.2 |
319 | 2024-12-02T16:01:26.661Z | Downloaded pem-rfc7468 v0.7.0 |
320 | 2024-12-02T16:01:26.663Z | Downloaded password-hash v0.4.2 |
321 | 2024-12-02T16:01:26.665Z | Downloaded partial-io v0.5.4 |
322 | 2024-12-02T16:01:26.668Z | Downloaded mirai-annotations v1.12.0 |
323 | 2024-12-02T16:01:26.670Z | Downloaded rustc-demangle v0.1.24 |
324 | 2024-12-02T16:01:26.671Z | Downloaded openssl-probe v0.1.5 |
325 | 2024-12-02T16:01:26.673Z | Downloaded openssl-macros v0.1.1 |
326 | 2024-12-02T16:01:26.673Z | Downloaded thiserror v1.0.69 |
327 | 2024-12-02T16:01:26.678Z | Downloaded zerofrom-derive v0.1.4 |
328 | 2024-12-02T16:01:26.681Z | Downloaded usdt v0.5.0 |
329 | 2024-12-02T16:01:26.681Z | Downloaded zerocopy v0.6.6 |
330 | 2024-12-02T16:01:26.684Z | Downloaded xattr v1.3.1 |
331 | 2024-12-02T16:01:26.686Z | Downloaded wyz v0.5.1 |
332 | 2024-12-02T16:01:26.688Z | Downloaded tls_codec v0.4.1 |
333 | 2024-12-02T16:01:26.691Z | Downloaded rustc-hash v1.1.0 |
334 | 2024-12-02T16:01:26.694Z | Downloaded rust-argon2 v2.1.0 |
335 | 2024-12-02T16:01:26.694Z | Downloaded ecdsa v0.16.9 |
336 | 2024-12-02T16:01:26.696Z | Downloaded cc v1.1.30 |
337 | 2024-12-02T16:01:26.699Z | Downloaded oso-derive v0.27.3 |
338 | 2024-12-02T16:01:26.702Z | Downloaded term v0.7.0 |
339 | 2024-12-02T16:01:26.704Z | Downloaded shlex v1.3.0 |
340 | 2024-12-02T16:01:26.707Z | Downloaded zeroize_derive v1.4.2 |
341 | 2024-12-02T16:01:26.709Z | Downloaded debug-ignore v1.0.5 |
342 | 2024-12-02T16:01:26.709Z | Downloaded data-encoding v2.6.0 |
343 | 2024-12-02T16:01:26.712Z | Downloaded hashbrown v0.12.3 |
344 | 2024-12-02T16:01:26.716Z | Downloaded is_terminal_polyfill v1.70.1 |
345 | 2024-12-02T16:01:26.718Z | Downloaded is-terminal v0.4.13 |
346 | 2024-12-02T16:01:26.721Z | Downloaded sqlparser_derive v0.2.2 |
347 | 2024-12-02T16:01:26.721Z | Downloaded tar v0.4.42 |
348 | 2024-12-02T16:01:26.724Z | Downloaded sync_wrapper v1.0.1 |
349 | 2024-12-02T16:01:26.726Z | Downloaded strum_macros v0.24.3 |
350 | 2024-12-02T16:01:26.728Z | Downloaded num_enum v0.5.11 |
351 | 2024-12-02T16:01:26.732Z | Downloaded signal-hook-tokio v0.3.1 |
352 | 2024-12-02T16:01:26.734Z | Downloaded hickory-resolver v0.24.1 |
353 | 2024-12-02T16:01:26.738Z | Downloaded pin-utils v0.1.0 |
354 | 2024-12-02T16:01:26.740Z | Downloaded num v0.4.3 |
355 | 2024-12-02T16:01:26.743Z | Downloaded tower-service v0.3.3 |
356 | 2024-12-02T16:01:26.743Z | Downloaded lru-cache v0.1.2 |
357 | 2024-12-02T16:01:26.745Z | Downloaded env_logger v0.11.5 |
358 | 2024-12-02T16:01:26.747Z | Downloaded proc-macro-crate v3.2.0 |
359 | 2024-12-02T16:01:26.749Z | Downloaded scopeguard v1.2.0 |
360 | 2024-12-02T16:01:26.751Z | Downloaded salsa20 v0.10.2 |
361 | 2024-12-02T16:01:26.751Z | Downloaded rand_seeder v0.3.0 |
362 | 2024-12-02T16:01:26.755Z | Downloaded rand_chacha v0.3.1 |
363 | 2024-12-02T16:01:26.758Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-12-02T16:01:26.758Z | Downloaded tokio-rustls v0.26.0 |
365 | 2024-12-02T16:01:26.761Z | Downloaded want v0.3.1 |
366 | 2024-12-02T16:01:26.761Z | Downloaded textwrap v0.16.1 |
367 | 2024-12-02T16:01:26.764Z | Downloaded serde_path_to_error v0.1.16 |
368 | 2024-12-02T16:01:26.766Z | Downloaded phf v0.11.2 |
369 | 2024-12-02T16:01:26.769Z | Downloaded unicode-properties v0.1.3 |
370 | 2024-12-02T16:01:26.771Z | Downloaded trybuild v1.0.101 |
371 | 2024-12-02T16:01:26.774Z | Downloaded ssh-encoding v0.2.0 |
372 | 2024-12-02T16:01:26.777Z | Downloaded crossbeam-deque v0.8.5 |
373 | 2024-12-02T16:01:26.780Z | Downloaded once_cell v1.20.2 |
374 | 2024-12-02T16:01:26.783Z | Downloaded endian-type v0.1.2 |
375 | 2024-12-02T16:01:26.783Z | Downloaded dhcproto-macros v0.1.0 |
376 | 2024-12-02T16:01:26.783Z | Downloaded write16 v1.0.0 |
377 | 2024-12-02T16:01:26.785Z | Downloaded semver v0.1.20 |
378 | 2024-12-02T16:01:26.788Z | Downloaded russh-keys v0.45.0 |
379 | 2024-12-02T16:01:26.790Z | Downloaded polyval v0.6.2 |
380 | 2024-12-02T16:01:26.793Z | Downloaded pin-project-lite v0.2.14 |
381 | 2024-12-02T16:01:26.796Z | Downloaded postgres-protocol v0.6.7 |
382 | 2024-12-02T16:01:26.798Z | Downloaded similar-asserts v1.6.0 |
383 | 2024-12-02T16:01:26.801Z | Downloaded rand_core v0.6.4 |
384 | 2024-12-02T16:01:26.805Z | Downloaded num-conv v0.1.0 |
385 | 2024-12-02T16:01:26.805Z | Downloaded signal-hook-registry v1.4.2 |
386 | 2024-12-02T16:01:26.808Z | Downloaded url v2.5.3 |
387 | 2024-12-02T16:01:26.810Z | Downloaded threadpool v1.8.1 |
388 | 2024-12-02T16:01:26.810Z | Downloaded termcolor v1.4.1 |
389 | 2024-12-02T16:01:26.813Z | Downloaded unicode-truncate v1.1.0 |
390 | 2024-12-02T16:01:26.815Z | Downloaded litemap v0.7.3 |
391 | 2024-12-02T16:01:26.818Z | Downloaded writeable v0.5.5 |
392 | 2024-12-02T16:01:26.820Z | Downloaded phf_shared v0.10.0 |
393 | 2024-12-02T16:01:26.820Z | Downloaded cookie v0.18.1 |
394 | 2024-12-02T16:01:26.823Z | Downloaded ron v0.7.1 |
395 | 2024-12-02T16:01:26.828Z | Downloaded proc-macro-error v1.0.4 |
396 | 2024-12-02T16:01:26.831Z | Downloaded proc-macro-crate v1.3.1 |
397 | 2024-12-02T16:01:26.834Z | Downloaded serde_derive v1.0.215 |
398 | 2024-12-02T16:01:26.836Z | Downloaded omicron-zone-package v0.11.1 |
399 | 2024-12-02T16:01:26.839Z | Downloaded defmt-parser v0.3.4 |
400 | 2024-12-02T16:01:26.841Z | Downloaded indoc v2.0.5 |
401 | 2024-12-02T16:01:26.844Z | Downloaded thread_local v1.1.8 |
402 | 2024-12-02T16:01:26.847Z | Downloaded const_format_proc_macros v0.2.33 |
403 | 2024-12-02T16:01:26.850Z | Downloaded serde_plain v1.0.2 |
404 | 2024-12-02T16:01:26.850Z | Downloaded env_logger v0.10.2 |
405 | 2024-12-02T16:01:26.853Z | Downloaded tempfile v3.13.0 |
406 | 2024-12-02T16:01:26.856Z | Downloaded inout v0.1.3 |
407 | 2024-12-02T16:01:26.859Z | Downloaded indoc v1.0.9 |
408 | 2024-12-02T16:01:26.861Z | Downloaded impl-trait-for-tuples v0.2.2 |
409 | 2024-12-02T16:01:26.864Z | Downloaded managed v0.8.0 |
410 | 2024-12-02T16:01:26.866Z | Downloaded lru v0.12.5 |
411 | 2024-12-02T16:01:26.868Z | Downloaded vte_generate_state_changes v0.1.2 |
412 | 2024-12-02T16:01:26.868Z | Downloaded icu_properties v1.5.1 |
413 | 2024-12-02T16:01:26.871Z | Downloaded cipher v0.4.4 |
414 | 2024-12-02T16:01:26.873Z | Downloaded zone_cfg_derive v0.1.2 |
415 | 2024-12-02T16:01:26.876Z | Downloaded parse-display v0.10.0 |
416 | 2024-12-02T16:01:26.876Z | Downloaded num-derive v0.4.2 |
417 | 2024-12-02T16:01:26.880Z | Downloaded peg v0.8.4 |
418 | 2024-12-02T16:01:26.882Z | Downloaded phf_shared v0.11.2 |
419 | 2024-12-02T16:01:26.885Z | Downloaded pbkdf2 v0.12.2 |
420 | 2024-12-02T16:01:26.885Z | Downloaded unsafe-libyaml v0.2.11 |
421 | 2024-12-02T16:01:26.889Z | Downloaded mio v1.0.2 |
422 | 2024-12-02T16:01:26.895Z | Downloaded crossterm v0.28.1 |
423 | 2024-12-02T16:01:26.903Z | Downloaded instant v0.1.13 |
424 | 2024-12-02T16:01:26.905Z | Downloaded zip v0.6.6 |
425 | 2024-12-02T16:01:26.909Z | Downloaded compact_str v0.8.0 |
426 | 2024-12-02T16:01:26.913Z | Downloaded guppy v0.17.8 |
427 | 2024-12-02T16:01:26.920Z | Downloaded parse-size v1.1.0 |
428 | 2024-12-02T16:01:26.922Z | Downloaded rand_distr v0.4.3 |
429 | 2024-12-02T16:01:26.925Z | Downloaded tls_codec_derive v0.4.1 |
430 | 2024-12-02T16:01:26.927Z | Downloaded similar v2.6.0 |
431 | 2024-12-02T16:01:26.932Z | Downloaded precomputed-hash v0.1.1 |
432 | 2024-12-02T16:01:26.934Z | Downloaded crc-catalog v2.4.0 |
433 | 2024-12-02T16:01:26.937Z | Downloaded constant_time_eq v0.3.1 |
434 | 2024-12-02T16:01:26.937Z | Downloaded cobs v0.2.3 |
435 | 2024-12-02T16:01:26.940Z | Downloaded version_check v0.9.5 |
436 | 2024-12-02T16:01:26.940Z | Downloaded pkcs8 v0.10.2 |
437 | 2024-12-02T16:01:26.942Z | Downloaded native-tls v0.2.12 |
438 | 2024-12-02T16:01:26.947Z | Downloaded typenum v1.17.0 |
439 | 2024-12-02T16:01:26.949Z | Downloaded embedded-io v0.4.0 |
440 | 2024-12-02T16:01:26.952Z | Downloaded crossbeam-epoch v0.9.18 |
441 | 2024-12-02T16:01:26.955Z | Downloaded hashbrown v0.15.0 |
442 | 2024-12-02T16:01:26.958Z | Downloaded time-core v0.1.2 |
443 | 2024-12-02T16:01:26.961Z | Downloaded ipnetwork v0.20.0 |
444 | 2024-12-02T16:01:26.963Z | Downloaded maybe-uninit v2.0.0 |
445 | 2024-12-02T16:01:26.966Z | Downloaded serde_with_macros v3.11.0 |
446 | 2024-12-02T16:01:26.966Z | Downloaded crossbeam-utils v0.8.20 |
447 | 2024-12-02T16:01:26.969Z | Downloaded termtree v0.4.1 |
448 | 2024-12-02T16:01:26.972Z | Downloaded rayon-core v1.12.1 |
449 | 2024-12-02T16:01:26.974Z | Downloaded tracing-attributes v0.1.27 |
450 | 2024-12-02T16:01:26.977Z | Downloaded radium v0.7.0 |
451 | 2024-12-02T16:01:26.979Z | Downloaded ppv-lite86 v0.2.20 |
452 | 2024-12-02T16:01:26.982Z | Downloaded x509-cert v0.2.5 |
453 | 2024-12-02T16:01:26.988Z | Downloaded hyper v1.5.0 |
454 | 2024-12-02T16:01:26.994Z | Downloaded cookie_store v0.21.0 |
455 | 2024-12-02T16:01:26.997Z | Downloaded criterion-plot v0.5.0 |
456 | 2024-12-02T16:01:27.003Z | Downloaded vsss-rs v3.3.4 |
457 | 2024-12-02T16:01:27.005Z | Downloaded serde-hex v0.1.0 |
458 | 2024-12-02T16:01:27.005Z | Downloaded crc32fast v1.4.2 |
459 | 2024-12-02T16:01:27.008Z | Downloaded russh v0.45.0 |
460 | 2024-12-02T16:01:27.013Z | Downloaded sct v0.7.1 |
461 | 2024-12-02T16:01:27.016Z | Downloaded toml_edit v0.19.15 |
462 | 2024-12-02T16:01:27.034Z | Downloaded termios v0.3.3 |
463 | 2024-12-02T16:01:27.036Z | Downloaded hkdf v0.12.4 |
464 | 2024-12-02T16:01:27.038Z | Downloaded structmeta-derive v0.3.0 |
465 | 2024-12-02T16:01:27.041Z | Downloaded multer v3.1.0 |
466 | 2024-12-02T16:01:27.043Z | Downloaded sync-ptr v0.1.1 |
467 | 2024-12-02T16:01:27.043Z | Downloaded tokio-native-tls v0.3.1 |
468 | 2024-12-02T16:01:27.046Z | Downloaded num-rational v0.4.2 |
469 | 2024-12-02T16:01:27.048Z | Downloaded swrite v0.1.0 |
470 | 2024-12-02T16:01:27.051Z | Downloaded tokio-postgres v0.7.12 |
471 | 2024-12-02T16:01:27.054Z | Downloaded tokio-macros v2.4.0 |
472 | 2024-12-02T16:01:27.056Z | Downloaded vergen v8.3.2 |
473 | 2024-12-02T16:01:27.058Z | Downloaded thread-id v4.2.2 |
474 | 2024-12-02T16:01:27.061Z | Downloaded pest_generator v2.7.14 |
475 | 2024-12-02T16:01:27.064Z | Downloaded scroll_derive v0.12.0 |
476 | 2024-12-02T16:01:27.064Z | Downloaded zerofrom v0.1.4 |
477 | 2024-12-02T16:01:27.066Z | Downloaded display-error-chain v0.2.2 |
478 | 2024-12-02T16:01:27.066Z | Downloaded difflib v0.4.0 |
479 | 2024-12-02T16:01:27.066Z | Downloaded reedline v0.35.0 |
480 | 2024-12-02T16:01:27.074Z | Downloaded new_debug_unreachable v1.0.6 |
481 | 2024-12-02T16:01:27.077Z | Downloaded crunchy v0.2.2 |
482 | 2024-12-02T16:01:27.077Z | Downloaded libefi-sys v0.1.0 |
483 | 2024-12-02T16:01:27.079Z | Downloaded crucible-workspace-hack v0.1.0 |
484 | 2024-12-02T16:01:27.079Z | Downloaded mime v0.3.17 |
485 | 2024-12-02T16:01:27.082Z | Downloaded md-5 v0.10.6 |
486 | 2024-12-02T16:01:27.084Z | Downloaded schemars_derive v0.8.21 |
487 | 2024-12-02T16:01:27.085Z | Downloaded vte v0.11.1 |
488 | 2024-12-02T16:01:27.087Z | Downloaded num_cpus v1.16.0 |
489 | 2024-12-02T16:01:27.090Z | Downloaded parse-display-derive v0.10.0 |
490 | 2024-12-02T16:01:27.092Z | Downloaded snafu-derive v0.8.5 |
491 | 2024-12-02T16:01:27.095Z | Downloaded blake3 v1.5.4 |
492 | 2024-12-02T16:01:27.101Z | Downloaded same-file v1.0.6 |
493 | 2024-12-02T16:01:27.103Z | Downloaded rtoolbox v0.0.2 |
494 | 2024-12-02T16:01:27.106Z | Downloaded secrecy v0.8.0 |
495 | 2024-12-02T16:01:27.108Z | Downloaded supports-color v3.0.1 |
496 | 2024-12-02T16:01:27.108Z | Downloaded darling v0.20.10 |
497 | 2024-12-02T16:01:27.112Z | Downloaded time-macros v0.2.18 |
498 | 2024-12-02T16:01:27.115Z | Downloaded unicode-linebreak v0.1.5 |
499 | 2024-12-02T16:01:27.118Z | Downloaded topological-sort v0.2.2 |
500 | 2024-12-02T16:01:27.118Z | Downloaded crc-any v2.5.0 |
501 | 2024-12-02T16:01:27.120Z | Downloaded utf8_iter v1.0.4 |
502 | 2024-12-02T16:01:27.123Z | Downloaded waitgroup v0.1.2 |
503 | 2024-12-02T16:01:27.123Z | Downloaded utf8parse v0.2.2 |
504 | 2024-12-02T16:01:27.126Z | Downloaded iana-time-zone v0.1.61 |
505 | 2024-12-02T16:01:27.128Z | Downloaded chrono v0.4.38 |
506 | 2024-12-02T16:01:27.135Z | Downloaded dof v0.3.0 |
507 | 2024-12-02T16:01:27.137Z | Downloaded downcast v0.11.0 |
508 | 2024-12-02T16:01:27.139Z | Downloaded goblin v0.8.2 |
509 | 2024-12-02T16:01:27.145Z | Downloaded olpc-cjson v0.1.4 |
510 | 2024-12-02T16:01:27.147Z | Downloaded lazycell v1.3.0 |
511 | 2024-12-02T16:01:27.149Z | Downloaded mime_guess v2.0.5 |
512 | 2024-12-02T16:01:27.151Z | Downloaded owo-colors v4.1.0 |
513 | 2024-12-02T16:01:27.153Z | Downloaded lazy_static v1.5.0 |
514 | 2024-12-02T16:01:27.156Z | Downloaded minimal-lexical v0.2.1 |
515 | 2024-12-02T16:01:27.159Z | Downloaded pathdiff v0.2.2 |
516 | 2024-12-02T16:01:27.162Z | Downloaded async-std v1.13.0 |
517 | 2024-12-02T16:01:27.181Z | Downloaded peg-runtime v0.8.3 |
518 | 2024-12-02T16:01:27.184Z | Downloaded spki v0.7.3 |
519 | 2024-12-02T16:01:27.184Z | Downloaded parking_lot_core v0.8.6 |
520 | 2024-12-02T16:01:27.186Z | Downloaded ron v0.8.1 |
521 | 2024-12-02T16:01:27.192Z | Downloaded unicase v2.7.0 |
522 | 2024-12-02T16:01:27.194Z | Downloaded synstructure v0.13.1 |
523 | 2024-12-02T16:01:27.196Z | Downloaded semver v1.0.23 |
524 | 2024-12-02T16:01:27.198Z | Downloaded walkdir v2.5.0 |
525 | 2024-12-02T16:01:27.200Z | Downloaded yasna v0.5.2 |
526 | 2024-12-02T16:01:27.203Z | Downloaded clang-sys v1.8.1 |
527 | 2024-12-02T16:01:27.205Z | Downloaded zopfli v0.8.1 |
528 | 2024-12-02T16:01:27.208Z | Downloaded icu_locid v1.5.0 |
529 | 2024-12-02T16:01:27.213Z | Downloaded pretty-hex v0.4.1 |
530 | 2024-12-02T16:01:27.216Z | Downloaded snafu v0.8.5 |
531 | 2024-12-02T16:01:27.221Z | Downloaded percent-encoding v2.3.1 |
532 | 2024-12-02T16:01:27.224Z | Downloaded pbkdf2 v0.11.0 |
533 | 2024-12-02T16:01:27.226Z | Downloaded ident_case v1.0.1 |
534 | 2024-12-02T16:01:27.229Z | Downloaded quick-xml v0.33.0 |
535 | 2024-12-02T16:01:27.233Z | Downloaded sqlformat v0.2.6 |
536 | 2024-12-02T16:01:27.236Z | Downloaded poly1305 v0.8.0 |
537 | 2024-12-02T16:01:27.238Z | Downloaded serde_derive_internals v0.29.1 |
538 | 2024-12-02T16:01:27.241Z | Downloaded icu_provider_macros v1.5.0 |
539 | 2024-12-02T16:01:27.243Z | Downloaded toolchain_find v0.4.0 |
540 | 2024-12-02T16:01:27.243Z | Downloaded password-hash v0.5.0 |
541 | 2024-12-02T16:01:27.246Z | Downloaded serde_yaml v0.9.34+deprecated |
542 | 2024-12-02T16:01:27.250Z | Downloaded utf-8 v0.7.6 |
543 | 2024-12-02T16:01:27.253Z | Downloaded reqwest v0.12.9 |
544 | 2024-12-02T16:01:27.260Z | Downloaded md5 v0.7.0 |
545 | 2024-12-02T16:01:27.263Z | Downloaded defmt-macros v0.3.9 |
546 | 2024-12-02T16:01:27.265Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2024-12-02T16:01:27.267Z | Downloaded toml_datetime v0.6.8 |
548 | 2024-12-02T16:01:27.267Z | Downloaded spin v0.5.2 |
549 | 2024-12-02T16:01:27.270Z | Downloaded tabled_derive v0.7.0 |
550 | 2024-12-02T16:01:27.272Z | Downloaded deranged v0.3.11 |
551 | 2024-12-02T16:01:27.272Z | Downloaded xz2 v0.1.7 |
552 | 2024-12-02T16:01:27.275Z | Downloaded static_assertions v1.1.0 |
553 | 2024-12-02T16:01:27.277Z | Downloaded papergrid v0.11.0 |
554 | 2024-12-02T16:01:27.280Z | Downloaded zone_cfg_derive v0.3.0 |
555 | 2024-12-02T16:01:27.283Z | Downloaded nibble_vec v0.1.0 |
556 | 2024-12-02T16:01:27.285Z | Downloaded plotters-svg v0.3.7 |
557 | 2024-12-02T16:01:27.285Z | Downloaded peg-macros v0.8.4 |
558 | 2024-12-02T16:01:27.287Z | Downloaded schemars v0.8.21 |
559 | 2024-12-02T16:01:27.298Z | Downloaded rpassword v7.3.1 |
560 | 2024-12-02T16:01:27.300Z | Downloaded vcpkg v0.2.15 |
561 | 2024-12-02T16:01:27.336Z | Downloaded signal-hook-mio v0.2.4 |
562 | 2024-12-02T16:01:27.339Z | Downloaded pkg-config v0.3.31 |
563 | 2024-12-02T16:01:27.339Z | Downloaded memmap v0.7.0 |
564 | 2024-12-02T16:01:27.342Z | Downloaded unarray v0.1.4 |
565 | 2024-12-02T16:01:27.342Z | Downloaded const-oid v0.9.6 |
566 | 2024-12-02T16:01:27.344Z | Downloaded defmt v0.3.8 |
567 | 2024-12-02T16:01:27.348Z | Downloaded stable_deref_trait v1.2.0 |
568 | 2024-12-02T16:01:27.350Z | Downloaded rstest_macros v0.23.0 |
569 | 2024-12-02T16:01:27.352Z | Downloaded rustyline v14.0.0 |
570 | 2024-12-02T16:01:27.357Z | Downloaded newtype_derive v0.1.6 |
571 | 2024-12-02T16:01:27.360Z | Downloaded doc-comment v0.3.3 |
572 | 2024-12-02T16:01:27.360Z | Downloaded diesel_table_macro_syntax v0.2.0 |
573 | 2024-12-02T16:01:27.362Z | Downloaded newline-converter v0.3.0 |
574 | 2024-12-02T16:01:27.362Z | Downloaded number_prefix v0.4.0 |
575 | 2024-12-02T16:01:27.364Z | Downloaded terminal_size v0.4.0 |
576 | 2024-12-02T16:01:27.364Z | Downloaded rustversion v1.0.17 |
577 | 2024-12-02T16:01:27.367Z | Downloaded wait-timeout v0.2.0 |
578 | 2024-12-02T16:01:27.370Z | Downloaded multimap v0.10.0 |
579 | 2024-12-02T16:01:27.370Z | Downloaded memoffset v0.9.1 |
580 | 2024-12-02T16:01:27.372Z | Downloaded rusty-fork v0.3.0 |
581 | 2024-12-02T16:01:27.375Z | Downloaded samael v0.0.17 |
582 | 2024-12-02T16:01:27.378Z | Downloaded siphasher v0.3.11 |
583 | 2024-12-02T16:01:27.381Z | Downloaded unicode-ident v1.0.13 |
584 | 2024-12-02T16:01:27.383Z | Downloaded zone v0.3.0 |
585 | 2024-12-02T16:01:27.385Z | Downloaded zone v0.1.8 |
586 | 2024-12-02T16:01:27.386Z | Downloaded icu_collections v1.5.0 |
587 | 2024-12-02T16:01:27.391Z | Downloaded strum_macros v0.25.3 |
588 | 2024-12-02T16:01:27.393Z | Downloaded zerocopy-derive v0.7.35 |
589 | 2024-12-02T16:01:27.398Z | Downloaded colorchoice v1.0.2 |
590 | 2024-12-02T16:01:27.400Z | Downloaded git2 v0.19.0 |
591 | 2024-12-02T16:01:27.408Z | Downloaded tabwriter v1.4.0 |
592 | 2024-12-02T16:01:27.410Z | Downloaded utf16_iter v1.0.5 |
593 | 2024-12-02T16:01:27.413Z | Downloaded stringprep v0.1.5 |
594 | 2024-12-02T16:01:27.413Z | Downloaded lockfree-object-pool v0.1.6 |
595 | 2024-12-02T16:01:27.415Z | Downloaded shell-words v1.1.0 |
596 | 2024-12-02T16:01:27.417Z | Downloaded concurrent-queue v2.5.0 |
597 | 2024-12-02T16:01:27.419Z | Downloaded progenitor v0.8.0 |
598 | 2024-12-02T16:01:27.421Z | Downloaded yoke v0.7.4 |
599 | 2024-12-02T16:01:27.421Z | Downloaded uzers v0.12.1 |
600 | 2024-12-02T16:01:27.424Z | Downloaded signal-hook v0.3.17 |
601 | 2024-12-02T16:01:27.427Z | Downloaded petname v2.0.2 |
602 | 2024-12-02T16:01:27.433Z | Downloaded icu_normalizer_data v1.5.0 |
603 | 2024-12-02T16:01:27.435Z | Downloaded ucd-trie v0.1.7 |
604 | 2024-12-02T16:01:27.438Z | Downloaded dhcproto v0.12.0 |
605 | 2024-12-02T16:01:27.440Z | Downloaded stringmetrics v2.2.2 |
606 | 2024-12-02T16:01:27.443Z | Downloaded rustfmt-wrapper v0.2.1 |
607 | 2024-12-02T16:01:27.446Z | Downloaded crypto-bigint v0.5.5 |
608 | 2024-12-02T16:01:27.450Z | Downloaded plain v0.2.3 |
609 | 2024-12-02T16:01:27.453Z | Downloaded colored v2.1.0 |
610 | 2024-12-02T16:01:27.455Z | Downloaded linked-hash-map v0.5.6 |
611 | 2024-12-02T16:01:27.455Z | Downloaded ed25519-dalek v2.1.1 |
612 | 2024-12-02T16:01:27.460Z | Downloaded rand v0.8.5 |
613 | 2024-12-02T16:01:27.463Z | Downloaded console v0.15.8 |
614 | 2024-12-02T16:01:27.466Z | Downloaded hyper-util v0.1.10 |
615 | 2024-12-02T16:01:27.470Z | Downloaded lock_api v0.4.12 |
616 | 2024-12-02T16:01:27.472Z | Downloaded libtest-mimic v0.7.3 |
617 | 2024-12-02T16:01:27.476Z | Downloaded rustls-pki-types v1.9.0 |
618 | 2024-12-02T16:01:27.478Z | Downloaded icu_provider v1.5.0 |
619 | 2024-12-02T16:01:27.480Z | Downloaded derive-where v1.2.7 |
620 | 2024-12-02T16:01:27.484Z | Downloaded tokio-rustls v0.24.1 |
621 | 2024-12-02T16:01:27.486Z | Downloaded spin v0.9.8 |
622 | 2024-12-02T16:01:27.489Z | Downloaded parse-zoneinfo v0.3.1 |
623 | 2024-12-02T16:01:27.491Z | Downloaded zip v2.1.3 |
624 | 2024-12-02T16:01:27.496Z | Downloaded tokio-tungstenite v0.21.0 |
625 | 2024-12-02T16:01:27.499Z | Downloaded icu_locid_transform_data v1.5.0 |
626 | 2024-12-02T16:01:27.501Z | Downloaded syn v1.0.109 |
627 | 2024-12-02T16:01:27.512Z | Downloaded uuid v1.11.0 |
628 | 2024-12-02T16:01:27.514Z | Downloaded unicode-width v0.2.0 |
629 | 2024-12-02T16:01:27.521Z | Downloaded num-traits v0.2.19 |
630 | 2024-12-02T16:01:27.523Z | Downloaded der v0.7.9 |
631 | 2024-12-02T16:01:27.529Z | Downloaded crossbeam-channel v0.5.13 |
632 | 2024-12-02T16:01:27.533Z | Downloaded pretty_assertions v1.4.1 |
633 | 2024-12-02T16:01:27.535Z | Downloaded lalrpop v0.19.12 |
634 | 2024-12-02T16:01:27.547Z | Downloaded yansi v1.0.1 |
635 | 2024-12-02T16:01:27.550Z | Downloaded rayon v1.10.0 |
636 | 2024-12-02T16:01:27.559Z | Downloaded time v0.3.36 |
637 | 2024-12-02T16:01:27.566Z | Downloaded p521 v0.13.3 |
638 | 2024-12-02T16:01:27.571Z | Downloaded gimli v0.31.1 |
639 | 2024-12-02T16:01:27.579Z | Downloaded prettyplease v0.2.25 |
640 | 2024-12-02T16:01:27.582Z | Downloaded unicode_categories v0.1.1 |
641 | 2024-12-02T16:01:27.585Z | Downloaded rustls-webpki v0.101.7 |
642 | 2024-12-02T16:01:27.599Z | Downloaded memchr v2.7.4 |
643 | 2024-12-02T16:01:27.604Z | Downloaded zerocopy-derive v0.8.10 |
644 | 2024-12-02T16:01:27.611Z | Downloaded quinn v0.11.5 |
645 | 2024-12-02T16:01:27.614Z | Downloaded libm v0.2.8 |
646 | 2024-12-02T16:01:27.622Z | Downloaded tough v0.19.0 |
647 | 2024-12-02T16:01:27.631Z | Downloaded itertools v0.13.0 |
648 | 2024-12-02T16:01:27.638Z | Downloaded idna v0.5.0 |
649 | 2024-12-02T16:01:27.645Z | Downloaded idna v0.4.0 |
650 | 2024-12-02T16:01:27.652Z | Downloaded icu_properties_data v1.5.0 |
651 | 2024-12-02T16:01:27.663Z | Downloaded libxml v0.3.3 |
652 | 2024-12-02T16:01:27.669Z | Downloaded zerocopy v0.7.35 |
653 | 2024-12-02T16:01:27.684Z | Downloaded serde_json v1.0.132 |
654 | 2024-12-02T16:01:27.691Z | Downloaded quinn-proto v0.11.8 |
655 | 2024-12-02T16:01:27.698Z | Downloaded zerocopy v0.8.10 |
656 | 2024-12-02T16:01:27.721Z | Downloaded unicode-width v0.1.14 |
657 | 2024-12-02T16:01:27.726Z | Downloaded bstr v1.10.0 |
658 | 2024-12-02T16:01:27.737Z | Downloaded idna v0.2.3 |
659 | 2024-12-02T16:01:27.743Z | Downloaded chrono-tz v0.10.0 |
660 | 2024-12-02T16:01:27.751Z | Downloaded plotters v0.3.7 |
661 | 2024-12-02T16:01:27.760Z | Downloaded hickory-proto v0.24.1 |
662 | 2024-12-02T16:01:27.775Z | Downloaded rustls v0.22.4 |
663 | 2024-12-02T16:01:27.789Z | Downloaded salty v0.3.0 |
664 | 2024-12-02T16:01:27.795Z | Downloaded regress v0.9.1 |
665 | 2024-12-02T16:01:27.803Z | Downloaded regress v0.10.1 |
666 | 2024-12-02T16:01:27.812Z | Downloaded idna v0.3.0 |
667 | 2024-12-02T16:01:27.819Z | Downloaded rustls v0.21.12 |
668 | 2024-12-02T16:01:27.831Z | Downloaded radix_trie v0.2.1 |
669 | 2024-12-02T16:01:27.836Z | Downloaded object v0.36.5 |
670 | 2024-12-02T16:01:27.848Z | Downloaded diesel v2.2.4 |
671 | 2024-12-02T16:01:27.866Z | Downloaded regex v1.11.1 |
672 | 2024-12-02T16:01:27.879Z | Downloaded smoltcp v0.9.1 |
673 | 2024-12-02T16:01:27.890Z | Downloaded polar-core v0.27.3 |
674 | 2024-12-02T16:01:27.898Z | Downloaded regex-syntax v0.8.5 |
675 | 2024-12-02T16:01:27.907Z | Downloaded object v0.30.4 |
676 | 2024-12-02T16:01:27.917Z | Downloaded regex-syntax v0.6.29 |
677 | 2024-12-02T16:01:27.924Z | Downloaded smoltcp v0.11.0 |
678 | 2024-12-02T16:01:27.937Z | Downloaded curve25519-dalek v4.1.3 |
679 | 2024-12-02T16:01:27.945Z | Downloaded sled v0.34.7 |
680 | 2024-12-02T16:01:27.956Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
681 | 2024-12-02T16:01:27.967Z | Downloaded trust-dns-proto v0.22.0 |
682 | 2024-12-02T16:01:27.979Z | Downloaded typify-impl v0.2.0 |
683 | 2024-12-02T16:01:27.993Z | Downloaded openapiv3 v2.0.0 |
684 | 2024-12-02T16:01:28.004Z | Downloaded ratatui v0.28.1 |
685 | 2024-12-02T16:01:28.023Z | Downloaded pest v2.7.14 |
686 | 2024-12-02T16:01:28.028Z | Downloaded petgraph v0.6.5 |
687 | 2024-12-02T16:01:28.044Z | Downloaded rustix v0.38.37 |
688 | 2024-12-02T16:01:28.065Z | Downloaded regex-automata v0.4.8 |
689 | 2024-12-02T16:01:28.082Z | Downloaded rustls-webpki v0.102.8 |
690 | 2024-12-02T16:01:28.098Z | Downloaded zerocopy-derive v0.6.6 |
691 | 2024-12-02T16:01:28.107Z | Downloaded lzma-sys v0.1.20 |
692 | 2024-12-02T16:01:28.134Z | Downloaded webpki-roots v0.26.6 |
693 | 2024-12-02T16:01:28.137Z | Downloaded nix v0.29.0 |
694 | 2024-12-02T16:01:28.148Z | Downloaded csv v1.3.0 |
695 | 2024-12-02T16:01:28.167Z | Downloaded openssl v0.10.66 |
696 | 2024-12-02T16:01:28.175Z | Downloaded nix v0.28.0 |
697 | 2024-12-02T16:01:28.186Z | Downloaded dropshot v0.13.0 |
698 | 2024-12-02T16:01:28.206Z | Downloaded dropshot v0.12.0 |
699 | 2024-12-02T16:01:28.223Z | Downloaded rusqlite v0.32.1 |
700 | 2024-12-02T16:01:28.229Z | Downloaded tabled v0.15.0 |
701 | 2024-12-02T16:01:28.244Z | Downloaded syn v2.0.87 |
702 | 2024-12-02T16:01:28.254Z | Downloaded nix v0.27.1 |
703 | 2024-12-02T16:01:28.263Z | Downloaded rustls v0.23.14 |
704 | 2024-12-02T16:01:28.274Z | Downloaded rsa v0.9.6 |
705 | 2024-12-02T16:01:28.279Z | Downloaded criterion v0.5.1 |
706 | 2024-12-02T16:01:28.285Z | Downloaded serde_with v3.11.0 |
707 | 2024-12-02T16:01:28.293Z | Downloaded winnow v0.6.20 |
708 | 2024-12-02T16:01:28.303Z | Downloaded sqlparser v0.45.0 |
709 | 2024-12-02T16:01:28.307Z | Downloaded unicode-bidi v0.3.17 |
710 | 2024-12-02T16:01:28.309Z | Downloaded libsw v3.3.1 |
711 | 2024-12-02T16:01:28.312Z | Downloaded postgres-types v0.2.8 |
712 | 2024-12-02T16:01:28.314Z | Downloaded linear-map v1.2.0 |
713 | 2024-12-02T16:01:28.314Z | Downloaded memmap2 v0.9.5 |
714 | 2024-12-02T16:01:28.317Z | Downloaded tokio v1.40.0 |
715 | 2024-12-02T16:01:28.352Z | Downloaded displaydoc v0.2.5 |
716 | 2024-12-02T16:01:28.354Z | Downloaded strip-ansi-escapes v0.2.0 |
717 | 2024-12-02T16:01:28.357Z | Downloaded rstest v0.23.0 |
718 | 2024-12-02T16:01:28.360Z | Downloaded itertools v0.12.1 |
719 | 2024-12-02T16:01:28.366Z | Downloaded libc v0.2.162 |
720 | 2024-12-02T16:01:28.392Z | Downloaded ssh-key v0.6.6 |
721 | 2024-12-02T16:01:28.399Z | Downloaded p384 v0.13.0 |
722 | 2024-12-02T16:01:28.404Z | Downloaded proptest v1.5.0 |
723 | 2024-12-02T16:01:28.413Z | Downloaded sha3 v0.10.8 |
724 | 2024-12-02T16:01:28.416Z | Downloaded slab v0.4.9 |
725 | 2024-12-02T16:01:28.419Z | Downloaded path-tree v0.8.1 |
726 | 2024-12-02T16:01:28.419Z | Downloaded typify-macro v0.2.0 |
727 | 2024-12-02T16:01:28.421Z | Downloaded serde_urlencoded v0.7.1 |
728 | 2024-12-02T16:01:28.421Z | Downloaded serde_spanned v0.6.8 |
729 | 2024-12-02T16:01:28.424Z | Downloaded predicates v3.1.2 |
730 | 2024-12-02T16:01:28.426Z | Downloaded strum_macros v0.26.4 |
731 | 2024-12-02T16:01:28.429Z | Downloaded newtype-uuid v1.1.3 |
732 | 2024-12-02T16:01:28.429Z | Downloaded icu_locid_transform v1.5.0 |
733 | 2024-12-02T16:01:28.431Z | Downloaded icu_normalizer v1.5.0 |
734 | 2024-12-02T16:01:28.434Z | Downloaded unicode-normalization v0.1.24 |
735 | 2024-12-02T16:01:28.437Z | Downloaded libz-sys v1.1.20 |
736 | 2024-12-02T16:01:28.457Z | Downloaded itertools v0.10.5 |
737 | 2024-12-02T16:01:28.463Z | Downloaded der_derive v0.7.3 |
738 | 2024-12-02T16:01:28.466Z | Downloaded darling_core v0.20.10 |
739 | 2024-12-02T16:01:28.469Z | Downloaded clap v4.5.21 |
740 | 2024-12-02T16:01:28.476Z | Downloaded unicode-xid v0.2.6 |
741 | 2024-12-02T16:01:28.479Z | Downloaded tokio-stream v0.1.16 |
742 | 2024-12-02T16:01:28.481Z | Downloaded tokio-rustls v0.25.0 |
743 | 2024-12-02T16:01:28.483Z | Downloaded diff v0.1.13 |
744 | 2024-12-02T16:01:28.486Z | Downloaded p256 v0.13.2 |
745 | 2024-12-02T16:01:28.488Z | Downloaded tracing v0.1.40 |
746 | 2024-12-02T16:01:28.493Z | Downloaded hyper-tls v0.6.0 |
747 | 2024-12-02T16:01:28.495Z | Downloaded either v1.13.0 |
748 | 2024-12-02T16:01:28.495Z | Downloaded hyper-staticfile v0.10.1 |
749 | 2024-12-02T16:01:28.498Z | Downloaded clap_builder v4.5.21 |
750 | 2024-12-02T16:01:28.504Z | Downloaded bindgen v0.69.5 |
751 | 2024-12-02T16:01:28.510Z | Downloaded idna v1.0.3 |
752 | 2024-12-02T16:01:28.514Z | Downloaded unicode-segmentation v1.12.0 |
753 | 2024-12-02T16:01:28.517Z | Downloaded portable-atomic v1.9.0 |
754 | 2024-12-02T16:01:28.523Z | Downloaded phf_generator v0.11.2 |
755 | 2024-12-02T16:01:28.526Z | Downloaded nanorand v0.7.0 |
756 | 2024-12-02T16:01:28.528Z | Downloaded scroll v0.12.0 |
757 | 2024-12-02T16:01:28.530Z | Downloaded scheduled-thread-pool v0.2.7 |
758 | 2024-12-02T16:01:28.530Z | Downloaded num-bigint v0.4.6 |
759 | 2024-12-02T16:01:28.534Z | Downloaded bitvec v1.0.1 |
760 | 2024-12-02T16:01:28.548Z | Downloaded libloading v0.8.5 |
761 | 2024-12-02T16:01:28.551Z | Downloaded log v0.4.22 |
762 | 2024-12-02T16:01:28.553Z | Downloaded pest_meta v2.7.14 |
763 | 2024-12-02T16:01:28.556Z | Downloaded elliptic-curve v0.13.8 |
764 | 2024-12-02T16:01:28.558Z | Downloaded diesel_derives v2.2.3 |
765 | 2024-12-02T16:01:28.562Z | Downloaded tracing-core v0.1.32 |
766 | 2024-12-02T16:01:28.564Z | Downloaded quinn-udp v0.5.5 |
767 | 2024-12-02T16:01:28.567Z | Downloaded paste v1.0.15 |
768 | 2024-12-02T16:01:28.569Z | Downloaded mockall_derive v0.13.0 |
769 | 2024-12-02T16:01:28.572Z | Downloaded zerovec v0.10.4 |
770 | 2024-12-02T16:01:28.576Z | Downloaded typed-path v0.9.3 |
771 | 2024-12-02T16:01:28.582Z | Downloaded toml_edit v0.22.22 |
772 | 2024-12-02T16:01:28.602Z | Downloaded h2 v0.4.6 |
773 | 2024-12-02T16:01:28.608Z | Downloaded winnow v0.5.40 |
774 | 2024-12-02T16:01:28.616Z | Downloaded thiserror-no-std v2.0.2 |
775 | 2024-12-02T16:01:28.619Z | Downloaded thiserror-impl-no-std v2.0.2 |
776 | 2024-12-02T16:01:28.622Z | Downloaded ipnet v2.10.1 |
777 | 2024-12-02T16:01:28.624Z | Downloaded pin-project v1.1.6 |
778 | 2024-12-02T16:01:28.632Z | Downloaded const_format v0.2.33 |
779 | 2024-12-02T16:01:28.636Z | Downloaded httpmock v0.8.0-alpha.1 |
780 | 2024-12-02T16:01:28.652Z | Downloaded rcgen v0.12.1 |
781 | 2024-12-02T16:01:28.655Z | Downloaded hashbrown v0.14.5 |
782 | 2024-12-02T16:01:28.660Z | Downloaded indexmap v2.6.0 |
783 | 2024-12-02T16:01:28.664Z | Downloaded steno v0.4.1 |
784 | 2024-12-02T16:01:28.667Z | Downloaded num-iter v0.1.45 |
785 | 2024-12-02T16:01:28.669Z | Downloaded num-bigint-dig v0.8.4 |
786 | 2024-12-02T16:01:28.672Z | Downloaded smallvec v1.13.2 |
787 | 2024-12-02T16:01:28.675Z | Downloaded embedded-io v0.6.1 |
788 | 2024-12-02T16:01:28.678Z | Downloaded strum v0.26.3 |
789 | 2024-12-02T16:01:28.678Z | Downloaded internet-checksum v0.2.1 |
790 | 2024-12-02T16:01:28.678Z | Downloaded ryu v1.0.18 |
791 | 2024-12-02T16:01:28.680Z | Downloaded indexmap v1.9.3 |
792 | 2024-12-02T16:01:28.683Z | Downloaded thiserror-impl v1.0.69 |
793 | 2024-12-02T16:01:28.685Z | Downloaded indicatif v0.17.9 |
794 | 2024-12-02T16:01:28.688Z | Downloaded encoding_rs v0.8.34 |
795 | 2024-12-02T16:01:28.713Z | Downloaded tokio-util v0.7.12 |
796 | 2024-12-02T16:01:28.719Z | Downloaded tiny-keccak v2.0.2 |
797 | 2024-12-02T16:01:28.721Z | Downloaded structmeta-derive v0.2.0 |
798 | 2024-12-02T16:01:28.724Z | Downloaded structmeta v0.3.0 |
799 | 2024-12-02T16:01:28.724Z | Downloaded parking_lot_core v0.9.10 |
800 | 2024-12-02T16:01:28.727Z | Downloaded num-complex v0.4.6 |
801 | 2024-12-02T16:01:28.727Z | Downloaded nu-ansi-term v0.50.1 |
802 | 2024-12-02T16:01:28.730Z | Downloaded nom v7.1.3 |
803 | 2024-12-02T16:01:28.733Z | Downloaded smf v0.2.3 |
804 | 2024-12-02T16:01:28.735Z | Downloaded smawk v0.3.2 |
805 | 2024-12-02T16:01:28.735Z | Downloaded sec1 v0.7.3 |
806 | 2024-12-02T16:01:28.738Z | Downloaded relative-path v1.9.3 |
807 | 2024-12-02T16:01:28.738Z | Downloaded ref-cast-impl v1.0.23 |
808 | 2024-12-02T16:01:28.740Z | Downloaded proc-macro-error-attr v1.0.4 |
809 | 2024-12-02T16:01:28.740Z | Downloaded typify v0.2.0 |
810 | 2024-12-02T16:01:28.742Z | Downloaded ciborium-ll v0.2.2 |
811 | 2024-12-02T16:01:28.745Z | Downloaded tokio-tungstenite v0.23.1 |
812 | 2024-12-02T16:01:28.747Z | Downloaded instability v0.3.2 |
813 | 2024-12-02T16:01:28.747Z | Downloaded openssl-sys v0.9.103 |
814 | 2024-12-02T16:01:28.751Z | Downloaded indent_write v2.2.0 |
815 | 2024-12-02T16:01:28.753Z | Downloaded env_filter v0.1.2 |
816 | 2024-12-02T16:01:28.756Z | Downloaded enum-as-inner v0.6.1 |
817 | 2024-12-02T16:01:28.756Z | Downloaded enum-as-inner v0.5.1 |
818 | 2024-12-02T16:01:28.758Z | Downloaded diesel-dtrace v0.3.0 |
819 | 2024-12-02T16:01:28.758Z | Downloaded socket2 v0.5.7 |
820 | 2024-12-02T16:01:28.761Z | Downloaded slog v2.7.0 |
821 | 2024-12-02T16:01:28.763Z | Downloaded aws-lc-rs v1.10.0 |
822 | 2024-12-02T16:01:28.771Z | Downloaded proc-macro2 v1.0.89 |
823 | 2024-12-02T16:01:28.773Z | Downloaded hashbrown v0.13.2 |
824 | 2024-12-02T16:01:28.777Z | Downloaded test-strategy v0.3.1 |
825 | 2024-12-02T16:01:28.780Z | Downloaded qorb v0.2.1 |
826 | 2024-12-02T16:01:28.784Z | Downloaded publicsuffix v2.2.3 |
827 | 2024-12-02T16:01:28.787Z | Downloaded mockall v0.13.0 |
828 | 2024-12-02T16:01:28.789Z | Downloaded macaddr v1.0.1 |
829 | 2024-12-02T16:01:28.791Z | Downloaded dropshot_endpoint v0.13.0 |
830 | 2024-12-02T16:01:28.794Z | Downloaded miniz_oxide v0.8.0 |
831 | 2024-12-02T16:01:28.797Z | Downloaded dirs-sys-next v0.1.2 |
832 | 2024-12-02T16:01:28.797Z | Downloaded digest v0.10.7 |
833 | 2024-12-02T16:01:28.800Z | Downloaded http v1.1.0 |
834 | 2024-12-02T16:01:28.823Z | Downloaded datatest-stable v0.2.9 |
835 | 2024-12-02T16:01:28.837Z | Downloaded derive_more v0.99.18 |
836 | 2024-12-02T16:01:28.848Z | Downloaded serde v1.0.215 |
837 | 2024-12-02T16:01:28.852Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
838 | 2024-12-02T16:01:28.926Z | Downloaded zeroize v1.8.1 |
839 | 2024-12-02T16:01:28.929Z | Downloaded ena v0.14.3 |
840 | 2024-12-02T16:01:28.929Z | Downloaded crypto-common v0.1.6 |
841 | 2024-12-02T16:01:28.933Z | Downloaded universal-hash v0.5.1 |
842 | 2024-12-02T16:01:28.933Z | Downloaded quote v1.0.37 |
843 | 2024-12-02T16:01:28.936Z | Downloaded dropshot_endpoint v0.12.0 |
844 | 2024-12-02T16:01:28.940Z | Downloaded tungstenite v0.24.0 |
845 | 2024-12-02T16:01:28.943Z | Downloaded tungstenite v0.23.0 |
846 | 2024-12-02T16:01:28.946Z | Downloaded tungstenite v0.21.0 |
847 | 2024-12-02T16:01:28.946Z | Downloaded bumpalo v3.16.0 |
848 | 2024-12-02T16:01:28.949Z | Downloaded des v0.8.1 |
849 | 2024-12-02T16:01:28.952Z | Downloaded clap_derive v4.5.18 |
850 | 2024-12-02T16:01:28.954Z | Downloaded heapless v0.8.0 |
851 | 2024-12-02T16:01:28.956Z | Downloaded half v2.4.1 |
852 | 2024-12-02T16:01:28.958Z | Downloaded target-lexicon v0.12.16 |
853 | 2024-12-02T16:01:28.960Z | Downloaded predicates-tree v1.0.11 |
854 | 2024-12-02T16:01:28.961Z | Downloaded pkcs5 v0.7.1 |
855 | 2024-12-02T16:01:28.964Z | Downloaded base64 v0.22.1 |
856 | 2024-12-02T16:01:28.967Z | Downloaded keccak v0.1.5 |
857 | 2024-12-02T16:01:28.970Z | Downloaded itoa v1.0.11 |
858 | 2024-12-02T16:01:28.970Z | Downloaded slog-term v2.9.1 |
859 | 2024-12-02T16:01:28.972Z | Downloaded slog-json v2.6.1 |
860 | 2024-12-02T16:01:28.974Z | Downloaded parking_lot v0.12.3 |
861 | 2024-12-02T16:01:28.977Z | Downloaded dsl_auto_type v0.1.2 |
862 | 2024-12-02T16:01:28.977Z | Downloaded ctr v0.9.2 |
863 | 2024-12-02T16:01:28.979Z | Downloaded polling v3.7.3 |
864 | 2024-12-02T16:01:28.982Z | Downloaded headers v0.4.0 |
865 | 2024-12-02T16:01:28.985Z | Downloaded value-bag v1.9.0 |
866 | 2024-12-02T16:01:28.987Z | Downloaded twox-hash v1.6.3 |
867 | 2024-12-02T16:01:28.990Z | Downloaded hyper-rustls v0.27.3 |
868 | 2024-12-02T16:01:28.993Z | Downloaded pkcs1 v0.7.5 |
869 | 2024-12-02T16:01:28.995Z | Downloaded tap v1.0.1 |
870 | 2024-12-02T16:01:28.995Z | Downloaded pest_derive v2.7.14 |
871 | 2024-12-02T16:01:28.997Z | Downloaded cpufeatures v0.2.14 |
872 | 2024-12-02T16:01:28.997Z | Downloaded bytes v1.8.0 |
873 | 2024-12-02T16:01:29.003Z | Downloaded slog-envlogger v2.2.0 |
874 | 2024-12-02T16:01:29.003Z | Downloaded slog-dtrace v0.3.0 |
875 | 2024-12-02T16:01:29.003Z | Downloaded slog-bunyan v2.5.0 |
876 | 2024-12-02T16:01:29.006Z | Downloaded serde_tokenstream v0.2.2 |
877 | 2024-12-02T16:01:29.006Z | Downloaded num-integer v0.1.46 |
878 | 2024-12-02T16:01:29.006Z | Downloaded rustc_version v0.1.7 |
879 | 2024-12-02T16:01:29.009Z | Downloaded rfc6979 v0.4.0 |
880 | 2024-12-02T16:01:29.009Z | Downloaded base64 v0.13.1 |
881 | 2024-12-02T16:01:29.011Z | Downloaded async-io v2.3.4 |
882 | 2024-12-02T16:01:29.014Z | Downloaded cfg-expr v0.17.0 |
883 | 2024-12-02T16:01:29.016Z | Downloaded sha1 v0.10.6 |
884 | 2024-12-02T16:01:29.018Z | Downloaded scrypt v0.11.0 |
885 | 2024-12-02T16:01:29.018Z | Downloaded futures v0.3.31 |
886 | 2024-12-02T16:01:29.022Z | Downloaded chacha20 v0.9.1 |
887 | 2024-12-02T16:01:29.025Z | Downloaded bitflags v2.6.0 |
888 | 2024-12-02T16:01:29.027Z | Downloaded futures-lite v2.3.0 |
889 | 2024-12-02T16:01:29.029Z | Downloaded num_enum_derive v0.5.11 |
890 | 2024-12-02T16:01:29.032Z | Downloaded async-task v4.7.1 |
891 | 2024-12-02T16:01:29.032Z | Downloaded camino-tempfile v1.1.1 |
892 | 2024-12-02T16:01:29.034Z | Downloaded blowfish v0.9.1 |
893 | 2024-12-02T16:01:29.034Z | Downloaded async-recursion v1.1.1 |
894 | 2024-12-02T16:01:29.037Z | Downloaded bytecount v0.6.8 |
895 | 2024-12-02T16:01:29.040Z | Downloaded block-padding v0.3.3 |
896 | 2024-12-02T16:01:29.040Z | Downloaded cexpr v0.6.0 |
897 | 2024-12-02T16:01:29.044Z | Downloaded cargo-platform v0.1.8 |
898 | 2024-12-02T16:01:29.044Z | Downloaded bitfield-struct v0.6.2 |
899 | 2024-12-02T16:01:29.046Z | Downloaded bcs v0.1.6 |
900 | 2024-12-02T16:01:29.046Z | Downloaded assert_cmd v2.0.16 |
901 | 2024-12-02T16:01:29.046Z | Downloaded fs-err v2.11.0 |
902 | 2024-12-02T16:01:29.049Z | Downloaded fallible-streaming-iterator v0.1.9 |
903 | 2024-12-02T16:01:29.049Z | Downloaded httpdate v1.0.3 |
904 | 2024-12-02T16:01:29.052Z | Downloaded hostname v0.4.0 |
905 | 2024-12-02T16:01:29.052Z | Downloaded hostname v0.3.1 |
906 | 2024-12-02T16:01:29.055Z | Downloaded hex-literal v0.4.1 |
907 | 2024-12-02T16:01:29.055Z | Downloaded heck v0.4.1 |
908 | 2024-12-02T16:01:29.055Z | Downloaded fs_extra v1.3.0 |
909 | 2024-12-02T16:01:29.057Z | Downloaded byteorder v1.5.0 |
910 | 2024-12-02T16:01:29.057Z | Downloaded bitflags v1.3.2 |
911 | 2024-12-02T16:01:29.060Z | Downloaded base16ct v0.2.0 |
912 | 2024-12-02T16:01:29.063Z | Downloaded block-buffer v0.10.4 |
913 | 2024-12-02T16:01:29.063Z | Downloaded bit-set v0.5.3 |
914 | 2024-12-02T16:01:29.065Z | Downloaded async-signal v0.2.10 |
915 | 2024-12-02T16:01:29.065Z | Downloaded assert-json-diff v2.0.2 |
916 | 2024-12-02T16:01:29.065Z | Downloaded async-channel v2.3.1 |
917 | 2024-12-02T16:01:29.068Z | Downloaded heck v0.3.3 |
918 | 2024-12-02T16:01:29.068Z | Downloaded hash32 v0.2.1 |
919 | 2024-12-02T16:01:29.070Z | Downloaded hex v0.4.3 |
920 | 2024-12-02T16:01:29.070Z | Downloaded bcrypt-pbkdf v0.10.0 |
921 | 2024-12-02T16:01:29.072Z | Downloaded futures-task v0.3.31 |
922 | 2024-12-02T16:01:29.072Z | Downloaded backoff v0.4.0 |
923 | 2024-12-02T16:01:29.075Z | Downloaded autocfg v1.4.0 |
924 | 2024-12-02T16:01:29.077Z | Downloaded argon2 v0.5.3 |
925 | 2024-12-02T16:01:29.077Z | Downloaded async-stream v0.3.6 |
926 | 2024-12-02T16:01:29.080Z | Downloaded async-channel v1.9.0 |
927 | 2024-12-02T16:01:29.080Z | Downloaded anstyle-query v1.1.1 |
928 | 2024-12-02T16:01:29.082Z | Downloaded guppy-workspace-hack v0.1.0 |
929 | 2024-12-02T16:01:29.082Z | Downloaded futures-macro v0.3.31 |
930 | 2024-12-02T16:01:29.082Z | Downloaded foldhash v0.1.3 |
931 | 2024-12-02T16:01:29.082Z | Downloaded cfg_aliases v0.2.1 |
932 | 2024-12-02T16:01:29.084Z | Downloaded futures-timer v3.0.3 |
933 | 2024-12-02T16:01:29.084Z | Downloaded futures-sink v0.3.31 |
934 | 2024-12-02T16:01:29.087Z | Downloaded futures-io v0.3.31 |
935 | 2024-12-02T16:01:29.087Z | Downloaded futures-executor v0.3.31 |
936 | 2024-12-02T16:01:29.089Z | Downloaded futures-core v0.3.31 |
937 | 2024-12-02T16:01:29.089Z | Downloaded funty v2.0.0 |
938 | 2024-12-02T16:01:29.089Z | Downloaded anes v0.1.6 |
939 | 2024-12-02T16:01:29.092Z | Downloaded arrayref v0.3.9 |
940 | 2024-12-02T16:01:29.095Z | Downloaded aho-corasick v1.1.3 |
941 | 2024-12-02T16:01:29.097Z | Downloaded aes-gcm v0.10.3 |
942 | 2024-12-02T16:01:29.103Z | Downloaded form_urlencoded v1.2.1 |
943 | 2024-12-02T16:01:29.105Z | Downloaded foreign-types-shared v0.3.1 |
944 | 2024-12-02T16:01:29.105Z | Downloaded foreign-types v0.3.2 |
945 | 2024-12-02T16:01:29.105Z | Downloaded flume v0.11.1 |
946 | 2024-12-02T16:01:29.108Z | Downloaded float-cmp v0.9.0 |
947 | 2024-12-02T16:01:29.111Z | Downloaded assert_matches v1.5.0 |
948 | 2024-12-02T16:01:29.111Z | Downloaded arrayvec v0.7.6 |
949 | 2024-12-02T16:01:29.113Z | Downloaded approx v0.5.1 |
950 | 2024-12-02T16:01:29.115Z | Downloaded filetime v0.2.25 |
951 | 2024-12-02T16:01:29.115Z | Downloaded ff v0.13.0 |
952 | 2024-12-02T16:01:29.308Z | Downloaded aws-lc-sys v0.22.0 |
953 | 2024-12-02T16:01:29.585Z | Downloaded ring v0.17.8 |
954 | 2024-12-02T16:01:29.766Z | Downloaded ring v0.16.20 |
955 | 2024-12-02T16:01:29.842Z | Downloaded libsqlite3-sys v0.30.1 |
956 | 2024-12-02T16:01:30.199Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
957 | 2024-12-02T16:01:48.000Z | Startup: Refreshing catalog 'helios-dev' ... Done |
958 | 2024-12-02T16:01:52.053Z | Startup: Caching catalogs ... Done |
959 | 2024-12-02T16:02:01.593Z | Planning: Solver setup ... Done (8.685s) |
960 | 2024-12-02T16:02:01.715Z | Planning: Running solver ... Done (0.122s) |
961 | 2024-12-02T16:02:02.037Z | Planning: Finding local manifests ... Done (0.224s) |
962 | 2024-12-02T16:02:02.074Z | Planning: Fetching manifests: 0/5 0% complete |
963 | 2024-12-02T16:02:02.366Z | Planning: Fetching manifests: 5/5 100% complete |
964 | 2024-12-02T16:02:02.650Z | Planning: Package planning ... Done (0.284s) |
965 | 2024-12-02T16:02:02.706Z | Planning: Merging actions ... Done (0.056s) |
966 | 2024-12-02T16:02:03.723Z | Planning: Checking for conflicting actions ... Done (1.017s) |
967 | 2024-12-02T16:02:11.893Z | Planning: Consolidating action changes ... Done (8.168s) |
968 | 2024-12-02T16:02:12.272Z | Planning: Evaluating mediators ... Done (0.379s) |
969 | 2024-12-02T16:02:12.493Z | Planning: Planning completed in 20.35 seconds |
970 | 2024-12-02T16:02:13.432Z | Packages to install: 4 |
971 | 2024-12-02T16:02:13.432Z | Packages to update: 1 |
972 | 2024-12-02T16:02:13.434Z | Mediators to change: 2 |
973 | 2024-12-02T16:02:13.434Z | Services to change: 1 |
974 | 2024-12-02T16:02:13.434Z | Estimated space available: 155.38 GB |
975 | 2024-12-02T16:02:13.434Z | Estimated space to be consumed: 1.61 GB |
976 | 2024-12-02T16:02:13.435Z | Create boot environment: No |
977 | 2024-12-02T16:02:13.435Z | Create backup boot environment: Yes |
978 | 2024-12-02T16:02:13.435Z | Rebuild boot archive: No |
979 | 2024-12-02T16:02:13.435Z | |
980 | 2024-12-02T16:02:13.435Z | Changed mediators: |
981 | 2024-12-02T16:02:13.435Z | mediator clang: |
982 | 2024-12-02T16:02:13.435Z | version: None -> 15 (system default) |
983 | 2024-12-02T16:02:13.435Z | |
984 | 2024-12-02T16:02:13.435Z | mediator llvm: |
985 | 2024-12-02T16:02:13.435Z | version: 14 (system default) -> 15 (system default) |
986 | 2024-12-02T16:02:13.435Z | |
987 | 2024-12-02T16:02:13.435Z | Changed packages: |
988 | 2024-12-02T16:02:13.435Z | helios-dev |
989 | 2024-12-02T16:02:13.435Z | developer/build-essential |
990 | 2024-12-02T16:02:13.435Z | None -> 11-2.0 |
991 | 2024-12-02T16:02:13.435Z | library/libxmlsec1 |
992 | 2024-12-02T16:02:13.435Z | None -> 1.2.35-2.0 |
993 | 2024-12-02T16:02:13.435Z | ooce/developer/clang-15 |
994 | 2024-12-02T16:02:13.435Z | None -> 15.0.7-2.0 |
995 | 2024-12-02T16:02:13.435Z | ooce/developer/llvm-15 |
996 | 2024-12-02T16:02:13.435Z | None -> 15.0.7-2.0 |
997 | 2024-12-02T16:02:13.435Z | package/pkg |
998 | 2024-12-02T16:02:13.435Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
999 | 2024-12-02T16:02:13.435Z | |
1000 | 2024-12-02T16:02:13.435Z | Services: |
1001 | 2024-12-02T16:02:13.435Z | restart_fmri: |
1002 | 2024-12-02T16:02:13.435Z | svc:/system/update-man-index:default |
1003 | 2024-12-02T16:02:13.435Z | |
1004 | 2024-12-02T16:02:13.435Z | Editable files to change: |
1005 | 2024-12-02T16:02:13.435Z | Update: |
1006 | 2024-12-02T16:02:13.435Z | usr/share/lib/pkg/web/config.shtml |
1007 | 2024-12-02T16:02:13.834Z | |
1008 | 2024-12-02T16:02:13.834Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1009 | 2024-12-02T16:02:18.863Z | Download: 1190/4281 items 62.3/220.6MB 28% complete (12.4M/s) |
1010 | 2024-12-02T16:02:23.857Z | Download: 2351/4281 items 119.9/220.6MB 54% complete (12.1M/s) |
1011 | 2024-12-02T16:02:28.858Z | Download: 3747/4281 items 217.8/220.6MB 98% complete (15.7M/s) |
1012 | 2024-12-02T16:02:30.627Z | Download: Completed 220.60 MB in 16.79 seconds (13.1M/s) |
1013 | 2024-12-02T16:02:33.158Z | Actions: 1/5063 actions (Removing old actions) |
1014 | 2024-12-02T16:02:33.172Z | Actions: 194/5063 actions (Installing new actions) |
1015 | 2024-12-02T16:02:38.212Z | Actions: 4115/5063 actions (Installing new actions) |
1016 | 2024-12-02T16:02:38.474Z | Actions: 4226/5063 actions (Updating modified actions) |
1017 | 2024-12-02T16:02:38.807Z | Actions: Completed 5063 actions in 5.65 seconds. |
1018 | 2024-12-02T16:02:39.032Z | Done (0.218s) |
1019 | 2024-12-02T16:02:39.034Z | Done (0.000s) |
1020 | 2024-12-02T16:02:39.577Z | Done (0.542s) |
1021 | 2024-12-02T16:02:45.102Z | Done (5.311s) |
1022 | 2024-12-02T16:02:45.429Z | Done (0.260s) |
1023 | 2024-12-02T16:02:45.432Z | Done (0.000s) |
1024 | 2024-12-02T16:02:45.588Z | Done (0.000s) |
1025 | 2024-12-02T16:02:46.266Z | Planning: Evaluating mediator changes ... Done |
1026 | 2024-12-02T16:02:46.424Z | Planning: Checking for conflicting actions ... Done |
1027 | 2024-12-02T16:02:46.427Z | Planning: Consolidating action changes ... Done |
1028 | 2024-12-02T16:02:46.693Z | Planning: Evaluating mediators ... Done |
1029 | 2024-12-02T16:02:46.696Z | Planning: Planning completed in 0.43 seconds |
1030 | 2024-12-02T16:02:46.731Z | Mediators to change: 2 |
1031 | 2024-12-02T16:02:46.734Z | Create boot environment: No |
1032 | 2024-12-02T16:02:46.734Z | Create backup boot environment: No |
1033 | 2024-12-02T16:02:46.809Z | Done |
1034 | 2024-12-02T16:02:46.809Z | Done |
1035 | 2024-12-02T16:02:47.155Z | Done |
1036 | 2024-12-02T16:02:50.770Z | Done |
1037 | 2024-12-02T16:02:50.864Z | Done |
1038 | 2024-12-02T16:02:50.867Z | Done |
1039 | 2024-12-02T16:02:50.977Z | Done |
1040 | 2024-12-02T16:02:51.580Z | Planning: Evaluating mediator changes ... Done |
1041 | 2024-12-02T16:02:51.582Z | Planning: Merging actions ... Done |
1042 | 2024-12-02T16:02:51.770Z | Planning: Checking for conflicting actions ... Done |
1043 | 2024-12-02T16:02:51.772Z | Planning: Consolidating action changes ... Done |
1044 | 2024-12-02T16:02:52.034Z | Planning: Evaluating mediators ... Done |
1045 | 2024-12-02T16:02:52.088Z | Planning: Planning completed in 0.75 seconds |
1046 | 2024-12-02T16:02:52.126Z | Packages to change: 1 |
1047 | 2024-12-02T16:02:52.126Z | Mediators to change: 1 |
1048 | 2024-12-02T16:02:52.129Z | Services to change: 1 |
1049 | 2024-12-02T16:02:52.129Z | Create boot environment: No |
1050 | 2024-12-02T16:02:52.129Z | Create backup boot environment: Yes |
1051 | 2024-12-02T16:02:54.160Z | Actions: 1/6 actions (Updating modified actions) |
1052 | 2024-12-02T16:02:54.201Z | Actions: Completed 6 actions in 0.04 seconds. |
1053 | 2024-12-02T16:02:54.204Z | Done |
1054 | 2024-12-02T16:02:54.204Z | Done |
1055 | 2024-12-02T16:02:54.314Z | Done |
1056 | 2024-12-02T16:02:57.926Z | Done |
1057 | 2024-12-02T16:02:58.017Z | Done |
1058 | 2024-12-02T16:02:58.020Z | Done |
1059 | 2024-12-02T16:02:58.131Z | Done |
1060 | 2024-12-02T16:02:58.565Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1061 | 2024-12-02T16:02:58.565Z | clang system 15 system |
1062 | 2024-12-02T16:02:58.565Z | csh system system illumos |
1063 | 2024-12-02T16:02:58.565Z | ctags system system illumos |
1064 | 2024-12-02T16:02:58.566Z | gcc vendor 12 vendor |
1065 | 2024-12-02T16:02:58.566Z | gcc system 10 system |
1066 | 2024-12-02T16:02:58.566Z | gcc system 7 system |
1067 | 2024-12-02T16:02:58.566Z | go system 1.20 system |
1068 | 2024-12-02T16:02:58.566Z | go system 1.19 system |
1069 | 2024-12-02T16:02:58.566Z | llvm system 15 system |
1070 | 2024-12-02T16:02:58.566Z | llvm system 14 system |
1071 | 2024-12-02T16:02:58.566Z | mariadb system 10.6 system |
1072 | 2024-12-02T16:02:58.566Z | mta vendor vendor dma |
1073 | 2024-12-02T16:02:58.566Z | openjdk system 17 system |
1074 | 2024-12-02T16:02:58.566Z | openjdk system 11 system |
1075 | 2024-12-02T16:02:58.566Z | openjdk system 1.8 system |
1076 | 2024-12-02T16:02:58.566Z | openssl vendor 3 vendor |
1077 | 2024-12-02T16:02:58.566Z | perl system 5.36 system |
1078 | 2024-12-02T16:02:58.566Z | postgresql system 15 system |
1079 | 2024-12-02T16:02:58.566Z | postgresql system 13 system |
1080 | 2024-12-02T16:02:58.566Z | python vendor 3 vendor |
1081 | 2024-12-02T16:02:58.566Z | python system 2 system |
1082 | 2024-12-02T16:02:58.566Z | python3 system 3.11 system |
1083 | 2024-12-02T16:02:58.566Z | ruby system 3.0 system |
1084 | 2024-12-02T16:02:58.566Z | words vendor vendor american-english |
1085 | 2024-12-02T16:02:58.566Z | words system system australian-english |
1086 | 2024-12-02T16:02:58.566Z | words system system british-english |
1087 | 2024-12-02T16:02:58.566Z | words system system canadian-english |
1088 | 2024-12-02T16:02:58.566Z | words system system french |
1089 | 2024-12-02T16:02:58.566Z | words system system italian |
1090 | 2024-12-02T16:02:58.566Z | words system system ngerman |
1091 | 2024-12-02T16:02:58.566Z | words system system ogerman |
1092 | 2024-12-02T16:02:58.566Z | words system system spanish |
1093 | 2024-12-02T16:02:58.899Z | PUBLISHER TYPE STATUS P LOCATION |
1094 | 2024-12-02T16:02:58.899Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1095 | 2024-12-02T16:03:01.546Z | FMRI IFO |
1096 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1097 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1098 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1099 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1100 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1101 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1102 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1103 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1104 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1105 | 2024-12-02T16:03:01.546Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1106 | 2024-12-02T16:03:01.547Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1107 | 2024-12-02T16:03:01.547Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1108 | 2024-12-02T16:03:01.547Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1109 | 2024-12-02T16:03:01.547Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1110 | 2024-12-02T16:03:01.547Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1111 | 2024-12-02T16:03:02.570Z | Downloading crates ... |
1112 | 2024-12-02T16:03:02.700Z | Downloaded cargo_toml v0.20.5 |
1113 | 2024-12-02T16:03:02.834Z | Compiling proc-macro2 v1.0.89 |
1114 | 2024-12-02T16:03:02.834Z | Compiling unicode-ident v1.0.13 |
1115 | 2024-12-02T16:03:02.836Z | Compiling serde v1.0.215 |
1116 | 2024-12-02T16:03:02.837Z | Compiling version_check v0.9.5 |
1117 | 2024-12-02T16:03:02.837Z | Compiling memchr v2.7.4 |
1118 | 2024-12-02T16:03:02.856Z | Compiling thiserror v1.0.69 |
1119 | 2024-12-02T16:03:02.858Z | Compiling libc v0.2.162 |
1120 | 2024-12-02T16:03:02.861Z | Compiling itoa v1.0.11 |
1121 | 2024-12-02T16:03:03.080Z | Compiling ryu v1.0.18 |
1122 | 2024-12-02T16:03:03.093Z | Compiling ucd-trie v0.1.7 |
1123 | 2024-12-02T16:03:03.404Z | Compiling once_cell v1.20.2 |
1124 | 2024-12-02T16:03:03.695Z | Compiling byteorder v1.5.0 |
1125 | 2024-12-02T16:03:03.734Z | Compiling serde_json v1.0.132 |
1126 | 2024-12-02T16:03:04.062Z | Compiling rustix v0.38.37 |
1127 | 2024-12-02T16:03:04.176Z | Compiling bitflags v2.6.0 |
1128 | 2024-12-02T16:03:04.366Z | Compiling proc-macro-error-attr v1.0.4 |
1129 | 2024-12-02T16:03:04.395Z | Compiling usdt-impl v0.5.0 |
1130 | 2024-12-02T16:03:04.452Z | Compiling syn v1.0.109 |
1131 | 2024-12-02T16:03:04.596Z | Compiling proc-macro-error v1.0.4 |
1132 | 2024-12-02T16:03:04.679Z | Compiling equivalent v1.0.1 |
1133 | 2024-12-02T16:03:04.775Z | Compiling plain v0.2.3 |
1134 | 2024-12-02T16:03:04.854Z | Compiling utf8parse v0.2.2 |
1135 | 2024-12-02T16:03:04.866Z | Compiling log v0.4.22 |
1136 | 2024-12-02T16:03:04.907Z | Compiling camino v1.1.9 |
1137 | 2024-12-02T16:03:04.923Z | Compiling hashbrown v0.15.0 |
1138 | 2024-12-02T16:03:04.994Z | Compiling anstyle-parse v0.2.5 |
1139 | 2024-12-02T16:03:05.239Z | Compiling quote v1.0.37 |
1140 | 2024-12-02T16:03:05.301Z | Compiling pretty-hex v0.4.1 |
1141 | 2024-12-02T16:03:05.518Z | Compiling errno v0.3.9 |
1142 | 2024-12-02T16:03:05.586Z | Compiling thread-id v4.2.2 |
1143 | 2024-12-02T16:03:05.589Z | Compiling anstyle v1.0.10 |
1144 | 2024-12-02T16:03:05.642Z | Compiling syn v2.0.87 |
1145 | 2024-12-02T16:03:05.739Z | Compiling is_terminal_polyfill v1.70.1 |
1146 | 2024-12-02T16:03:05.862Z | Compiling semver v1.0.23 |
1147 | 2024-12-02T16:03:05.951Z | Compiling anstyle-query v1.1.1 |
1148 | 2024-12-02T16:03:06.017Z | Compiling colorchoice v1.0.2 |
1149 | 2024-12-02T16:03:06.090Z | Compiling indexmap v2.6.0 |
1150 | 2024-12-02T16:03:06.160Z | Compiling unicode-width v0.1.14 |
1151 | 2024-12-02T16:03:06.171Z | Compiling winnow v0.6.20 |
1152 | 2024-12-02T16:03:06.361Z | Compiling autocfg v1.4.0 |
1153 | 2024-12-02T16:03:06.725Z | Compiling anstream v0.6.15 |
1154 | 2024-12-02T16:03:07.440Z | Compiling fs-err v2.11.0 |
1155 | 2024-12-02T16:03:07.473Z | Compiling clap_lex v0.7.2 |
1156 | 2024-12-02T16:03:07.541Z | Compiling fastrand v2.1.1 |
1157 | 2024-12-02T16:03:07.564Z | Compiling strsim v0.11.1 |
1158 | 2024-12-02T16:03:07.713Z | Compiling bytecount v0.6.8 |
1159 | 2024-12-02T16:03:07.927Z | Compiling terminal_size v0.4.0 |
1160 | 2024-12-02T16:03:07.960Z | Compiling heck v0.5.0 |
1161 | 2024-12-02T16:03:08.136Z | Compiling fnv v1.0.7 |
1162 | 2024-12-02T16:03:08.149Z | Compiling cfg-if v1.0.0 |
1163 | 2024-12-02T16:03:08.267Z | Compiling anyhow v1.0.93 |
1164 | 2024-12-02T16:03:08.523Z | Compiling heck v0.4.1 |
1165 | 2024-12-02T16:03:08.535Z | Compiling papergrid v0.11.0 |
1166 | 2024-12-02T16:03:08.607Z | Compiling tempfile v3.13.0 |
1167 | 2024-12-02T16:03:09.030Z | Compiling clap_builder v4.5.21 |
1168 | 2024-12-02T16:03:09.357Z | Compiling memmap v0.7.0 |
1169 | 2024-12-02T16:03:09.415Z | Compiling unicode-linebreak v0.1.5 |
1170 | 2024-12-02T16:03:09.502Z | Compiling smawk v0.3.2 |
1171 | 2024-12-02T16:03:09.897Z | Compiling textwrap v0.16.1 |
1172 | 2024-12-02T16:03:09.989Z | Compiling swrite v0.1.0 |
1173 | 2024-12-02T16:03:11.372Z | Compiling tabled_derive v0.7.0 |
1174 | 2024-12-02T16:03:12.815Z | Compiling tabled v0.15.0 |
1175 | 2024-12-02T16:03:14.642Z | Compiling serde_derive v1.0.215 |
1176 | 2024-12-02T16:03:14.645Z | Compiling thiserror-impl v1.0.69 |
1177 | 2024-12-02T16:03:14.645Z | Compiling zerocopy-derive v0.7.35 |
1178 | 2024-12-02T16:03:14.645Z | Compiling scroll_derive v0.12.0 |
1179 | 2024-12-02T16:03:14.645Z | Compiling clap_derive v4.5.18 |
1180 | 2024-12-02T16:03:15.688Z | Compiling scroll v0.12.0 |
1181 | 2024-12-02T16:03:16.176Z | Compiling goblin v0.8.2 |
1182 | 2024-12-02T16:03:16.405Z | Compiling zerocopy v0.7.35 |
1183 | 2024-12-02T16:03:17.359Z | Compiling pest v2.7.14 |
1184 | 2024-12-02T16:03:18.660Z | Compiling clap v4.5.21 |
1185 | 2024-12-02T16:03:19.554Z | Compiling pest_meta v2.7.14 |
1186 | 2024-12-02T16:03:20.384Z | Compiling pest_generator v2.7.14 |
1187 | 2024-12-02T16:03:22.123Z | Compiling pest_derive v2.7.14 |
1188 | 2024-12-02T16:03:22.837Z | Compiling dtrace-parser v0.2.0 |
1189 | 2024-12-02T16:03:24.648Z | Compiling serde_spanned v0.6.8 |
1190 | 2024-12-02T16:03:24.648Z | Compiling toml_datetime v0.6.8 |
1191 | 2024-12-02T16:03:24.651Z | Compiling cargo-platform v0.1.8 |
1192 | 2024-12-02T16:03:25.046Z | Compiling serde_tokenstream v0.2.2 |
1193 | 2024-12-02T16:03:25.091Z | Compiling toml_edit v0.22.22 |
1194 | 2024-12-02T16:03:25.170Z | Compiling macaddr v1.0.1 |
1195 | 2024-12-02T16:03:25.312Z | Compiling camino-tempfile v1.1.1 |
1196 | 2024-12-02T16:03:26.144Z | Compiling dof v0.3.0 |
1197 | 2024-12-02T16:03:26.144Z | Compiling cargo_metadata v0.18.1 |
1198 | 2024-12-02T16:03:27.873Z | Compiling toml v0.8.19 |
1199 | 2024-12-02T16:03:28.002Z | Compiling usdt-attr-macro v0.5.0 |
1200 | 2024-12-02T16:03:28.002Z | Compiling usdt-macro v0.5.0 |
1201 | 2024-12-02T16:03:28.718Z | Compiling cargo_toml v0.20.5 |
1202 | 2024-12-02T16:03:29.299Z | Compiling usdt v0.5.0 |
1203 | 2024-12-02T16:03:32.270Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1204 | 2024-12-02T16:03:36.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.38s |
1205 | 2024-12-02T16:03:36.500Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1206 | 2024-12-02T16:03:37.331Z | Compiling serde v1.0.215 |
1207 | 2024-12-02T16:03:37.333Z | Compiling lock_api v0.4.12 |
1208 | 2024-12-02T16:03:37.334Z | Compiling scopeguard v1.2.0 |
1209 | 2024-12-02T16:03:37.334Z | Compiling value-bag v1.9.0 |
1210 | 2024-12-02T16:03:37.334Z | Compiling typenum v1.17.0 |
1211 | 2024-12-02T16:03:37.334Z | Compiling generic-array v0.14.7 |
1212 | 2024-12-02T16:03:37.490Z | Compiling syn v2.0.87 |
1213 | 2024-12-02T16:03:37.505Z | Compiling getrandom v0.2.15 |
1214 | 2024-12-02T16:03:37.651Z | Compiling shlex v1.3.0 |
1215 | 2024-12-02T16:03:37.738Z | Compiling rand_core v0.6.4 |
1216 | 2024-12-02T16:03:37.911Z | Compiling log v0.4.22 |
1217 | 2024-12-02T16:03:38.033Z | Compiling subtle v2.6.1 |
1218 | 2024-12-02T16:03:38.095Z | Compiling jobserver v0.1.32 |
1219 | 2024-12-02T16:03:38.116Z | Compiling smallvec v1.13.2 |
1220 | 2024-12-02T16:03:38.289Z | Compiling const-oid v0.9.6 |
1221 | 2024-12-02T16:03:38.345Z | Compiling spin v0.9.8 |
1222 | 2024-12-02T16:03:38.405Z | Compiling pin-project-lite v0.2.14 |
1223 | 2024-12-02T16:03:38.521Z | Compiling cc v1.1.30 |
1224 | 2024-12-02T16:03:38.540Z | Compiling rustix v0.38.37 |
1225 | 2024-12-02T16:03:38.739Z | Compiling parking_lot_core v0.9.10 |
1226 | 2024-12-02T16:03:38.812Z | Compiling futures-core v0.3.31 |
1227 | 2024-12-02T16:03:38.982Z | Compiling signal-hook-registry v1.4.2 |
1228 | 2024-12-02T16:03:39.021Z | Compiling mio v1.0.2 |
1229 | 2024-12-02T16:03:39.423Z | Compiling aho-corasick v1.1.3 |
1230 | 2024-12-02T16:03:39.834Z | Compiling parking_lot v0.12.3 |
1231 | 2024-12-02T16:03:39.852Z | Compiling cpufeatures v0.2.14 |
1232 | 2024-12-02T16:03:39.958Z | Compiling either v1.13.0 |
1233 | 2024-12-02T16:03:40.166Z | Compiling regex-syntax v0.8.5 |
1234 | 2024-12-02T16:03:40.247Z | Compiling lazy_static v1.5.0 |
1235 | 2024-12-02T16:03:40.375Z | Compiling futures-sink v0.3.31 |
1236 | 2024-12-02T16:03:40.378Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-12-02T16:03:40.478Z | Compiling glob v0.3.1 |
1238 | 2024-12-02T16:03:40.548Z | Compiling socket2 v0.5.7 |
1239 | 2024-12-02T16:03:40.688Z | Compiling slab v0.4.9 |
1240 | 2024-12-02T16:03:40.764Z | Compiling prettyplease v0.2.25 |
1241 | 2024-12-02T16:03:41.110Z | Compiling minimal-lexical v0.2.1 |
1242 | 2024-12-02T16:03:41.414Z | Compiling libloading v0.8.5 |
1243 | 2024-12-02T16:03:41.473Z | Compiling clang-sys v1.8.1 |
1244 | 2024-12-02T16:03:41.499Z | Compiling nom v7.1.3 |
1245 | 2024-12-02T16:03:41.623Z | Compiling bindgen v0.69.5 |
1246 | 2024-12-02T16:03:41.836Z | Compiling home v0.5.9 |
1247 | 2024-12-02T16:03:42.101Z | Compiling serde_json v1.0.132 |
1248 | 2024-12-02T16:03:42.422Z | Compiling futures-channel v0.3.31 |
1249 | 2024-12-02T16:03:42.439Z | Compiling itertools v0.12.1 |
1250 | 2024-12-02T16:03:42.740Z | Compiling futures-io v0.3.31 |
1251 | 2024-12-02T16:03:42.842Z | Compiling allocator-api2 v0.2.18 |
1252 | 2024-12-02T16:03:43.082Z | Compiling rustc-hash v1.1.0 |
1253 | 2024-12-02T16:03:43.241Z | Compiling pin-utils v0.1.0 |
1254 | 2024-12-02T16:03:43.347Z | Compiling lazycell v1.3.0 |
1255 | 2024-12-02T16:03:43.535Z | Compiling foldhash v0.1.3 |
1256 | 2024-12-02T16:03:43.672Z | Compiling futures-task v0.3.31 |
1257 | 2024-12-02T16:03:43.836Z | Compiling regex-automata v0.4.8 |
1258 | 2024-12-02T16:03:43.976Z | Compiling hashbrown v0.15.0 |
1259 | 2024-12-02T16:03:45.102Z | Compiling synstructure v0.13.1 |
1260 | 2024-12-02T16:03:45.294Z | Compiling cexpr v0.6.0 |
1261 | 2024-12-02T16:03:45.589Z | Compiling cmake v0.1.51 |
1262 | 2024-12-02T16:03:46.629Z | Compiling pkg-config v0.3.31 |
1263 | 2024-12-02T16:03:46.816Z | Compiling fs_extra v1.3.0 |
1264 | 2024-12-02T16:03:47.011Z | Compiling dunce v1.0.5 |
1265 | 2024-12-02T16:03:47.083Z | Compiling libm v0.2.8 |
1266 | 2024-12-02T16:03:47.139Z | Compiling tinyvec_macros v0.1.1 |
1267 | 2024-12-02T16:03:47.235Z | Compiling tinyvec v1.8.0 |
1268 | 2024-12-02T16:03:47.408Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-02T16:03:47.909Z | Compiling ring v0.17.8 |
1270 | 2024-12-02T16:03:48.244Z | Compiling paste v1.0.15 |
1271 | 2024-12-02T16:03:48.519Z | Compiling litemap v0.7.3 |
1272 | 2024-12-02T16:03:48.765Z | Compiling unicode-normalization v0.1.24 |
1273 | 2024-12-02T16:03:48.807Z | Compiling base64ct v1.6.0 |
1274 | 2024-12-02T16:03:48.867Z | Compiling unicode-bidi v0.3.17 |
1275 | 2024-12-02T16:03:48.924Z | Compiling writeable v0.5.5 |
1276 | 2024-12-02T16:03:49.298Z | Compiling regex v1.11.1 |
1277 | 2024-12-02T16:03:49.504Z | Compiling pem-rfc7468 v0.7.0 |
1278 | 2024-12-02T16:03:50.220Z | Compiling flagset v0.4.6 |
1279 | 2024-12-02T16:03:50.238Z | Compiling httparse v1.9.5 |
1280 | 2024-12-02T16:03:50.366Z | Compiling aws-lc-rs v1.10.0 |
1281 | 2024-12-02T16:03:50.786Z | Compiling tracing-core v0.1.32 |
1282 | 2024-12-02T16:03:50.986Z | Compiling rustls-pki-types v1.9.0 |
1283 | 2024-12-02T16:03:51.532Z | Compiling crossbeam-utils v0.8.20 |
1284 | 2024-12-02T16:03:51.813Z | Compiling percent-encoding v2.3.1 |
1285 | 2024-12-02T16:03:51.871Z | Compiling serde_derive v1.0.215 |
1286 | 2024-12-02T16:03:52.016Z | Compiling zeroize_derive v1.4.2 |
1287 | 2024-12-02T16:03:52.092Z | Compiling zerocopy-derive v0.7.35 |
1288 | 2024-12-02T16:03:52.134Z | Compiling tokio-macros v2.4.0 |
1289 | 2024-12-02T16:03:52.156Z | Compiling zerofrom-derive v0.1.4 |
1290 | 2024-12-02T16:03:53.590Z | Compiling zeroize v1.8.1 |
1291 | 2024-12-02T16:03:53.710Z | Compiling yoke-derive v0.7.4 |
1292 | 2024-12-02T16:03:54.227Z | Compiling zerocopy v0.7.35 |
1293 | 2024-12-02T16:03:54.423Z | Compiling thiserror-impl v1.0.69 |
1294 | 2024-12-02T16:03:55.275Z | Compiling crypto-common v0.1.6 |
1295 | 2024-12-02T16:03:55.521Z | Compiling block-buffer v0.10.4 |
1296 | 2024-12-02T16:03:55.752Z | Compiling digest v0.10.7 |
1297 | 2024-12-02T16:03:55.810Z | Compiling zerovec-derive v0.10.3 |
1298 | 2024-12-02T16:03:56.218Z | Compiling zerofrom v0.1.4 |
1299 | 2024-12-02T16:03:56.237Z | Compiling hmac v0.12.1 |
1300 | 2024-12-02T16:03:56.429Z | Compiling futures-macro v0.3.31 |
1301 | 2024-12-02T16:03:56.450Z | Compiling block-padding v0.3.3 |
1302 | 2024-12-02T16:03:56.473Z | Compiling displaydoc v0.2.5 |
1303 | 2024-12-02T16:03:56.626Z | Compiling yoke v0.7.4 |
1304 | 2024-12-02T16:03:56.694Z | Compiling inout v0.1.3 |
1305 | 2024-12-02T16:03:56.963Z | Compiling cipher v0.4.4 |
1306 | 2024-12-02T16:03:57.001Z | Compiling sha2 v0.10.8 |
1307 | 2024-12-02T16:03:57.471Z | Compiling ppv-lite86 v0.2.20 |
1308 | 2024-12-02T16:03:57.628Z | Compiling thiserror v1.0.69 |
1309 | 2024-12-02T16:03:57.774Z | Compiling der_derive v0.7.3 |
1310 | 2024-12-02T16:03:58.191Z | Compiling icu_provider_macros v1.5.0 |
1311 | 2024-12-02T16:03:58.300Z | Compiling futures-util v0.3.31 |
1312 | 2024-12-02T16:03:58.319Z | Compiling rand_chacha v0.3.1 |
1313 | 2024-12-02T16:03:58.351Z | Compiling zerovec v0.10.4 |
1314 | 2024-12-02T16:03:59.338Z | Compiling tracing-attributes v0.1.27 |
1315 | 2024-12-02T16:04:00.205Z | Compiling tinystr v0.7.6 |
1316 | 2024-12-02T16:04:00.419Z | Compiling der v0.7.9 |
1317 | 2024-12-02T16:04:00.515Z | Compiling icu_locid_transform_data v1.5.0 |
1318 | 2024-12-02T16:04:00.536Z | Compiling icu_collections v1.5.0 |
1319 | 2024-12-02T16:04:00.618Z | Compiling icu_locid v1.5.0 |
1320 | 2024-12-02T16:04:00.638Z | Compiling rand v0.8.5 |
1321 | 2024-12-02T16:04:01.871Z | Compiling icu_provider v1.5.0 |
1322 | 2024-12-02T16:04:02.728Z | Compiling icu_locid_transform v1.5.0 |
1323 | 2024-12-02T16:04:02.829Z | Compiling spki v0.7.3 |
1324 | 2024-12-02T16:04:02.960Z | Compiling pest v2.7.14 |
1325 | 2024-12-02T16:04:03.044Z | Compiling tracing v0.1.40 |
1326 | 2024-12-02T16:04:03.224Z | Compiling salsa20 v0.10.2 |
1327 | 2024-12-02T16:04:03.451Z | Compiling pbkdf2 v0.12.2 |
1328 | 2024-12-02T16:04:03.623Z | Compiling powerfmt v0.2.0 |
1329 | 2024-12-02T16:04:03.670Z | Compiling num-conv v0.1.0 |
1330 | 2024-12-02T16:04:03.931Z | Compiling mirai-annotations v1.12.0 |
1331 | 2024-12-02T16:04:04.007Z | Compiling vcpkg v0.2.15 |
1332 | 2024-12-02T16:04:04.111Z | Compiling untrusted v0.7.1 |
1333 | 2024-12-02T16:04:04.298Z | Compiling icu_properties_data v1.5.0 |
1334 | 2024-12-02T16:04:04.316Z | Compiling untrusted v0.9.0 |
1335 | 2024-12-02T16:04:04.374Z | Compiling time-core v0.1.2 |
1336 | 2024-12-02T16:04:04.484Z | Compiling deranged v0.3.11 |
1337 | 2024-12-02T16:04:04.538Z | Compiling icu_properties v1.5.1 |
1338 | 2024-12-02T16:04:04.555Z | Compiling time-macros v0.2.18 |
1339 | 2024-12-02T16:04:05.316Z | Compiling scrypt v0.11.0 |
1340 | 2024-12-02T16:04:05.832Z | Compiling bitflags v2.6.0 |
1341 | 2024-12-02T16:04:05.854Z | Compiling bytes v1.8.0 |
1342 | 2024-12-02T16:04:06.070Z | Compiling indexmap v2.6.0 |
1343 | 2024-12-02T16:04:06.336Z | Compiling semver v1.0.23 |
1344 | 2024-12-02T16:04:07.115Z | Compiling tokio v1.40.0 |
1345 | 2024-12-02T16:04:07.154Z | Compiling http v1.1.0 |
1346 | 2024-12-02T16:04:07.547Z | Compiling rustc_version v0.4.1 |
1347 | 2024-12-02T16:04:07.824Z | Compiling openssl-sys v0.9.103 |
1348 | 2024-12-02T16:04:08.340Z | Compiling pest_meta v2.7.14 |
1349 | 2024-12-02T16:04:09.178Z | Compiling aes v0.8.4 |
1350 | 2024-12-02T16:04:09.493Z | Compiling cbc v0.1.2 |
1351 | 2024-12-02T16:04:09.696Z | Compiling scroll_derive v0.12.0 |
1352 | 2024-12-02T16:04:09.737Z | Compiling num_threads v0.1.7 |
1353 | 2024-12-02T16:04:09.878Z | Compiling utf16_iter v1.0.5 |
1354 | 2024-12-02T16:04:10.086Z | Compiling write16 v1.0.0 |
1355 | 2024-12-02T16:04:10.217Z | Compiling icu_normalizer_data v1.5.0 |
1356 | 2024-12-02T16:04:10.272Z | Compiling atomic-waker v1.1.2 |
1357 | 2024-12-02T16:04:10.313Z | Compiling which v4.4.2 |
1358 | 2024-12-02T16:04:10.452Z | Compiling utf8_iter v1.0.4 |
1359 | 2024-12-02T16:04:10.535Z | Compiling pkcs5 v0.7.1 |
1360 | 2024-12-02T16:04:10.925Z | Compiling icu_normalizer v1.5.0 |
1361 | 2024-12-02T16:04:11.204Z | Compiling scroll v0.12.0 |
1362 | 2024-12-02T16:04:11.774Z | Compiling time v0.3.36 |
1363 | 2024-12-02T16:04:11.794Z | Compiling pest_generator v2.7.14 |
1364 | 2024-12-02T16:04:12.042Z | Compiling http-body v1.0.1 |
1365 | 2024-12-02T16:04:12.195Z | Compiling form_urlencoded v1.2.1 |
1366 | 2024-12-02T16:04:12.270Z | Compiling try-lock v0.2.5 |
1367 | 2024-12-02T16:04:12.430Z | Compiling slog v2.7.0 |
1368 | 2024-12-02T16:04:12.516Z | Compiling goblin v0.8.2 |
1369 | 2024-12-02T16:04:13.009Z | Compiling want v0.3.1 |
1370 | 2024-12-02T16:04:13.029Z | Compiling idna_adapter v1.2.0 |
1371 | 2024-12-02T16:04:13.285Z | Compiling pkcs8 v0.10.2 |
1372 | 2024-12-02T16:04:13.342Z | Compiling httpdate v1.0.3 |
1373 | 2024-12-02T16:04:13.466Z | Compiling idna v1.0.3 |
1374 | 2024-12-02T16:04:13.885Z | Compiling pest_derive v2.7.14 |
1375 | 2024-12-02T16:04:14.034Z | Compiling uuid v1.11.0 |
1376 | 2024-12-02T16:04:14.641Z | Compiling serde_spanned v0.6.8 |
1377 | 2024-12-02T16:04:14.698Z | Compiling dtrace-parser v0.2.0 |
1378 | 2024-12-02T16:04:14.877Z | Compiling serde_tokenstream v0.2.2 |
1379 | 2024-12-02T16:04:15.285Z | Compiling toml_datetime v0.6.8 |
1380 | 2024-12-02T16:04:15.503Z | Compiling base64 v0.22.1 |
1381 | 2024-12-02T16:04:15.520Z | Compiling openssl v0.10.66 |
1382 | 2024-12-02T16:04:15.804Z | Compiling tokio-util v0.7.12 |
1383 | 2024-12-02T16:04:15.929Z | Compiling adler2 v2.0.0 |
1384 | 2024-12-02T16:04:16.140Z | Compiling foreign-types-shared v0.1.1 |
1385 | 2024-12-02T16:04:16.256Z | Compiling iana-time-zone v0.1.61 |
1386 | 2024-12-02T16:04:16.259Z | Compiling tower-service v0.3.3 |
1387 | 2024-12-02T16:04:16.405Z | Compiling match_cfg v0.1.0 |
1388 | 2024-12-02T16:04:16.504Z | Compiling rustversion v1.0.17 |
1389 | 2024-12-02T16:04:16.727Z | Compiling hostname v0.3.1 |
1390 | 2024-12-02T16:04:16.877Z | Compiling h2 v0.4.6 |
1391 | 2024-12-02T16:04:16.975Z | Compiling chrono v0.4.38 |
1392 | 2024-12-02T16:04:17.169Z | Compiling foreign-types v0.3.2 |
1393 | 2024-12-02T16:04:17.266Z | Compiling miniz_oxide v0.8.0 |
1394 | 2024-12-02T16:04:17.314Z | Compiling url v2.5.3 |
1395 | 2024-12-02T16:04:18.778Z | Compiling dof v0.3.0 |
1396 | 2024-12-02T16:04:18.844Z | Compiling openssl-macros v0.1.1 |
1397 | 2024-12-02T16:04:19.365Z | Compiling async-trait v0.1.83 |
1398 | 2024-12-02T16:04:19.615Z | Compiling usdt-impl v0.5.0 |
1399 | 2024-12-02T16:04:20.794Z | Compiling dirs-sys-next v0.1.2 |
1400 | 2024-12-02T16:04:21.022Z | Compiling siphasher v0.3.11 |
1401 | 2024-12-02T16:04:21.232Z | Compiling syn v1.0.109 |
1402 | 2024-12-02T16:04:21.427Z | Compiling rustls v0.22.4 |
1403 | 2024-12-02T16:04:21.447Z | Compiling data-encoding v2.6.0 |
1404 | 2024-12-02T16:04:21.689Z | Compiling rustls v0.23.14 |
1405 | 2024-12-02T16:04:21.850Z | Compiling native-tls v0.2.12 |
1406 | 2024-12-02T16:04:22.067Z | Compiling dirs-next v2.0.0 |
1407 | 2024-12-02T16:04:22.254Z | Compiling http-body-util v0.1.2 |
1408 | 2024-12-02T16:04:22.788Z | Compiling crossbeam-epoch v0.9.18 |
1409 | 2024-12-02T16:04:23.042Z | Compiling heapless v0.7.17 |
1410 | 2024-12-02T16:04:23.086Z | Compiling signature v2.2.0 |
1411 | 2024-12-02T16:04:23.400Z | Compiling sha1 v0.10.6 |
1412 | 2024-12-02T16:04:23.519Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1413 | 2024-12-02T16:04:23.601Z | Compiling serde_derive_internals v0.29.1 |
1414 | 2024-12-02T16:04:23.655Z | Compiling thread_local v1.1.8 |
1415 | 2024-12-02T16:04:23.843Z | Compiling encoding_rs v0.8.34 |
1416 | 2024-12-02T16:04:23.846Z | Compiling cookie v0.18.1 |
1417 | 2024-12-02T16:04:24.003Z | Compiling hyper v1.5.0 |
1418 | 2024-12-02T16:04:24.119Z | Compiling multer v3.1.0 |
1419 | 2024-12-02T16:04:24.186Z | Compiling mime v0.3.17 |
1420 | 2024-12-02T16:04:24.381Z | Compiling rayon-core v1.12.1 |
1421 | 2024-12-02T16:04:24.655Z | Compiling unicode-properties v0.1.3 |
1422 | 2024-12-02T16:04:24.767Z | Compiling slog-async v2.8.0 |
1423 | 2024-12-02T16:04:25.073Z | Compiling openssl-probe v0.1.5 |
1424 | 2024-12-02T16:04:25.285Z | Compiling ipnet v2.10.1 |
1425 | 2024-12-02T16:04:25.475Z | Compiling schemars v0.8.21 |
1426 | 2024-12-02T16:04:25.821Z | Compiling signal-hook v0.3.17 |
1427 | 2024-12-02T16:04:26.087Z | Compiling gimli v0.31.1 |
1428 | 2024-12-02T16:04:26.465Z | Compiling hyper-util v0.1.10 |
1429 | 2024-12-02T16:04:26.533Z | Compiling toml_edit v0.22.22 |
1430 | 2024-12-02T16:04:27.637Z | Compiling schemars_derive v0.8.21 |
1431 | 2024-12-02T16:04:28.300Z | Compiling stringprep v0.1.5 |
1432 | 2024-12-02T16:04:29.636Z | Compiling crossbeam-deque v0.8.5 |
1433 | 2024-12-02T16:04:29.709Z | Compiling usdt-macro v0.5.0 |
1434 | 2024-12-02T16:04:29.975Z | Compiling usdt-attr-macro v0.5.0 |
1435 | 2024-12-02T16:04:30.771Z | Compiling addr2line v0.24.2 |
1436 | 2024-12-02T16:04:31.043Z | Compiling term v0.7.0 |
1437 | 2024-12-02T16:04:31.209Z | Compiling slog-json v2.6.1 |
1438 | 2024-12-02T16:04:31.264Z | Compiling serde_urlencoded v0.7.1 |
1439 | 2024-12-02T16:04:31.490Z | Compiling crossbeam-channel v0.5.13 |
1440 | 2024-12-02T16:04:31.569Z | Compiling curve25519-dalek v4.1.3 |
1441 | 2024-12-02T16:04:31.586Z | Compiling enum-as-inner v0.6.1 |
1442 | 2024-12-02T16:04:31.788Z | Compiling futures-executor v0.3.31 |
1443 | 2024-12-02T16:04:32.184Z | Compiling md-5 v0.10.6 |
1444 | 2024-12-02T16:04:32.359Z | Compiling async-stream-impl v0.3.6 |
1445 | 2024-12-02T16:04:32.466Z | Compiling num-integer v0.1.46 |
1446 | 2024-12-02T16:04:32.566Z | Compiling rustls-pemfile v2.2.0 |
1447 | 2024-12-02T16:04:32.595Z | Compiling idna v0.4.0 |
1448 | 2024-12-02T16:04:32.713Z | Compiling idna v0.3.0 |
1449 | 2024-12-02T16:04:32.907Z | Compiling hash32 v0.2.1 |
1450 | 2024-12-02T16:04:33.276Z | Compiling ff v0.13.0 |
1451 | 2024-12-02T16:04:33.342Z | Compiling is-terminal v0.4.13 |
1452 | 2024-12-02T16:04:33.476Z | Compiling dropshot v0.12.0 |
1453 | 2024-12-02T16:04:33.502Z | Compiling object v0.36.5 |
1454 | 2024-12-02T16:04:33.761Z | Compiling rustc-demangle v0.1.24 |
1455 | 2024-12-02T16:04:33.810Z | Compiling fallible-iterator v0.2.0 |
1456 | 2024-12-02T16:04:34.394Z | Compiling base16ct v0.2.0 |
1457 | 2024-12-02T16:04:34.479Z | Compiling smoltcp v0.9.1 |
1458 | 2024-12-02T16:04:34.535Z | Compiling quick-error v1.2.3 |
1459 | 2024-12-02T16:04:34.689Z | Compiling linked-hash-map v0.5.6 |
1460 | 2024-12-02T16:04:34.717Z | Compiling anyhow v1.0.93 |
1461 | 2024-12-02T16:04:34.747Z | Compiling num-bigint-dig v0.8.4 |
1462 | 2024-12-02T16:04:34.870Z | Compiling portable-atomic v1.9.0 |
1463 | 2024-12-02T16:04:35.040Z | Compiling utf-8 v0.7.6 |
1464 | 2024-12-02T16:04:35.056Z | Compiling psl-types v2.0.11 |
1465 | 2024-12-02T16:04:35.192Z | Compiling dyn-clone v1.0.17 |
1466 | 2024-12-02T16:04:35.245Z | Compiling take_mut v0.2.2 |
1467 | 2024-12-02T16:04:35.426Z | Compiling tungstenite v0.24.0 |
1468 | 2024-12-02T16:04:35.728Z | Compiling publicsuffix v2.2.3 |
1469 | 2024-12-02T16:04:36.046Z | Compiling lru-cache v0.1.2 |
1470 | 2024-12-02T16:04:36.064Z | Compiling resolv-conf v0.7.0 |
1471 | 2024-12-02T16:04:36.235Z | Compiling sec1 v0.7.3 |
1472 | 2024-12-02T16:04:36.673Z | Compiling postgres-protocol v0.6.7 |
1473 | 2024-12-02T16:04:36.845Z | Compiling async-stream v0.3.6 |
1474 | 2024-12-02T16:04:36.937Z | Compiling hickory-proto v0.24.1 |
1475 | 2024-12-02T16:04:37.157Z | Compiling usdt v0.5.0 |
1476 | 2024-12-02T16:04:37.676Z | Compiling group v0.13.0 |
1477 | 2024-12-02T16:04:37.827Z | Compiling slog-term v2.9.1 |
1478 | 2024-12-02T16:04:38.038Z | Compiling num-iter v0.1.45 |
1479 | 2024-12-02T16:04:38.367Z | Compiling futures v0.3.31 |
1480 | 2024-12-02T16:04:38.498Z | Compiling slog-bunyan v2.5.0 |
1481 | 2024-12-02T16:04:39.177Z | Compiling toml v0.8.19 |
1482 | 2024-12-02T16:04:39.263Z | Compiling tokio-native-tls v0.3.1 |
1483 | 2024-12-02T16:04:40.386Z | Compiling camino v1.1.9 |
1484 | 2024-12-02T16:04:40.673Z | Compiling phf_shared v0.11.2 |
1485 | 2024-12-02T16:04:41.007Z | Compiling backtrace v0.3.74 |
1486 | 2024-12-02T16:04:41.052Z | Compiling dropshot_endpoint v0.12.0 |
1487 | 2024-12-02T16:04:41.354Z | Compiling waitgroup v0.1.2 |
1488 | 2024-12-02T16:04:41.591Z | Compiling terminal_size v0.4.0 |
1489 | 2024-12-02T16:04:41.661Z | Compiling openapiv3 v2.0.0 |
1490 | 2024-12-02T16:04:41.733Z | Compiling serde_path_to_error v0.1.16 |
1491 | 2024-12-02T16:04:41.816Z | Compiling hkdf v0.12.4 |
1492 | 2024-12-02T16:04:42.074Z | Compiling crypto-bigint v0.5.5 |
1493 | 2024-12-02T16:04:42.602Z | Compiling curve25519-dalek-derive v0.1.1 |
1494 | 2024-12-02T16:04:44.273Z | Compiling zerocopy-derive v0.6.6 |
1495 | 2024-12-02T16:04:44.858Z | Compiling webpki-roots v0.26.6 |
1496 | 2024-12-02T16:04:45.085Z | Compiling idna v0.5.0 |
1497 | 2024-12-02T16:04:45.700Z | Compiling hubpack_derive v0.1.1 |
1498 | 2024-12-02T16:04:45.775Z | Compiling hostname v0.4.0 |
1499 | 2024-12-02T16:04:46.060Z | Compiling fs-err v2.11.0 |
1500 | 2024-12-02T16:04:46.199Z | Compiling ahash v0.8.11 |
1501 | 2024-12-02T16:04:46.345Z | Compiling crc32fast v1.4.2 |
1502 | 2024-12-02T16:04:46.523Z | Compiling debug-ignore v1.0.5 |
1503 | 2024-12-02T16:04:46.586Z | Compiling managed v0.8.0 |
1504 | 2024-12-02T16:04:46.656Z | Compiling bitflags v1.3.2 |
1505 | 2024-12-02T16:04:46.674Z | Compiling winnow v0.5.40 |
1506 | 2024-12-02T16:04:46.700Z | Compiling clap_builder v4.5.21 |
1507 | 2024-12-02T16:04:46.752Z | Compiling strum_macros v0.25.3 |
1508 | 2024-12-02T16:04:46.771Z | Compiling console v0.15.8 |
1509 | 2024-12-02T16:04:47.510Z | Compiling hubpack v0.1.2 |
1510 | 2024-12-02T16:04:47.990Z | Compiling zerocopy v0.6.6 |
1511 | 2024-12-02T16:04:48.285Z | Compiling flate2 v1.0.34 |
1512 | 2024-12-02T16:04:48.664Z | Compiling cookie_store v0.21.0 |
1513 | 2024-12-02T16:04:48.885Z | Compiling elliptic-curve v0.13.8 |
1514 | 2024-12-02T16:04:49.303Z | Compiling hickory-resolver v0.24.1 |
1515 | 2024-12-02T16:04:50.306Z | Compiling toml_edit v0.19.15 |
1516 | 2024-12-02T16:04:50.550Z | Compiling signal-hook-mio v0.2.4 |
1517 | 2024-12-02T16:04:50.656Z | Compiling phf v0.11.2 |
1518 | 2024-12-02T16:04:50.710Z | Compiling rayon v1.10.0 |
1519 | 2024-12-02T16:04:50.948Z | Compiling hyper-tls v0.6.0 |
1520 | 2024-12-02T16:04:51.077Z | Compiling bzip2 v0.4.4 |
1521 | 2024-12-02T16:04:51.489Z | Compiling postgres-types v0.2.8 |
1522 | 2024-12-02T16:04:53.047Z | Compiling tokio-tungstenite v0.24.0 |
1523 | 2024-12-02T16:04:54.993Z | Compiling ed25519 v2.2.3 |
1524 | 2024-12-02T16:04:55.610Z | Compiling phf_shared v0.10.0 |
1525 | 2024-12-02T16:04:56.033Z | Compiling tokio-stream v0.1.16 |
1526 | 2024-12-02T16:04:56.245Z | Compiling pkcs1 v0.7.5 |
1527 | 2024-12-02T16:04:56.308Z | Compiling serde-big-array v0.5.1 |
1528 | 2024-12-02T16:04:56.555Z | Compiling clap_derive v4.5.18 |
1529 | 2024-12-02T16:04:56.900Z | Compiling rfc6979 v0.4.0 |
1530 | 2024-12-02T16:04:57.136Z | Compiling serde_repr v0.1.19 |
1531 | 2024-12-02T16:04:57.141Z | Compiling derive-where v1.2.7 |
1532 | 2024-12-02T16:04:57.281Z | Compiling float-cmp v0.9.0 |
1533 | 2024-12-02T16:04:57.326Z | Compiling bstr v1.10.0 |
1534 | 2024-12-02T16:04:57.504Z | Compiling sync_wrapper v1.0.1 |
1535 | 2024-12-02T16:04:57.662Z | Compiling fixedbitset v0.4.2 |
1536 | 2024-12-02T16:04:58.185Z | Compiling bit-vec v0.6.3 |
1537 | 2024-12-02T16:04:58.327Z | Compiling unicode-segmentation v1.12.0 |
1538 | 2024-12-02T16:04:58.561Z | Compiling number_prefix v0.4.0 |
1539 | 2024-12-02T16:04:58.677Z | Compiling unicode-width v0.2.0 |
1540 | 2024-12-02T16:04:58.786Z | Compiling predicates-core v1.0.8 |
1541 | 2024-12-02T16:04:59.159Z | Compiling whoami v1.5.2 |
1542 | 2024-12-02T16:04:59.176Z | Compiling precomputed-hash v0.1.1 |
1543 | 2024-12-02T16:04:59.212Z | Compiling difflib v0.4.0 |
1544 | 2024-12-02T16:04:59.212Z | Compiling static_assertions v1.1.0 |
1545 | 2024-12-02T16:04:59.295Z | Compiling normalize-line-endings v0.3.0 |
1546 | 2024-12-02T16:04:59.337Z | Compiling new_debug_unreachable v1.0.6 |
1547 | 2024-12-02T16:04:59.429Z | Compiling string_cache v0.8.7 |
1548 | 2024-12-02T16:04:59.447Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1549 | 2024-12-02T16:04:59.791Z | Compiling predicates v3.1.2 |
1550 | 2024-12-02T16:04:59.918Z | Compiling tokio-postgres v0.7.12 |
1551 | 2024-12-02T16:05:00.865Z | Compiling indicatif v0.17.9 |
1552 | 2024-12-02T16:05:00.910Z | Compiling similar v2.6.0 |
1553 | 2024-12-02T16:05:01.579Z | Compiling bit-set v0.5.3 |
1554 | 2024-12-02T16:05:01.774Z | Compiling clap v4.5.21 |
1555 | 2024-12-02T16:05:01.869Z | Compiling petgraph v0.6.5 |
1556 | 2024-12-02T16:05:01.904Z | Compiling ecdsa v0.16.9 |
1557 | 2024-12-02T16:05:02.792Z | Compiling rsa v0.9.6 |
1558 | 2024-12-02T16:05:03.168Z | Compiling ed25519-dalek v2.1.1 |
1559 | 2024-12-02T16:05:03.460Z | Compiling toml v0.7.8 |
1560 | 2024-12-02T16:05:04.548Z | Compiling zip v0.6.6 |
1561 | 2024-12-02T16:05:05.197Z | Compiling crossterm v0.28.1 |
1562 | 2024-12-02T16:05:06.189Z | Compiling hex v0.4.3 |
1563 | 2024-12-02T16:05:06.208Z | Compiling x509-cert v0.2.5 |
1564 | 2024-12-02T16:05:06.683Z | Compiling itertools v0.10.5 |
1565 | 2024-12-02T16:05:06.687Z | Compiling unicode-xid v0.2.6 |
1566 | 2024-12-02T16:05:06.715Z | Compiling peg-runtime v0.8.3 |
1567 | 2024-12-02T16:05:06.834Z | Compiling lalrpop-util v0.19.12 |
1568 | 2024-12-02T16:05:06.880Z | Compiling strum_macros v0.26.4 |
1569 | 2024-12-02T16:05:07.209Z | Compiling xattr v1.3.1 |
1570 | 2024-12-02T16:05:07.377Z | Compiling filetime v0.2.25 |
1571 | 2024-12-02T16:05:07.690Z | Compiling tar v0.4.42 |
1572 | 2024-12-02T16:05:12.136Z | Compiling strum v0.26.3 |
1573 | 2024-12-02T16:05:14.792Z | Compiling aws-lc-sys v0.22.0 |
1574 | 2024-12-02T16:05:53.174Z | Compiling rustls-webpki v0.102.8 |
1575 | 2024-12-02T16:05:56.653Z | Compiling tokio-rustls v0.25.0 |
1576 | 2024-12-02T16:05:58.194Z | Compiling tokio-rustls v0.26.0 |
1577 | 2024-12-02T16:05:58.597Z | Compiling hyper-rustls v0.27.3 |
1578 | 2024-12-02T16:05:59.043Z | Compiling reqwest v0.12.9 |
1579 | 2024-12-02T16:06:00.349Z | Compiling qorb v0.2.1 |
1580 | 2024-12-02T16:06:04.988Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1581 | 2024-12-02T16:06:05.219Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1582 | 2024-12-02T16:06:11.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1583 | 2024-12-02T16:06:11.247Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1584 | 2024-12-02T16:06:11.289Z | Dec 02 16:06:10.725 INFO Starting download, target: Console |
1585 | 2024-12-02T16:06:11.289Z | Dec 02 16:06:10.726 INFO Starting download, target: DendriteOpenapi |
1586 | 2024-12-02T16:06:11.289Z | Dec 02 16:06:10.726 INFO Starting download, target: DendriteStub |
1587 | 2024-12-02T16:06:11.292Z | Dec 02 16:06:10.726 INFO Starting download, target: Cockroach |
1588 | 2024-12-02T16:06:11.292Z | Dec 02 16:06:10.726 INFO Starting download, target: Clickhouse |
1589 | 2024-12-02T16:06:11.292Z | Dec 02 16:06:10.726 INFO Starting download, target: MaghemiteMgd |
1590 | 2024-12-02T16:06:11.293Z | Dec 02 16:06:10.726 INFO Starting download, target: TransceiverControl |
1591 | 2024-12-02T16:06:11.293Z | Dec 02 16:06:10.726 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1592 | 2024-12-02T16:06:11.293Z | Dec 02 16:06:10.726 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1593 | 2024-12-02T16:06:11.293Z | Dec 02 16:06:10.726 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1594 | 2024-12-02T16:06:11.293Z | Dec 02 16:06:10.726 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1595 | 2024-12-02T16:06:11.293Z | Dec 02 16:06:10.726 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1596 | 2024-12-02T16:06:11.293Z | Dec 02 16:06:10.726 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1597 | 2024-12-02T16:06:11.293Z | Dec 02 16:06:10.727 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1598 | 2024-12-02T16:06:11.486Z | Dec 02 16:06:10.922 INFO Download complete, target: DendriteOpenapi |
1599 | 2024-12-02T16:06:11.657Z | Dec 02 16:06:11.071 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1600 | 2024-12-02T16:06:11.860Z | Dec 02 16:06:11.274 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1601 | 2024-12-02T16:06:12.235Z | Dec 02 16:06:11.597 INFO Download complete, target: Console |
1602 | 2024-12-02T16:06:12.344Z | Dec 02 16:06:11.694 INFO Download complete, target: TransceiverControl |
1603 | 2024-12-02T16:06:12.897Z | Dec 02 16:06:12.277 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1604 | 2024-12-02T16:06:13.047Z | Dec 02 16:06:12.468 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1605 | 2024-12-02T16:06:13.549Z | Dec 02 16:06:12.984 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1606 | 2024-12-02T16:06:14.001Z | Dec 02 16:06:13.437 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1607 | 2024-12-02T16:06:14.001Z | Dec 02 16:06:13.437 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1608 | 2024-12-02T16:06:15.674Z | Dec 02 16:06:15.110 INFO Download complete, target: DendriteStub |
1609 | 2024-12-02T16:06:15.864Z | Dec 02 16:06:15.300 INFO Download complete, target: MaghemiteMgd |
1610 | 2024-12-02T16:06:21.054Z | Dec 02 16:06:20.489 INFO Checking that binary works, target: Cockroach |
1611 | 2024-12-02T16:06:21.217Z | Dec 02 16:06:20.652 INFO Download complete, target: Cockroach |
1612 | 2024-12-02T16:06:25.485Z | Dec 02 16:06:24.920 INFO Checking that binary works, target: Clickhouse |
1613 | 2024-12-02T16:06:26.359Z | Dec 02 16:06:25.794 INFO Download complete, target: Clickhouse |
1614 | 2024-12-02T16:06:26.366Z | All prerequisites installed successfully |
1615 | 2024-12-02T16:06:26.369Z | |
1616 | 2024-12-02T16:06:26.369Z | real 4:56.134887531 |
1617 | 2024-12-02T16:06:26.369Z | user 16:24.281703876 |
1618 | 2024-12-02T16:06:26.369Z | sys 3:10.172743540 |
1619 | 2024-12-02T16:06:26.369Z | trap 0.502921806 |
1620 | 2024-12-02T16:06:26.369Z | tflt 10.752803173 |
1621 | 2024-12-02T16:06:26.369Z | dflt 7.767353926 |
1622 | 2024-12-02T16:06:26.369Z | kflt 0.457374604 |
1623 | 2024-12-02T16:06:26.369Z | lock 32:02.593350955 |
1624 | 2024-12-02T16:06:26.369Z | slp 1:03:28.179652849 |
1625 | 2024-12-02T16:06:26.369Z | lat 50.346709631 |
1626 | 2024-12-02T16:06:26.369Z | stop 2:03.246991063 |
1627 | 2024-12-02T16:06:26.369Z | + source ./tools/include/force-git-over-https.sh |
1628 | 2024-12-02T16:06:26.369Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1629 | 2024-12-02T16:06:26.369Z | ++ (( i = 0 )) |
1630 | 2024-12-02T16:06:26.369Z | ++ (( i < 5 )) |
1631 | 2024-12-02T16:06:26.369Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1632 | 2024-12-02T16:06:26.371Z | ++ (( i++ )) |
1633 | 2024-12-02T16:06:26.372Z | ++ (( i < 5 )) |
1634 | 2024-12-02T16:06:26.372Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1635 | 2024-12-02T16:06:26.374Z | ++ (( i++ )) |
1636 | 2024-12-02T16:06:26.374Z | ++ (( i < 5 )) |
1637 | 2024-12-02T16:06:26.374Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1638 | 2024-12-02T16:06:26.377Z | ++ (( i++ )) |
1639 | 2024-12-02T16:06:26.377Z | ++ (( i < 5 )) |
1640 | 2024-12-02T16:06:26.377Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1641 | 2024-12-02T16:06:26.380Z | ++ (( i++ )) |
1642 | 2024-12-02T16:06:26.380Z | ++ (( i < 5 )) |
1643 | 2024-12-02T16:06:26.380Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1644 | 2024-12-02T16:06:26.383Z | ++ (( i++ )) |
1645 | 2024-12-02T16:06:26.383Z | ++ (( i < 5 )) |
1646 | 2024-12-02T16:06:26.383Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1647 | 2024-12-02T16:06:26.383Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1648 | 2024-12-02T16:06:26.383Z | + rc=0 |
1649 | 2024-12-02T16:06:26.383Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1650 | 2024-12-02T16:06:55.236Z | + case $rc in |
1651 | 2024-12-02T16:06:55.236Z | + pfexec zfs create -p rpool/images/build/host |
1652 | 2024-12-02T16:06:55.465Z | + pfexec zfs create -p rpool/images/build/recovery |
1653 | 2024-12-02T16:06:55.530Z | + cargo xtask releng --output-dir /work |
1654 | 2024-12-02T16:06:56.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1655 | 2024-12-02T16:06:56.072Z | Running `target/debug/xtask releng --output-dir /work` |
1656 | 2024-12-02T16:06:57.000Z | Compiling proc-macro2 v1.0.89 |
1657 | 2024-12-02T16:06:57.000Z | Compiling unicode-ident v1.0.13 |
1658 | 2024-12-02T16:06:57.003Z | Compiling libc v0.2.162 |
1659 | 2024-12-02T16:06:57.003Z | Compiling serde v1.0.215 |
1660 | 2024-12-02T16:06:57.003Z | Compiling autocfg v1.4.0 |
1661 | 2024-12-02T16:06:57.003Z | Compiling version_check v0.9.5 |
1662 | 2024-12-02T16:06:57.131Z | Compiling cfg-if v1.0.0 |
1663 | 2024-12-02T16:06:57.276Z | Compiling memchr v2.7.4 |
1664 | 2024-12-02T16:06:57.305Z | Compiling typenum v1.17.0 |
1665 | 2024-12-02T16:06:57.359Z | Compiling shlex v1.3.0 |
1666 | 2024-12-02T16:06:57.800Z | Compiling value-bag v1.9.0 |
1667 | 2024-12-02T16:06:57.833Z | Compiling scopeguard v1.2.0 |
1668 | 2024-12-02T16:06:58.052Z | Compiling generic-array v0.14.7 |
1669 | 2024-12-02T16:06:58.110Z | Compiling lock_api v0.4.12 |
1670 | 2024-12-02T16:06:58.266Z | Compiling log v0.4.22 |
1671 | 2024-12-02T16:06:58.358Z | Compiling rustix v0.38.37 |
1672 | 2024-12-02T16:06:58.763Z | Compiling parking_lot_core v0.9.10 |
1673 | 2024-12-02T16:06:59.033Z | Compiling quote v1.0.37 |
1674 | 2024-12-02T16:06:59.055Z | Compiling serde_json v1.0.132 |
1675 | 2024-12-02T16:06:59.086Z | Compiling libm v0.2.8 |
1676 | 2024-12-02T16:06:59.165Z | Compiling num-traits v0.2.19 |
1677 | 2024-12-02T16:06:59.371Z | Compiling jobserver v0.1.32 |
1678 | 2024-12-02T16:06:59.414Z | Compiling syn v2.0.87 |
1679 | 2024-12-02T16:06:59.459Z | Compiling getrandom v0.2.15 |
1680 | 2024-12-02T16:06:59.512Z | Compiling thiserror v1.0.69 |
1681 | 2024-12-02T16:06:59.683Z | Compiling once_cell v1.20.2 |
1682 | 2024-12-02T16:06:59.796Z | Compiling cc v1.1.30 |
1683 | 2024-12-02T16:06:59.832Z | Compiling spin v0.9.8 |
1684 | 2024-12-02T16:06:59.968Z | Compiling itoa v1.0.11 |
1685 | 2024-12-02T16:07:00.038Z | Compiling aho-corasick v1.1.3 |
1686 | 2024-12-02T16:07:00.089Z | Compiling regex-syntax v0.8.5 |
1687 | 2024-12-02T16:07:00.203Z | Compiling slab v0.4.9 |
1688 | 2024-12-02T16:07:00.242Z | Compiling errno v0.3.9 |
1689 | 2024-12-02T16:07:00.982Z | Compiling byteorder v1.5.0 |
1690 | 2024-12-02T16:07:01.300Z | Compiling either v1.13.0 |
1691 | 2024-12-02T16:07:01.584Z | Compiling lazy_static v1.5.0 |
1692 | 2024-12-02T16:07:01.628Z | Compiling rand_core v0.6.4 |
1693 | 2024-12-02T16:07:01.801Z | Compiling glob v0.3.1 |
1694 | 2024-12-02T16:07:02.021Z | Compiling subtle v2.6.1 |
1695 | 2024-12-02T16:07:02.073Z | Compiling prettyplease v0.2.25 |
1696 | 2024-12-02T16:07:02.403Z | Compiling minimal-lexical v0.2.1 |
1697 | 2024-12-02T16:07:02.563Z | Compiling libloading v0.8.5 |
1698 | 2024-12-02T16:07:02.642Z | Compiling clang-sys v1.8.1 |
1699 | 2024-12-02T16:07:02.952Z | Compiling nom v7.1.3 |
1700 | 2024-12-02T16:07:03.365Z | Compiling bindgen v0.69.5 |
1701 | 2024-12-02T16:07:03.487Z | Compiling home v0.5.9 |
1702 | 2024-12-02T16:07:03.737Z | Compiling itertools v0.12.1 |
1703 | 2024-12-02T16:07:03.869Z | Compiling regex-automata v0.4.8 |
1704 | 2024-12-02T16:07:04.481Z | Compiling lazycell v1.3.0 |
1705 | 2024-12-02T16:07:04.985Z | Compiling rustc-hash v1.1.0 |
1706 | 2024-12-02T16:07:05.284Z | Compiling cmake v0.1.51 |
1707 | 2024-12-02T16:07:06.247Z | Compiling semver v1.0.23 |
1708 | 2024-12-02T16:07:06.341Z | Compiling fs_extra v1.3.0 |
1709 | 2024-12-02T16:07:06.777Z | Compiling cexpr v0.6.0 |
1710 | 2024-12-02T16:07:06.805Z | Compiling pkg-config v0.3.31 |
1711 | 2024-12-02T16:07:06.924Z | Compiling dunce v1.0.5 |
1712 | 2024-12-02T16:07:06.926Z | Compiling smallvec v1.13.2 |
1713 | 2024-12-02T16:07:07.022Z | Compiling ring v0.17.8 |
1714 | 2024-12-02T16:07:07.490Z | Compiling synstructure v0.13.1 |
1715 | 2024-12-02T16:07:08.119Z | Compiling heck v0.5.0 |
1716 | 2024-12-02T16:07:08.191Z | Compiling ryu v1.0.18 |
1717 | 2024-12-02T16:07:08.550Z | Compiling paste v1.0.15 |
1718 | 2024-12-02T16:07:08.602Z | Compiling aws-lc-rs v1.10.0 |
1719 | 2024-12-02T16:07:08.950Z | Compiling const-oid v0.9.6 |
1720 | 2024-12-02T16:07:09.077Z | Compiling httparse v1.9.5 |
1721 | 2024-12-02T16:07:09.249Z | Compiling pin-project-lite v0.2.14 |
1722 | 2024-12-02T16:07:09.413Z | Compiling allocator-api2 v0.2.18 |
1723 | 2024-12-02T16:07:09.816Z | Compiling regex v1.11.1 |
1724 | 2024-12-02T16:07:10.538Z | Compiling futures-core v0.3.31 |
1725 | 2024-12-02T16:07:11.030Z | Compiling signal-hook-registry v1.4.2 |
1726 | 2024-12-02T16:07:11.089Z | Compiling num-conv v0.1.0 |
1727 | 2024-12-02T16:07:11.092Z | Compiling time-core v0.1.2 |
1728 | 2024-12-02T16:07:11.309Z | Compiling crossbeam-utils v0.8.20 |
1729 | 2024-12-02T16:07:11.972Z | Compiling time-macros v0.2.18 |
1730 | 2024-12-02T16:07:12.180Z | Compiling parking_lot v0.12.3 |
1731 | 2024-12-02T16:07:12.441Z | Compiling mio v1.0.2 |
1732 | 2024-12-02T16:07:12.839Z | Compiling vcpkg v0.2.15 |
1733 | 2024-12-02T16:07:13.093Z | Compiling fnv v1.0.7 |
1734 | 2024-12-02T16:07:13.178Z | Compiling serde_derive v1.0.215 |
1735 | 2024-12-02T16:07:13.283Z | Compiling zeroize_derive v1.4.2 |
1736 | 2024-12-02T16:07:14.138Z | Compiling zerocopy-derive v0.7.35 |
1737 | 2024-12-02T16:07:14.507Z | Compiling tokio-macros v2.4.0 |
1738 | 2024-12-02T16:07:14.578Z | Compiling thiserror-impl v1.0.69 |
1739 | 2024-12-02T16:07:14.891Z | Compiling zerofrom-derive v0.1.4 |
1740 | 2024-12-02T16:07:15.025Z | Compiling zeroize v1.8.1 |
1741 | 2024-12-02T16:07:15.615Z | Compiling yoke-derive v0.7.4 |
1742 | 2024-12-02T16:07:15.644Z | Compiling futures-macro v0.3.31 |
1743 | 2024-12-02T16:07:15.702Z | Compiling zerovec-derive v0.10.3 |
1744 | 2024-12-02T16:07:16.308Z | Compiling displaydoc v0.2.5 |
1745 | 2024-12-02T16:07:17.608Z | Compiling zerocopy v0.7.35 |
1746 | 2024-12-02T16:07:17.958Z | Compiling crypto-common v0.1.6 |
1747 | 2024-12-02T16:07:18.000Z | Compiling icu_provider_macros v1.5.0 |
1748 | 2024-12-02T16:07:18.175Z | Compiling tracing-attributes v0.1.27 |
1749 | 2024-12-02T16:07:18.434Z | Compiling block-buffer v0.10.4 |
1750 | 2024-12-02T16:07:18.731Z | Compiling digest v0.10.7 |
1751 | 2024-12-02T16:07:18.741Z | Compiling der_derive v0.7.3 |
1752 | 2024-12-02T16:07:19.231Z | Compiling openssl-sys v0.9.103 |
1753 | 2024-12-02T16:07:19.551Z | Compiling schemars v0.8.21 |
1754 | 2024-12-02T16:07:20.363Z | Compiling serde_derive_internals v0.29.1 |
1755 | 2024-12-02T16:07:20.970Z | Compiling socket2 v0.5.7 |
1756 | 2024-12-02T16:07:21.600Z | Compiling ahash v0.8.11 |
1757 | 2024-12-02T16:07:22.754Z | Compiling schemars_derive v0.8.21 |
1758 | 2024-12-02T16:07:22.944Z | Compiling futures-sink v0.3.31 |
1759 | 2024-12-02T16:07:23.136Z | Compiling foldhash v0.1.3 |
1760 | 2024-12-02T16:07:23.196Z | Compiling cpufeatures v0.2.14 |
1761 | 2024-12-02T16:07:23.354Z | Compiling equivalent v1.0.1 |
1762 | 2024-12-02T16:07:23.522Z | Compiling hashbrown v0.15.0 |
1763 | 2024-12-02T16:07:23.525Z | Compiling stable_deref_trait v1.2.0 |
1764 | 2024-12-02T16:07:23.890Z | Compiling slog v2.7.0 |
1765 | 2024-12-02T16:07:25.246Z | Compiling futures-channel v0.3.31 |
1766 | 2024-12-02T16:07:25.408Z | Compiling zerofrom v0.1.4 |
1767 | 2024-12-02T16:07:25.580Z | Compiling scroll_derive v0.12.0 |
1768 | 2024-12-02T16:07:25.741Z | Compiling futures-task v0.3.31 |
1769 | 2024-12-02T16:07:25.777Z | Compiling openssl v0.10.66 |
1770 | 2024-12-02T16:07:25.832Z | Compiling ucd-trie v0.1.7 |
1771 | 2024-12-02T16:07:25.876Z | Compiling futures-io v0.3.31 |
1772 | 2024-12-02T16:07:26.088Z | Compiling pin-utils v0.1.0 |
1773 | 2024-12-02T16:07:26.139Z | Compiling pest v2.7.14 |
1774 | 2024-12-02T16:07:26.220Z | Compiling futures-util v0.3.31 |
1775 | 2024-12-02T16:07:26.290Z | Compiling yoke v0.7.4 |
1776 | 2024-12-02T16:07:26.760Z | Compiling hmac v0.12.1 |
1777 | 2024-12-02T16:07:27.063Z | Compiling tinyvec_macros v0.1.1 |
1778 | 2024-12-02T16:07:27.174Z | Compiling tinyvec v1.8.0 |
1779 | 2024-12-02T16:07:27.256Z | Compiling zerovec v0.10.4 |
1780 | 2024-12-02T16:07:27.856Z | Compiling bitflags v2.6.0 |
1781 | 2024-12-02T16:07:28.388Z | Compiling bytes v1.8.0 |
1782 | 2024-12-02T16:07:30.299Z | Compiling tokio v1.40.0 |
1783 | 2024-12-02T16:07:30.682Z | Compiling serde_tokenstream v0.2.2 |
1784 | 2024-12-02T16:07:31.364Z | Compiling indexmap v2.6.0 |
1785 | 2024-12-02T16:07:32.938Z | Compiling which v4.4.2 |
1786 | 2024-12-02T16:07:33.681Z | Compiling http v1.1.0 |
1787 | 2024-12-02T16:07:34.116Z | Compiling rustc_version v0.4.1 |
1788 | 2024-12-02T16:07:34.884Z | Compiling pest_meta v2.7.14 |
1789 | 2024-12-02T16:07:35.204Z | Compiling uuid v1.11.0 |
1790 | 2024-12-02T16:07:36.209Z | Compiling block-padding v0.3.3 |
1791 | 2024-12-02T16:07:36.518Z | Compiling openssl-macros v0.1.1 |
1792 | 2024-12-02T16:07:36.729Z | Compiling iana-time-zone v0.1.61 |
1793 | 2024-12-02T16:07:37.249Z | Compiling native-tls v0.2.12 |
1794 | 2024-12-02T16:07:37.455Z | Compiling rustls v0.23.14 |
1795 | 2024-12-02T16:07:37.722Z | Compiling chrono v0.4.38 |
1796 | 2024-12-02T16:07:38.080Z | Compiling inout v0.1.3 |
1797 | 2024-12-02T16:07:38.412Z | Compiling pest_generator v2.7.14 |
1798 | 2024-12-02T16:07:39.357Z | Compiling unicode-normalization v0.1.24 |
1799 | 2024-12-02T16:07:39.389Z | Compiling cipher v0.4.4 |
1800 | 2024-12-02T16:07:39.923Z | Compiling tinystr v0.7.6 |
1801 | 2024-12-02T16:07:40.393Z | Compiling pest_derive v2.7.14 |
1802 | 2024-12-02T16:07:40.778Z | Compiling sha2 v0.10.8 |
1803 | 2024-12-02T16:07:41.038Z | Compiling async-trait v0.1.83 |
1804 | 2024-12-02T16:07:41.363Z | Compiling usdt-impl v0.5.0 |
1805 | 2024-12-02T16:07:41.444Z | Compiling cookie v0.18.1 |
1806 | 2024-12-02T16:07:41.821Z | Compiling unicode-bidi v0.3.17 |
1807 | 2024-12-02T16:07:42.459Z | Compiling litemap v0.7.3 |
1808 | 2024-12-02T16:07:42.942Z | Compiling base64ct v1.6.0 |
1809 | 2024-12-02T16:07:43.639Z | Compiling writeable v0.5.5 |
1810 | 2024-12-02T16:07:43.843Z | Compiling pem-rfc7468 v0.7.0 |
1811 | 2024-12-02T16:07:44.255Z | Compiling icu_locid v1.5.0 |
1812 | 2024-12-02T16:07:44.979Z | Compiling scroll v0.12.0 |
1813 | 2024-12-02T16:07:45.859Z | Compiling ppv-lite86 v0.2.20 |
1814 | 2024-12-02T16:07:46.819Z | Compiling tracing-core v0.1.32 |
1815 | 2024-12-02T16:07:47.117Z | Compiling percent-encoding v2.3.1 |
1816 | 2024-12-02T16:07:47.630Z | Compiling plain v0.2.3 |
1817 | 2024-12-02T16:07:47.871Z | Compiling camino v1.1.9 |
1818 | 2024-12-02T16:07:48.381Z | Compiling flagset v0.4.6 |
1819 | 2024-12-02T16:07:48.616Z | Compiling untrusted v0.7.1 |
1820 | 2024-12-02T16:07:48.620Z | Compiling aws-lc-sys v0.22.0 |
1821 | 2024-12-02T16:07:48.823Z | Compiling dyn-clone v1.0.17 |
1822 | 2024-12-02T16:07:49.031Z | Compiling syn v1.0.109 |
1823 | 2024-12-02T16:07:49.181Z | Compiling rustls-pki-types v1.9.0 |
1824 | 2024-12-02T16:07:51.164Z | Compiling der v0.7.9 |
1825 | 2024-12-02T16:07:52.055Z | Compiling goblin v0.8.2 |
1826 | 2024-12-02T16:07:53.336Z | Compiling tracing v0.1.40 |
1827 | 2024-12-02T16:07:53.544Z | Compiling rand_chacha v0.3.1 |
1828 | 2024-12-02T16:07:54.472Z | Compiling icu_provider v1.5.0 |
1829 | 2024-12-02T16:07:55.308Z | Compiling tokio-util v0.7.12 |
1830 | 2024-12-02T16:07:57.182Z | Compiling powerfmt v0.2.0 |
1831 | 2024-12-02T16:07:57.208Z | Compiling icu_locid_transform_data v1.5.0 |
1832 | 2024-12-02T16:07:57.368Z | Compiling pretty-hex v0.4.1 |
1833 | 2024-12-02T16:07:57.765Z | Compiling rayon-core v1.12.1 |
1834 | 2024-12-02T16:07:57.768Z | Compiling mirai-annotations v1.12.0 |
1835 | 2024-12-02T16:07:58.024Z | Compiling rustls v0.22.4 |
1836 | 2024-12-02T16:07:58.066Z | Compiling untrusted v0.9.0 |
1837 | 2024-12-02T16:07:58.124Z | Compiling icu_locid_transform v1.5.0 |
1838 | 2024-12-02T16:07:58.220Z | Compiling deranged v0.3.11 |
1839 | 2024-12-02T16:07:58.315Z | Compiling dof v0.3.0 |
1840 | 2024-12-02T16:08:01.288Z | Compiling rand v0.8.5 |
1841 | 2024-12-02T16:08:01.537Z | Compiling spki v0.7.3 |
1842 | 2024-12-02T16:08:02.066Z | Compiling dtrace-parser v0.2.0 |
1843 | 2024-12-02T16:08:03.101Z | Compiling salsa20 v0.10.2 |
1844 | 2024-12-02T16:08:03.441Z | Compiling icu_collections v1.5.0 |
1845 | 2024-12-02T16:08:03.931Z | Compiling pbkdf2 v0.12.2 |
1846 | 2024-12-02T16:08:05.129Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1847 | 2024-12-02T16:08:05.253Z | Compiling thread-id v4.2.2 |
1848 | 2024-12-02T16:08:05.541Z | Compiling icu_properties_data v1.5.0 |
1849 | 2024-12-02T16:08:06.066Z | Compiling atomic-waker v1.1.2 |
1850 | 2024-12-02T16:08:06.306Z | Compiling num_threads v0.1.7 |
1851 | 2024-12-02T16:08:07.118Z | Compiling icu_properties v1.5.1 |
1852 | 2024-12-02T16:08:07.635Z | Compiling time v0.3.36 |
1853 | 2024-12-02T16:08:12.241Z | Compiling scrypt v0.11.0 |
1854 | 2024-12-02T16:08:12.482Z | Compiling form_urlencoded v1.2.1 |
1855 | 2024-12-02T16:08:12.509Z | Compiling aes v0.8.4 |
1856 | 2024-12-02T16:08:12.809Z | Compiling cbc v0.1.2 |
1857 | 2024-12-02T16:08:13.109Z | Compiling http-body v1.0.1 |
1858 | 2024-12-02T16:08:13.491Z | Compiling multer v3.1.0 |
1859 | 2024-12-02T16:08:13.555Z | Compiling utf8_iter v1.0.4 |
1860 | 2024-12-02T16:08:13.794Z | Compiling slog-async v2.8.0 |
1861 | 2024-12-02T16:08:13.816Z | Compiling utf16_iter v1.0.5 |
1862 | 2024-12-02T16:08:14.275Z | Compiling try-lock v0.2.5 |
1863 | 2024-12-02T16:08:14.315Z | Compiling icu_normalizer_data v1.5.0 |
1864 | 2024-12-02T16:08:14.501Z | Compiling write16 v1.0.0 |
1865 | 2024-12-02T16:08:14.901Z | Compiling icu_normalizer v1.5.0 |
1866 | 2024-12-02T16:08:15.210Z | Compiling want v0.3.1 |
1867 | 2024-12-02T16:08:16.810Z | Compiling pkcs5 v0.7.1 |
1868 | 2024-12-02T16:08:20.216Z | Compiling h2 v0.4.6 |
1869 | 2024-12-02T16:08:20.813Z | Compiling heapless v0.7.17 |
1870 | 2024-12-02T16:08:21.223Z | Compiling zerocopy-derive v0.6.6 |
1871 | 2024-12-02T16:08:21.747Z | Compiling signal-hook v0.3.17 |
1872 | 2024-12-02T16:08:22.113Z | Compiling base64 v0.22.1 |
1873 | 2024-12-02T16:08:22.139Z | Compiling num-bigint-dig v0.8.4 |
1874 | 2024-12-02T16:08:22.457Z | Compiling anyhow v1.0.93 |
1875 | 2024-12-02T16:08:23.108Z | Compiling httpdate v1.0.3 |
1876 | 2024-12-02T16:08:24.574Z | Compiling pkcs8 v0.10.2 |
1877 | 2024-12-02T16:08:24.599Z | Compiling idna_adapter v1.2.0 |
1878 | 2024-12-02T16:08:25.273Z | Compiling usdt-macro v0.5.0 |
1879 | 2024-12-02T16:08:25.445Z | Compiling usdt-attr-macro v0.5.0 |
1880 | 2024-12-02T16:08:27.156Z | Compiling async-stream-impl v0.3.6 |
1881 | 2024-12-02T16:08:27.594Z | Compiling tower-service v0.3.3 |
1882 | 2024-12-02T16:08:27.742Z | Compiling rustversion v1.0.17 |
1883 | 2024-12-02T16:08:28.319Z | Compiling strsim v0.11.1 |
1884 | 2024-12-02T16:08:28.435Z | Compiling hyper v1.5.0 |
1885 | 2024-12-02T16:08:30.036Z | Compiling idna v1.0.3 |
1886 | 2024-12-02T16:08:34.954Z | Compiling hyper-util v0.1.10 |
1887 | 2024-12-02T16:08:37.207Z | Compiling curve25519-dalek v4.1.3 |
1888 | 2024-12-02T16:08:37.636Z | Compiling openapiv3 v2.0.0 |
1889 | 2024-12-02T16:08:38.676Z | Compiling toml_datetime v0.6.8 |
1890 | 2024-12-02T16:08:38.715Z | Compiling serde_spanned v0.6.8 |
1891 | 2024-12-02T16:08:39.047Z | Compiling enum-as-inner v0.6.1 |
1892 | 2024-12-02T16:08:40.264Z | Compiling dropshot v0.12.0 |
1893 | 2024-12-02T16:08:40.307Z | Compiling adler2 v2.0.0 |
1894 | 2024-12-02T16:08:40.784Z | Compiling foreign-types-shared v0.1.1 |
1895 | 2024-12-02T16:08:41.121Z | Compiling portable-atomic v1.9.0 |
1896 | 2024-12-02T16:08:41.794Z | Compiling smoltcp v0.9.1 |
1897 | 2024-12-02T16:08:42.287Z | Compiling match_cfg v0.1.0 |
1898 | 2024-12-02T16:08:42.416Z | Compiling hostname v0.3.1 |
1899 | 2024-12-02T16:08:42.523Z | Compiling foreign-types v0.3.2 |
1900 | 2024-12-02T16:08:42.728Z | Compiling miniz_oxide v0.8.0 |
1901 | 2024-12-02T16:08:44.479Z | Compiling url v2.5.3 |
1902 | 2024-12-02T16:08:51.779Z | Compiling http-body-util v0.1.2 |
1903 | 2024-12-02T16:08:52.467Z | Compiling clap_derive v4.5.18 |
1904 | 2024-12-02T16:08:52.513Z | Compiling dirs-sys-next v0.1.2 |
1905 | 2024-12-02T16:08:53.377Z | Compiling encoding_rs v0.8.34 |
1906 | 2024-12-02T16:08:55.218Z | Compiling siphasher v0.3.11 |
1907 | 2024-12-02T16:08:55.891Z | Compiling data-encoding v2.6.0 |
1908 | 2024-12-02T16:08:57.539Z | Compiling mime v0.3.17 |
1909 | 2024-12-02T16:08:58.634Z | Compiling dirs-next v2.0.0 |
1910 | 2024-12-02T16:09:03.963Z | Compiling hubpack_derive v0.1.1 |
1911 | 2024-12-02T16:09:04.332Z | Compiling serde_urlencoded v0.7.1 |
1912 | 2024-12-02T16:09:04.793Z | Compiling crossbeam-epoch v0.9.18 |
1913 | 2024-12-02T16:09:04.932Z | Compiling hashbrown v0.14.5 |
1914 | 2024-12-02T16:09:05.485Z | Compiling rustls-pemfile v2.2.0 |
1915 | 2024-12-02T16:09:06.003Z | Compiling dropshot_endpoint v0.12.0 |
1916 | 2024-12-02T16:09:07.036Z | Compiling rustls-webpki v0.102.8 |
1917 | 2024-12-02T16:09:07.456Z | Compiling sha1 v0.10.6 |
1918 | 2024-12-02T16:09:07.852Z | Compiling signature v2.2.0 |
1919 | 2024-12-02T16:09:07.876Z | Compiling curve25519-dalek-derive v0.1.1 |
1920 | 2024-12-02T16:09:08.188Z | Compiling thread_local v1.1.8 |
1921 | 2024-12-02T16:09:08.694Z | Compiling fs-err v2.11.0 |
1922 | 2024-12-02T16:09:09.003Z | Compiling utf8parse v0.2.2 |
1923 | 2024-12-02T16:09:09.181Z | Compiling winnow v0.6.20 |
1924 | 2024-12-02T16:09:09.248Z | Compiling openssl-probe v0.1.5 |
1925 | 2024-12-02T16:09:09.725Z | Compiling anstyle v1.0.10 |
1926 | 2024-12-02T16:09:10.162Z | Compiling ipnet v2.10.1 |
1927 | 2024-12-02T16:09:10.191Z | Compiling unicode-properties v0.1.3 |
1928 | 2024-12-02T16:09:11.727Z | Compiling gimli v0.31.1 |
1929 | 2024-12-02T16:09:12.869Z | Compiling toml_edit v0.22.22 |
1930 | 2024-12-02T16:09:13.113Z | Compiling stringprep v0.1.5 |
1931 | 2024-12-02T16:09:14.138Z | Compiling anstyle-parse v0.2.5 |
1932 | 2024-12-02T16:09:15.878Z | Compiling regress v0.10.1 |
1933 | 2024-12-02T16:09:16.812Z | Compiling addr2line v0.24.2 |
1934 | 2024-12-02T16:09:17.501Z | Compiling crossbeam-deque v0.8.5 |
1935 | 2024-12-02T16:09:17.879Z | Compiling term v0.7.0 |
1936 | 2024-12-02T16:09:19.169Z | Compiling slog-json v2.6.1 |
1937 | 2024-12-02T16:09:20.336Z | Compiling crossbeam-channel v0.5.13 |
1938 | 2024-12-02T16:09:21.103Z | Compiling idna v0.3.0 |
1939 | 2024-12-02T16:09:21.362Z | Compiling idna v0.4.0 |
1940 | 2024-12-02T16:09:22.975Z | Compiling futures-executor v0.3.31 |
1941 | 2024-12-02T16:09:23.427Z | Compiling num-integer v0.1.46 |
1942 | 2024-12-02T16:09:23.470Z | Compiling md-5 v0.10.6 |
1943 | 2024-12-02T16:09:23.738Z | Compiling ff v0.13.0 |
1944 | 2024-12-02T16:09:23.798Z | Compiling hash32 v0.2.1 |
1945 | 2024-12-02T16:09:23.986Z | Compiling is-terminal v0.4.13 |
1946 | 2024-12-02T16:09:24.128Z | Compiling memmap v0.7.0 |
1947 | 2024-12-02T16:09:24.149Z | Compiling object v0.36.5 |
1948 | 2024-12-02T16:09:24.180Z | Compiling fallible-iterator v0.2.0 |
1949 | 2024-12-02T16:09:24.453Z | Compiling colorchoice v1.0.2 |
1950 | 2024-12-02T16:09:24.636Z | Compiling utf-8 v0.7.6 |
1951 | 2024-12-02T16:09:24.929Z | Compiling is_terminal_polyfill v1.70.1 |
1952 | 2024-12-02T16:09:24.932Z | Compiling quick-error v1.2.3 |
1953 | 2024-12-02T16:09:25.022Z | Compiling heck v0.4.1 |
1954 | 2024-12-02T16:09:25.064Z | Compiling rustc-demangle v0.1.24 |
1955 | 2024-12-02T16:09:25.114Z | Compiling anstyle-query v1.1.1 |
1956 | 2024-12-02T16:09:25.281Z | Compiling psl-types v2.0.11 |
1957 | 2024-12-02T16:09:25.441Z | Compiling take_mut v0.2.2 |
1958 | 2024-12-02T16:09:25.496Z | Compiling base16ct v0.2.0 |
1959 | 2024-12-02T16:09:25.623Z | Compiling linked-hash-map v0.5.6 |
1960 | 2024-12-02T16:09:25.928Z | Compiling sec1 v0.7.3 |
1961 | 2024-12-02T16:09:26.006Z | Compiling lru-cache v0.1.2 |
1962 | 2024-12-02T16:09:26.068Z | Compiling publicsuffix v2.2.3 |
1963 | 2024-12-02T16:09:26.520Z | Compiling strum_macros v0.25.3 |
1964 | 2024-12-02T16:09:26.675Z | Compiling anstream v0.6.15 |
1965 | 2024-12-02T16:09:27.267Z | Compiling resolv-conf v0.7.0 |
1966 | 2024-12-02T16:09:27.350Z | Compiling postgres-protocol v0.6.7 |
1967 | 2024-12-02T16:09:27.883Z | Compiling tungstenite v0.24.0 |
1968 | 2024-12-02T16:09:27.951Z | Compiling usdt v0.5.0 |
1969 | 2024-12-02T16:09:28.565Z | Compiling slog-term v2.9.1 |
1970 | 2024-12-02T16:09:29.690Z | Compiling num-iter v0.1.45 |
1971 | 2024-12-02T16:09:29.710Z | Compiling group v0.13.0 |
1972 | 2024-12-02T16:09:29.888Z | Compiling futures v0.3.31 |
1973 | 2024-12-02T16:09:30.030Z | Compiling hickory-proto v0.24.1 |
1974 | 2024-12-02T16:09:30.186Z | Compiling tokio-rustls v0.26.0 |
1975 | 2024-12-02T16:09:31.199Z | Compiling typify-impl v0.2.0 |
1976 | 2024-12-02T16:09:31.901Z | Compiling backtrace v0.3.74 |
1977 | 2024-12-02T16:09:32.280Z | Compiling slog-bunyan v2.5.0 |
1978 | 2024-12-02T16:09:32.500Z | Compiling tokio-rustls v0.25.0 |
1979 | 2024-12-02T16:09:32.504Z | Compiling toml v0.8.19 |
1980 | 2024-12-02T16:09:32.941Z | Compiling tokio-native-tls v0.3.1 |
1981 | 2024-12-02T16:09:33.265Z | Compiling phf_shared v0.11.2 |
1982 | 2024-12-02T16:09:33.624Z | Compiling async-stream v0.3.6 |
1983 | 2024-12-02T16:09:33.942Z | Compiling waitgroup v0.1.2 |
1984 | 2024-12-02T16:09:34.037Z | Compiling webpki-roots v0.26.6 |
1985 | 2024-12-02T16:09:34.235Z | Compiling idna v0.5.0 |
1986 | 2024-12-02T16:09:34.345Z | Compiling terminal_size v0.4.0 |
1987 | 2024-12-02T16:09:34.568Z | Compiling serde_path_to_error v0.1.16 |
1988 | 2024-12-02T16:09:35.348Z | Compiling hkdf v0.12.4 |
1989 | 2024-12-02T16:09:35.461Z | Compiling crypto-bigint v0.5.5 |
1990 | 2024-12-02T16:09:35.598Z | Compiling derive-where v1.2.7 |
1991 | 2024-12-02T16:09:35.747Z | Compiling serde_repr v0.1.19 |
1992 | 2024-12-02T16:09:37.001Z | Compiling hostname v0.4.0 |
1993 | 2024-12-02T16:09:37.240Z | Compiling crc32fast v1.4.2 |
1994 | 2024-12-02T16:09:38.101Z | Compiling bitflags v1.3.2 |
1995 | 2024-12-02T16:09:38.214Z | Compiling clap_lex v0.7.2 |
1996 | 2024-12-02T16:09:38.639Z | Compiling unicode-width v0.1.14 |
1997 | 2024-12-02T16:09:38.661Z | Compiling winnow v0.5.40 |
1998 | 2024-12-02T16:09:39.086Z | Compiling debug-ignore v1.0.5 |
1999 | 2024-12-02T16:09:39.154Z | Compiling managed v0.8.0 |
2000 | 2024-12-02T16:09:40.324Z | Compiling console v0.15.8 |
2001 | 2024-12-02T16:09:41.913Z | Compiling clap_builder v4.5.21 |
2002 | 2024-12-02T16:09:42.023Z | Compiling elliptic-curve v0.13.8 |
2003 | 2024-12-02T16:09:42.547Z | Compiling toml_edit v0.19.15 |
2004 | 2024-12-02T16:09:42.763Z | Compiling flate2 v1.0.34 |
2005 | 2024-12-02T16:09:43.084Z | Compiling typify-macro v0.2.0 |
2006 | 2024-12-02T16:09:43.729Z | Compiling hickory-resolver v0.24.1 |
2007 | 2024-12-02T16:09:43.974Z | Compiling cookie_store v0.21.0 |
2008 | 2024-12-02T16:09:47.399Z | Compiling hyper-rustls v0.27.3 |
2009 | 2024-12-02T16:09:49.656Z | Compiling phf v0.11.2 |
2010 | 2024-12-02T16:09:49.998Z | Compiling hyper-tls v0.6.0 |
2011 | 2024-12-02T16:09:50.404Z | Compiling signal-hook-mio v0.2.4 |
2012 | 2024-12-02T16:09:50.456Z | Compiling rayon v1.10.0 |
2013 | 2024-12-02T16:09:50.621Z | Compiling bzip2 v0.4.4 |
2014 | 2024-12-02T16:09:51.018Z | Compiling tokio-tungstenite v0.24.0 |
2015 | 2024-12-02T16:09:51.314Z | Compiling postgres-types v0.2.8 |
2016 | 2024-12-02T16:09:51.561Z | Compiling ed25519 v2.2.3 |
2017 | 2024-12-02T16:09:51.607Z | Compiling hubpack v0.1.2 |
2018 | 2024-12-02T16:09:52.007Z | Compiling phf_shared v0.10.0 |
2019 | 2024-12-02T16:09:52.083Z | Compiling pkcs1 v0.7.5 |
2020 | 2024-12-02T16:09:52.597Z | Compiling zerocopy v0.6.6 |
2021 | 2024-12-02T16:09:52.690Z | Compiling tokio-stream v0.1.16 |
2022 | 2024-12-02T16:09:53.540Z | Compiling serde-big-array v0.5.1 |
2023 | 2024-12-02T16:09:53.632Z | Compiling rfc6979 v0.4.0 |
2024 | 2024-12-02T16:09:53.791Z | Compiling float-cmp v0.9.0 |
2025 | 2024-12-02T16:09:54.012Z | Compiling sync_wrapper v1.0.1 |
2026 | 2024-12-02T16:09:54.187Z | Compiling bstr v1.10.0 |
2027 | 2024-12-02T16:09:54.513Z | Compiling unicode-segmentation v1.12.0 |
2028 | 2024-12-02T16:09:55.283Z | Compiling predicates-core v1.0.8 |
2029 | 2024-12-02T16:09:55.304Z | Compiling bit-vec v0.6.3 |
2030 | 2024-12-02T16:09:55.392Z | Compiling fixedbitset v0.4.2 |
2031 | 2024-12-02T16:09:55.637Z | Compiling unicode-width v0.2.0 |
2032 | 2024-12-02T16:09:55.837Z | Compiling difflib v0.4.0 |
2033 | 2024-12-02T16:09:55.858Z | Compiling static_assertions v1.1.0 |
2034 | 2024-12-02T16:09:55.926Z | Compiling precomputed-hash v0.1.1 |
2035 | 2024-12-02T16:09:55.966Z | Compiling whoami v1.5.2 |
2036 | 2024-12-02T16:09:56.050Z | Compiling normalize-line-endings v0.3.0 |
2037 | 2024-12-02T16:09:56.205Z | Compiling number_prefix v0.4.0 |
2038 | 2024-12-02T16:09:56.439Z | Compiling new_debug_unreachable v1.0.6 |
2039 | 2024-12-02T16:09:56.640Z | Compiling string_cache v0.8.7 |
2040 | 2024-12-02T16:09:56.696Z | Compiling indicatif v0.17.9 |
2041 | 2024-12-02T16:09:57.088Z | Compiling tokio-postgres v0.7.12 |
2042 | 2024-12-02T16:09:57.847Z | Compiling predicates v3.1.2 |
2043 | 2024-12-02T16:09:58.603Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2044 | 2024-12-02T16:09:59.040Z | Compiling petgraph v0.6.5 |
2045 | 2024-12-02T16:09:59.349Z | Compiling bit-set v0.5.3 |
2046 | 2024-12-02T16:09:59.640Z | Compiling similar v2.6.0 |
2047 | 2024-12-02T16:10:02.566Z | Compiling reqwest v0.12.9 |
2048 | 2024-12-02T16:10:02.877Z | Compiling ecdsa v0.16.9 |
2049 | 2024-12-02T16:10:03.319Z | Compiling qorb v0.2.1 |
2050 | 2024-12-02T16:10:03.545Z | Compiling rsa v0.9.6 |
2051 | 2024-12-02T16:10:03.737Z | Compiling ed25519-dalek v2.1.1 |
2052 | 2024-12-02T16:10:04.281Z | Compiling zip v0.6.6 |
2053 | 2024-12-02T16:10:04.572Z | Compiling crossterm v0.28.1 |
2054 | 2024-12-02T16:10:05.209Z | Compiling toml v0.7.8 |
2055 | 2024-12-02T16:10:05.562Z | Compiling clap v4.5.21 |
2056 | 2024-12-02T16:10:08.071Z | Compiling x509-cert v0.2.5 |
2057 | 2024-12-02T16:10:08.769Z | Compiling hex v0.4.3 |
2058 | 2024-12-02T16:10:10.715Z | Compiling itertools v0.10.5 |
2059 | 2024-12-02T16:10:12.113Z | Compiling radium v0.7.0 |
2060 | 2024-12-02T16:10:12.385Z | Compiling peg-runtime v0.8.3 |
2061 | 2024-12-02T16:10:13.038Z | Compiling lalrpop-util v0.19.12 |
2062 | 2024-12-02T16:10:13.453Z | Compiling unicode-xid v0.2.6 |
2063 | 2024-12-02T16:10:14.689Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2064 | 2024-12-02T16:10:31.743Z | Compiling tap v1.0.1 |
2065 | 2024-12-02T16:10:31.800Z | Compiling maybe-uninit v2.0.0 |
2066 | 2024-12-02T16:10:32.484Z | Compiling ident_case v1.0.1 |
2067 | 2024-12-02T16:10:32.733Z | Compiling darling_core v0.20.10 |
2068 | 2024-12-02T16:10:38.269Z | Compiling wyz v0.5.1 |
2069 | 2024-12-02T16:10:44.448Z | Compiling typify v0.2.0 |
2070 | 2024-12-02T16:10:48.782Z | Compiling funty v2.0.0 |
2071 | 2024-12-02T16:10:48.981Z | Compiling unsafe-libyaml v0.2.11 |
2072 | 2024-12-02T16:10:49.278Z | Compiling packed_struct v0.10.1 |
2073 | 2024-12-02T16:10:50.083Z | Compiling bitvec v1.0.1 |
2074 | 2024-12-02T16:10:50.542Z | Compiling serde_yaml v0.9.34+deprecated |
2075 | 2024-12-02T16:10:54.598Z | Compiling progenitor-impl v0.8.0 |
2076 | 2024-12-02T16:10:56.431Z | Compiling darling_macro v0.20.10 |
2077 | 2024-12-02T16:10:57.526Z | Compiling packed_struct_codegen v0.10.1 |
2078 | 2024-12-02T16:11:00.013Z | Compiling structmeta-derive v0.3.0 |
2079 | 2024-12-02T16:11:00.031Z | Compiling indexmap v1.9.3 |
2080 | 2024-12-02T16:11:00.469Z | Compiling crc-catalog v2.4.0 |
2081 | 2024-12-02T16:11:00.705Z | Compiling fastrand v2.1.1 |
2082 | 2024-12-02T16:11:01.293Z | Compiling newtype-uuid v1.1.3 |
2083 | 2024-12-02T16:11:01.420Z | Compiling nodrop v0.1.14 |
2084 | 2024-12-02T16:11:01.518Z | Compiling progenitor-macro v0.8.0 |
2085 | 2024-12-02T16:11:01.570Z | Compiling array-init v0.0.4 |
2086 | 2024-12-02T16:11:02.625Z | Compiling structmeta v0.3.0 |
2087 | 2024-12-02T16:11:03.037Z | Compiling tempfile v3.13.0 |
2088 | 2024-12-02T16:11:03.721Z | Compiling crc v3.2.1 |
2089 | 2024-12-02T16:11:09.209Z | Compiling darling v0.20.10 |
2090 | 2024-12-02T16:11:09.712Z | Compiling smallvec v0.6.14 |
2091 | 2024-12-02T16:11:16.113Z | Compiling progenitor-client v0.8.0 |
2092 | 2024-12-02T16:11:18.752Z | Compiling pin-project-internal v1.1.6 |
2093 | 2024-12-02T16:11:18.973Z | Compiling dropshot v0.13.0 |
2094 | 2024-12-02T16:11:19.131Z | Compiling termcolor v1.4.1 |
2095 | 2024-12-02T16:11:20.316Z | Compiling base64 v0.21.7 |
2096 | 2024-12-02T16:11:21.655Z | Compiling hashbrown v0.12.3 |
2097 | 2024-12-02T16:11:21.698Z | Compiling same-file v1.0.6 |
2098 | 2024-12-02T16:11:22.795Z | Compiling bitfield v0.14.0 |
2099 | 2024-12-02T16:11:23.082Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2100 | 2024-12-02T16:11:26.260Z | Compiling walkdir v2.5.0 |
2101 | 2024-12-02T16:11:30.718Z | Compiling pin-project v1.1.6 |
2102 | 2024-12-02T16:11:35.370Z | Compiling ron v0.8.1 |
2103 | 2024-12-02T16:11:36.455Z | Compiling env_logger v0.10.2 |
2104 | 2024-12-02T16:11:40.580Z | Compiling progenitor v0.8.0 |
2105 | 2024-12-02T16:11:40.911Z | Compiling serde-hex v0.1.0 |
2106 | 2024-12-02T16:11:41.392Z | Compiling serde_with_macros v3.11.0 |
2107 | 2024-12-02T16:11:41.669Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2108 | 2024-12-02T16:11:42.007Z | Compiling parse-display-derive v0.10.0 |
2109 | 2024-12-02T16:11:45.654Z | Compiling strum_macros v0.26.4 |
2110 | 2024-12-02T16:11:46.067Z | Compiling hashbrown v0.13.2 |
2111 | 2024-12-02T16:11:46.259Z | Compiling ipnetwork v0.20.0 |
2112 | 2024-12-02T16:11:47.471Z | Compiling xattr v1.3.1 |
2113 | 2024-12-02T16:11:47.684Z | Compiling dropshot_endpoint v0.13.0 |
2114 | 2024-12-02T16:11:47.813Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2115 | 2024-12-02T16:11:48.109Z | Compiling snafu-derive v0.8.5 |
2116 | 2024-12-02T16:11:48.567Z | Compiling ring v0.16.20 |
2117 | 2024-12-02T16:11:49.615Z | Compiling blake3 v1.5.4 |
2118 | 2024-12-02T16:11:49.674Z | Compiling filetime v0.2.25 |
2119 | 2024-12-02T16:11:50.028Z | Compiling instant v0.1.13 |
2120 | 2024-12-02T16:11:50.210Z | Compiling lockfree-object-pool v0.1.6 |
2121 | 2024-12-02T16:11:50.232Z | Compiling simd-adler32 v0.3.7 |
2122 | 2024-12-02T16:11:50.252Z | Compiling crc-any v2.5.0 |
2123 | 2024-12-02T16:11:50.510Z | Compiling zip v2.1.3 |
2124 | 2024-12-02T16:11:51.260Z | Compiling bumpalo v3.16.0 |
2125 | 2024-12-02T16:11:51.303Z | Compiling buf-list v1.0.3 |
2126 | 2024-12-02T16:11:51.557Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2127 | 2024-12-02T16:11:51.577Z | Compiling strum v0.26.3 |
2128 | 2024-12-02T16:11:51.784Z | Compiling zopfli v0.8.1 |
2129 | 2024-12-02T16:11:51.944Z | Compiling backoff v0.4.0 |
2130 | 2024-12-02T16:11:52.269Z | Compiling tar v0.4.42 |
2131 | 2024-12-02T16:11:52.936Z | Compiling snafu v0.8.5 |
2132 | 2024-12-02T16:11:54.292Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2133 | 2024-12-02T16:11:54.522Z | Compiling object v0.30.4 |
2134 | 2024-12-02T16:11:56.015Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-12-02T16:11:57.156Z | Compiling parse-display v0.10.0 |
2136 | 2024-12-02T16:11:58.005Z | Compiling serde_with v3.11.0 |
2137 | 2024-12-02T16:11:58.356Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2138 | 2024-12-02T16:11:58.979Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2139 | 2024-12-02T16:11:59.137Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2140 | 2024-12-02T16:11:59.709Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2141 | 2024-12-02T16:11:59.871Z | Compiling camino-tempfile v1.1.1 |
2142 | 2024-12-02T16:12:00.560Z | Compiling globset v0.4.15 |
2143 | 2024-12-02T16:12:00.682Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2144 | 2024-12-02T16:12:00.895Z | Compiling regress v0.9.1 |
2145 | 2024-12-02T16:12:02.494Z | Compiling pem v3.0.4 |
2146 | 2024-12-02T16:12:04.017Z | Compiling olpc-cjson v0.1.4 |
2147 | 2024-12-02T16:12:04.377Z | Compiling macaddr v1.0.1 |
2148 | 2024-12-02T16:12:05.102Z | Compiling serde_plain v1.0.2 |
2149 | 2024-12-02T16:12:05.652Z | Compiling async-recursion v1.1.1 |
2150 | 2024-12-02T16:12:06.862Z | Compiling memmap2 v0.9.5 |
2151 | 2024-12-02T16:12:07.154Z | Compiling arrayvec v0.7.6 |
2152 | 2024-12-02T16:12:07.467Z | Compiling constant_time_eq v0.3.1 |
2153 | 2024-12-02T16:12:07.667Z | Compiling arrayref v0.3.9 |
2154 | 2024-12-02T16:12:07.671Z | Compiling spin v0.5.2 |
2155 | 2024-12-02T16:12:07.751Z | Compiling typed-path v0.9.3 |
2156 | 2024-12-02T16:12:07.794Z | Compiling path-slash v0.1.5 |
2157 | 2024-12-02T16:12:07.947Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2158 | 2024-12-02T16:12:09.590Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2159 | 2024-12-02T16:12:10.810Z | Compiling tough v0.19.0 |
2160 | 2024-12-02T16:12:15.241Z | Compiling itertools v0.13.0 |
2161 | 2024-12-02T16:12:15.354Z | Compiling cargo-platform v0.1.8 |
2162 | 2024-12-02T16:12:15.977Z | Compiling parse-size v1.1.0 |
2163 | 2024-12-02T16:12:16.289Z | Compiling topological-sort v0.2.2 |
2164 | 2024-12-02T16:12:16.429Z | Compiling cargo_metadata v0.18.1 |
2165 | 2024-12-02T16:12:16.591Z | Compiling omicron-zone-package v0.11.1 |
2166 | 2024-12-02T16:12:18.708Z | Compiling shell-words v1.1.0 |
2167 | 2024-12-02T16:12:23.210Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2168 | 2024-12-02T16:12:36.634Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2169 | 2024-12-02T16:12:52.647Z | Finished `release` profile [optimized] target(s) in 5m 56s |
2170 | 2024-12-02T16:12:52.831Z | Running `target/release/omicron-releng --output-dir /work` |
2171 | 2024-12-02T16:12:52.889Z | Dec 02 16:12:52.286 DEBG changing working directory to /work/oxidecomputer/omicron |
2172 | 2024-12-02T16:12:53.005Z | Dec 02 16:12:52.401 DEBG running: git rev-parse HEAD |
2173 | 2024-12-02T16:12:53.012Z | Dec 02 16:12:52.408 DEBG process exited with exit status: 0 (7.174305ms) |
2174 | 2024-12-02T16:12:53.012Z | Dec 02 16:12:52.408 INFO version: 12.0.0-0.ci+git86522dc9102 |
2175 | 2024-12-02T16:12:53.053Z | Dec 02 16:12:52.450 INFO cloning helios to /work/oxidecomputer/helios |
2176 | 2024-12-02T16:12:53.053Z | Dec 02 16:12:52.450 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2177 | 2024-12-02T16:12:53.060Z | Cloning into '/work/oxidecomputer/helios'... |
2178 | 2024-12-02T16:12:53.593Z | Dec 02 16:12:52.989 DEBG process exited with exit status: 0 (538.841456ms) |
2179 | 2024-12-02T16:12:53.593Z | Dec 02 16:12:52.989 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2180 | 2024-12-02T16:12:53.602Z | # branch.oid 59a814adacfd4f9258f38e9a0f40d343da9323a7 |
2181 | 2024-12-02T16:12:53.602Z | # branch.head master |
2182 | 2024-12-02T16:12:53.602Z | # branch.upstream origin/master |
2183 | 2024-12-02T16:12:53.602Z | # branch.ab +0 -0 |
2184 | 2024-12-02T16:12:53.605Z | Dec 02 16:12:53.000 DEBG process exited with exit status: 0 (10.494543ms) |
2185 | 2024-12-02T16:12:53.605Z | Dec 02 16:12:53.000 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2186 | 2024-12-02T16:12:54.600Z | Dec 02 16:12:53.996 DEBG process exited with exit status: 0 (996.520328ms) |
2187 | 2024-12-02T16:12:54.600Z | Dec 02 16:12:53.996 DEBG running: zfs list rpool/images/build/host |
2188 | 2024-12-02T16:12:54.608Z | NAME USED AVAIL REFER MOUNTPOINT |
2189 | 2024-12-02T16:12:54.608Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2190 | 2024-12-02T16:12:54.611Z | Dec 02 16:12:54.006 DEBG process exited with exit status: 0 (9.362598ms) |
2191 | 2024-12-02T16:12:54.611Z | Dec 02 16:12:54.006 DEBG running: zfs list rpool/images/build/recovery |
2192 | 2024-12-02T16:12:54.617Z | NAME USED AVAIL REFER MOUNTPOINT |
2193 | 2024-12-02T16:12:54.617Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2194 | 2024-12-02T16:12:54.620Z | Dec 02 16:12:54.015 DEBG process exited with exit status: 0 (8.730527ms) |
2195 | 2024-12-02T16:12:54.620Z | Dec 02 16:12:54.015 INFO [hubris-production] running task |
2196 | 2024-12-02T16:12:54.620Z | Dec 02 16:12:54.016 INFO [hubris-staging] running task |
2197 | 2024-12-02T16:12:54.622Z | Dec 02 16:12:54.016 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 |
2198 | 2024-12-02T16:12:54.624Z | Dec 02 16:12:54.021 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2199 | 2024-12-02T16:12:54.704Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2200 | 2024-12-02T16:12:55.142Z | [ omicron-package] Blocking waiting for file lock on package cache |
2201 | 2024-12-02T16:12:55.755Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-02T16:12:56.369Z | Dec 02 16:12:55.765 INFO [hubris-production] task succeeded (1.749556373s) |
2203 | 2024-12-02T16:12:57.050Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2204 | 2024-12-02T16:12:57.053Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2205 | 2024-12-02T16:12:57.053Z | [ omicron-package] Compiling itertools v0.13.0 |
2206 | 2024-12-02T16:12:57.053Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2207 | 2024-12-02T16:12:57.053Z | [ omicron-package] Compiling heapless v0.8.0 |
2208 | 2024-12-02T16:12:57.228Z | [ omicron-package] Compiling hash32 v0.3.1 |
2209 | 2024-12-02T16:12:57.230Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2210 | 2024-12-02T16:12:57.230Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2211 | 2024-12-02T16:12:58.170Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2212 | 2024-12-02T16:12:58.604Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2213 | 2024-12-02T16:12:58.759Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2214 | 2024-12-02T16:12:58.855Z | [ omicron-package] Compiling cobs v0.2.3 |
2215 | 2024-12-02T16:12:59.362Z | [ omicron-package] Compiling postcard v1.0.10 |
2216 | 2024-12-02T16:12:59.558Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2217 | 2024-12-02T16:12:59.760Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2218 | 2024-12-02T16:12:59.993Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2219 | 2024-12-02T16:13:00.442Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2220 | 2024-12-02T16:13:00.859Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2221 | 2024-12-02T16:13:01.792Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2222 | 2024-12-02T16:13:02.365Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2223 | 2024-12-02T16:13:02.662Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2224 | 2024-12-02T16:13:03.179Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2225 | 2024-12-02T16:13:03.331Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2226 | 2024-12-02T16:13:03.508Z | [ omicron-package] Compiling num_enum v0.5.11 |
2227 | 2024-12-02T16:13:03.511Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2228 | 2024-12-02T16:13:03.892Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2229 | 2024-12-02T16:13:04.079Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2230 | 2024-12-02T16:13:04.333Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2231 | 2024-12-02T16:13:04.427Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2232 | 2024-12-02T16:13:04.827Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2233 | 2024-12-02T16:13:05.107Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2234 | 2024-12-02T16:13:05.356Z | [ omicron-package] Compiling colored v2.1.0 |
2235 | 2024-12-02T16:13:05.463Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2236 | 2024-12-02T16:13:05.950Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2237 | 2024-12-02T16:13:06.975Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2238 | 2024-12-02T16:13:07.092Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2239 | 2024-12-02T16:13:07.411Z | [ omicron-package] Compiling num-derive v0.4.2 |
2240 | 2024-12-02T16:13:07.492Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2241 | 2024-12-02T16:13:07.768Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2242 | 2024-12-02T16:13:08.595Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2243 | 2024-12-02T16:13:08.998Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2244 | 2024-12-02T16:13:10.314Z | [ omicron-package] Compiling zone v0.3.0 |
2245 | 2024-12-02T16:13:10.501Z | [ omicron-package] Compiling smf v0.2.3 |
2246 | 2024-12-02T16:13:11.372Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2247 | 2024-12-02T16:13:12.502Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2248 | 2024-12-02T16:13:12.543Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2249 | 2024-12-02T16:13:14.820Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-12-02T16:13:15.401Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2251 | 2024-12-02T16:13:15.737Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2252 | 2024-12-02T16:13:16.327Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2253 | 2024-12-02T16:13:16.401Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-12-02T16:13:16.615Z | [ omicron-package] Compiling gethostname v0.5.0 |
2255 | 2024-12-02T16:13:17.322Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2256 | 2024-12-02T16:13:18.402Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2257 | 2024-12-02T16:13:20.480Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2258 | 2024-12-02T16:13:20.832Z | Dec 02 16:13:20.226 INFO [hubris-staging] task succeeded (26.210228235s) |
2259 | 2024-12-02T16:13:21.984Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2260 | 2024-12-02T16:13:23.487Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2261 | 2024-12-02T16:13:26.566Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2262 | 2024-12-02T16:13:27.235Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2263 | 2024-12-02T16:13:29.033Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2264 | 2024-12-02T16:13:38.386Z | [ helios-setup] Dec 02 16:13:37.778 INFO helios repository root is: /work/oxidecomputer/helios |
2265 | 2024-12-02T16:13:38.389Z | [ helios-setup] Dec 02 16:13:37.780 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2266 | 2024-12-02T16:13:38.389Z | [ helios-setup] Dec 02 16:13:37.781 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 |
2267 | 2024-12-02T16:13:38.391Z | [ helios-setup] Dec 02 16:13:37.781 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 |
2268 | 2024-12-02T16:13:38.394Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2269 | 2024-12-02T16:13:39.726Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2270 | 2024-12-02T16:13:39.735Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2271 | 2024-12-02T16:13:46.325Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2272 | 2024-12-02T16:13:46.335Z | [ helios-setup] Dec 02 16:13:45.726 INFO clone ok!, project: amd-host-image-builder |
2273 | 2024-12-02T16:13:46.338Z | [ helios-setup] Dec 02 16:13:45.727 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 |
2274 | 2024-12-02T16:13:46.338Z | [ helios-setup] Dec 02 16:13:45.727 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2275 | 2024-12-02T16:13:46.340Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2276 | 2024-12-02T16:13:46.897Z | [ helios-setup] Dec 02 16:13:46.287 INFO clone ok!, project: image-builder |
2277 | 2024-12-02T16:13:46.900Z | [ helios-setup] Dec 02 16:13:46.288 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 |
2278 | 2024-12-02T16:13:46.901Z | [ helios-setup] Dec 02 16:13:46.288 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2279 | 2024-12-02T16:13:46.901Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2280 | 2024-12-02T16:13:47.371Z | [ helios-setup] Dec 02 16:13:46.762 INFO clone ok!, project: bootserver |
2281 | 2024-12-02T16:13:47.374Z | [ helios-setup] Dec 02 16:13:46.762 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 |
2282 | 2024-12-02T16:13:47.374Z | [ helios-setup] Dec 02 16:13:46.762 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2283 | 2024-12-02T16:13:47.377Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2284 | 2024-12-02T16:13:47.988Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 53.35s |
2285 | 2024-12-02T16:13:48.231Z | [ omicron-package] |
2286 | 2024-12-02T16:13:48.231Z | [ omicron-package] real 53.556461790 |
2287 | 2024-12-02T16:13:48.231Z | [ omicron-package] user 3:01.926425455 |
2288 | 2024-12-02T16:13:48.231Z | [ omicron-package] sys 26.375061689 |
2289 | 2024-12-02T16:13:48.231Z | [ omicron-package] trap 0.416399143 |
2290 | 2024-12-02T16:13:48.231Z | [ omicron-package] tflt 0.411650534 |
2291 | 2024-12-02T16:13:48.231Z | [ omicron-package] dflt 0.751882314 |
2292 | 2024-12-02T16:13:48.231Z | [ omicron-package] kflt 0.028585747 |
2293 | 2024-12-02T16:13:48.231Z | [ omicron-package] lock 6:06.353139644 |
2294 | 2024-12-02T16:13:48.232Z | [ omicron-package] slp 10:45.694441854 |
2295 | 2024-12-02T16:13:48.232Z | [ omicron-package] lat 1:45.196165427 |
2296 | 2024-12-02T16:13:48.232Z | [ omicron-package] stop 56.589804599 |
2297 | 2024-12-02T16:13:48.232Z | Dec 02 16:13:47.622 INFO [omicron-package] process exited with exit status: 0 (53.605972279s) |
2298 | 2024-12-02T16:13:48.232Z | Dec 02 16:13:47.623 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2299 | 2024-12-02T16:13:48.312Z | Dec 02 16:13:47.703 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 |
2300 | 2024-12-02T16:13:48.324Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2301 | 2024-12-02T16:13:48.326Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2302 | 2024-12-02T16:13:48.328Z | Dec 02 16:13:47.718 INFO [recovery-target] process exited with exit status: 0 (95.213477ms) |
2303 | 2024-12-02T16:13:48.333Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2304 | 2024-12-02T16:13:48.336Z | [ host-target] Created new build target 'host' and set it as active |
2305 | 2024-12-02T16:13:48.336Z | Dec 02 16:13:47.726 INFO [host-target] process exited with exit status: 0 (23.659623ms) |
2306 | 2024-12-02T16:13:48.336Z | Dec 02 16:13:47.727 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2307 | 2024-12-02T16:13:48.356Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2308 | 2024-12-02T16:13:49.622Z | [ host-package] Compiling convert_case v0.4.0 |
2309 | 2024-12-02T16:13:49.622Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2310 | 2024-12-02T16:13:49.624Z | [ host-package] Compiling newline-converter v0.3.0 |
2311 | 2024-12-02T16:13:49.760Z | [ host-package] Compiling password-hash v0.5.0 |
2312 | 2024-12-02T16:13:49.762Z | [ host-package] Compiling progenitor-client v0.8.0 |
2313 | 2024-12-02T16:13:49.762Z | [ host-package] Compiling blake2 v0.10.6 |
2314 | 2024-12-02T16:13:49.777Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2315 | 2024-12-02T16:13:49.871Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2316 | 2024-12-02T16:13:50.024Z | [ host-package] Compiling expectorate v1.1.0 |
2317 | 2024-12-02T16:13:50.053Z | [ host-package] Compiling owo-colors v4.1.0 |
2318 | 2024-12-02T16:13:50.238Z | [ host-package] Compiling progenitor v0.8.0 |
2319 | 2024-12-02T16:13:50.281Z | [ host-package] Compiling num-rational v0.4.2 |
2320 | 2024-12-02T16:13:50.317Z | [ host-package] Compiling argon2 v0.5.3 |
2321 | 2024-12-02T16:13:50.410Z | [ host-package] Compiling num-complex v0.4.6 |
2322 | 2024-12-02T16:13:50.501Z | [ host-package] Compiling derive_more v0.99.18 |
2323 | 2024-12-02T16:13:51.403Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2324 | 2024-12-02T16:13:51.820Z | [ host-package] Compiling num v0.4.3 |
2325 | 2024-12-02T16:13:51.854Z | [ host-package] Compiling atomicwrites v0.4.4 |
2326 | 2024-12-02T16:13:51.973Z | [ host-package] Compiling libsw v3.3.1 |
2327 | 2024-12-02T16:13:52.067Z | [ host-package] Compiling indent_write v2.2.0 |
2328 | 2024-12-02T16:13:52.127Z | [ host-package] Compiling linear-map v1.2.0 |
2329 | 2024-12-02T16:13:52.371Z | [ host-package] Compiling swrite v0.1.0 |
2330 | 2024-12-02T16:13:52.393Z | [ host-package] Compiling float-ord v0.3.2 |
2331 | 2024-12-02T16:13:52.479Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2332 | 2024-12-02T16:13:52.559Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2333 | 2024-12-02T16:13:52.596Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2334 | 2024-12-02T16:13:52.632Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2335 | 2024-12-02T16:13:52.918Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2336 | 2024-12-02T16:13:53.069Z | [ host-package] Compiling highway v1.2.0 |
2337 | 2024-12-02T16:13:53.707Z | [ host-package] Compiling semver v0.1.20 |
2338 | 2024-12-02T16:13:53.720Z | [ helios-setup] Dec 02 16:13:53.111 INFO clone ok!, project: amd-firmware |
2339 | 2024-12-02T16:13:53.724Z | [ helios-setup] Dec 02 16:13:53.111 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2340 | 2024-12-02T16:13:53.724Z | [ helios-setup] Dec 02 16:13:53.111 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 |
2341 | 2024-12-02T16:13:53.724Z | [ helios-setup] Dec 02 16:13:53.111 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2342 | 2024-12-02T16:13:53.727Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2343 | 2024-12-02T16:13:54.333Z | [ host-package] Compiling rustc_version v0.1.7 |
2344 | 2024-12-02T16:13:54.714Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2345 | 2024-12-02T16:13:54.778Z | [ helios-setup] Dec 02 16:13:54.168 INFO clone ok!, project: pilot |
2346 | 2024-12-02T16:13:54.781Z | [ helios-setup] Dec 02 16:13:54.169 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2347 | 2024-12-02T16:13:54.781Z | [ helios-setup] Dec 02 16:13:54.169 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 |
2348 | 2024-12-02T16:13:54.781Z | [ helios-setup] Dec 02 16:13:54.169 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2349 | 2024-12-02T16:13:54.784Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2350 | 2024-12-02T16:13:54.944Z | [ host-package] Compiling newtype_derive v0.1.6 |
2351 | 2024-12-02T16:13:55.110Z | [ host-package] Compiling dropshot v0.13.0 |
2352 | 2024-12-02T16:13:55.200Z | [ host-package] Compiling ipnetwork v0.20.0 |
2353 | 2024-12-02T16:13:55.383Z | [ host-package] Compiling instant v0.1.13 |
2354 | 2024-12-02T16:13:55.604Z | [ host-package] Compiling humantime v2.1.0 |
2355 | 2024-12-02T16:13:55.935Z | [ helios-setup] Dec 02 16:13:55.325 INFO clone ok!, project: chelsio-t6-roms |
2356 | 2024-12-02T16:13:55.938Z | [ helios-setup] Dec 02 16:13:55.326 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 |
2357 | 2024-12-02T16:13:55.938Z | [ helios-setup] Dec 02 16:13:55.326 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2358 | 2024-12-02T16:13:55.941Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2359 | 2024-12-02T16:13:56.120Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2360 | 2024-12-02T16:13:56.572Z | [ host-package] Compiling backoff v0.4.0 |
2361 | 2024-12-02T16:13:56.737Z | [ helios-setup] Dec 02 16:13:56.127 INFO clone ok!, project: phbl |
2362 | 2024-12-02T16:13:56.740Z | [ helios-setup] Dec 02 16:13:56.127 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 |
2363 | 2024-12-02T16:13:56.740Z | [ helios-setup] Dec 02 16:13:56.127 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2364 | 2024-12-02T16:13:56.743Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2365 | 2024-12-02T16:13:57.101Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2366 | 2024-12-02T16:13:57.436Z | [ helios-setup] Dec 02 16:13:56.826 INFO clone ok!, project: pinprick |
2367 | 2024-12-02T16:13:57.439Z | [ helios-setup] Dec 02 16:13:56.826 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2368 | 2024-12-02T16:13:57.494Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2369 | 2024-12-02T16:13:57.741Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2370 | 2024-12-02T16:13:58.464Z | [ helios-setup] Dec 02 16:13:57.854 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2371 | 2024-12-02T16:13:59.070Z | [ helios-setup] Dec 02 16:13:58.460 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2372 | 2024-12-02T16:13:59.073Z | [ helios-setup] Dec 02 16:13:58.460 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2373 | 2024-12-02T16:13:59.766Z | [ helios-setup] Dec 02 16:13:59.155 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2374 | 2024-12-02T16:14:00.458Z | [ helios-setup] Dec 02 16:13:59.848 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2375 | 2024-12-02T16:14:00.458Z | [ helios-setup] Dec 02 16:13:59.848 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2376 | 2024-12-02T16:14:01.112Z | [ helios-setup] Dec 02 16:14:00.501 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2377 | 2024-12-02T16:14:01.474Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2378 | 2024-12-02T16:14:01.745Z | [ helios-setup] Dec 02 16:14:01.135 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2379 | 2024-12-02T16:14:01.745Z | [ helios-setup] Dec 02 16:14:01.135 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2380 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.135 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2381 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.135 INFO ok! |
2382 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.135 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2383 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.135 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2384 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.135 INFO ok! |
2385 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.135 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2386 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.135 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2387 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.135 INFO ok! |
2388 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.136 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2389 | 2024-12-02T16:14:01.749Z | [ helios-setup] Dec 02 16:14:01.136 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2390 | 2024-12-02T16:14:01.757Z | [ helios-setup] Dec 02 16:14:01.146 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2391 | 2024-12-02T16:14:02.058Z | [ helios-setup] Dec 02 16:14:01.448 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2392 | 2024-12-02T16:14:02.058Z | [ helios-setup] Dec 02 16:14:01.448 INFO E| info: downloading component 'cargo' |
2393 | 2024-12-02T16:14:02.124Z | [ host-package] Compiling parse-display v0.10.0 |
2394 | 2024-12-02T16:14:02.782Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2395 | 2024-12-02T16:14:03.017Z | [ host-package] Compiling strum v0.26.3 |
2396 | 2024-12-02T16:14:03.058Z | [ host-package] Compiling serde_with v3.11.0 |
2397 | 2024-12-02T16:14:03.247Z | [ host-package] Compiling regress v0.9.1 |
2398 | 2024-12-02T16:14:03.389Z | [ helios-setup] Dec 02 16:14:02.778 INFO E| info: downloading component 'clippy' |
2399 | 2024-12-02T16:14:03.703Z | [ helios-setup] Dec 02 16:14:03.093 INFO E| info: downloading component 'rust-docs' |
2400 | 2024-12-02T16:14:05.107Z | [ helios-setup] Dec 02 16:14:04.496 INFO E| info: downloading component 'rust-src' |
2401 | 2024-12-02T16:14:05.354Z | [ helios-setup] Dec 02 16:14:04.743 INFO E| info: downloading component 'rust-std' |
2402 | 2024-12-02T16:14:07.199Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2403 | 2024-12-02T16:14:07.556Z | [ helios-setup] Dec 02 16:14:06.945 INFO E| info: downloading component 'rustc' |
2404 | 2024-12-02T16:14:08.833Z | [ host-package] Compiling macaddr v1.0.1 |
2405 | 2024-12-02T16:14:09.208Z | [ host-package] Compiling steno v0.4.1 |
2406 | 2024-12-02T16:14:09.248Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2407 | 2024-12-02T16:14:09.574Z | [ host-package] Compiling prettyplease v0.2.25 |
2408 | 2024-12-02T16:14:09.613Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2409 | 2024-12-02T16:14:10.071Z | [ host-package] Compiling tungstenite v0.21.0 |
2410 | 2024-12-02T16:14:10.328Z | [ host-package] Compiling display-error-chain v0.2.2 |
2411 | 2024-12-02T16:14:12.283Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2412 | 2024-12-02T16:14:13.030Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2413 | 2024-12-02T16:14:13.249Z | [ helios-setup] Dec 02 16:14:12.637 INFO E| info: downloading component 'rustfmt' |
2414 | 2024-12-02T16:14:13.528Z | [ helios-setup] Dec 02 16:14:12.917 INFO E| info: installing component 'cargo' |
2415 | 2024-12-02T16:14:14.721Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2416 | 2024-12-02T16:14:14.806Z | [ helios-setup] Dec 02 16:14:14.194 INFO E| info: installing component 'clippy' |
2417 | 2024-12-02T16:14:15.210Z | [ helios-setup] Dec 02 16:14:14.598 INFO E| info: installing component 'rust-docs' |
2418 | 2024-12-02T16:14:15.768Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2419 | 2024-12-02T16:14:16.218Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2420 | 2024-12-02T16:14:17.265Z | [ host-package] Compiling arc-swap v1.7.1 |
2421 | 2024-12-02T16:14:18.156Z | [ host-package] Compiling slog-scope v4.4.0 |
2422 | 2024-12-02T16:14:19.207Z | [ host-package] Compiling half v2.4.1 |
2423 | 2024-12-02T16:14:20.062Z | [ host-package] Compiling ciborium-io v0.2.2 |
2424 | 2024-12-02T16:14:20.259Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2425 | 2024-12-02T16:14:21.267Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2426 | 2024-12-02T16:14:21.511Z | [ helios-setup] Dec 02 16:14:20.899 INFO E| info: installing component 'rust-src' |
2427 | 2024-12-02T16:14:21.686Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2428 | 2024-12-02T16:14:22.053Z | [ helios-setup] Dec 02 16:14:21.440 INFO E| info: installing component 'rust-std' |
2429 | 2024-12-02T16:14:22.421Z | [ host-package] Compiling ciborium v0.2.2 |
2430 | 2024-12-02T16:14:24.700Z | [ helios-setup] Dec 02 16:14:24.087 INFO E| info: installing component 'rustc' |
2431 | 2024-12-02T16:14:25.002Z | [ host-package] Compiling nibble_vec v0.1.0 |
2432 | 2024-12-02T16:14:25.150Z | [ host-package] Compiling endian-type v0.1.2 |
2433 | 2024-12-02T16:14:25.503Z | [ host-package] Compiling radix_trie v0.2.1 |
2434 | 2024-12-02T16:14:26.801Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2435 | 2024-12-02T16:14:31.265Z | [ helios-setup] Dec 02 16:14:30.651 INFO E| info: installing component 'rustfmt' |
2436 | 2024-12-02T16:14:32.099Z | [ helios-setup] Dec 02 16:14:31.485 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2437 | 2024-12-02T16:14:33.027Z | [ helios-setup] Dec 02 16:14:32.413 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2438 | 2024-12-02T16:14:33.027Z | [ helios-setup] Dec 02 16:14:32.413 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2439 | 2024-12-02T16:14:33.027Z | [ helios-setup] Dec 02 16:14:32.413 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2440 | 2024-12-02T16:14:33.059Z | [ helios-setup] Dec 02 16:14:32.445 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2441 | 2024-12-02T16:14:33.059Z | [ helios-setup] Dec 02 16:14:32.445 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2442 | 2024-12-02T16:14:33.059Z | [ helios-setup] Dec 02 16:14:32.445 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2443 | 2024-12-02T16:14:33.062Z | [ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2444 | 2024-12-02T16:14:33.062Z | [ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2445 | 2024-12-02T16:14:33.062Z | [ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2446 | 2024-12-02T16:14:33.062Z | [ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2447 | 2024-12-02T16:14:33.062Z | [ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2448 | 2024-12-02T16:14:33.062Z | [ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2449 | 2024-12-02T16:14:33.062Z | [ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2450 | 2024-12-02T16:14:33.062Z | [ helios-setup] Dec 02 16:14:32.446 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2451 | 2024-12-02T16:14:33.119Z | [ helios-setup] Dec 02 16:14:32.505 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2452 | 2024-12-02T16:14:33.360Z | [ host-package] Compiling fastrand v2.1.1 |
2453 | 2024-12-02T16:14:33.914Z | [ host-package] Compiling same-file v1.0.6 |
2454 | 2024-12-02T16:14:33.990Z | [ helios-setup] Dec 02 16:14:33.376 INFO E| From https://github.com/oxidecomputer/amd-efs |
2455 | 2024-12-02T16:14:33.990Z | [ helios-setup] Dec 02 16:14:33.376 INFO E| * [new branch] empty -> origin/empty |
2456 | 2024-12-02T16:14:33.990Z | [ helios-setup] Dec 02 16:14:33.376 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2457 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.376 INFO E| * [new branch] main -> origin/main |
2458 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.377 INFO E| * [new branch] review -> origin/review |
2459 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.377 INFO E| * [new ref] -> origin/HEAD |
2460 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.377 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2461 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.377 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2462 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.377 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2463 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2464 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2465 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2466 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2467 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2468 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2469 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.378 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2470 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.379 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2471 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.379 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2472 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.379 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2473 | 2024-12-02T16:14:33.993Z | [ helios-setup] Dec 02 16:14:33.379 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2474 | 2024-12-02T16:14:34.018Z | [ helios-setup] Dec 02 16:14:33.404 INFO E| Updating crates.io index |
2475 | 2024-12-02T16:14:34.196Z | [ host-package] Compiling walkdir v2.5.0 |
2476 | 2024-12-02T16:14:34.228Z | [ host-package] Compiling tempfile v3.13.0 |
2477 | 2024-12-02T16:14:34.277Z | [ helios-setup] Dec 02 16:14:33.663 INFO E| Downloading crates ... |
2478 | 2024-12-02T16:14:34.313Z | [ host-package] Compiling ring v0.16.20 |
2479 | 2024-12-02T16:14:34.469Z | [ helios-setup] Dec 02 16:14:33.855 INFO E| Downloaded ansi_term v0.12.1 |
2480 | 2024-12-02T16:14:34.472Z | [ helios-setup] Dec 02 16:14:33.858 INFO E| Downloaded fletcher v0.1.0 |
2481 | 2024-12-02T16:14:34.475Z | [ helios-setup] Dec 02 16:14:33.860 INFO E| Downloaded bytesize v1.3.0 |
2482 | 2024-12-02T16:14:34.485Z | [ helios-setup] Dec 02 16:14:33.871 INFO E| Downloaded cfg-if v0.1.10 |
2483 | 2024-12-02T16:14:34.488Z | [ helios-setup] Dec 02 16:14:33.873 INFO E| Downloaded four-cc v0.3.0 |
2484 | 2024-12-02T16:14:34.496Z | [ helios-setup] Dec 02 16:14:33.882 INFO E| Downloaded goblin v0.4.3 |
2485 | 2024-12-02T16:14:34.522Z | [ helios-setup] Dec 02 16:14:33.908 INFO E| Downloaded proc-macro-crate v0.1.5 |
2486 | 2024-12-02T16:14:34.524Z | [ helios-setup] Dec 02 16:14:33.911 INFO E| Downloaded memoffset v0.5.6 |
2487 | 2024-12-02T16:14:34.527Z | [ helios-setup] Dec 02 16:14:33.913 INFO E| Downloaded scroll_derive v0.10.5 |
2488 | 2024-12-02T16:14:34.530Z | [ helios-setup] Dec 02 16:14:33.916 INFO E| Downloaded parse_int v0.6.0 |
2489 | 2024-12-02T16:14:34.533Z | [ helios-setup] Dec 02 16:14:33.920 INFO E| Downloaded unic-common v0.9.0 |
2490 | 2024-12-02T16:14:34.536Z | [ helios-setup] Dec 02 16:14:33.921 INFO E| Downloaded strum v0.23.0 |
2491 | 2024-12-02T16:14:34.539Z | [ helios-setup] Dec 02 16:14:33.926 INFO E| Downloaded unic-char-range v0.9.0 |
2492 | 2024-12-02T16:14:34.595Z | [ helios-setup] Dec 02 16:14:33.981 INFO E| Downloaded unic-ucd-version v0.9.0 |
2493 | 2024-12-02T16:14:34.597Z | [ helios-setup] Dec 02 16:14:33.982 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2494 | 2024-12-02T16:14:34.600Z | [ helios-setup] Dec 02 16:14:33.985 INFO E| Downloaded unic-char-property v0.9.0 |
2495 | 2024-12-02T16:14:34.600Z | [ helios-setup] Dec 02 16:14:33.986 INFO E| Downloaded textwrap v0.11.0 |
2496 | 2024-12-02T16:14:34.603Z | [ helios-setup] Dec 02 16:14:33.989 INFO E| Downloaded semver-parser v0.7.0 |
2497 | 2024-12-02T16:14:34.605Z | [ helios-setup] Dec 02 16:14:33.990 INFO E| Downloaded strsim v0.8.0 |
2498 | 2024-12-02T16:14:34.608Z | [ helios-setup] Dec 02 16:14:33.992 INFO E| Downloaded rustc_version v0.2.3 |
2499 | 2024-12-02T16:14:34.608Z | [ helios-setup] Dec 02 16:14:33.993 INFO E| Downloaded thiserror-impl v1.0.64 |
2500 | 2024-12-02T16:14:34.610Z | [ helios-setup] Dec 02 16:14:33.995 INFO E| Downloaded thiserror v1.0.64 |
2501 | 2024-12-02T16:14:34.617Z | [ helios-setup] Dec 02 16:14:34.003 INFO E| Downloaded vec_map v0.8.2 |
2502 | 2024-12-02T16:14:34.620Z | [ helios-setup] Dec 02 16:14:34.005 INFO E| Downloaded pest_derive v2.7.13 |
2503 | 2024-12-02T16:14:34.622Z | [ helios-setup] Dec 02 16:14:34.008 INFO E| Downloaded strum_macros v0.23.1 |
2504 | 2024-12-02T16:14:34.625Z | [ helios-setup] Dec 02 16:14:34.011 INFO E| Downloaded pre-proc-macro v0.2.1 |
2505 | 2024-12-02T16:14:34.628Z | [ helios-setup] Dec 02 16:14:34.013 INFO E| Downloaded pre v0.2.1 |
2506 | 2024-12-02T16:14:34.628Z | [ helios-setup] Dec 02 16:14:34.014 INFO E| Downloaded once_cell v1.20.1 |
2507 | 2024-12-02T16:14:34.631Z | [ helios-setup] Dec 02 16:14:34.018 INFO E| Downloaded semver v0.9.0 |
2508 | 2024-12-02T16:14:34.633Z | [ helios-setup] Dec 02 16:14:34.020 INFO E| Downloaded toml v0.5.11 |
2509 | 2024-12-02T16:14:34.636Z | [ helios-setup] Dec 02 16:14:34.023 INFO E| Downloaded pest_meta v2.7.13 |
2510 | 2024-12-02T16:14:34.641Z | [ helios-setup] Dec 02 16:14:34.026 INFO E| Downloaded scroll v0.10.2 |
2511 | 2024-12-02T16:14:34.643Z | [ helios-setup] Dec 02 16:14:34.029 INFO E| Downloaded structopt v0.3.26 |
2512 | 2024-12-02T16:14:34.656Z | [ helios-setup] Dec 02 16:14:34.042 INFO E| Downloaded serde_derive v1.0.210 |
2513 | 2024-12-02T16:14:34.660Z | [ helios-setup] Dec 02 16:14:34.047 INFO E| Downloaded serde v1.0.210 |
2514 | 2024-12-02T16:14:34.665Z | [ helios-setup] Dec 02 16:14:34.052 INFO E| Downloaded proc-macro2 v1.0.86 |
2515 | 2024-12-02T16:14:34.670Z | [ helios-setup] Dec 02 16:14:34.056 INFO E| Downloaded modular-bitfield v0.11.2 |
2516 | 2024-12-02T16:14:34.687Z | [ helios-setup] Dec 02 16:14:34.074 INFO E| Downloaded serde_json v1.0.128 |
2517 | 2024-12-02T16:14:34.724Z | [ helios-setup] Dec 02 16:14:34.110 INFO E| Downloaded syn v2.0.79 |
2518 | 2024-12-02T16:14:34.742Z | [ helios-setup] Dec 02 16:14:34.128 INFO E| Downloaded clap v2.34.0 |
2519 | 2024-12-02T16:14:34.754Z | [ helios-setup] Dec 02 16:14:34.140 INFO E| Downloaded pest v2.7.13 |
2520 | 2024-12-02T16:14:34.762Z | [ helios-setup] Dec 02 16:14:34.149 INFO E| Downloaded libc v0.2.159 |
2521 | 2024-12-02T16:14:34.803Z | [ helios-setup] Dec 02 16:14:34.189 INFO E| Downloaded structopt-derive v0.4.18 |
2522 | 2024-12-02T16:14:34.806Z | [ helios-setup] Dec 02 16:14:34.191 INFO E| Downloaded pest_generator v2.7.13 |
2523 | 2024-12-02T16:14:34.808Z | [ helios-setup] Dec 02 16:14:34.193 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2524 | 2024-12-02T16:14:34.902Z | [ helios-setup] Dec 02 16:14:34.288 INFO E| Compiling proc-macro2 v1.0.86 |
2525 | 2024-12-02T16:14:34.910Z | [ helios-setup] Dec 02 16:14:34.296 INFO E| Compiling unicode-ident v1.0.13 |
2526 | 2024-12-02T16:14:34.910Z | [ helios-setup] Dec 02 16:14:34.296 INFO E| Compiling syn v1.0.109 |
2527 | 2024-12-02T16:14:34.913Z | [ helios-setup] Dec 02 16:14:34.296 INFO E| Compiling version_check v0.9.5 |
2528 | 2024-12-02T16:14:34.969Z | [ host-package] Compiling blake3 v1.5.4 |
2529 | 2024-12-02T16:14:35.108Z | [ helios-setup] Dec 02 16:14:34.494 INFO E| Compiling memchr v2.7.4 |
2530 | 2024-12-02T16:14:35.108Z | [ helios-setup] Dec 02 16:14:34.494 INFO E| Compiling autocfg v1.4.0 |
2531 | 2024-12-02T16:14:35.111Z | [ helios-setup] Dec 02 16:14:34.494 INFO E| Compiling semver-parser v0.7.0 |
2532 | 2024-12-02T16:14:35.111Z | [ helios-setup] Dec 02 16:14:34.494 INFO E| Compiling thiserror v1.0.64 |
2533 | 2024-12-02T16:14:35.253Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2534 | 2024-12-02T16:14:35.431Z | [ helios-setup] Dec 02 16:14:34.817 INFO E| Compiling serde v1.0.210 |
2535 | 2024-12-02T16:14:35.803Z | [ host-package] Compiling xattr v1.3.1 |
2536 | 2024-12-02T16:14:36.259Z | [ host-package] Compiling memmap2 v0.9.5 |
2537 | 2024-12-02T16:14:36.490Z | [ host-package] Compiling filetime v0.2.25 |
2538 | 2024-12-02T16:14:36.521Z | [ helios-setup] Dec 02 16:14:35.907 INFO E| Compiling semver v0.9.0 |
2539 | 2024-12-02T16:14:36.698Z | [ helios-setup] Dec 02 16:14:36.084 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2540 | 2024-12-02T16:14:36.788Z | [ helios-setup] Dec 02 16:14:36.174 INFO E| Compiling proc-macro-error v1.0.4 |
2541 | 2024-12-02T16:14:37.043Z | [ helios-setup] Dec 02 16:14:36.430 INFO E| Compiling serde_json v1.0.128 |
2542 | 2024-12-02T16:14:37.139Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2543 | 2024-12-02T16:14:37.241Z | [ host-package] Compiling keccak v0.1.5 |
2544 | 2024-12-02T16:14:37.337Z | [ helios-setup] Dec 02 16:14:36.723 INFO E| Compiling rustc_version v0.2.3 |
2545 | 2024-12-02T16:14:37.346Z | [ host-package] Compiling arrayref v0.3.9 |
2546 | 2024-12-02T16:14:37.376Z | [ helios-setup] Dec 02 16:14:36.762 INFO E| Compiling num-traits v0.2.19 |
2547 | 2024-12-02T16:14:37.580Z | [ helios-setup] Dec 02 16:14:36.966 INFO E| Compiling ryu v1.0.18 |
2548 | 2024-12-02T16:14:37.629Z | [ helios-setup] Dec 02 16:14:37.015 INFO E| Compiling schemars v0.8.21 |
2549 | 2024-12-02T16:14:37.928Z | [ helios-setup] Dec 02 16:14:37.313 INFO E| Compiling quote v1.0.37 |
2550 | 2024-12-02T16:14:37.945Z | [ host-package] Compiling spin v0.5.2 |
2551 | 2024-12-02T16:14:38.056Z | [ helios-setup] Dec 02 16:14:37.442 INFO E| Compiling itoa v1.0.11 |
2552 | 2024-12-02T16:14:38.286Z | [ helios-setup] Dec 02 16:14:37.671 INFO E| Compiling unicode-segmentation v1.12.0 |
2553 | 2024-12-02T16:14:38.446Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2554 | 2024-12-02T16:14:38.502Z | [ helios-setup] Dec 02 16:14:37.888 INFO E| Compiling syn v2.0.79 |
2555 | 2024-12-02T16:14:38.728Z | [ helios-setup] Dec 02 16:14:38.114 INFO E| Compiling pre-proc-macro v0.2.1 |
2556 | 2024-12-02T16:14:38.969Z | [ host-package] Compiling arrayvec v0.7.6 |
2557 | 2024-12-02T16:14:39.236Z | [ host-package] Compiling sha3 v0.10.8 |
2558 | 2024-12-02T16:14:39.383Z | [ helios-setup] Dec 02 16:14:38.769 INFO E| Compiling memoffset v0.5.6 |
2559 | 2024-12-02T16:14:39.633Z | [ helios-setup] Dec 02 16:14:39.019 INFO E| Compiling lazy_static v1.5.0 |
2560 | 2024-12-02T16:14:39.644Z | [ helios-setup] Dec 02 16:14:39.030 INFO E| Compiling rustversion v1.0.17 |
2561 | 2024-12-02T16:14:39.786Z | [ host-package] Compiling tar v0.4.42 |
2562 | 2024-12-02T16:14:39.881Z | [ helios-setup] Dec 02 16:14:39.267 INFO E| Compiling heck v0.3.3 |
2563 | 2024-12-02T16:14:40.086Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2564 | 2024-12-02T16:14:40.402Z | [ helios-setup] Dec 02 16:14:39.787 INFO E| Compiling paste v1.0.15 |
2565 | 2024-12-02T16:14:40.402Z | [ helios-setup] Dec 02 16:14:39.787 INFO E| Compiling ucd-trie v0.1.7 |
2566 | 2024-12-02T16:14:40.587Z | [ helios-setup] Dec 02 16:14:39.972 INFO E| Compiling dyn-clone v1.0.17 |
2567 | 2024-12-02T16:14:41.034Z | [ host-package] Compiling toolchain_find v0.4.0 |
2568 | 2024-12-02T16:14:41.075Z | [ helios-setup] Dec 02 16:14:40.461 INFO E| Compiling libc v0.2.159 |
2569 | 2024-12-02T16:14:41.284Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2570 | 2024-12-02T16:14:41.414Z | [ helios-setup] Dec 02 16:14:40.800 INFO E| Compiling pre v0.2.1 |
2571 | 2024-12-02T16:14:41.834Z | [ helios-setup] Dec 02 16:14:41.219 INFO E| Compiling cfg-if v0.1.10 |
2572 | 2024-12-02T16:14:41.970Z | [ helios-setup] Dec 02 16:14:41.356 INFO E| Compiling once_cell v1.20.1 |
2573 | 2024-12-02T16:14:42.060Z | [ helios-setup] Dec 02 16:14:41.445 INFO E| Compiling static_assertions v1.1.0 |
2574 | 2024-12-02T16:14:42.159Z | [ helios-setup] Dec 02 16:14:41.545 INFO E| Compiling byteorder v1.5.0 |
2575 | 2024-12-02T16:14:42.262Z | [ host-package] Compiling topological-sort v0.2.2 |
2576 | 2024-12-02T16:14:42.639Z | [ host-package] Compiling crunchy v0.2.2 |
2577 | 2024-12-02T16:14:42.903Z | [ helios-setup] Dec 02 16:14:42.289 INFO E| Compiling unicode-width v0.1.14 |
2578 | 2024-12-02T16:14:42.992Z | [ host-package] Compiling maplit v1.0.2 |
2579 | 2024-12-02T16:14:43.387Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2580 | 2024-12-02T16:14:43.872Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2581 | 2024-12-02T16:14:44.041Z | [ helios-setup] Dec 02 16:14:43.426 INFO E| Compiling atty v0.2.14 |
2582 | 2024-12-02T16:14:44.270Z | [ helios-setup] Dec 02 16:14:43.655 INFO E| Compiling textwrap v0.11.0 |
2583 | 2024-12-02T16:14:44.308Z | [ helios-setup] Dec 02 16:14:43.693 INFO E| Compiling bitflags v1.3.2 |
2584 | 2024-12-02T16:14:44.423Z | [ helios-setup] Dec 02 16:14:43.808 INFO E| Compiling vec_map v0.8.2 |
2585 | 2024-12-02T16:14:44.426Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2586 | 2024-12-02T16:14:44.613Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2587 | 2024-12-02T16:14:44.978Z | [ helios-setup] Dec 02 16:14:44.363 INFO E| Compiling unic-char-range v0.9.0 |
2588 | 2024-12-02T16:14:45.025Z | [ host-package] Compiling phf_generator v0.11.2 |
2589 | 2024-12-02T16:14:45.121Z | [ helios-setup] Dec 02 16:14:44.506 INFO E| Compiling strum v0.23.0 |
2590 | 2024-12-02T16:14:45.143Z | [ host-package] Compiling const_format v0.2.33 |
2591 | 2024-12-02T16:14:45.316Z | [ helios-setup] Dec 02 16:14:44.694 INFO E| Compiling fletcher v0.1.0 |
2592 | 2024-12-02T16:14:45.362Z | [ helios-setup] Dec 02 16:14:44.746 INFO E| Compiling ansi_term v0.12.1 |
2593 | 2024-12-02T16:14:45.439Z | [ helios-setup] Dec 02 16:14:44.824 INFO E| Compiling strsim v0.8.0 |
2594 | 2024-12-02T16:14:45.542Z | [ helios-setup] Dec 02 16:14:44.926 INFO E| Compiling unic-common v0.9.0 |
2595 | 2024-12-02T16:14:45.693Z | [ helios-setup] Dec 02 16:14:45.078 INFO E| Compiling parse_int v0.6.0 |
2596 | 2024-12-02T16:14:45.838Z | [ helios-setup] Dec 02 16:14:45.224 INFO E| Compiling unic-ucd-version v0.9.0 |
2597 | 2024-12-02T16:14:45.855Z | [ helios-setup] Dec 02 16:14:45.241 INFO E| Compiling unic-char-property v0.9.0 |
2598 | 2024-12-02T16:14:45.882Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2599 | 2024-12-02T16:14:45.950Z | [ helios-setup] Dec 02 16:14:45.335 INFO E| Compiling plain v0.2.3 |
2600 | 2024-12-02T16:14:46.144Z | [ helios-setup] Dec 02 16:14:45.528 INFO E| Compiling clap v2.34.0 |
2601 | 2024-12-02T16:14:46.156Z | [ helios-setup] Dec 02 16:14:45.541 INFO E| Compiling log v0.4.22 |
2602 | 2024-12-02T16:14:46.174Z | [ helios-setup] Dec 02 16:14:45.559 INFO E| Compiling unic-ucd-ident v0.9.0 |
2603 | 2024-12-02T16:14:46.181Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2604 | 2024-12-02T16:14:46.547Z | [ helios-setup] Dec 02 16:14:45.931 INFO E| Compiling bytesize v1.3.0 |
2605 | 2024-12-02T16:14:46.589Z | [ host-package] Compiling secrecy v0.8.0 |
2606 | 2024-12-02T16:14:47.255Z | [ helios-setup] Dec 02 16:14:46.640 INFO E| Compiling serde_derive_internals v0.29.1 |
2607 | 2024-12-02T16:14:47.305Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2608 | 2024-12-02T16:14:47.431Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2609 | 2024-12-02T16:14:47.581Z | [ host-package] Compiling r2d2 v0.8.10 |
2610 | 2024-12-02T16:14:48.029Z | [ host-package] Compiling phf_codegen v0.11.2 |
2611 | 2024-12-02T16:14:48.152Z | [ host-package] Compiling diesel_derives v2.2.3 |
2612 | 2024-12-02T16:14:48.392Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2613 | 2024-12-02T16:14:48.395Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2614 | 2024-12-02T16:14:48.451Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2615 | 2024-12-02T16:14:48.903Z | [ host-package] Compiling universal-hash v0.5.1 |
2616 | 2024-12-02T16:14:49.305Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2617 | 2024-12-02T16:14:49.368Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2618 | 2024-12-02T16:14:50.307Z | [ helios-setup] Dec 02 16:14:49.691 INFO E| Compiling toml v0.5.11 |
2619 | 2024-12-02T16:14:52.090Z | [ host-package] Compiling lzma-sys v0.1.20 |
2620 | 2024-12-02T16:14:52.688Z | [ helios-setup] Dec 02 16:14:52.072 INFO E| Compiling thiserror-impl v1.0.64 |
2621 | 2024-12-02T16:14:52.707Z | [ helios-setup] Dec 02 16:14:52.092 INFO E| Compiling serde_derive v1.0.210 |
2622 | 2024-12-02T16:14:52.710Z | [ helios-setup] Dec 02 16:14:52.092 INFO E| Compiling schemars_derive v0.8.21 |
2623 | 2024-12-02T16:14:53.090Z | [ host-package] Compiling ena v0.14.3 |
2624 | 2024-12-02T16:14:53.400Z | [ helios-setup] Dec 02 16:14:52.784 INFO E| Compiling zerocopy-derive v0.6.6 |
2625 | 2024-12-02T16:14:53.498Z | [ helios-setup] Dec 02 16:14:52.882 INFO E| Compiling num-derive v0.4.2 |
2626 | 2024-12-02T16:14:54.036Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2627 | 2024-12-02T16:14:54.236Z | [ host-package] Compiling regex-syntax v0.6.29 |
2628 | 2024-12-02T16:14:54.569Z | [ host-package] Compiling diff v0.1.13 |
2629 | 2024-12-02T16:14:55.966Z | [ host-package] Compiling opaque-debug v0.3.1 |
2630 | 2024-12-02T16:14:56.408Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2631 | 2024-12-02T16:14:56.846Z | [ helios-setup] Dec 02 16:14:56.230 INFO E| Compiling proc-macro-crate v0.1.5 |
2632 | 2024-12-02T16:14:56.957Z | [ host-package] Compiling nix v0.28.0 |
2633 | 2024-12-02T16:14:57.574Z | [ helios-setup] Dec 02 16:14:56.957 INFO E| Compiling zerocopy v0.6.6 |
2634 | 2024-12-02T16:14:58.749Z | [ helios-setup] Dec 02 16:14:58.132 INFO E| Compiling pest v2.7.13 |
2635 | 2024-12-02T16:14:58.859Z | [ host-package] Compiling poly1305 v0.8.0 |
2636 | 2024-12-02T16:15:01.481Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2637 | 2024-12-02T16:15:01.691Z | [ host-package] Compiling lalrpop v0.19.12 |
2638 | 2024-12-02T16:15:01.769Z | [ helios-setup] Dec 02 16:15:01.152 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2639 | 2024-12-02T16:15:01.808Z | [ helios-setup] Dec 02 16:15:01.192 INFO E| Compiling strum_macros v0.23.1 |
2640 | 2024-12-02T16:15:02.582Z | [ helios-setup] Dec 02 16:15:01.965 INFO E| Compiling scroll_derive v0.10.5 |
2641 | 2024-12-02T16:15:04.144Z | [ helios-setup] Dec 02 16:15:03.527 INFO E| Compiling pest_meta v2.7.13 |
2642 | 2024-12-02T16:15:04.726Z | [ helios-setup] Dec 02 16:15:04.109 INFO E| Compiling structopt-derive v0.4.18 |
2643 | 2024-12-02T16:15:06.065Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2644 | 2024-12-02T16:15:06.967Z | [ helios-setup] Dec 02 16:15:06.350 INFO E| Compiling scroll v0.10.2 |
2645 | 2024-12-02T16:15:07.368Z | [ helios-setup] Dec 02 16:15:06.749 INFO E| Compiling pest_generator v2.7.13 |
2646 | 2024-12-02T16:15:08.111Z | [ helios-setup] Dec 02 16:15:07.494 INFO E| Compiling modular-bitfield v0.11.2 |
2647 | 2024-12-02T16:15:08.429Z | [ helios-setup] Dec 02 16:15:07.812 INFO E| Compiling goblin v0.4.3 |
2648 | 2024-12-02T16:15:09.769Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2649 | 2024-12-02T16:15:10.742Z | [ helios-setup] Dec 02 16:15:10.124 INFO E| Compiling structopt v0.3.26 |
2650 | 2024-12-02T16:15:10.793Z | [ host-package] Compiling diesel v2.2.4 |
2651 | 2024-12-02T16:15:11.954Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2652 | 2024-12-02T16:15:12.001Z | [ helios-setup] Dec 02 16:15:11.383 INFO E| Compiling pest_derive v2.7.13 |
2653 | 2024-12-02T16:15:12.453Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2654 | 2024-12-02T16:15:12.913Z | [ host-package] Compiling chacha20 v0.9.1 |
2655 | 2024-12-02T16:15:13.547Z | [ host-package] Compiling heck v0.3.3 |
2656 | 2024-12-02T16:15:14.248Z | [ host-package] Compiling aead v0.5.2 |
2657 | 2024-12-02T16:15:14.760Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2658 | 2024-12-02T16:15:15.772Z | [ host-package] Compiling ref-cast v1.0.23 |
2659 | 2024-12-02T16:15:16.537Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2660 | 2024-12-02T16:15:17.219Z | [ host-package] Compiling vte v0.11.1 |
2661 | 2024-12-02T16:15:18.482Z | [ helios-setup] Dec 02 16:15:17.863 INFO E| Compiling json5 v0.4.1 |
2662 | 2024-12-02T16:15:18.773Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2663 | 2024-12-02T16:15:19.125Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2664 | 2024-12-02T16:15:19.359Z | [ host-package] Compiling chrono-tz v0.10.0 |
2665 | 2024-12-02T16:15:20.912Z | [ host-package] Compiling vsss-rs v3.3.4 |
2666 | 2024-12-02T16:15:21.257Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2667 | 2024-12-02T16:15:21.774Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2668 | 2024-12-02T16:15:22.976Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2669 | 2024-12-02T16:15:24.674Z | [ helios-setup] Dec 02 16:15:24.055 INFO E| Compiling four-cc v0.3.0 |
2670 | 2024-12-02T16:15:24.674Z | [ helios-setup] Dec 02 16:15:24.055 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2671 | 2024-12-02T16:15:24.909Z | [ helios-setup] Dec 02 16:15:24.290 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2672 | 2024-12-02T16:15:26.432Z | [ host-package] Compiling fd-lock v4.0.2 |
2673 | 2024-12-02T16:15:26.830Z | [ host-package] Compiling headers-core v0.3.0 |
2674 | 2024-12-02T16:15:27.268Z | [ host-package] Compiling fxhash v0.2.1 |
2675 | 2024-12-02T16:15:28.135Z | [ host-package] Compiling libxml v0.3.3 |
2676 | 2024-12-02T16:15:28.248Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2677 | 2024-12-02T16:15:28.680Z | [ host-package] Compiling base64 v0.13.1 |
2678 | 2024-12-02T16:15:29.905Z | [ host-package] Compiling bytecount v0.6.8 |
2679 | 2024-12-02T16:15:30.403Z | [ host-package] Compiling papergrid v0.11.0 |
2680 | 2024-12-02T16:15:30.666Z | [ host-package] Compiling ron v0.7.1 |
2681 | 2024-12-02T16:15:41.389Z | [ host-package] Compiling polar-core v0.27.3 |
2682 | 2024-12-02T16:15:45.809Z | [ host-package] Compiling headers v0.4.0 |
2683 | 2024-12-02T16:15:47.110Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2684 | 2024-12-02T16:15:48.087Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2685 | 2024-12-02T16:15:50.184Z | [ host-package] Compiling zone v0.1.8 |
2686 | 2024-12-02T16:15:54.037Z | [ host-package] Compiling xz2 v0.1.7 |
2687 | 2024-12-02T16:15:55.428Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2688 | 2024-12-02T16:15:55.956Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2689 | 2024-12-02T16:15:56.178Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2690 | 2024-12-02T16:15:56.508Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2691 | 2024-12-02T16:15:57.014Z | [ host-package] Compiling tabled_derive v0.7.0 |
2692 | 2024-12-02T16:15:59.727Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2693 | 2024-12-02T16:15:59.761Z | [ host-package] Compiling yasna v0.5.2 |
2694 | 2024-12-02T16:16:01.307Z | [ host-package] Compiling peg-macros v0.8.4 |
2695 | 2024-12-02T16:16:03.542Z | [ host-package] Compiling strum_macros v0.24.3 |
2696 | 2024-12-02T16:16:04.796Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-12-02T16:16:05.266Z | [ host-package] Compiling kstat-rs v0.2.4 |
2698 | 2024-12-02T16:16:06.047Z | [ host-package] Compiling samael v0.0.17 |
2699 | 2024-12-02T16:16:06.523Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2700 | 2024-12-02T16:16:07.002Z | [ host-package] Compiling unicase v2.7.0 |
2701 | 2024-12-02T16:16:07.355Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2702 | 2024-12-02T16:16:07.384Z | [ host-package] Compiling unicode_categories v0.1.1 |
2703 | 2024-12-02T16:16:07.425Z | [ host-package] Compiling indoc v1.0.9 |
2704 | 2024-12-02T16:16:07.834Z | [ host-package] Compiling home v0.5.9 |
2705 | 2024-12-02T16:16:07.915Z | [ host-package] Compiling sqlparser v0.45.0 |
2706 | 2024-12-02T16:16:08.169Z | [ host-package] Compiling rustyline v14.0.0 |
2707 | 2024-12-02T16:16:08.652Z | [ host-package] Compiling reedline v0.35.0 |
2708 | 2024-12-02T16:16:09.139Z | [ helios-setup] Dec 02 16:16:08.515 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2709 | 2024-12-02T16:16:12.814Z | [ host-package] Compiling sqlformat v0.2.6 |
2710 | 2024-12-02T16:16:17.356Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2711 | 2024-12-02T16:16:20.885Z | [ host-package] Compiling peg v0.8.4 |
2712 | 2024-12-02T16:16:21.172Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2713 | 2024-12-02T16:16:23.015Z | [ host-package] Compiling rcgen v0.12.1 |
2714 | 2024-12-02T16:16:25.873Z | [ host-package] Compiling tabled v0.15.0 |
2715 | 2024-12-02T16:16:26.783Z | [ helios-setup] Dec 02 16:16:26.158 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2716 | 2024-12-02T16:16:36.577Z | [ host-package] Compiling derive_builder v0.20.2 |
2717 | 2024-12-02T16:16:36.827Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2718 | 2024-12-02T16:16:44.583Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2719 | 2024-12-02T16:16:45.278Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2720 | 2024-12-02T16:16:47.996Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2721 | 2024-12-02T16:16:48.420Z | [ host-package] Compiling bcs v0.1.6 |
2722 | 2024-12-02T16:16:49.183Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2723 | 2024-12-02T16:16:49.568Z | [ host-package] Compiling oso-derive v0.27.3 |
2724 | 2024-12-02T16:16:50.779Z | [ host-package] Compiling libz-sys v1.1.20 |
2725 | 2024-12-02T16:16:51.621Z | [ host-package] Compiling quick-xml v0.33.0 |
2726 | 2024-12-02T16:16:57.761Z | [ host-package] Compiling subprocess v0.2.9 |
2727 | 2024-12-02T16:16:59.195Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2728 | 2024-12-02T16:16:59.403Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2729 | 2024-12-02T16:17:00.284Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2730 | 2024-12-02T16:17:03.950Z | [ host-package] Compiling oso v0.27.3 |
2731 | 2024-12-02T16:17:15.104Z | [ helios-setup] Dec 02 16:17:14.474 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s |
2732 | 2024-12-02T16:17:15.141Z | [ helios-setup] Dec 02 16:17:14.511 INFO building project "amd-host-image-builder" ok (193 seconds) |
2733 | 2024-12-02T16:17:15.143Z | [ helios-setup] Dec 02 16:17:14.511 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2734 | 2024-12-02T16:17:15.143Z | [ helios-setup] Dec 02 16:17:14.511 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2735 | 2024-12-02T16:17:15.482Z | [ helios-setup] Dec 02 16:17:14.852 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2736 | 2024-12-02T16:17:16.057Z | [ helios-setup] Dec 02 16:17:15.427 INFO E| From https://github.com/jclulow/rust-jmclib |
2737 | 2024-12-02T16:17:16.057Z | [ helios-setup] Dec 02 16:17:15.427 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2738 | 2024-12-02T16:17:16.114Z | [ helios-setup] Dec 02 16:17:15.484 INFO E| Updating crates.io index |
2739 | 2024-12-02T16:17:16.340Z | [ helios-setup] Dec 02 16:17:15.710 INFO E| Downloading crates ... |
2740 | 2024-12-02T16:17:16.460Z | [ helios-setup] Dec 02 16:17:15.830 INFO E| Downloaded digest v0.9.0 |
2741 | 2024-12-02T16:17:16.468Z | [ helios-setup] Dec 02 16:17:15.838 INFO E| Downloaded anyhow v1.0.72 |
2742 | 2024-12-02T16:17:16.476Z | [ helios-setup] Dec 02 16:17:15.846 INFO E| Downloaded opaque-debug v0.3.0 |
2743 | 2024-12-02T16:17:16.479Z | [ helios-setup] Dec 02 16:17:15.847 INFO E| Downloaded itoa v1.0.9 |
2744 | 2024-12-02T16:17:16.479Z | [ helios-setup] Dec 02 16:17:15.849 INFO E| Downloaded block-buffer v0.9.0 |
2745 | 2024-12-02T16:17:16.485Z | [ helios-setup] Dec 02 16:17:15.855 INFO E| Downloaded md-5 v0.9.1 |
2746 | 2024-12-02T16:17:16.488Z | [ helios-setup] Dec 02 16:17:15.858 INFO E| Downloaded errno v0.3.1 |
2747 | 2024-12-02T16:17:16.490Z | [ helios-setup] Dec 02 16:17:15.860 INFO E| Downloaded fastrand v2.0.0 |
2748 | 2024-12-02T16:17:16.494Z | [ helios-setup] Dec 02 16:17:15.862 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2749 | 2024-12-02T16:17:16.494Z | [ helios-setup] Dec 02 16:17:15.863 INFO E| Downloaded cpufeatures v0.2.9 |
2750 | 2024-12-02T16:17:16.496Z | [ helios-setup] Dec 02 16:17:15.865 INFO E| Downloaded walkdir v2.3.3 |
2751 | 2024-12-02T16:17:16.499Z | [ helios-setup] Dec 02 16:17:15.870 INFO E| Downloaded sha-1 v0.9.8 |
2752 | 2024-12-02T16:17:16.504Z | [ helios-setup] Dec 02 16:17:15.875 INFO E| Downloaded bitflags v2.3.3 |
2753 | 2024-12-02T16:17:16.513Z | [ helios-setup] Dec 02 16:17:15.883 INFO E| Downloaded tempfile v3.7.0 |
2754 | 2024-12-02T16:17:16.516Z | [ helios-setup] Dec 02 16:17:15.887 INFO E| Downloaded once_cell v1.18.0 |
2755 | 2024-12-02T16:17:16.521Z | [ helios-setup] Dec 02 16:17:15.891 INFO E| Downloaded getrandom v0.2.10 |
2756 | 2024-12-02T16:17:16.536Z | [ helios-setup] Dec 02 16:17:15.906 INFO E| Downloaded uuid v0.8.2 |
2757 | 2024-12-02T16:17:16.540Z | [ helios-setup] Dec 02 16:17:15.911 INFO E| Downloaded serde_derive v1.0.193 |
2758 | 2024-12-02T16:17:16.544Z | [ helios-setup] Dec 02 16:17:15.914 INFO E| Downloaded ryu v1.0.15 |
2759 | 2024-12-02T16:17:16.548Z | [ helios-setup] Dec 02 16:17:15.919 INFO E| Downloaded serde v1.0.193 |
2760 | 2024-12-02T16:17:16.553Z | [ helios-setup] Dec 02 16:17:15.923 INFO E| Downloaded quote v1.0.31 |
2761 | 2024-12-02T16:17:16.557Z | [ helios-setup] Dec 02 16:17:15.927 INFO E| Downloaded proc-macro2 v1.0.66 |
2762 | 2024-12-02T16:17:16.560Z | [ helios-setup] Dec 02 16:17:15.931 INFO E| Downloaded unicode-width v0.1.10 |
2763 | 2024-12-02T16:17:16.564Z | [ helios-setup] Dec 02 16:17:15.933 INFO E| Downloaded unicode-ident v1.0.11 |
2764 | 2024-12-02T16:17:16.567Z | [ helios-setup] Dec 02 16:17:15.938 INFO E| Downloaded typenum v1.16.0 |
2765 | 2024-12-02T16:17:16.595Z | [ helios-setup] Dec 02 16:17:15.965 INFO E| Downloaded serde_json v1.0.103 |
2766 | 2024-12-02T16:17:16.606Z | [ helios-setup] Dec 02 16:17:15.976 INFO E| Downloaded syn v2.0.32 |
2767 | 2024-12-02T16:17:16.650Z | [ helios-setup] Dec 02 16:17:16.020 INFO E| Downloaded rustix v0.38.4 |
2768 | 2024-12-02T16:17:16.707Z | [ helios-setup] Dec 02 16:17:16.077 INFO E| Downloaded libc v0.2.147 |
2769 | 2024-12-02T16:17:16.878Z | [ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling libc v0.2.147 |
2770 | 2024-12-02T16:17:16.878Z | [ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling proc-macro2 v1.0.66 |
2771 | 2024-12-02T16:17:16.881Z | [ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling cfg-if v1.0.0 |
2772 | 2024-12-02T16:17:16.881Z | [ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling unicode-ident v1.0.11 |
2773 | 2024-12-02T16:17:16.881Z | [ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling typenum v1.16.0 |
2774 | 2024-12-02T16:17:16.881Z | [ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling version_check v0.9.4 |
2775 | 2024-12-02T16:17:16.881Z | [ helios-setup] Dec 02 16:17:16.248 INFO E| Compiling serde v1.0.193 |
2776 | 2024-12-02T16:17:16.881Z | [ helios-setup] Dec 02 16:17:16.249 INFO E| Compiling rustix v0.38.4 |
2777 | 2024-12-02T16:17:17.476Z | [ helios-setup] Dec 02 16:17:16.846 INFO E| Compiling itoa v1.0.9 |
2778 | 2024-12-02T16:17:17.786Z | [ helios-setup] Dec 02 16:17:17.156 INFO E| Compiling num-conv v0.1.0 |
2779 | 2024-12-02T16:17:17.888Z | [ helios-setup] Dec 02 16:17:17.258 INFO E| Compiling slog v2.7.0 |
2780 | 2024-12-02T16:17:18.445Z | [ helios-setup] Dec 02 16:17:17.815 INFO E| Compiling powerfmt v0.2.0 |
2781 | 2024-12-02T16:17:18.691Z | [ helios-setup] Dec 02 16:17:18.061 INFO E| Compiling time-core v0.1.2 |
2782 | 2024-12-02T16:17:18.867Z | [ helios-setup] Dec 02 16:17:18.236 INFO E| Compiling generic-array v0.14.7 |
2783 | 2024-12-02T16:17:19.066Z | [ helios-setup] Dec 02 16:17:18.436 INFO E| Compiling time-macros v0.2.18 |
2784 | 2024-12-02T16:17:19.140Z | [ helios-setup] Dec 02 16:17:18.510 INFO E| Compiling deranged v0.3.11 |
2785 | 2024-12-02T16:17:19.241Z | [ helios-setup] Dec 02 16:17:18.605 INFO E| Compiling bitflags v2.3.3 |
2786 | 2024-12-02T16:17:19.515Z | [ helios-setup] Dec 02 16:17:18.885 INFO E| Compiling once_cell v1.18.0 |
2787 | 2024-12-02T16:17:19.539Z | [ helios-setup] Dec 02 16:17:18.909 INFO E| Compiling num_threads v0.1.6 |
2788 | 2024-12-02T16:17:20.111Z | [ helios-setup] Dec 02 16:17:19.481 INFO E| Compiling quote v1.0.31 |
2789 | 2024-12-02T16:17:20.283Z | [ helios-setup] Dec 02 16:17:19.652 INFO E| Compiling thread_local v1.1.7 |
2790 | 2024-12-02T16:17:21.246Z | [ helios-setup] Dec 02 16:17:20.616 INFO E| Compiling syn v2.0.32 |
2791 | 2024-12-02T16:17:21.550Z | [ helios-setup] Dec 02 16:17:20.920 INFO E| Compiling dirs-sys-next v0.1.2 |
2792 | 2024-12-02T16:17:21.609Z | [ helios-setup] Dec 02 16:17:20.979 INFO E| Compiling errno v0.3.1 |
2793 | 2024-12-02T16:17:21.634Z | [ helios-setup] Dec 02 16:17:21.004 INFO E| Compiling atty v0.2.14 |
2794 | 2024-12-02T16:17:22.056Z | [ helios-setup] Dec 02 16:17:21.425 INFO E| Compiling dirs-next v2.0.0 |
2795 | 2024-12-02T16:17:22.462Z | [ helios-setup] Dec 02 16:17:21.832 INFO E| Compiling term v0.7.0 |
2796 | 2024-12-02T16:17:22.504Z | [ helios-setup] Dec 02 16:17:21.874 INFO E| Compiling fastrand v2.0.0 |
2797 | 2024-12-02T16:17:23.078Z | [ helios-setup] Dec 02 16:17:22.448 INFO E| Compiling opaque-debug v0.3.0 |
2798 | 2024-12-02T16:17:23.376Z | [ helios-setup] Dec 02 16:17:22.746 INFO E| Compiling anyhow v1.0.72 |
2799 | 2024-12-02T16:17:23.402Z | [ helios-setup] Dec 02 16:17:22.771 INFO E| Compiling serde_json v1.0.103 |
2800 | 2024-12-02T16:17:23.825Z | [ helios-setup] Dec 02 16:17:23.194 INFO E| Compiling getrandom v0.2.10 |
2801 | 2024-12-02T16:17:24.318Z | [ helios-setup] Dec 02 16:17:23.687 INFO E| Compiling digest v0.9.0 |
2802 | 2024-12-02T16:17:24.609Z | [ helios-setup] Dec 02 16:17:23.979 INFO E| Compiling block-buffer v0.9.0 |
2803 | 2024-12-02T16:17:24.881Z | [ helios-setup] Dec 02 16:17:24.250 INFO E| Compiling cpufeatures v0.2.9 |
2804 | 2024-12-02T16:17:24.977Z | [ helios-setup] Dec 02 16:17:24.346 INFO E| Compiling unicode-width v0.1.10 |
2805 | 2024-12-02T16:17:25.015Z | [ helios-setup] Dec 02 16:17:24.385 INFO E| Compiling time v0.3.36 |
2806 | 2024-12-02T16:17:25.021Z | [ helios-setup] Dec 02 16:17:24.390 INFO E| Compiling ryu v1.0.15 |
2807 | 2024-12-02T16:17:25.265Z | [ helios-setup] Dec 02 16:17:24.634 INFO E| Compiling tempfile v3.7.0 |
2808 | 2024-12-02T16:17:25.280Z | [ helios-setup] Dec 02 16:17:24.650 INFO E| Compiling same-file v1.0.6 |
2809 | 2024-12-02T16:17:25.923Z | [ helios-setup] Dec 02 16:17:25.292 INFO E| Compiling walkdir v2.3.3 |
2810 | 2024-12-02T16:17:25.953Z | [ helios-setup] Dec 02 16:17:25.322 INFO E| Compiling getopts v0.2.21 |
2811 | 2024-12-02T16:17:26.297Z | [ helios-setup] Dec 02 16:17:25.666 INFO E| Compiling sha-1 v0.9.8 |
2812 | 2024-12-02T16:17:26.617Z | [ helios-setup] Dec 02 16:17:25.986 INFO E| Compiling md-5 v0.9.1 |
2813 | 2024-12-02T16:17:27.115Z | [ helios-setup] Dec 02 16:17:26.485 INFO E| Compiling glob v0.3.1 |
2814 | 2024-12-02T16:17:27.404Z | [ helios-setup] Dec 02 16:17:26.773 INFO E| Compiling libdevinfo-sys v1.0.0 |
2815 | 2024-12-02T16:17:28.662Z | [ helios-setup] Dec 02 16:17:28.031 INFO E| Compiling slog-term v2.9.0 |
2816 | 2024-12-02T16:17:29.341Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2817 | 2024-12-02T16:17:31.515Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2818 | 2024-12-02T16:17:31.536Z | [ helios-setup] Dec 02 16:17:30.905 INFO E| Compiling serde_derive v1.0.193 |
2819 | 2024-12-02T16:17:38.014Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2820 | 2024-12-02T16:17:41.672Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2821 | 2024-12-02T16:17:42.191Z | [ host-package] Compiling bb8 v0.8.5 |
2822 | 2024-12-02T16:17:43.019Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2823 | 2024-12-02T16:17:45.915Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2824 | 2024-12-02T16:17:46.158Z | [ host-package] Compiling atty v0.2.14 |
2825 | 2024-12-02T16:17:46.403Z | [ host-package] Compiling salty v0.3.0 |
2826 | 2024-12-02T16:17:46.574Z | [ helios-setup] Dec 02 16:17:45.941 INFO E| Compiling toml v0.5.11 |
2827 | 2024-12-02T16:17:46.578Z | [ helios-setup] Dec 02 16:17:45.942 INFO E| Compiling uuid v0.8.2 |
2828 | 2024-12-02T16:17:47.842Z | [ host-package] Compiling parking_lot v0.11.2 |
2829 | 2024-12-02T16:17:48.804Z | [ helios-setup] Dec 02 16:17:48.171 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2830 | 2024-12-02T16:17:50.473Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2831 | 2024-12-02T16:17:51.916Z | [ helios-setup] Dec 02 16:17:51.283 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2832 | 2024-12-02T16:17:55.260Z | [ host-package] Compiling sled v0.34.7 |
2833 | 2024-12-02T16:17:56.102Z | [ host-package] Compiling mime_guess v2.0.5 |
2834 | 2024-12-02T16:17:57.571Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2835 | 2024-12-02T16:17:58.480Z | [ host-package] Compiling hickory-client v0.24.1 |
2836 | 2024-12-02T16:18:00.382Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2837 | 2024-12-02T16:18:02.355Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2838 | 2024-12-02T16:18:03.740Z | [ helios-setup] Dec 02 16:18:03.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.49s |
2839 | 2024-12-02T16:18:03.773Z | [ helios-setup] Dec 02 16:18:03.138 INFO building project "image-builder" ok (48 seconds) |
2840 | 2024-12-02T16:18:03.773Z | [ helios-setup] Dec 02 16:18:03.139 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2841 | 2024-12-02T16:18:03.773Z | [ helios-setup] Dec 02 16:18:03.139 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2842 | 2024-12-02T16:18:03.877Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2843 | 2024-12-02T16:18:04.067Z | [ helios-setup] Dec 02 16:18:03.432 INFO E| Downloading crates ... |
2844 | 2024-12-02T16:18:04.130Z | [ helios-setup] Dec 02 16:18:03.496 INFO E| Downloaded sha2 v0.10.5 |
2845 | 2024-12-02T16:18:04.142Z | [ helios-setup] Dec 02 16:18:03.507 INFO E| Downloaded flate2 v1.0.25 |
2846 | 2024-12-02T16:18:04.153Z | [ helios-setup] Dec 02 16:18:03.518 INFO E| Downloaded generic-array v0.14.6 |
2847 | 2024-12-02T16:18:04.155Z | [ helios-setup] Dec 02 16:18:03.520 INFO E| Downloaded digest v0.10.3 |
2848 | 2024-12-02T16:18:04.158Z | [ helios-setup] Dec 02 16:18:03.524 INFO E| Downloaded miniz_oxide v0.6.2 |
2849 | 2024-12-02T16:18:04.163Z | [ helios-setup] Dec 02 16:18:03.527 INFO E| Downloaded typenum v1.15.0 |
2850 | 2024-12-02T16:18:04.171Z | [ helios-setup] Dec 02 16:18:03.537 INFO E| Downloaded bytes v1.2.1 |
2851 | 2024-12-02T16:18:04.178Z | [ helios-setup] Dec 02 16:18:03.543 INFO E| Downloaded anyhow v1.0.62 |
2852 | 2024-12-02T16:18:04.184Z | [ helios-setup] Dec 02 16:18:03.550 INFO E| Downloaded block-buffer v0.10.3 |
2853 | 2024-12-02T16:18:04.187Z | [ helios-setup] Dec 02 16:18:03.551 INFO E| Downloaded cpufeatures v0.2.5 |
2854 | 2024-12-02T16:18:04.257Z | [ helios-setup] Dec 02 16:18:03.622 INFO E| Compiling typenum v1.15.0 |
2855 | 2024-12-02T16:18:04.257Z | [ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling version_check v0.9.4 |
2856 | 2024-12-02T16:18:04.257Z | [ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling cfg-if v1.0.0 |
2857 | 2024-12-02T16:18:04.260Z | [ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling crc32fast v1.3.2 |
2858 | 2024-12-02T16:18:04.260Z | [ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling anyhow v1.0.62 |
2859 | 2024-12-02T16:18:04.260Z | [ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling adler v1.0.2 |
2860 | 2024-12-02T16:18:04.260Z | [ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling cpufeatures v0.2.5 |
2861 | 2024-12-02T16:18:04.260Z | [ helios-setup] Dec 02 16:18:03.623 INFO E| Compiling unicode-width v0.1.10 |
2862 | 2024-12-02T16:18:04.556Z | [ helios-setup] Dec 02 16:18:03.921 INFO E| Compiling bitflags v1.3.2 |
2863 | 2024-12-02T16:18:04.709Z | [ helios-setup] Dec 02 16:18:04.074 INFO E| Compiling miniz_oxide v0.6.2 |
2864 | 2024-12-02T16:18:04.867Z | [ helios-setup] Dec 02 16:18:04.233 INFO E| Compiling getopts v0.2.21 |
2865 | 2024-12-02T16:18:04.950Z | [ helios-setup] Dec 02 16:18:04.315 INFO E| Compiling bytes v1.2.1 |
2866 | 2024-12-02T16:18:05.599Z | [ helios-setup] Dec 02 16:18:04.965 INFO E| Compiling generic-array v0.14.6 |
2867 | 2024-12-02T16:18:06.437Z | [ helios-setup] Dec 02 16:18:05.802 INFO E| Compiling flate2 v1.0.25 |
2868 | 2024-12-02T16:18:08.877Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2869 | 2024-12-02T16:18:10.456Z | [ helios-setup] Dec 02 16:18:09.821 INFO E| Compiling block-buffer v0.10.3 |
2870 | 2024-12-02T16:18:10.459Z | [ helios-setup] Dec 02 16:18:09.821 INFO E| Compiling crypto-common v0.1.6 |
2871 | 2024-12-02T16:18:10.563Z | [ host-package] Compiling hickory-server v0.24.1 |
2872 | 2024-12-02T16:18:10.680Z | [ helios-setup] Dec 02 16:18:10.045 INFO E| Compiling digest v0.10.3 |
2873 | 2024-12-02T16:18:11.103Z | [ helios-setup] Dec 02 16:18:10.467 INFO E| Compiling sha2 v0.10.5 |
2874 | 2024-12-02T16:18:11.588Z | [ helios-setup] Dec 02 16:18:10.953 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2875 | 2024-12-02T16:18:17.202Z | [ helios-setup] Dec 02 16:18:16.566 INFO E| Finished `release` profile [optimized] target(s) in 13.34s |
2876 | 2024-12-02T16:18:17.218Z | [ helios-setup] Dec 02 16:18:16.582 INFO building project "bootserver" ok (13 seconds) |
2877 | 2024-12-02T16:18:17.218Z | [ helios-setup] Dec 02 16:18:16.582 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2878 | 2024-12-02T16:18:17.218Z | [ helios-setup] Dec 02 16:18:16.583 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2879 | 2024-12-02T16:18:17.534Z | [ helios-setup] Dec 02 16:18:16.898 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2880 | 2024-12-02T16:18:18.552Z | [ helios-setup] Dec 02 16:18:17.916 INFO E| From https://github.com/oxidecomputer/progenitor |
2881 | 2024-12-02T16:18:18.552Z | [ helios-setup] Dec 02 16:18:17.916 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2882 | 2024-12-02T16:18:18.587Z | [ helios-setup] Dec 02 16:18:17.951 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2883 | 2024-12-02T16:18:18.587Z | [ helios-setup] Dec 02 16:18:17.951 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2884 | 2024-12-02T16:18:18.699Z | [ helios-setup] Dec 02 16:18:18.062 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2885 | 2024-12-02T16:18:19.214Z | [ helios-setup] Dec 02 16:18:18.578 INFO E| From https://github.com/jclulow/hiercmd |
2886 | 2024-12-02T16:18:19.214Z | [ helios-setup] Dec 02 16:18:18.578 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2887 | 2024-12-02T16:18:19.253Z | [ helios-setup] Dec 02 16:18:18.617 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2888 | 2024-12-02T16:18:19.841Z | [ helios-setup] Dec 02 16:18:19.205 INFO E| From https://github.com/jclulow/network-interface |
2889 | 2024-12-02T16:18:19.841Z | [ helios-setup] Dec 02 16:18:19.205 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2890 | 2024-12-02T16:18:19.861Z | [ helios-setup] Dec 02 16:18:19.225 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2891 | 2024-12-02T16:18:20.402Z | [ helios-setup] Dec 02 16:18:19.766 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2892 | 2024-12-02T16:18:20.402Z | [ helios-setup] Dec 02 16:18:19.766 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2893 | 2024-12-02T16:18:20.436Z | [ helios-setup] Dec 02 16:18:19.800 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2894 | 2024-12-02T16:18:21.257Z | [ helios-setup] Dec 02 16:18:20.621 INFO E| From https://github.com/oxidecomputer/facade |
2895 | 2024-12-02T16:18:21.257Z | [ helios-setup] Dec 02 16:18:20.621 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2896 | 2024-12-02T16:18:21.302Z | [ helios-setup] Dec 02 16:18:20.666 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2897 | 2024-12-02T16:18:22.151Z | [ helios-setup] Dec 02 16:18:21.515 INFO E| From https://github.com/oxidecomputer/dropshot |
2898 | 2024-12-02T16:18:22.151Z | [ helios-setup] Dec 02 16:18:21.515 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2899 | 2024-12-02T16:18:22.190Z | [ helios-setup] Dec 02 16:18:21.553 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2900 | 2024-12-02T16:18:22.190Z | [ helios-setup] Dec 02 16:18:21.553 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2901 | 2024-12-02T16:18:22.192Z | [ helios-setup] Dec 02 16:18:21.553 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2902 | 2024-12-02T16:18:22.192Z | [ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2903 | 2024-12-02T16:18:22.192Z | [ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2904 | 2024-12-02T16:18:22.192Z | [ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2905 | 2024-12-02T16:18:22.193Z | [ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2906 | 2024-12-02T16:18:22.193Z | [ helios-setup] Dec 02 16:18:21.554 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2907 | 2024-12-02T16:18:22.239Z | [ helios-setup] Dec 02 16:18:21.603 INFO E| Updating crates.io index |
2908 | 2024-12-02T16:18:22.273Z | [ helios-setup] Dec 02 16:18:21.636 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2909 | 2024-12-02T16:18:23.083Z | [ helios-setup] Dec 02 16:18:22.446 INFO E| From https://github.com/oxidecomputer/typify |
2910 | 2024-12-02T16:18:23.083Z | [ helios-setup] Dec 02 16:18:22.446 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2911 | 2024-12-02T16:18:23.116Z | [ helios-setup] Dec 02 16:18:22.479 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2912 | 2024-12-02T16:18:23.116Z | [ helios-setup] Dec 02 16:18:22.479 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2913 | 2024-12-02T16:18:23.120Z | [ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2914 | 2024-12-02T16:18:23.120Z | [ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2915 | 2024-12-02T16:18:23.120Z | [ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2916 | 2024-12-02T16:18:23.120Z | [ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2917 | 2024-12-02T16:18:23.120Z | [ helios-setup] Dec 02 16:18:22.480 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2918 | 2024-12-02T16:18:23.634Z | [ helios-setup] Dec 02 16:18:22.997 INFO E| Downloading crates ... |
2919 | 2024-12-02T16:18:23.896Z | [ helios-setup] Dec 02 16:18:23.260 INFO E| Downloaded ahash v0.7.6 |
2920 | 2024-12-02T16:18:23.902Z | [ helios-setup] Dec 02 16:18:23.265 INFO E| Downloaded anstyle v0.3.5 |
2921 | 2024-12-02T16:18:23.908Z | [ helios-setup] Dec 02 16:18:23.272 INFO E| Downloaded anstyle-parse v0.1.1 |
2922 | 2024-12-02T16:18:23.908Z | [ helios-setup] Dec 02 16:18:23.272 INFO E| Downloaded ahash v0.8.3 |
2923 | 2024-12-02T16:18:23.917Z | [ helios-setup] Dec 02 16:18:23.280 INFO E| Downloaded aho-corasick v0.7.20 |
2924 | 2024-12-02T16:18:23.924Z | [ helios-setup] Dec 02 16:18:23.288 INFO E| Downloaded bytes v1.4.0 |
2925 | 2024-12-02T16:18:23.932Z | [ helios-setup] Dec 02 16:18:23.295 INFO E| Downloaded built v0.6.0 |
2926 | 2024-12-02T16:18:23.935Z | [ helios-setup] Dec 02 16:18:23.298 INFO E| Downloaded async-stream v0.3.5 |
2927 | 2024-12-02T16:18:23.939Z | [ helios-setup] Dec 02 16:18:23.302 INFO E| Downloaded concolor-override v1.0.0 |
2928 | 2024-12-02T16:18:23.941Z | [ helios-setup] Dec 02 16:18:23.304 INFO E| Downloaded bincode v1.3.3 |
2929 | 2024-12-02T16:18:23.945Z | [ helios-setup] Dec 02 16:18:23.309 INFO E| Downloaded const-random-macro v0.1.15 |
2930 | 2024-12-02T16:18:23.947Z | [ helios-setup] Dec 02 16:18:23.310 INFO E| Downloaded const-random v0.1.15 |
2931 | 2024-12-02T16:18:23.950Z | [ helios-setup] Dec 02 16:18:23.313 INFO E| Downloaded concolor-query v0.3.3 |
2932 | 2024-12-02T16:18:23.953Z | [ helios-setup] Dec 02 16:18:23.314 INFO E| Downloaded async-trait v0.1.68 |
2933 | 2024-12-02T16:18:23.958Z | [ helios-setup] Dec 02 16:18:23.322 INFO E| Downloaded clap_derive v4.2.0 |
2934 | 2024-12-02T16:18:23.966Z | [ helios-setup] Dec 02 16:18:23.330 INFO E| Downloaded futures-sink v0.3.28 |
2935 | 2024-12-02T16:18:23.968Z | [ helios-setup] Dec 02 16:18:23.332 INFO E| Downloaded byteorder v1.4.3 |
2936 | 2024-12-02T16:18:23.972Z | [ helios-setup] Dec 02 16:18:23.336 INFO E| Downloaded form_urlencoded v1.1.0 |
2937 | 2024-12-02T16:18:23.975Z | [ helios-setup] Dec 02 16:18:23.338 INFO E| Downloaded dyn-clone v1.0.11 |
2938 | 2024-12-02T16:18:23.978Z | [ helios-setup] Dec 02 16:18:23.341 INFO E| Downloaded clap_lex v0.4.1 |
2939 | 2024-12-02T16:18:23.980Z | [ helios-setup] Dec 02 16:18:23.343 INFO E| Downloaded project-root v0.2.2 |
2940 | 2024-12-02T16:18:23.982Z | [ helios-setup] Dec 02 16:18:23.344 INFO E| Downloaded base64 v0.21.0 |
2941 | 2024-12-02T16:18:23.986Z | [ helios-setup] Dec 02 16:18:23.350 INFO E| Downloaded either v1.8.0 |
2942 | 2024-12-02T16:18:23.989Z | [ helios-setup] Dec 02 16:18:23.353 INFO E| Downloaded anyhow v1.0.68 |
2943 | 2024-12-02T16:18:23.996Z | [ helios-setup] Dec 02 16:18:23.360 INFO E| Downloaded rustls-pemfile v1.0.2 |
2944 | 2024-12-02T16:18:23.999Z | [ helios-setup] Dec 02 16:18:23.363 INFO E| Downloaded percent-encoding v2.2.0 |
2945 | 2024-12-02T16:18:24.002Z | [ helios-setup] Dec 02 16:18:23.365 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2946 | 2024-12-02T16:18:24.006Z | [ helios-setup] Dec 02 16:18:23.368 INFO E| Downloaded futures-io v0.3.28 |
2947 | 2024-12-02T16:18:24.008Z | [ helios-setup] Dec 02 16:18:23.370 INFO E| Downloaded memoffset v0.7.1 |
2948 | 2024-12-02T16:18:24.011Z | [ helios-setup] Dec 02 16:18:23.373 INFO E| Downloaded lazy_static v1.4.0 |
2949 | 2024-12-02T16:18:24.011Z | [ helios-setup] Dec 02 16:18:23.374 INFO E| Downloaded futures-task v0.3.28 |
2950 | 2024-12-02T16:18:24.013Z | [ helios-setup] Dec 02 16:18:23.377 INFO E| Downloaded tungstenite v0.18.0 |
2951 | 2024-12-02T16:18:24.019Z | [ helios-setup] Dec 02 16:18:23.383 INFO E| Downloaded ppv-lite86 v0.2.17 |
2952 | 2024-12-02T16:18:24.021Z | [ helios-setup] Dec 02 16:18:23.385 INFO E| Downloaded unicode-ident v1.0.8 |
2953 | 2024-12-02T16:18:24.025Z | [ helios-setup] Dec 02 16:18:23.389 INFO E| Downloaded tower-service v0.3.2 |
2954 | 2024-12-02T16:18:24.028Z | [ helios-setup] Dec 02 16:18:23.391 INFO E| Downloaded unicode-bidi v0.3.13 |
2955 | 2024-12-02T16:18:24.031Z | [ helios-setup] Dec 02 16:18:23.395 INFO E| Downloaded serde_path_to_error v0.1.11 |
2956 | 2024-12-02T16:18:24.033Z | [ helios-setup] Dec 02 16:18:23.397 INFO E| Downloaded unicode-linebreak v0.1.4 |
2957 | 2024-12-02T16:18:24.037Z | [ helios-setup] Dec 02 16:18:23.401 INFO E| Downloaded proc-macro-crate v1.2.1 |
2958 | 2024-12-02T16:18:24.040Z | [ helios-setup] Dec 02 16:18:23.403 INFO E| Downloaded serde_tokenstream v0.2.0 |
2959 | 2024-12-02T16:18:24.048Z | [ helios-setup] Dec 02 16:18:23.411 INFO E| Downloaded semver-parser v0.10.2 |
2960 | 2024-12-02T16:18:24.051Z | [ helios-setup] Dec 02 16:18:23.415 INFO E| Downloaded sct v0.7.0 |
2961 | 2024-12-02T16:18:24.058Z | [ helios-setup] Dec 02 16:18:23.421 INFO E| Downloaded terminal_size v0.2.6 |
2962 | 2024-12-02T16:18:24.061Z | [ helios-setup] Dec 02 16:18:23.424 INFO E| Downloaded slog-async v2.7.0 |
2963 | 2024-12-02T16:18:24.063Z | [ helios-setup] Dec 02 16:18:23.426 INFO E| Downloaded cargo-lock v8.0.3 |
2964 | 2024-12-02T16:18:24.067Z | [ helios-setup] Dec 02 16:18:23.431 INFO E| Downloaded toolchain_find v0.2.0 |
2965 | 2024-12-02T16:18:24.070Z | [ helios-setup] Dec 02 16:18:23.433 INFO E| Downloaded ryu v1.0.13 |
2966 | 2024-12-02T16:18:24.075Z | [ helios-setup] Dec 02 16:18:23.439 INFO E| Downloaded tokio-rustls v0.24.0 |
2967 | 2024-12-02T16:18:24.079Z | [ helios-setup] Dec 02 16:18:23.442 INFO E| Downloaded tinyvec v1.6.0 |
2968 | 2024-12-02T16:18:24.084Z | [ helios-setup] Dec 02 16:18:23.448 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2969 | 2024-12-02T16:18:24.088Z | [ helios-setup] Dec 02 16:18:23.452 INFO E| Downloaded toml v0.7.3 |
2970 | 2024-12-02T16:18:24.094Z | [ helios-setup] Dec 02 16:18:23.457 INFO E| Downloaded thiserror-impl v1.0.38 |
2971 | 2024-12-02T16:18:24.097Z | [ helios-setup] Dec 02 16:18:23.460 INFO E| Downloaded once_cell v1.17.0 |
2972 | 2024-12-02T16:18:24.101Z | [ helios-setup] Dec 02 16:18:23.464 INFO E| Downloaded toml_edit v0.19.8 |
2973 | 2024-12-02T16:18:24.129Z | [ helios-setup] Dec 02 16:18:23.493 INFO E| Downloaded pkg-config v0.3.26 |
2974 | 2024-12-02T16:18:24.132Z | [ helios-setup] Dec 02 16:18:23.495 INFO E| Downloaded httparse v1.8.0 |
2975 | 2024-12-02T16:18:24.135Z | [ helios-setup] Dec 02 16:18:23.498 INFO E| Downloaded pin-project-lite v0.2.9 |
2976 | 2024-12-02T16:18:24.142Z | [ helios-setup] Dec 02 16:18:23.506 INFO E| Downloaded smartstring v1.0.1 |
2977 | 2024-12-02T16:18:24.146Z | [ helios-setup] Dec 02 16:18:23.510 INFO E| Downloaded syn v1.0.107 |
2978 | 2024-12-02T16:18:24.163Z | [ helios-setup] Dec 02 16:18:23.527 INFO E| Downloaded serde_derive_internals v0.26.0 |
2979 | 2024-12-02T16:18:24.167Z | [ helios-setup] Dec 02 16:18:23.529 INFO E| Downloaded parking_lot v0.12.1 |
2980 | 2024-12-02T16:18:24.169Z | [ helios-setup] Dec 02 16:18:23.533 INFO E| Downloaded tokio-macros v2.0.0 |
2981 | 2024-12-02T16:18:24.172Z | [ helios-setup] Dec 02 16:18:23.535 INFO E| Downloaded clap v4.2.1 |
2982 | 2024-12-02T16:18:24.187Z | [ helios-setup] Dec 02 16:18:23.550 INFO E| Downloaded quote v1.0.36 |
2983 | 2024-12-02T16:18:24.191Z | [ helios-setup] Dec 02 16:18:23.554 INFO E| Downloaded cc v1.0.78 |
2984 | 2024-12-02T16:18:24.195Z | [ helios-setup] Dec 02 16:18:23.558 INFO E| Downloaded socket2 v0.4.9 |
2985 | 2024-12-02T16:18:24.197Z | [ helios-setup] Dec 02 16:18:23.561 INFO E| Downloaded io-lifetimes v1.0.10 |
2986 | 2024-12-02T16:18:24.202Z | [ helios-setup] Dec 02 16:18:23.566 INFO E| Downloaded getrandom v0.2.8 |
2987 | 2024-12-02T16:18:24.205Z | [ helios-setup] Dec 02 16:18:23.569 INFO E| Downloaded parking_lot_core v0.9.6 |
2988 | 2024-12-02T16:18:24.208Z | [ helios-setup] Dec 02 16:18:23.572 INFO E| Downloaded num-traits v0.2.15 |
2989 | 2024-12-02T16:18:24.213Z | [ helios-setup] Dec 02 16:18:23.577 INFO E| Downloaded memchr v2.5.0 |
2990 | 2024-12-02T16:18:24.220Z | [ helios-setup] Dec 02 16:18:23.583 INFO E| Downloaded log v0.4.17 |
2991 | 2024-12-02T16:18:24.230Z | [ helios-setup] Dec 02 16:18:23.593 INFO E| Downloaded rustls-webpki v0.100.1 |
2992 | 2024-12-02T16:18:24.239Z | [ helios-setup] Dec 02 16:18:23.603 INFO E| Downloaded tracing-core v0.1.30 |
2993 | 2024-12-02T16:18:24.243Z | [ helios-setup] Dec 02 16:18:23.607 INFO E| Downloaded crossbeam-channel v0.5.6 |
2994 | 2024-12-02T16:18:24.250Z | [ helios-setup] Dec 02 16:18:23.614 INFO E| Downloaded http v0.2.9 |
2995 | 2024-12-02T16:18:24.255Z | [ helios-setup] Dec 02 16:18:23.619 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2996 | 2024-12-02T16:18:24.261Z | [ helios-setup] Dec 02 16:18:23.624 INFO E| Downloaded url v2.3.1 |
2997 | 2024-12-02T16:18:24.265Z | [ helios-setup] Dec 02 16:18:23.629 INFO E| Downloaded tracing v0.1.37 |
2998 | 2024-12-02T16:18:24.272Z | [ helios-setup] Dec 02 16:18:23.635 INFO E| Downloaded serde v1.0.204 |
2999 | 2024-12-02T16:18:24.278Z | [ helios-setup] Dec 02 16:18:23.640 INFO E| Downloaded mio v0.8.5 |
3000 | 2024-12-02T16:18:24.285Z | [ helios-setup] Dec 02 16:18:23.648 INFO E| Downloaded tokio-util v0.7.7 |
3001 | 2024-12-02T16:18:24.294Z | [ helios-setup] Dec 02 16:18:23.658 INFO E| Downloaded pest v2.5.7 |
3002 | 2024-12-02T16:18:24.303Z | [ helios-setup] Dec 02 16:18:23.664 INFO E| Downloaded unicode-normalization v0.1.22 |
3003 | 2024-12-02T16:18:24.306Z | [ helios-setup] Dec 02 16:18:23.669 INFO E| Downloaded serde_derive v1.0.204 |
3004 | 2024-12-02T16:18:24.309Z | [ helios-setup] Dec 02 16:18:23.672 INFO E| Downloaded rayon-core v1.10.2 |
3005 | 2024-12-02T16:18:24.314Z | [ helios-setup] Dec 02 16:18:23.678 INFO E| Downloaded clap_builder v4.2.1 |
3006 | 2024-12-02T16:18:24.323Z | [ helios-setup] Dec 02 16:18:23.686 INFO E| Downloaded futures-channel v0.3.28 |
3007 | 2024-12-02T16:18:24.331Z | [ helios-setup] Dec 02 16:18:23.695 INFO E| Downloaded h2 v0.3.16 |
3008 | 2024-12-02T16:18:24.340Z | [ helios-setup] Dec 02 16:18:23.704 INFO E| Downloaded futures-util v0.3.28 |
3009 | 2024-12-02T16:18:24.358Z | [ helios-setup] Dec 02 16:18:23.721 INFO E| Downloaded serde_json v1.0.95 |
3010 | 2024-12-02T16:18:24.368Z | [ helios-setup] Dec 02 16:18:23.731 INFO E| Downloaded rayon v1.6.1 |
3011 | 2024-12-02T16:18:24.379Z | [ helios-setup] Dec 02 16:18:23.743 INFO E| Downloaded reqwest v0.11.16 |
3012 | 2024-12-02T16:18:24.390Z | [ helios-setup] Dec 02 16:18:23.753 INFO E| Downloaded hyper v0.14.25 |
3013 | 2024-12-02T16:18:24.401Z | [ helios-setup] Dec 02 16:18:23.764 INFO E| Downloaded git2 v0.16.1 |
3014 | 2024-12-02T16:18:24.411Z | [ helios-setup] Dec 02 16:18:23.775 INFO E| Downloaded chrono v0.4.24 |
3015 | 2024-12-02T16:18:24.421Z | [ helios-setup] Dec 02 16:18:23.784 INFO E| Downloaded regress v0.5.0 |
3016 | 2024-12-02T16:18:24.430Z | [ helios-setup] Dec 02 16:18:23.794 INFO E| Downloaded regex v1.7.3 |
3017 | 2024-12-02T16:18:24.441Z | [ helios-setup] Dec 02 16:18:23.804 INFO E| Downloaded futures v0.3.28 |
3018 | 2024-12-02T16:18:24.447Z | [ helios-setup] Dec 02 16:18:23.811 INFO E| Downloaded syn v2.0.72 |
3019 | 2024-12-02T16:18:24.463Z | [ helios-setup] Dec 02 16:18:23.826 INFO E| Downloaded rustix v0.37.3 |
3020 | 2024-12-02T16:18:24.490Z | [ helios-setup] Dec 02 16:18:23.853 INFO E| Downloaded rustls v0.21.0 |
3021 | 2024-12-02T16:18:24.511Z | [ helios-setup] Dec 02 16:18:23.875 INFO E| Downloaded rhai v1.14.0 |
3022 | 2024-12-02T16:18:24.530Z | [ helios-setup] Dec 02 16:18:23.894 INFO E| Downloaded crossbeam-utils v0.8.14 |
3023 | 2024-12-02T16:18:24.535Z | [ helios-setup] Dec 02 16:18:23.898 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3024 | 2024-12-02T16:18:24.539Z | [ helios-setup] Dec 02 16:18:23.902 INFO E| Downloaded winnow v0.4.1 |
3025 | 2024-12-02T16:18:24.551Z | [ helios-setup] Dec 02 16:18:23.915 INFO E| Downloaded rhai_codegen v1.5.0 |
3026 | 2024-12-02T16:18:24.564Z | [ helios-setup] Dec 02 16:18:23.927 INFO E| Downloaded openapiv3 v1.0.2 |
3027 | 2024-12-02T16:18:24.584Z | [ helios-setup] Dec 02 16:18:23.947 INFO E| Downloaded textwrap v0.16.0 |
3028 | 2024-12-02T16:18:24.588Z | [ helios-setup] Dec 02 16:18:23.952 INFO E| Downloaded tempfile v3.5.0 |
3029 | 2024-12-02T16:18:24.593Z | [ helios-setup] Dec 02 16:18:23.955 INFO E| Downloaded uuid v1.3.0 |
3030 | 2024-12-02T16:18:24.598Z | [ helios-setup] Dec 02 16:18:23.962 INFO E| Downloaded paste v1.0.12 |
3031 | 2024-12-02T16:18:24.603Z | [ helios-setup] Dec 02 16:18:23.967 INFO E| Downloaded serde_yaml v0.9.21 |
3032 | 2024-12-02T16:18:24.609Z | [ helios-setup] Dec 02 16:18:23.973 INFO E| Downloaded schemars v0.8.12 |
3033 | 2024-12-02T16:18:24.627Z | [ helios-setup] Dec 02 16:18:23.990 INFO E| Downloaded smawk v0.3.1 |
3034 | 2024-12-02T16:18:24.629Z | [ helios-setup] Dec 02 16:18:23.993 INFO E| Downloaded slab v0.4.7 |
3035 | 2024-12-02T16:18:24.632Z | [ helios-setup] Dec 02 16:18:23.995 INFO E| Downloaded serde_spanned v0.6.1 |
3036 | 2024-12-02T16:18:24.636Z | [ helios-setup] Dec 02 16:18:23.996 INFO E| Downloaded time v0.1.45 |
3037 | 2024-12-02T16:18:24.636Z | [ helios-setup] Dec 02 16:18:23.999 INFO E| Downloaded thiserror v1.0.38 |
3038 | 2024-12-02T16:18:24.640Z | [ host-package] Compiling primeorder v0.13.6 |
3039 | 2024-12-02T16:18:24.662Z | [ helios-setup] Dec 02 16:18:24.005 INFO E| Downloaded smallvec v1.10.0 |
3040 | 2024-12-02T16:18:24.662Z | [ helios-setup] Dec 02 16:18:24.016 INFO E| Downloaded semver v1.0.17 |
3041 | 2024-12-02T16:18:24.665Z | [ helios-setup] Dec 02 16:18:24.019 INFO E| Downloaded libc v0.2.139 |
3042 | 2024-12-02T16:18:24.695Z | [ helios-setup] Dec 02 16:18:24.058 INFO E| Downloaded scopeguard v1.1.0 |
3043 | 2024-12-02T16:18:24.699Z | [ helios-setup] Dec 02 16:18:24.060 INFO E| Downloaded lock_api v0.4.9 |
3044 | 2024-12-02T16:18:24.701Z | [ helios-setup] Dec 02 16:18:24.063 INFO E| Downloaded ipnet v2.7.2 |
3045 | 2024-12-02T16:18:24.704Z | [ helios-setup] Dec 02 16:18:24.065 INFO E| Downloaded toml_datetime v0.6.1 |
3046 | 2024-12-02T16:18:24.704Z | [ helios-setup] Dec 02 16:18:24.067 INFO E| Downloaded strsim v0.10.0 |
3047 | 2024-12-02T16:18:24.706Z | [ helios-setup] Dec 02 16:18:24.069 INFO E| Downloaded slog-bunyan v2.4.0 |
3048 | 2024-12-02T16:18:24.709Z | [ helios-setup] Dec 02 16:18:24.071 INFO E| Downloaded jobserver v0.1.26 |
3049 | 2024-12-02T16:18:24.711Z | [ helios-setup] Dec 02 16:18:24.073 INFO E| Downloaded camino v1.1.4 |
3050 | 2024-12-02T16:18:24.714Z | [ helios-setup] Dec 02 16:18:24.076 INFO E| Downloaded signal-hook-registry v1.4.0 |
3051 | 2024-12-02T16:18:24.716Z | [ helios-setup] Dec 02 16:18:24.078 INFO E| Downloaded tokio v1.27.0 |
3052 | 2024-12-02T16:18:24.798Z | [ helios-setup] Dec 02 16:18:24.161 INFO E| Downloaded sha2 v0.10.6 |
3053 | 2024-12-02T16:18:24.801Z | [ helios-setup] Dec 02 16:18:24.165 INFO E| Downloaded sha1 v0.10.5 |
3054 | 2024-12-02T16:18:24.804Z | [ helios-setup] Dec 02 16:18:24.167 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3055 | 2024-12-02T16:18:24.806Z | [ helios-setup] Dec 02 16:18:24.169 INFO E| Downloaded schemars_derive v0.8.12 |
3056 | 2024-12-02T16:18:24.809Z | [ helios-setup] Dec 02 16:18:24.172 INFO E| Downloaded num_enum_derive v0.5.7 |
3057 | 2024-12-02T16:18:24.812Z | [ helios-setup] Dec 02 16:18:24.173 INFO E| Downloaded httpdate v1.0.2 |
3058 | 2024-12-02T16:18:24.812Z | [ helios-setup] Dec 02 16:18:24.175 INFO E| Downloaded semver v0.11.0 |
3059 | 2024-12-02T16:18:24.814Z | [ helios-setup] Dec 02 16:18:24.178 INFO E| Downloaded utf8parse v0.2.1 |
3060 | 2024-12-02T16:18:24.817Z | [ helios-setup] Dec 02 16:18:24.179 INFO E| Downloaded want v0.3.0 |
3061 | 2024-12-02T16:18:24.817Z | [ helios-setup] Dec 02 16:18:24.180 INFO E| Downloaded ucd-trie v0.1.5 |
3062 | 2024-12-02T16:18:24.819Z | [ helios-setup] Dec 02 16:18:24.182 INFO E| Downloaded iana-time-zone v0.1.56 |
3063 | 2024-12-02T16:18:24.822Z | [ helios-setup] Dec 02 16:18:24.185 INFO E| Downloaded num_enum v0.5.7 |
3064 | 2024-12-02T16:18:24.828Z | [ helios-setup] Dec 02 16:18:24.191 INFO E| Downloaded num_cpus v1.15.0 |
3065 | 2024-12-02T16:18:24.832Z | [ helios-setup] Dec 02 16:18:24.196 INFO E| Downloaded num-integer v0.1.45 |
3066 | 2024-12-02T16:18:24.835Z | [ helios-setup] Dec 02 16:18:24.198 INFO E| Downloaded itoa v1.0.6 |
3067 | 2024-12-02T16:18:24.838Z | [ helios-setup] Dec 02 16:18:24.200 INFO E| Downloaded try-lock v0.2.4 |
3068 | 2024-12-02T16:18:24.840Z | [ helios-setup] Dec 02 16:18:24.202 INFO E| Downloaded is-terminal v0.4.7 |
3069 | 2024-12-02T16:18:24.840Z | [ helios-setup] Dec 02 16:18:24.203 INFO E| Downloaded http-body v0.4.5 |
3070 | 2024-12-02T16:18:24.842Z | [ helios-setup] Dec 02 16:18:24.206 INFO E| Downloaded home v0.5.4 |
3071 | 2024-12-02T16:18:24.845Z | [ helios-setup] Dec 02 16:18:24.207 INFO E| Downloaded crossbeam-deque v0.8.2 |
3072 | 2024-12-02T16:18:24.848Z | [ helios-setup] Dec 02 16:18:24.209 INFO E| Downloaded futures-macro v0.3.28 |
3073 | 2024-12-02T16:18:24.848Z | [ helios-setup] Dec 02 16:18:24.211 INFO E| Downloaded futures-executor v0.3.28 |
3074 | 2024-12-02T16:18:24.851Z | [ helios-setup] Dec 02 16:18:24.213 INFO E| Downloaded futures-core v0.3.28 |
3075 | 2024-12-02T16:18:24.853Z | [ helios-setup] Dec 02 16:18:24.215 INFO E| Downloaded fastrand v1.9.0 |
3076 | 2024-12-02T16:18:24.855Z | [ helios-setup] Dec 02 16:18:24.217 INFO E| Downloaded digest v0.10.6 |
3077 | 2024-12-02T16:18:24.858Z | [ helios-setup] Dec 02 16:18:24.220 INFO E| Downloaded autocfg v1.1.0 |
3078 | 2024-12-02T16:18:24.860Z | [ helios-setup] Dec 02 16:18:24.223 INFO E| Downloaded async-stream-impl v0.3.5 |
3079 | 2024-12-02T16:18:24.862Z | [ helios-setup] Dec 02 16:18:24.224 INFO E| Downloaded anstream v0.2.6 |
3080 | 2024-12-02T16:18:24.947Z | [ helios-setup] Dec 02 16:18:24.311 INFO E| Downloaded encoding_rs v0.8.32 |
3081 | 2024-12-02T16:18:25.067Z | [ helios-setup] Dec 02 16:18:24.430 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3082 | 2024-12-02T16:18:25.227Z | [ helios-setup] Dec 02 16:18:24.567 INFO E| Downloaded libz-sys v1.1.8 |
3083 | 2024-12-02T16:18:25.289Z | [ host-package] Compiling vergen v8.3.2 |
3084 | 2024-12-02T16:18:25.530Z | [ helios-setup] Dec 02 16:18:24.893 INFO E| Compiling proc-macro2 v1.0.86 |
3085 | 2024-12-02T16:18:25.622Z | [ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling libc v0.2.139 |
3086 | 2024-12-02T16:18:25.622Z | [ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling unicode-ident v1.0.8 |
3087 | 2024-12-02T16:18:25.625Z | [ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling autocfg v1.1.0 |
3088 | 2024-12-02T16:18:25.625Z | [ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling cfg-if v1.0.0 |
3089 | 2024-12-02T16:18:25.625Z | [ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling version_check v0.9.4 |
3090 | 2024-12-02T16:18:25.625Z | [ helios-setup] Dec 02 16:18:24.986 INFO E| Compiling serde v1.0.204 |
3091 | 2024-12-02T16:18:25.625Z | [ helios-setup] Dec 02 16:18:24.987 INFO E| Compiling syn v1.0.107 |
3092 | 2024-12-02T16:18:25.667Z | [ host-package] Compiling env_filter v0.1.2 |
3093 | 2024-12-02T16:18:26.417Z | [ helios-setup] Dec 02 16:18:25.780 INFO E| Compiling memchr v2.5.0 |
3094 | 2024-12-02T16:18:26.934Z | [ helios-setup] Dec 02 16:18:26.297 INFO E| Compiling once_cell v1.17.0 |
3095 | 2024-12-02T16:18:27.568Z | [ helios-setup] Dec 02 16:18:26.931 INFO E| Compiling log v0.4.17 |
3096 | 2024-12-02T16:18:27.640Z | [ helios-setup] Dec 02 16:18:27.003 INFO E| Compiling thiserror v1.0.38 |
3097 | 2024-12-02T16:18:28.101Z | [ helios-setup] Dec 02 16:18:27.464 INFO E| Compiling serde_json v1.0.95 |
3098 | 2024-12-02T16:18:28.136Z | [ host-package] Compiling cargo-platform v0.1.8 |
3099 | 2024-12-02T16:18:28.435Z | [ helios-setup] Dec 02 16:18:27.798 INFO E| Compiling itoa v1.0.6 |
3100 | 2024-12-02T16:18:29.195Z | [ helios-setup] Dec 02 16:18:28.555 INFO E| Compiling quote v1.0.36 |
3101 | 2024-12-02T16:18:29.411Z | [ host-package] Compiling nanorand v0.7.0 |
3102 | 2024-12-02T16:18:29.511Z | [ helios-setup] Dec 02 16:18:28.874 INFO E| Compiling getrandom v0.2.8 |
3103 | 2024-12-02T16:18:29.657Z | [ helios-setup] Dec 02 16:18:29.020 INFO E| Compiling indexmap v1.9.3 |
3104 | 2024-12-02T16:18:29.659Z | [ host-package] Compiling memoffset v0.9.1 |
3105 | 2024-12-02T16:18:30.081Z | [ helios-setup] Dec 02 16:18:29.444 INFO E| Compiling syn v2.0.72 |
3106 | 2024-12-02T16:18:30.365Z | [ helios-setup] Dec 02 16:18:29.728 INFO E| Compiling jobserver v0.1.26 |
3107 | 2024-12-02T16:18:30.500Z | [ helios-setup] Dec 02 16:18:29.863 INFO E| Compiling pin-project-lite v0.2.9 |
3108 | 2024-12-02T16:18:30.500Z | [ helios-setup] Dec 02 16:18:29.863 INFO E| Compiling scopeguard v1.1.0 |
3109 | 2024-12-02T16:18:30.643Z | [ host-package] Compiling flume v0.11.1 |
3110 | 2024-12-02T16:18:30.855Z | [ helios-setup] Dec 02 16:18:30.214 INFO E| Compiling num-integer v0.1.45 |
3111 | 2024-12-02T16:18:30.855Z | [ helios-setup] Dec 02 16:18:30.214 INFO E| Compiling bytes v1.4.0 |
3112 | 2024-12-02T16:18:30.957Z | [ helios-setup] Dec 02 16:18:30.320 INFO E| Compiling futures-core v0.3.28 |
3113 | 2024-12-02T16:18:31.130Z | [ helios-setup] Dec 02 16:18:30.493 INFO E| Compiling cc v1.0.78 |
3114 | 2024-12-02T16:18:31.267Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3115 | 2024-12-02T16:18:31.715Z | [ helios-setup] Dec 02 16:18:31.078 INFO E| Compiling ryu v1.0.13 |
3116 | 2024-12-02T16:18:32.634Z | [ host-package] Compiling env_logger v0.11.5 |
3117 | 2024-12-02T16:18:32.847Z | [ helios-setup] Dec 02 16:18:32.210 INFO E| Compiling lock_api v0.4.9 |
3118 | 2024-12-02T16:18:32.950Z | [ helios-setup] Dec 02 16:18:32.313 INFO E| Compiling bitflags v1.3.2 |
3119 | 2024-12-02T16:18:33.059Z | [ helios-setup] Dec 02 16:18:32.421 INFO E| Compiling typenum v1.16.0 |
3120 | 2024-12-02T16:18:33.278Z | [ helios-setup] Dec 02 16:18:32.641 INFO E| Compiling parking_lot_core v0.9.6 |
3121 | 2024-12-02T16:18:33.812Z | [ helios-setup] Dec 02 16:18:33.175 INFO E| Compiling num_cpus v1.15.0 |
3122 | 2024-12-02T16:18:34.346Z | [ helios-setup] Dec 02 16:18:33.709 INFO E| Compiling generic-array v0.14.6 |
3123 | 2024-12-02T16:18:34.439Z | [ helios-setup] Dec 02 16:18:33.802 INFO E| Compiling slab v0.4.7 |
3124 | 2024-12-02T16:18:34.562Z | [ helios-setup] Dec 02 16:18:33.925 INFO E| Compiling futures-sink v0.3.28 |
3125 | 2024-12-02T16:18:34.677Z | [ helios-setup] Dec 02 16:18:34.020 INFO E| Compiling futures-channel v0.3.28 |
3126 | 2024-12-02T16:18:35.024Z | [ helios-setup] Dec 02 16:18:34.386 INFO E| Compiling futures-task v0.3.28 |
3127 | 2024-12-02T16:18:35.130Z | [ host-package] Compiling p384 v0.13.0 |
3128 | 2024-12-02T16:18:35.613Z | [ helios-setup] Dec 02 16:18:34.976 INFO E| Compiling tokio v1.27.0 |
3129 | 2024-12-02T16:18:35.729Z | [ helios-setup] Dec 02 16:18:35.091 INFO E| Compiling futures-util v0.3.28 |
3130 | 2024-12-02T16:18:35.822Z | [ helios-setup] Dec 02 16:18:35.183 INFO E| Compiling schemars v0.8.12 |
3131 | 2024-12-02T16:18:36.522Z | [ helios-setup] Dec 02 16:18:35.884 INFO E| Compiling mio v0.8.5 |
3132 | 2024-12-02T16:18:36.749Z | [ helios-setup] Dec 02 16:18:36.111 INFO E| Compiling socket2 v0.4.9 |
3133 | 2024-12-02T16:18:37.088Z | [ helios-setup] Dec 02 16:18:36.450 INFO E| Compiling signal-hook-registry v1.4.0 |
3134 | 2024-12-02T16:18:37.106Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3135 | 2024-12-02T16:18:37.224Z | [ helios-setup] Dec 02 16:18:36.586 INFO E| Compiling ahash v0.7.6 |
3136 | 2024-12-02T16:18:37.528Z | [ helios-setup] Dec 02 16:18:36.890 INFO E| Compiling num-traits v0.2.15 |
3137 | 2024-12-02T16:18:38.573Z | [ helios-setup] Dec 02 16:18:37.935 INFO E| Compiling pin-utils v0.1.0 |
3138 | 2024-12-02T16:18:38.900Z | [ helios-setup] Dec 02 16:18:38.262 INFO E| Compiling futures-io v0.3.28 |
3139 | 2024-12-02T16:18:39.089Z | [ helios-setup] Dec 02 16:18:38.451 INFO E| Compiling crunchy v0.2.2 |
3140 | 2024-12-02T16:18:39.613Z | [ helios-setup] Dec 02 16:18:38.975 INFO E| Compiling io-lifetimes v1.0.10 |
3141 | 2024-12-02T16:18:40.192Z | [ helios-setup] Dec 02 16:18:39.554 INFO E| Compiling ahash v0.8.3 |
3142 | 2024-12-02T16:18:40.442Z | [ helios-setup] Dec 02 16:18:39.804 INFO E| Compiling tiny-keccak v2.0.2 |
3143 | 2024-12-02T16:18:41.258Z | [ helios-setup] Dec 02 16:18:40.620 INFO E| Compiling rustix v0.37.3 |
3144 | 2024-12-02T16:18:41.433Z | [ helios-setup] Dec 02 16:18:40.794 INFO E| Compiling hashbrown v0.12.3 |
3145 | 2024-12-02T16:18:41.485Z | [ helios-setup] Dec 02 16:18:40.847 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3146 | 2024-12-02T16:18:41.676Z | [ helios-setup] Dec 02 16:18:41.038 INFO E| Compiling serde_derive_internals v0.26.0 |
3147 | 2024-12-02T16:18:42.567Z | [ helios-setup] Dec 02 16:18:41.928 INFO E| Compiling block-buffer v0.10.3 |
3148 | 2024-12-02T16:18:43.288Z | [ helios-setup] Dec 02 16:18:42.650 INFO E| Compiling crypto-common v0.1.6 |
3149 | 2024-12-02T16:18:43.972Z | [ helios-setup] Dec 02 16:18:43.333 INFO E| Compiling errno v0.3.1 |
3150 | 2024-12-02T16:18:44.479Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3151 | 2024-12-02T16:18:44.504Z | [ helios-setup] Dec 02 16:18:43.865 INFO E| Compiling slog v2.7.0 |
3152 | 2024-12-02T16:18:44.565Z | [ helios-setup] Dec 02 16:18:43.927 INFO E| Compiling crossbeam-utils v0.8.14 |
3153 | 2024-12-02T16:18:44.731Z | [ helios-setup] Dec 02 16:18:44.092 INFO E| Compiling pkg-config v0.3.26 |
3154 | 2024-12-02T16:18:45.075Z | [ helios-setup] Dec 02 16:18:44.437 INFO E| Compiling fnv v1.0.7 |
3155 | 2024-12-02T16:18:45.520Z | [ helios-setup] Dec 02 16:18:44.881 INFO E| Compiling http v0.2.9 |
3156 | 2024-12-02T16:18:46.892Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3157 | 2024-12-02T16:18:47.322Z | [ helios-setup] Dec 02 16:18:46.683 INFO E| Compiling digest v0.10.6 |
3158 | 2024-12-02T16:18:48.332Z | [ host-package] Compiling git2 v0.19.0 |
3159 | 2024-12-02T16:18:48.529Z | [ helios-setup] Dec 02 16:18:47.890 INFO E| Compiling aho-corasick v0.7.20 |
3160 | 2024-12-02T16:18:48.586Z | [ helios-setup] Dec 02 16:18:47.947 INFO E| Compiling heck v0.4.1 |
3161 | 2024-12-02T16:18:49.180Z | [ helios-setup] Dec 02 16:18:48.541 INFO E| Compiling unicode-width v0.1.10 |
3162 | 2024-12-02T16:18:49.522Z | [ helios-setup] Dec 02 16:18:48.883 INFO E| Compiling percent-encoding v2.2.0 |
3163 | 2024-12-02T16:18:49.558Z | [ helios-setup] Dec 02 16:18:48.919 INFO E| Compiling anyhow v1.0.68 |
3164 | 2024-12-02T16:18:50.701Z | [ helios-setup] Dec 02 16:18:50.062 INFO E| Compiling regex-syntax v0.6.29 |
3165 | 2024-12-02T16:18:50.851Z | [ helios-setup] Dec 02 16:18:50.212 INFO E| Compiling cpufeatures v0.2.5 |
3166 | 2024-12-02T16:18:50.931Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3167 | 2024-12-02T16:18:51.363Z | [ helios-setup] Dec 02 16:18:50.724 INFO E| Compiling httparse v1.8.0 |
3168 | 2024-12-02T16:18:51.582Z | [ helios-setup] Dec 02 16:18:50.942 INFO E| Compiling tinyvec_macros v0.1.1 |
3169 | 2024-12-02T16:18:51.792Z | [ helios-setup] Dec 02 16:18:51.153 INFO E| Compiling thiserror-impl v1.0.38 |
3170 | 2024-12-02T16:18:51.927Z | [ helios-setup] Dec 02 16:18:51.288 INFO E| Compiling schemars_derive v0.8.12 |
3171 | 2024-12-02T16:18:52.152Z | [ helios-setup] Dec 02 16:18:51.513 INFO E| Compiling tinyvec v1.6.0 |
3172 | 2024-12-02T16:18:53.073Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3173 | 2024-12-02T16:18:53.186Z | [ helios-setup] Dec 02 16:18:52.546 INFO E| Compiling const-random-macro v0.1.15 |
3174 | 2024-12-02T16:18:53.316Z | [ helios-setup] Dec 02 16:18:52.677 INFO E| Compiling serde_derive v1.0.204 |
3175 | 2024-12-02T16:18:54.164Z | [ helios-setup] Dec 02 16:18:53.524 INFO E| Compiling tokio-macros v2.0.0 |
3176 | 2024-12-02T16:18:55.338Z | [ helios-setup] Dec 02 16:18:54.698 INFO E| Compiling futures-macro v0.3.28 |
3177 | 2024-12-02T16:18:56.025Z | [ helios-setup] Dec 02 16:18:55.385 INFO E| Compiling form_urlencoded v1.1.0 |
3178 | 2024-12-02T16:18:56.550Z | [ helios-setup] Dec 02 16:18:55.910 INFO E| Compiling hashbrown v0.13.2 |
3179 | 2024-12-02T16:18:57.439Z | [ helios-setup] Dec 02 16:18:56.800 INFO E| Compiling libz-sys v1.1.8 |
3180 | 2024-12-02T16:18:58.241Z | [ helios-setup] Dec 02 16:18:57.601 INFO E| Compiling regex v1.7.3 |
3181 | 2024-12-02T16:18:58.342Z | [ helios-setup] Dec 02 16:18:57.694 INFO E| Compiling chrono v0.4.24 |
3182 | 2024-12-02T16:19:01.533Z | [ helios-setup] Dec 02 16:19:00.893 INFO E| Compiling uuid v1.3.0 |
3183 | 2024-12-02T16:19:02.026Z | [ helios-setup] Dec 02 16:19:01.386 INFO E| Compiling dyn-clone v1.0.11 |
3184 | 2024-12-02T16:19:02.607Z | [ helios-setup] Dec 02 16:19:01.966 INFO E| Compiling regress v0.5.0 |
3185 | 2024-12-02T16:19:02.668Z | [ helios-setup] Dec 02 16:19:02.027 INFO E| Compiling unicode-normalization v0.1.22 |
3186 | 2024-12-02T16:19:03.051Z | [ helios-setup] Dec 02 16:19:02.410 INFO E| Compiling const-random v0.1.15 |
3187 | 2024-12-02T16:19:03.246Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3188 | 2024-12-02T16:19:05.047Z | [ helios-setup] Dec 02 16:19:04.320 INFO E| Compiling getopts v0.2.21 |
3189 | 2024-12-02T16:19:05.582Z | [ helios-setup] Dec 02 16:19:04.941 INFO E| Compiling tracing-core v0.1.30 |
3190 | 2024-12-02T16:19:05.764Z | [ helios-setup] Dec 02 16:19:05.123 INFO E| Compiling memoffset v0.7.1 |
3191 | 2024-12-02T16:19:06.336Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
3192 | 2024-12-02T16:19:06.543Z | [ helios-setup] Dec 02 16:19:05.902 INFO E| Compiling unicode-bidi v0.3.13 |
3193 | 2024-12-02T16:19:07.310Z | [ helios-setup] Dec 02 16:19:06.669 INFO E| Compiling powerfmt v0.2.0 |
3194 | 2024-12-02T16:19:07.363Z | [ host-package] Compiling rand_seeder v0.3.0 |
3195 | 2024-12-02T16:19:08.385Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3196 | 2024-12-02T16:19:09.179Z | [ helios-setup] Dec 02 16:19:08.537 INFO E| Compiling time-core v0.1.2 |
3197 | 2024-12-02T16:19:09.438Z | [ helios-setup] Dec 02 16:19:08.797 INFO E| Compiling ucd-trie v0.1.5 |
3198 | 2024-12-02T16:19:09.773Z | [ helios-setup] Dec 02 16:19:09.119 INFO E| Compiling num-conv v0.1.0 |
3199 | 2024-12-02T16:19:10.006Z | [ host-package] Compiling http-range v0.1.5 |
3200 | 2024-12-02T16:19:10.063Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3201 | 2024-12-02T16:19:10.365Z | [ host-package] Compiling rustls v0.21.12 |
3202 | 2024-12-02T16:19:10.795Z | [ helios-setup] Dec 02 16:19:10.154 INFO E| Compiling time-macros v0.2.18 |
3203 | 2024-12-02T16:19:11.122Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3204 | 2024-12-02T16:19:11.262Z | [ host-package] Compiling nix v0.29.0 |
3205 | 2024-12-02T16:19:11.644Z | [ helios-setup] Dec 02 16:19:11.003 INFO E| Compiling pest v2.5.7 |
3206 | 2024-12-02T16:19:11.749Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3207 | 2024-12-02T16:19:12.306Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3208 | 2024-12-02T16:19:12.568Z | [ helios-setup] Dec 02 16:19:11.925 INFO E| Compiling idna v0.3.0 |
3209 | 2024-12-02T16:19:14.477Z | [ helios-setup] Dec 02 16:19:13.835 INFO E| Compiling deranged v0.3.11 |
3210 | 2024-12-02T16:19:15.361Z | [ helios-setup] Dec 02 16:19:14.717 INFO E| Compiling tracing v0.1.37 |
3211 | 2024-12-02T16:19:15.622Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3212 | 2024-12-02T16:19:16.499Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3213 | 2024-12-02T16:19:16.960Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3214 | 2024-12-02T16:19:17.360Z | [ helios-setup] Dec 02 16:19:16.718 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3215 | 2024-12-02T16:19:17.691Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3216 | 2024-12-02T16:19:18.349Z | [ helios-setup] Dec 02 16:19:17.707 INFO E| Compiling time v0.1.45 |
3217 | 2024-12-02T16:19:18.540Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3218 | 2024-12-02T16:19:19.068Z | [ helios-setup] Dec 02 16:19:18.425 INFO E| Compiling crossbeam-epoch v0.9.13 |
3219 | 2024-12-02T16:19:19.261Z | [ helios-setup] Dec 02 16:19:18.619 INFO E| Compiling semver v1.0.17 |
3220 | 2024-12-02T16:19:20.293Z | [ helios-setup] Dec 02 16:19:19.650 INFO E| Compiling iana-time-zone v0.1.56 |
3221 | 2024-12-02T16:19:21.129Z | [ helios-setup] Dec 02 16:19:20.486 INFO E| Compiling num_threads v0.1.6 |
3222 | 2024-12-02T16:19:21.667Z | [ helios-setup] Dec 02 16:19:21.025 INFO E| Compiling toml v0.5.11 |
3223 | 2024-12-02T16:19:22.399Z | [ helios-setup] Dec 02 16:19:21.757 INFO E| Compiling smallvec v1.10.0 |
3224 | 2024-12-02T16:19:22.664Z | [ host-package] Compiling sct v0.7.1 |
3225 | 2024-12-02T16:19:23.257Z | [ helios-setup] Dec 02 16:19:22.615 INFO E| Compiling serde_tokenstream v0.2.0 |
3226 | 2024-12-02T16:19:23.653Z | [ host-package] Compiling castaway v0.2.3 |
3227 | 2024-12-02T16:19:24.139Z | [ host-package] Compiling csv-core v0.1.11 |
3228 | 2024-12-02T16:19:24.941Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3229 | 2024-12-02T16:19:25.210Z | [ helios-setup] Dec 02 16:19:24.567 INFO E| Compiling time v0.3.36 |
3230 | 2024-12-02T16:19:25.546Z | [ host-package] Compiling glob v0.3.1 |
3231 | 2024-12-02T16:19:25.670Z | [ host-package] Compiling csv v1.3.0 |
3232 | 2024-12-02T16:19:25.893Z | [ host-package] Compiling compact_str v0.8.0 |
3233 | 2024-12-02T16:19:26.415Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
3234 | 2024-12-02T16:19:26.686Z | [ helios-setup] Dec 02 16:19:26.043 INFO E| Compiling parking_lot v0.12.1 |
3235 | 2024-12-02T16:19:29.878Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3236 | 2024-12-02T16:19:30.035Z | [ host-package] Compiling nix v0.27.1 |
3237 | 2024-12-02T16:19:31.033Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3238 | 2024-12-02T16:19:32.439Z | [ helios-setup] Dec 02 16:19:31.795 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3239 | 2024-12-02T16:19:33.464Z | [ helios-setup] Dec 02 16:19:32.819 INFO E| Compiling semver-parser v0.10.2 |
3240 | 2024-12-02T16:19:33.671Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3241 | 2024-12-02T16:19:34.471Z | [ helios-setup] Dec 02 16:19:33.827 INFO E| Compiling url v2.3.1 |
3242 | 2024-12-02T16:19:38.846Z | [ helios-setup] Dec 02 16:19:38.202 INFO E| Compiling crossbeam-channel v0.5.6 |
3243 | 2024-12-02T16:19:39.282Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3244 | 2024-12-02T16:19:39.729Z | [ helios-setup] Dec 02 16:19:39.085 INFO E| Compiling dirs-sys-next v0.1.2 |
3245 | 2024-12-02T16:19:40.997Z | [ helios-setup] Dec 02 16:19:40.353 INFO E| Compiling try-lock v0.2.4 |
3246 | 2024-12-02T16:19:41.453Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3247 | 2024-12-02T16:19:41.482Z | [ helios-setup] Dec 02 16:19:40.838 INFO E| Compiling crc32fast v1.3.2 |
3248 | 2024-12-02T16:19:42.228Z | [ helios-setup] Dec 02 16:19:41.583 INFO E| Compiling same-file v1.0.6 |
3249 | 2024-12-02T16:19:42.338Z | [ helios-setup] Dec 02 16:19:41.693 INFO E| Compiling want v0.3.0 |
3250 | 2024-12-02T16:19:42.740Z | [ helios-setup] Dec 02 16:19:42.096 INFO E| Compiling walkdir v2.3.3 |
3251 | 2024-12-02T16:19:42.817Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3252 | 2024-12-02T16:19:43.156Z | [ helios-setup] Dec 02 16:19:42.512 INFO E| Compiling dirs-next v2.0.0 |
3253 | 2024-12-02T16:19:43.867Z | [ helios-setup] Dec 02 16:19:43.222 INFO E| Compiling semver v0.11.0 |
3254 | 2024-12-02T16:19:45.466Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
3255 | 2024-12-02T16:19:46.048Z | [ helios-setup] Dec 02 16:19:45.403 INFO E| Compiling proc-macro-crate v1.2.1 |
3256 | 2024-12-02T16:19:47.726Z | [ helios-setup] Dec 02 16:19:47.081 INFO E| Compiling tokio-util v0.7.7 |
3257 | 2024-12-02T16:19:48.028Z | [ helios-setup] Dec 02 16:19:47.383 INFO E| Compiling futures-executor v0.3.28 |
3258 | 2024-12-02T16:19:48.090Z | [ helios-setup] Dec 02 16:19:47.445 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3259 | 2024-12-02T16:19:49.334Z | [ helios-setup] Dec 02 16:19:48.688 INFO E| Compiling http-body v0.4.5 |
3260 | 2024-12-02T16:19:50.302Z | [ helios-setup] Dec 02 16:19:49.657 INFO E| Compiling ring v0.16.20 |
3261 | 2024-12-02T16:19:50.994Z | [ helios-setup] Dec 02 16:19:50.349 INFO E| Compiling h2 v0.3.16 |
3262 | 2024-12-02T16:19:51.345Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3263 | 2024-12-02T16:19:52.897Z | [ helios-setup] Dec 02 16:19:52.251 INFO E| Compiling rand_core v0.6.4 |
3264 | 2024-12-02T16:19:53.362Z | [ helios-setup] Dec 02 16:19:52.716 INFO E| Compiling thread_local v1.1.7 |
3265 | 2024-12-02T16:19:54.299Z | [ helios-setup] Dec 02 16:19:53.653 INFO E| Compiling home v0.5.4 |
3266 | 2024-12-02T16:19:54.736Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3267 | 2024-12-02T16:19:54.884Z | [ helios-setup] Dec 02 16:19:54.238 INFO E| Compiling httpdate v1.0.2 |
3268 | 2024-12-02T16:19:55.644Z | [ helios-setup] Dec 02 16:19:54.998 INFO E| Compiling rayon-core v1.10.2 |
3269 | 2024-12-02T16:19:56.497Z | [ helios-setup] Dec 02 16:19:55.851 INFO E| Compiling utf8parse v0.2.1 |
3270 | 2024-12-02T16:19:56.533Z | [ helios-setup] Dec 02 16:19:55.888 INFO E| Compiling fastrand v1.9.0 |
3271 | 2024-12-02T16:19:56.654Z | [ helios-setup] Dec 02 16:19:56.008 INFO E| Compiling adler v1.0.2 |
3272 | 2024-12-02T16:19:56.896Z | [ helios-setup] Dec 02 16:19:56.250 INFO E| Compiling ppv-lite86 v0.2.17 |
3273 | 2024-12-02T16:19:57.242Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3274 | 2024-12-02T16:19:57.307Z | [ helios-setup] Dec 02 16:19:56.661 INFO E| Compiling tower-service v0.3.2 |
3275 | 2024-12-02T16:19:57.579Z | [ helios-setup] Dec 02 16:19:56.933 INFO E| Compiling base64 v0.21.0 |
3276 | 2024-12-02T16:19:58.050Z | [ helios-setup] Dec 02 16:19:57.404 INFO E| Compiling lazy_static v1.4.0 |
3277 | 2024-12-02T16:19:58.257Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3278 | 2024-12-02T16:19:58.370Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3279 | 2024-12-02T16:19:59.167Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3280 | 2024-12-02T16:19:59.199Z | [ helios-setup] Dec 02 16:19:58.553 INFO E| Compiling rand_chacha v0.3.1 |
3281 | 2024-12-02T16:19:59.340Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3282 | 2024-12-02T16:19:59.805Z | [ helios-setup] Dec 02 16:19:59.159 INFO E| Compiling toolchain_find v0.2.0 |
3283 | 2024-12-02T16:20:00.029Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3284 | 2024-12-02T16:20:00.853Z | [ helios-setup] Dec 02 16:20:00.207 INFO E| Compiling tempfile v3.5.0 |
3285 | 2024-12-02T16:20:02.391Z | [ helios-setup] Dec 02 16:20:01.745 INFO E| Compiling hyper v0.14.25 |
3286 | 2024-12-02T16:20:02.538Z | [ helios-setup] Dec 02 16:20:01.892 INFO E| Compiling miniz_oxide v0.6.2 |
3287 | 2024-12-02T16:20:02.557Z | [ helios-setup] Dec 02 16:20:01.911 INFO E| Compiling anstyle-parse v0.1.1 |
3288 | 2024-12-02T16:20:05.602Z | [ host-package] Compiling hashlink v0.9.1 |
3289 | 2024-12-02T16:20:05.851Z | [ host-package] Compiling tungstenite v0.23.0 |
3290 | 2024-12-02T16:20:07.966Z | [ host-package] Compiling lru v0.12.5 |
3291 | 2024-12-02T16:20:08.737Z | [ host-package] Compiling instability v0.3.2 |
3292 | 2024-12-02T16:20:08.789Z | [ helios-setup] Dec 02 16:20:08.142 INFO E| Compiling futures v0.3.28 |
3293 | 2024-12-02T16:20:09.061Z | [ helios-setup] Dec 02 16:20:08.412 INFO E| Compiling num_enum_derive v0.5.7 |
3294 | 2024-12-02T16:20:11.073Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3295 | 2024-12-02T16:20:12.989Z | [ host-package] Compiling cassowary v0.3.0 |
3296 | 2024-12-02T16:20:13.441Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3297 | 2024-12-02T16:20:13.795Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3298 | 2024-12-02T16:20:14.457Z | [ host-package] Compiling rusqlite v0.32.1 |
3299 | 2024-12-02T16:20:15.483Z | [ host-package] Compiling ratatui v0.28.1 |
3300 | 2024-12-02T16:20:16.211Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3301 | 2024-12-02T16:20:20.888Z | [ helios-setup] Dec 02 16:20:20.239 INFO E| Compiling cargo-lock v8.0.3 |
3302 | 2024-12-02T16:20:21.078Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3303 | 2024-12-02T16:20:22.386Z | [ helios-setup] Dec 02 16:20:21.737 INFO E| Compiling crossbeam-deque v0.8.2 |
3304 | 2024-12-02T16:20:22.465Z | [ helios-setup] Dec 02 16:20:21.817 INFO E| Compiling term v0.7.0 |
3305 | 2024-12-02T16:20:24.841Z | [ helios-setup] Dec 02 16:20:24.192 INFO E| Compiling serde_urlencoded v0.7.1 |
3306 | 2024-12-02T16:20:25.075Z | [ helios-setup] Dec 02 16:20:24.427 INFO E| Compiling sha2 v0.10.6 |
3307 | 2024-12-02T16:20:26.273Z | [ helios-setup] Dec 02 16:20:25.624 INFO E| Compiling sha1 v0.10.5 |
3308 | 2024-12-02T16:20:27.498Z | [ helios-setup] Dec 02 16:20:26.849 INFO E| Compiling is-terminal v0.4.7 |
3309 | 2024-12-02T16:20:28.060Z | [ helios-setup] Dec 02 16:20:27.411 INFO E| Compiling atty v0.2.14 |
3310 | 2024-12-02T16:20:28.438Z | [ helios-setup] Dec 02 16:20:27.789 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3311 | 2024-12-02T16:20:29.469Z | [ helios-setup] Dec 02 16:20:28.820 INFO E| Compiling concolor-query v0.3.3 |
3312 | 2024-12-02T16:20:29.859Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3313 | 2024-12-02T16:20:30.333Z | [ helios-setup] Dec 02 16:20:29.684 INFO E| Compiling anstyle v0.3.5 |
3314 | 2024-12-02T16:20:31.124Z | [ helios-setup] Dec 02 16:20:30.475 INFO E| Compiling concolor-override v1.0.0 |
3315 | 2024-12-02T16:20:31.409Z | [ helios-setup] Dec 02 16:20:30.760 INFO E| Compiling anstream v0.2.6 |
3316 | 2024-12-02T16:20:33.013Z | [ helios-setup] Dec 02 16:20:32.363 INFO E| Compiling slog-term v2.9.0 |
3317 | 2024-12-02T16:20:33.228Z | [ helios-setup] Dec 02 16:20:32.579 INFO E| Compiling flate2 v1.0.25 |
3318 | 2024-12-02T16:20:34.994Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3319 | 2024-12-02T16:20:35.467Z | [ helios-setup] Dec 02 16:20:34.817 INFO E| Compiling num_enum v0.5.7 |
3320 | 2024-12-02T16:20:35.697Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3321 | 2024-12-02T16:20:35.789Z | [ helios-setup] Dec 02 16:20:35.138 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3322 | 2024-12-02T16:20:36.019Z | [ helios-setup] Dec 02 16:20:35.370 INFO E| Compiling rand v0.8.5 |
3323 | 2024-12-02T16:20:36.333Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3324 | 2024-12-02T16:20:37.360Z | [ helios-setup] Dec 02 16:20:36.710 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3325 | 2024-12-02T16:20:37.629Z | [ helios-setup] Dec 02 16:20:36.979 INFO E| Compiling openapiv3 v1.0.2 |
3326 | 2024-12-02T16:20:39.120Z | [ helios-setup] Dec 02 16:20:38.469 INFO E| Compiling encoding_rs v0.8.32 |
3327 | 2024-12-02T16:20:39.991Z | [ helios-setup] Dec 02 16:20:39.341 INFO E| Compiling spin v0.5.2 |
3328 | 2024-12-02T16:20:40.448Z | [ helios-setup] Dec 02 16:20:39.798 INFO E| Compiling utf-8 v0.7.6 |
3329 | 2024-12-02T16:20:41.456Z | [ helios-setup] Dec 02 16:20:40.806 INFO E| Compiling either v1.8.0 |
3330 | 2024-12-02T16:20:42.456Z | [ helios-setup] Dec 02 16:20:41.805 INFO E| Compiling project-root v0.2.2 |
3331 | 2024-12-02T16:20:43.376Z | [ helios-setup] Dec 02 16:20:42.725 INFO E| Compiling clap_lex v0.4.1 |
3332 | 2024-12-02T16:20:45.019Z | [ helios-setup] Dec 02 16:20:44.368 INFO E| Compiling byteorder v1.4.3 |
3333 | 2024-12-02T16:20:46.547Z | [ helios-setup] Dec 02 16:20:45.896 INFO E| Compiling ipnet v2.7.2 |
3334 | 2024-12-02T16:20:46.622Z | [ helios-setup] Dec 02 16:20:45.971 INFO E| Compiling mime v0.3.17 |
3335 | 2024-12-02T16:20:47.129Z | [ helios-setup] Dec 02 16:20:46.478 INFO E| Compiling unsafe-libyaml v0.2.8 |
3336 | 2024-12-02T16:20:49.160Z | [ helios-setup] Dec 02 16:20:48.509 INFO E| Compiling strsim v0.10.0 |
3337 | 2024-12-02T16:20:50.719Z | [ helios-setup] Dec 02 16:20:50.068 INFO E| Compiling untrusted v0.7.1 |
3338 | 2024-12-02T16:20:51.132Z | [ helios-setup] Dec 02 16:20:50.481 INFO E| Compiling base64 v0.13.1 |
3339 | 2024-12-02T16:20:52.583Z | [ helios-setup] Dec 02 16:20:51.931 INFO E| Compiling tungstenite v0.18.0 |
3340 | 2024-12-02T16:20:52.731Z | [ helios-setup] Dec 02 16:20:52.080 INFO E| Compiling clap_builder v4.2.1 |
3341 | 2024-12-02T16:20:52.842Z | [ helios-setup] Dec 02 16:20:52.191 INFO E| Compiling serde_yaml v0.9.21 |
3342 | 2024-12-02T16:20:53.184Z | [ helios-setup] Dec 02 16:20:52.533 INFO E| Compiling reqwest v0.11.16 |
3343 | 2024-12-02T16:20:54.430Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3344 | 2024-12-02T16:20:59.268Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3345 | 2024-12-02T16:21:00.526Z | [ helios-setup] Dec 02 16:20:59.873 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3346 | 2024-12-02T16:21:01.028Z | [ helios-setup] Dec 02 16:21:00.376 INFO E| Compiling rayon v1.6.1 |
3347 | 2024-12-02T16:21:01.829Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3348 | 2024-12-02T16:21:02.328Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3349 | 2024-12-02T16:21:03.352Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3350 | 2024-12-02T16:21:03.462Z | [ helios-setup] Dec 02 16:21:02.809 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3351 | 2024-12-02T16:21:03.497Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3352 | 2024-12-02T16:21:04.066Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3353 | 2024-12-02T16:21:04.520Z | [ host-package] Compiling twox-hash v1.6.3 |
3354 | 2024-12-02T16:21:05.154Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3355 | 2024-12-02T16:21:06.005Z | [ helios-setup] Dec 02 16:21:05.352 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3356 | 2024-12-02T16:21:06.320Z | [ host-package] Compiling smawk v0.3.2 |
3357 | 2024-12-02T16:21:06.777Z | [ host-package] Compiling is_ci v1.2.0 |
3358 | 2024-12-02T16:21:07.090Z | [ host-package] Compiling supports-color v3.0.1 |
3359 | 2024-12-02T16:21:07.456Z | [ host-package] Compiling textwrap v0.16.1 |
3360 | 2024-12-02T16:21:08.836Z | [ helios-setup] Dec 02 16:21:08.183 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3361 | 2024-12-02T16:21:11.330Z | [ helios-setup] Dec 02 16:21:10.677 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3362 | 2024-12-02T16:21:11.632Z | [ helios-setup] Dec 02 16:21:10.978 INFO E| Compiling clap_derive v4.2.0 |
3363 | 2024-12-02T16:21:11.795Z | [ helios-setup] Dec 02 16:21:11.141 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3364 | 2024-12-02T16:21:14.095Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3365 | 2024-12-02T16:21:17.054Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3366 | 2024-12-02T16:21:20.905Z | [ helios-setup] Dec 02 16:21:20.251 INFO E| Compiling clap v4.2.1 |
3367 | 2024-12-02T16:21:21.450Z | [ helios-setup] Dec 02 16:21:20.795 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3368 | 2024-12-02T16:21:33.524Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3369 | 2024-12-02T16:21:34.325Z | [ helios-setup] Dec 02 16:21:33.670 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3370 | 2024-12-02T16:21:37.681Z | [ helios-setup] Dec 02 16:21:37.024 INFO E| Compiling tokio-tungstenite v0.18.0 |
3371 | 2024-12-02T16:21:39.375Z | [ helios-setup] Dec 02 16:21:38.719 INFO E| Compiling smartstring v1.0.1 |
3372 | 2024-12-02T16:21:40.378Z | [ helios-setup] Dec 02 16:21:39.722 INFO E| Compiling rustls v0.21.0 |
3373 | 2024-12-02T16:21:42.898Z | [ helios-setup] Dec 02 16:21:42.241 INFO E| Compiling rustls-webpki v0.100.1 |
3374 | 2024-12-02T16:21:45.982Z | [ helios-setup] Dec 02 16:21:45.325 INFO E| Compiling sct v0.7.0 |
3375 | 2024-12-02T16:21:46.785Z | [ helios-setup] Dec 02 16:21:46.128 INFO E| Compiling toml_datetime v0.6.1 |
3376 | 2024-12-02T16:21:47.106Z | [ helios-setup] Dec 02 16:21:46.450 INFO E| Compiling serde_spanned v0.6.1 |
3377 | 2024-12-02T16:21:47.402Z | [ helios-setup] Dec 02 16:21:46.745 INFO E| Compiling match_cfg v0.1.0 |
3378 | 2024-12-02T16:21:47.722Z | [ helios-setup] Dec 02 16:21:47.065 INFO E| Compiling paste v1.0.12 |
3379 | 2024-12-02T16:21:47.824Z | [ helios-setup] Dec 02 16:21:47.167 INFO E| Compiling async-trait v0.1.68 |
3380 | 2024-12-02T16:21:48.147Z | [ helios-setup] Dec 02 16:21:47.490 INFO E| Compiling winnow v0.4.1 |
3381 | 2024-12-02T16:21:49.045Z | [ helios-setup] Dec 02 16:21:48.388 INFO E| Compiling slog-async v2.7.0 |
3382 | 2024-12-02T16:21:49.225Z | [ helios-setup] Dec 02 16:21:48.568 INFO E| Compiling camino v1.1.4 |
3383 | 2024-12-02T16:21:50.470Z | [ helios-setup] Dec 02 16:21:49.813 INFO E| Compiling static_assertions v1.1.0 |
3384 | 2024-12-02T16:21:50.716Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3385 | 2024-12-02T16:21:50.842Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3386 | 2024-12-02T16:21:51.254Z | [ helios-setup] Dec 02 16:21:50.597 INFO E| Compiling hostname v0.3.1 |
3387 | 2024-12-02T16:21:52.278Z | [ helios-setup] Dec 02 16:21:51.621 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3388 | 2024-12-02T16:21:56.535Z | [ helios-setup] Dec 02 16:21:55.877 INFO E| Compiling toml_edit v0.19.8 |
3389 | 2024-12-02T16:22:00.027Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3390 | 2024-12-02T16:22:04.373Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3391 | 2024-12-02T16:22:05.812Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3392 | 2024-12-02T16:22:07.227Z | [ helios-setup] Dec 02 16:22:06.568 INFO E| Compiling slog-json v2.6.1 |
3393 | 2024-12-02T16:22:08.477Z | [ helios-setup] Dec 02 16:22:07.818 INFO E| Compiling unicode-linebreak v0.1.4 |
3394 | 2024-12-02T16:22:08.539Z | [ helios-setup] Dec 02 16:22:07.880 INFO E| Compiling async-stream-impl v0.3.5 |
3395 | 2024-12-02T16:22:08.623Z | [ helios-setup] Dec 02 16:22:07.964 INFO E| Compiling rhai_codegen v1.5.0 |
3396 | 2024-12-02T16:22:11.365Z | [ helios-setup] Dec 02 16:22:10.706 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3397 | 2024-12-02T16:22:12.360Z | [ helios-setup] Dec 02 16:22:11.701 INFO E| Compiling take_mut v0.2.2 |
3398 | 2024-12-02T16:22:13.580Z | [ helios-setup] Dec 02 16:22:12.920 INFO E| Compiling async-stream v0.3.5 |
3399 | 2024-12-02T16:22:13.665Z | [ helios-setup] Dec 02 16:22:13.005 INFO E| Compiling rhai v1.14.0 |
3400 | 2024-12-02T16:22:14.325Z | [ helios-setup] Dec 02 16:22:13.666 INFO E| Compiling slog-bunyan v2.4.0 |
3401 | 2024-12-02T16:22:14.479Z | [ helios-setup] Dec 02 16:22:13.819 INFO E| Compiling toml v0.7.3 |
3402 | 2024-12-02T16:22:15.164Z | [ helios-setup] Dec 02 16:22:14.504 INFO E| Compiling tokio-rustls v0.24.0 |
3403 | 2024-12-02T16:22:21.986Z | [ helios-setup] Dec 02 16:22:21.326 INFO E| Compiling rustls-pemfile v1.0.2 |
3404 | 2024-12-02T16:22:22.310Z | [ helios-setup] Dec 02 16:22:21.649 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3405 | 2024-12-02T16:22:23.551Z | [ helios-setup] Dec 02 16:22:22.890 INFO E| Compiling serde_path_to_error v0.1.11 |
3406 | 2024-12-02T16:22:23.758Z | [ helios-setup] Dec 02 16:22:23.097 INFO E| Compiling bincode v1.3.3 |
3407 | 2024-12-02T16:22:25.828Z | [ helios-setup] Dec 02 16:22:25.168 INFO E| Compiling terminal_size v0.2.6 |
3408 | 2024-12-02T16:22:26.237Z | [ helios-setup] Dec 02 16:22:25.577 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3409 | 2024-12-02T16:22:26.662Z | [ helios-setup] Dec 02 16:22:26.002 INFO E| Compiling smawk v0.3.1 |
3410 | 2024-12-02T16:22:27.164Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3411 | 2024-12-02T16:22:27.459Z | [ helios-setup] Dec 02 16:22:26.798 INFO E| Compiling textwrap v0.16.0 |
3412 | 2024-12-02T16:22:27.786Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3413 | 2024-12-02T16:22:41.357Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3414 | 2024-12-02T16:22:44.919Z | [ host-package] Compiling fatfs v0.3.6 |
3415 | 2024-12-02T16:22:48.230Z | [ host-package] Compiling rtoolbox v0.0.2 |
3416 | 2024-12-02T16:22:49.578Z | [ host-package] Compiling assert_matches v1.5.0 |
3417 | 2024-12-02T16:22:51.320Z | [ host-package] Compiling rpassword v7.3.1 |
3418 | 2024-12-02T16:22:52.165Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3419 | 2024-12-02T16:22:53.010Z | [ helios-setup] Dec 02 16:22:52.347 INFO E| Compiling git2 v0.16.1 |
3420 | 2024-12-02T16:22:56.550Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3421 | 2024-12-02T16:22:58.426Z | [ helios-setup] Dec 02 16:22:57.762 INFO E| Compiling built v0.6.0 |
3422 | 2024-12-02T16:23:02.736Z | [ helios-setup] Dec 02 16:23:02.072 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3423 | 2024-12-02T16:23:04.357Z | [ helios-setup] Dec 02 16:23:03.692 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3424 | 2024-12-02T16:23:05.029Z | [ helios-setup] Dec 02 16:23:04.364 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3425 | 2024-12-02T16:23:05.718Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3426 | 2024-12-02T16:23:06.505Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3427 | 2024-12-02T16:23:07.744Z | [ helios-setup] Dec 02 16:23:07.079 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3428 | 2024-12-02T16:23:09.862Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3429 | 2024-12-02T16:23:10.483Z | [ helios-setup] Dec 02 16:23:09.817 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3430 | 2024-12-02T16:23:10.485Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3431 | 2024-12-02T16:23:11.316Z | [ host-package] Compiling uzers v0.12.1 |
3432 | 2024-12-02T16:23:16.805Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3433 | 2024-12-02T16:23:34.972Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3434 | 2024-12-02T16:23:39.601Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3435 | 2024-12-02T16:24:03.171Z | [ helios-setup] Dec 02 16:24:02.500 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3436 | 2024-12-02T16:24:22.210Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3437 | 2024-12-02T16:24:22.306Z | [ host-package] Compiling multimap v0.10.0 |
3438 | 2024-12-02T16:25:13.984Z | [ helios-setup] Dec 02 16:25:13.307 INFO E| Finished `release` profile [optimized] target(s) in 6m 56s |
3439 | 2024-12-02T16:25:14.108Z | [ helios-setup] Dec 02 16:25:13.430 INFO building project "pilot" ok (416 seconds) |
3440 | 2024-12-02T16:25:14.110Z | [ helios-setup] Dec 02 16:25:13.431 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3441 | 2024-12-02T16:25:14.110Z | [ helios-setup] Dec 02 16:25:13.431 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3442 | 2024-12-02T16:25:14.479Z | [ helios-setup] Dec 02 16:25:13.801 INFO E| Downloading crates ... |
3443 | 2024-12-02T16:25:14.535Z | [ helios-setup] Dec 02 16:25:13.858 INFO E| Downloaded miniz_oxide v0.7.2 |
3444 | 2024-12-02T16:25:14.613Z | [ helios-setup] Dec 02 16:25:13.935 INFO E| Compiling adler v1.0.2 |
3445 | 2024-12-02T16:25:14.741Z | [ helios-setup] Dec 02 16:25:14.063 INFO E| Compiling miniz_oxide v0.7.2 |
3446 | 2024-12-02T16:25:17.998Z | [ helios-setup] Dec 02 16:25:17.319 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3447 | 2024-12-02T16:25:19.148Z | [ helios-setup] Dec 02 16:25:18.454 INFO E| Finished `release` profile [optimized] target(s) in 4.92s |
3448 | 2024-12-02T16:25:19.180Z | [ helios-setup] Dec 02 16:25:18.467 INFO building project "pinprick" ok (5 seconds) |
3449 | 2024-12-02T16:25:19.181Z | [ helios-setup] rm -f helios-build |
3450 | 2024-12-02T16:25:19.183Z | [ helios-setup] |
3451 | 2024-12-02T16:25:19.183Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3452 | 2024-12-02T16:25:19.183Z | [ helios-setup] real 12:24.452858339 |
3453 | 2024-12-02T16:25:19.183Z | Dec 02 16:25:18.503 INFO [helios-setup] process exited with exit status: 0 (744.482273005s) |
3454 | 2024-12-02T16:25:19.183Z | [ helios-setup] |
3455 | 2024-12-02T16:25:19.183Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3456 | 2024-12-02T16:25:19.183Z | [ helios-setup] user 29:22.305744658 |
3457 | 2024-12-02T16:25:19.183Z | [ helios-setup] |
3458 | 2024-12-02T16:25:19.183Z | [ helios-setup] sys 3:40.952406891 |
3459 | 2024-12-02T16:25:19.183Z | [ helios-setup] trap 1.866766531 |
3460 | 2024-12-02T16:25:19.183Z | [ helios-setup] tflt 7.686310902 |
3461 | 2024-12-02T16:25:19.183Z | [ helios-setup] dflt 38.172758001 |
3462 | 2024-12-02T16:25:19.183Z | [ helios-setup] kflt 0.065817443 |
3463 | 2024-12-02T16:25:19.183Z | [ helios-setup] lock 2:11:44.853254370 |
3464 | 2024-12-02T16:25:19.183Z | [ helios-setup] slp 3:49:38.456181420 |
3465 | 2024-12-02T16:25:19.184Z | [ helios-setup] lat 33:32.745616728 |
3466 | 2024-12-02T16:25:19.184Z | [ helios-setup] stop 4:17.612634105 |
3467 | 2024-12-02T16:25:19.186Z | Dec 02 16:25:18.506 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3468 | 2024-12-02T16:25:19.211Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3469 | 2024-12-02T16:25:19.442Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3470 | 2024-12-02T16:25:19.442Z | [ phbl-toolchain] info: downloading component 'cargo' |
3471 | 2024-12-02T16:25:20.587Z | [ phbl-toolchain] info: downloading component 'clippy' |
3472 | 2024-12-02T16:25:21.250Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3473 | 2024-12-02T16:25:26.261Z | [ phbl-toolchain] info: downloading component 'miri' |
3474 | 2024-12-02T16:25:26.695Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3475 | 2024-12-02T16:25:28.173Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3476 | 2024-12-02T16:25:28.381Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3477 | 2024-12-02T16:25:30.551Z | [ phbl-toolchain] info: downloading component 'rustc' |
3478 | 2024-12-02T16:25:38.758Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3479 | 2024-12-02T16:25:39.286Z | [ phbl-toolchain] info: installing component 'cargo' |
3480 | 2024-12-02T16:25:40.552Z | [ phbl-toolchain] info: installing component 'clippy' |
3481 | 2024-12-02T16:25:41.113Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3482 | 2024-12-02T16:25:46.879Z | [ phbl-toolchain] info: installing component 'miri' |
3483 | 2024-12-02T16:25:47.230Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3484 | 2024-12-02T16:25:53.598Z | [ phbl-toolchain] info: installing component 'rust-src' |
3485 | 2024-12-02T16:25:54.203Z | [ phbl-toolchain] info: installing component 'rust-std' |
3486 | 2024-12-02T16:25:56.762Z | [ phbl-toolchain] info: installing component 'rustc' |
3487 | 2024-12-02T16:26:05.745Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3488 | 2024-12-02T16:26:06.515Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3489 | 2024-12-02T16:26:06.520Z | Dec 02 16:26:05.835 INFO [phbl-toolchain] process exited with exit status: 0 (47.329073292s) |
3490 | 2024-12-02T16:27:05.322Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3491 | 2024-12-02T16:27:07.587Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3492 | 2024-12-02T16:34:01.033Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 12s |
3493 | 2024-12-02T16:35:10.185Z | Dec 02 16:35:09.448 INFO [host-package] process exited with exit status: 0 (1281.721446364s) |
3494 | 2024-12-02T16:35:10.185Z | Dec 02 16:35:09.448 INFO [host-stamp] running task |
3495 | 2024-12-02T16:35:10.188Z | Dec 02 16:35:09.449 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3496 | 2024-12-02T16:35:10.195Z | Dec 02 16:35:09.459 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+git86522dc9102 |
3497 | 2024-12-02T16:35:10.209Z | Dec 02 16:35:09.473 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+git86522dc9102 |
3498 | 2024-12-02T16:35:10.219Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3499 | 2024-12-02T16:35:10.219Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3500 | 2024-12-02T16:35:10.224Z | Dec 02 16:35:09.487 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+git86522dc9102 |
3501 | 2024-12-02T16:35:10.243Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3502 | 2024-12-02T16:35:10.243Z | Dec 02 16:35:09.506 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+git86522dc9102 |
3503 | 2024-12-02T16:35:10.258Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-02T16:35:10.258Z | Dec 02 16:35:09.522 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+git86522dc9102 |
3505 | 2024-12-02T16:35:10.272Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3506 | 2024-12-02T16:35:10.278Z | Dec 02 16:35:09.541 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+git86522dc9102 |
3507 | 2024-12-02T16:35:10.281Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-02T16:35:10.292Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3509 | 2024-12-02T16:35:10.296Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-02T16:35:10.296Z | Dec 02 16:35:09.560 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+git86522dc9102 |
3511 | 2024-12-02T16:35:10.309Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3512 | 2024-12-02T16:35:10.314Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-02T16:35:10.314Z | Dec 02 16:35:09.578 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+git86522dc9102 |
3514 | 2024-12-02T16:35:10.334Z | Dec 02 16:35:09.598 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (138.973223ms) |
3515 | 2024-12-02T16:35:10.334Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-02T16:35:10.337Z | Dec 02 16:35:09.598 INFO [stamp-oxlog] process exited with exit status: 0 (110.663214ms) |
3517 | 2024-12-02T16:35:10.337Z | Dec 02 16:35:09.598 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (76.199211ms) |
3518 | 2024-12-02T16:35:10.348Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3519 | 2024-12-02T16:35:10.351Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3520 | 2024-12-02T16:35:10.353Z | Dec 02 16:35:09.617 INFO [stamp-overlay] process exited with exit status: 0 (39.253648ms) |
3521 | 2024-12-02T16:35:10.507Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3522 | 2024-12-02T16:35:10.511Z | Dec 02 16:35:09.775 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.402973ms) |
3523 | 2024-12-02T16:35:10.711Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3524 | 2024-12-02T16:35:10.715Z | Dec 02 16:35:09.977 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (417.198277ms) |
3525 | 2024-12-02T16:35:11.388Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3526 | 2024-12-02T16:35:11.392Z | Dec 02 16:35:10.655 INFO [stamp-propolis-server] process exited with exit status: 0 (1.148725086s) |
3527 | 2024-12-02T16:35:11.659Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3528 | 2024-12-02T16:35:14.372Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3529 | 2024-12-02T16:35:21.128Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3530 | 2024-12-02T16:35:21.132Z | Dec 02 16:35:20.394 INFO [stamp-switch-asic] process exited with exit status: 0 (10.921073796s) |
3531 | 2024-12-02T16:35:21.132Z | Dec 02 16:35:20.394 INFO [host-stamp] task succeeded (10.945962955s) |
3532 | 2024-12-02T16:35:21.136Z | Dec 02 16:35:20.394 INFO [host-proto] running task |
3533 | 2024-12-02T16:35:21.556Z | Dec 02 16:35:20.818 INFO [host-proto] task succeeded (423.46855ms) |
3534 | 2024-12-02T16:35:21.556Z | Dec 02 16:35:20.818 INFO [host-profile] running task |
3535 | 2024-12-02T16:35:21.561Z | Dec 02 16:35:20.818 INFO [host-profile] task succeeded (391.381µs) |
3536 | 2024-12-02T16:35:21.561Z | Dec 02 16:35:20.818 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.301' -P /tmp/.tmpcAIMQT/proto/host/root -N 'ci 86522dc/${os_short_commit} 2024-12-02 16:12' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3537 | 2024-12-02T16:35:21.576Z | [ host-image] Dec 02 16:35:20.838 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3538 | 2024-12-02T16:35:21.576Z | [ host-image] Dec 02 16:35:20.838 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3539 | 2024-12-02T16:35:21.593Z | [ host-image] Dec 02 16:35:20.854 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpcAIMQT/proto/host/root" |
3540 | 2024-12-02T16:35:21.596Z | [ host-image] Dec 02 16:35:20.855 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3541 | 2024-12-02T16:35:21.599Z | [ host-image] Dec 02 16:35:20.855 INFO image builder template: ramdisk-01-os... |
3542 | 2024-12-02T16:35:21.599Z | [ host-image] Dec 02 16:35:20.856 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/.tmpcAIMQT/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.301", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3543 | 2024-12-02T16:35:21.617Z | [ host-image] Dec 02 16:35:20.879 INFO O| Dec 02 16:35:20.879 INFO CREATE DATASET: rpool/images/build/host/output |
3544 | 2024-12-02T16:35:22.023Z | [ host-image] Dec 02 16:35:21.285 INFO O| Dec 02 16:35:21.285 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3545 | 2024-12-02T16:35:22.027Z | [ host-image] Dec 02 16:35:21.290 INFO O| Dec 02 16:35:21.290 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3546 | 2024-12-02T16:35:22.196Z | [ host-image] Dec 02 16:35:21.458 INFO O| Dec 02 16:35:21.458 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3547 | 2024-12-02T16:35:22.243Z | [ host-image] Dec 02 16:35:21.505 INFO O| Dec 02 16:35:21.505 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3548 | 2024-12-02T16:35:22.246Z | [ host-image] Dec 02 16:35:21.505 INFO O| Dec 02 16:35:21.505 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3549 | 2024-12-02T16:35:22.246Z | [ host-image] Dec 02 16:35:21.505 INFO O| Dec 02 16:35:21.505 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3550 | 2024-12-02T16:35:22.246Z | [ host-image] Dec 02 16:35:21.505 INFO O| Dec 02 16:35:21.505 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3551 | 2024-12-02T16:35:22.252Z | [ host-image] Dec 02 16:35:21.513 INFO O| Dec 02 16:35:21.513 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3552 | 2024-12-02T16:35:22.600Z | [ host-image] Dec 02 16:35:21.861 INFO O| Dec 02 16:35:21.861 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-12-02T16:35:22.610Z | [ host-image] Dec 02 16:35:21.872 INFO O| Dec 02 16:35:21.872 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3554 | 2024-12-02T16:35:23.017Z | [ host-image] Dec 02 16:35:22.279 INFO O| Dec 02 16:35:22.279 INFO O| Caching catalogs ... Done |
3555 | 2024-12-02T16:35:23.135Z | [ host-image] Dec 02 16:35:22.397 INFO O| Dec 02 16:35:22.397 INFO STEP 0 (pkg_image_create) COMPLETE |
3556 | 2024-12-02T16:35:23.135Z | [ host-image] Dec 02 16:35:22.397 INFO O| Dec 02 16:35:22.397 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-02T16:35:23.138Z | [ host-image] Dec 02 16:35:22.397 INFO O| Dec 02 16:35:22.397 INFO skip step because feature "repo_redist" is not enabled |
3558 | 2024-12-02T16:35:23.138Z | [ host-image] Dec 02 16:35:22.397 INFO O| Dec 02 16:35:22.397 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-12-02T16:35:23.153Z | [ host-image] Dec 02 16:35:22.415 INFO O| Dec 02 16:35:22.415 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"] |
3560 | 2024-12-02T16:35:23.649Z | [ host-image] Dec 02 16:35:22.911 INFO O| Dec 02 16:35:22.911 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3561 | 2024-12-02T16:35:23.649Z | [ host-image] Dec 02 16:35:22.911 INFO O| Dec 02 16:35:22.911 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3562 | 2024-12-02T16:35:23.666Z | [ host-image] Dec 02 16:35:22.927 INFO O| Dec 02 16:35:22.927 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"] |
3563 | 2024-12-02T16:35:24.254Z | [ host-image] Dec 02 16:35:23.516 INFO O| Dec 02 16:35:23.515 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3564 | 2024-12-02T16:35:24.254Z | [ host-image] Dec 02 16:35:23.516 INFO O| Dec 02 16:35:23.516 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-02T16:35:24.257Z | [ host-image] Dec 02 16:35:23.516 INFO O| Dec 02 16:35:23.516 INFO skip step because feature "repo_redist" is not enabled |
3566 | 2024-12-02T16:35:24.257Z | [ host-image] Dec 02 16:35:23.516 INFO O| Dec 02 16:35:23.516 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3567 | 2024-12-02T16:35:24.829Z | [ host-image] Dec 02 16:35:24.091 INFO O| Dec 02 16:35:24.091 INFO variant opensolaris.zone is already global |
3568 | 2024-12-02T16:35:24.830Z | [ host-image] Dec 02 16:35:24.091 INFO O| Dec 02 16:35:24.091 INFO STEP 5 (pkg_change_variant) COMPLETE |
3569 | 2024-12-02T16:35:24.832Z | [ host-image] Dec 02 16:35:24.091 INFO O| Dec 02 16:35:24.091 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3570 | 2024-12-02T16:35:25.374Z | [ host-image] Dec 02 16:35:24.636 INFO O| Dec 02 16:35:24.635 INFO variant opensolaris.imagetype is full; changing to partial |
3571 | 2024-12-02T16:35:25.378Z | [ host-image] Dec 02 16:35:24.636 INFO O| Dec 02 16:35:24.636 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3572 | 2024-12-02T16:35:33.993Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.55s |
3573 | 2024-12-02T16:35:34.250Z | [ host-image] Dec 02 16:35:33.510 INFO O| Dec 02 16:35:33.510 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3574 | 2024-12-02T16:35:35.648Z | Dec 02 16:35:34.908 INFO [recovery-package] process exited with exit status: 0 (25.459462766s) |
3575 | 2024-12-02T16:35:35.648Z | Dec 02 16:35:34.908 INFO [recovery-stamp] running task |
3576 | 2024-12-02T16:35:35.651Z | Dec 02 16:35:34.909 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3577 | 2024-12-02T16:35:35.651Z | Dec 02 16:35:34.909 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+git86522dc9102 |
3578 | 2024-12-02T16:35:35.665Z | Dec 02 16:35:34.926 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git86522dc9102 |
3579 | 2024-12-02T16:35:35.677Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3580 | 2024-12-02T16:35:35.682Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3581 | 2024-12-02T16:35:35.771Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3582 | 2024-12-02T16:35:35.775Z | Dec 02 16:35:35.036 INFO [stamp-installinator] process exited with exit status: 0 (109.762872ms) |
3583 | 2024-12-02T16:35:35.797Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3584 | 2024-12-02T16:35:35.802Z | Dec 02 16:35:35.062 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.946441ms) |
3585 | 2024-12-02T16:35:35.802Z | Dec 02 16:35:35.062 INFO [recovery-stamp] task succeeded (153.441554ms) |
3586 | 2024-12-02T16:35:35.802Z | Dec 02 16:35:35.062 INFO [recovery-proto] running task |
3587 | 2024-12-02T16:35:35.802Z | Dec 02 16:35:35.062 INFO [tuf-stamp] running task |
3588 | 2024-12-02T16:35:35.805Z | Dec 02 16:35:35.063 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+git86522dc9102 |
3589 | 2024-12-02T16:35:35.820Z | Dec 02 16:35:35.081 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+git86522dc9102 |
3590 | 2024-12-02T16:35:35.835Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-02T16:35:35.838Z | Dec 02 16:35:35.096 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+git86522dc9102 |
3592 | 2024-12-02T16:35:35.854Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-02T16:35:35.856Z | Dec 02 16:35:35.115 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+git86522dc9102 |
3594 | 2024-12-02T16:35:35.873Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-02T16:35:35.875Z | Dec 02 16:35:35.134 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+git86522dc9102 |
3596 | 2024-12-02T16:35:35.899Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-02T16:35:35.901Z | Dec 02 16:35:35.160 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+git86522dc9102 |
3598 | 2024-12-02T16:35:35.929Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-02T16:35:35.932Z | Dec 02 16:35:35.190 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+git86522dc9102 |
3600 | 2024-12-02T16:35:35.976Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3601 | 2024-12-02T16:35:35.978Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-02T16:35:35.978Z | Dec 02 16:35:35.238 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+git86522dc9102 |
3603 | 2024-12-02T16:35:36.052Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3604 | 2024-12-02T16:35:36.055Z | Dec 02 16:35:35.313 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+git86522dc9102 |
3605 | 2024-12-02T16:35:36.148Z | Dec 02 16:35:35.409 INFO [recovery-proto] task succeeded (346.876309ms) |
3606 | 2024-12-02T16:35:36.149Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3607 | 2024-12-02T16:35:36.152Z | Dec 02 16:35:35.409 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+git86522dc9102 |
3608 | 2024-12-02T16:35:36.232Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3609 | 2024-12-02T16:35:36.235Z | Dec 02 16:35:35.493 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+git86522dc9102 |
3610 | 2024-12-02T16:35:36.359Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3611 | 2024-12-02T16:35:36.362Z | Dec 02 16:35:35.620 INFO [stamp-probe] process exited with exit status: 0 (523.964466ms) |
3612 | 2024-12-02T16:35:36.387Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3613 | 2024-12-02T16:35:36.406Z | Dec 02 16:35:35.667 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.301' -P /tmp/.tmpcAIMQT/proto/recovery/root -N 'recovery 86522dc/${os_short_commit} 2024-12-02 16:12' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3614 | 2024-12-02T16:35:36.460Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3615 | 2024-12-02T16:35:36.475Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3616 | 2024-12-02T16:35:36.492Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3617 | 2024-12-02T16:35:36.499Z | [ recovery-image] Dec 02 16:35:35.760 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3618 | 2024-12-02T16:35:36.499Z | [ recovery-image] Dec 02 16:35:35.760 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3619 | 2024-12-02T16:35:36.513Z | Dec 02 16:35:35.774 INFO [stamp-ntp] process exited with exit status: 0 (584.563633ms) |
3620 | 2024-12-02T16:35:36.530Z | [ recovery-image] Dec 02 16:35:35.791 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpcAIMQT/proto/recovery/root" |
3621 | 2024-12-02T16:35:36.531Z | [ recovery-image] Dec 02 16:35:35.791 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3622 | 2024-12-02T16:35:36.533Z | [ recovery-image] Dec 02 16:35:35.792 INFO image builder template: ramdisk-01-os... |
3623 | 2024-12-02T16:35:36.533Z | [ recovery-image] Dec 02 16:35:35.792 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/.tmpcAIMQT/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.301", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3624 | 2024-12-02T16:35:36.573Z | [ recovery-image] Dec 02 16:35:35.834 INFO O| Dec 02 16:35:35.833 INFO CREATE DATASET: rpool/images/build/recovery/output |
3625 | 2024-12-02T16:35:37.072Z | [ recovery-image] Dec 02 16:35:36.333 INFO O| Dec 02 16:35:36.333 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3626 | 2024-12-02T16:35:37.107Z | [ recovery-image] Dec 02 16:35:36.367 INFO O| Dec 02 16:35:36.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3627 | 2024-12-02T16:35:37.559Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3628 | 2024-12-02T16:35:37.571Z | [ recovery-image] Dec 02 16:35:36.831 INFO O| Dec 02 16:35:36.831 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3629 | 2024-12-02T16:35:37.590Z | Dec 02 16:35:36.850 INFO [stamp-external-dns] process exited with exit status: 0 (1.769639377s) |
3630 | 2024-12-02T16:35:37.652Z | [ recovery-image] Dec 02 16:35:36.913 INFO O| Dec 02 16:35:36.913 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3631 | 2024-12-02T16:35:37.652Z | [ recovery-image] Dec 02 16:35:36.913 INFO O| Dec 02 16:35:36.913 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3632 | 2024-12-02T16:35:37.655Z | [ recovery-image] Dec 02 16:35:36.913 INFO O| Dec 02 16:35:36.913 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3633 | 2024-12-02T16:35:37.655Z | [ recovery-image] Dec 02 16:35:36.913 INFO O| Dec 02 16:35:36.913 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3634 | 2024-12-02T16:35:37.664Z | [ recovery-image] Dec 02 16:35:36.924 INFO O| Dec 02 16:35:36.924 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3635 | 2024-12-02T16:35:37.684Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3636 | 2024-12-02T16:35:37.732Z | Dec 02 16:35:36.991 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.6773173s) |
3637 | 2024-12-02T16:35:37.737Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3638 | 2024-12-02T16:35:37.778Z | Dec 02 16:35:37.038 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.975178103s) |
3639 | 2024-12-02T16:35:37.990Z | [ recovery-image] Dec 02 16:35:37.251 INFO O| Dec 02 16:35:37.251 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3640 | 2024-12-02T16:35:37.995Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3641 | 2024-12-02T16:35:38.003Z | Dec 02 16:35:37.263 INFO [stamp-internal-dns] process exited with exit status: 0 (1.854214852s) |
3642 | 2024-12-02T16:35:38.011Z | [ recovery-image] Dec 02 16:35:37.271 INFO O| Dec 02 16:35:37.271 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3643 | 2024-12-02T16:35:38.283Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3644 | 2024-12-02T16:35:38.289Z | Dec 02 16:35:37.549 INFO [stamp-oximeter] process exited with exit status: 0 (2.43344211s) |
3645 | 2024-12-02T16:35:38.522Z | [ recovery-image] Dec 02 16:35:37.782 INFO O| Dec 02 16:35:37.782 INFO O| Caching catalogs ... Done |
3646 | 2024-12-02T16:35:38.631Z | [ recovery-image] Dec 02 16:35:37.891 INFO O| Dec 02 16:35:37.891 INFO STEP 0 (pkg_image_create) COMPLETE |
3647 | 2024-12-02T16:35:38.631Z | [ recovery-image] Dec 02 16:35:37.891 INFO O| Dec 02 16:35:37.891 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3648 | 2024-12-02T16:35:38.634Z | [ recovery-image] Dec 02 16:35:37.891 INFO O| Dec 02 16:35:37.891 INFO skip step because feature "repo_redist" is not enabled |
3649 | 2024-12-02T16:35:38.634Z | [ recovery-image] Dec 02 16:35:37.891 INFO O| Dec 02 16:35:37.891 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3650 | 2024-12-02T16:35:38.645Z | [ recovery-image] Dec 02 16:35:37.906 INFO O| Dec 02 16:35:37.905 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"] |
3651 | 2024-12-02T16:35:39.085Z | [ recovery-image] Dec 02 16:35:38.345 INFO O| Dec 02 16:35:38.345 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3652 | 2024-12-02T16:35:39.085Z | [ recovery-image] Dec 02 16:35:38.346 INFO O| Dec 02 16:35:38.345 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3653 | 2024-12-02T16:35:39.099Z | [ recovery-image] Dec 02 16:35:38.360 INFO O| Dec 02 16:35:38.360 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"] |
3654 | 2024-12-02T16:35:39.515Z | [ recovery-image] Dec 02 16:35:38.776 INFO O| Dec 02 16:35:38.776 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3655 | 2024-12-02T16:35:39.515Z | [ recovery-image] Dec 02 16:35:38.776 INFO O| Dec 02 16:35:38.776 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2024-12-02T16:35:39.515Z | [ recovery-image] Dec 02 16:35:38.776 INFO O| Dec 02 16:35:38.776 INFO skip step because feature "repo_redist" is not enabled |
3657 | 2024-12-02T16:35:39.518Z | [ recovery-image] Dec 02 16:35:38.776 INFO O| Dec 02 16:35:38.776 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3658 | 2024-12-02T16:35:39.940Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3659 | 2024-12-02T16:35:39.944Z | Dec 02 16:35:39.205 INFO [stamp-nexus] process exited with exit status: 0 (4.070928137s) |
3660 | 2024-12-02T16:35:39.947Z | [ recovery-image] Dec 02 16:35:39.208 INFO O| Dec 02 16:35:39.208 INFO variant opensolaris.zone is already global |
3661 | 2024-12-02T16:35:39.947Z | [ recovery-image] Dec 02 16:35:39.208 INFO O| Dec 02 16:35:39.208 INFO STEP 5 (pkg_change_variant) COMPLETE |
3662 | 2024-12-02T16:35:39.949Z | [ recovery-image] Dec 02 16:35:39.208 INFO O| Dec 02 16:35:39.208 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3663 | 2024-12-02T16:35:40.146Z | [ host-image] Dec 02 16:35:39.407 INFO O| Dec 02 16:35:39.407 INFO O| Startup: Caching catalogs ... Done |
3664 | 2024-12-02T16:35:40.246Z | [ host-image] Dec 02 16:35:39.505 INFO O| Dec 02 16:35:39.504 INFO O| Planning: Planning completed in 0.00 seconds |
3665 | 2024-12-02T16:35:40.249Z | [ host-image] Dec 02 16:35:39.505 INFO O| Dec 02 16:35:39.505 INFO O| Planning: Consolidating action changes ... Done |
3666 | 2024-12-02T16:35:40.249Z | [ host-image] Dec 02 16:35:39.505 INFO O| Dec 02 16:35:39.505 INFO O| Planning: Evaluating mediators ... Done |
3667 | 2024-12-02T16:35:40.249Z | [ host-image] Dec 02 16:35:39.506 INFO O| Dec 02 16:35:39.506 INFO O| Planning: Planning completed in 0.00 seconds |
3668 | 2024-12-02T16:35:40.249Z | [ host-image] Dec 02 16:35:39.506 INFO O| Dec 02 16:35:39.506 INFO O| Variants/Facets to change: 1 |
3669 | 2024-12-02T16:35:40.271Z | [ host-image] Dec 02 16:35:39.530 INFO O| Dec 02 16:35:39.530 INFO O| Done |
3670 | 2024-12-02T16:35:40.271Z | [ host-image] Dec 02 16:35:39.530 INFO O| Dec 02 16:35:39.530 INFO O| Done |
3671 | 2024-12-02T16:35:40.315Z | [ recovery-image] Dec 02 16:35:39.576 INFO O| Dec 02 16:35:39.575 INFO variant opensolaris.imagetype is full; changing to partial |
3672 | 2024-12-02T16:35:40.315Z | [ recovery-image] Dec 02 16:35:39.576 INFO O| Dec 02 16:35:39.576 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3673 | 2024-12-02T16:35:40.994Z | [ host-image] Dec 02 16:35:40.255 INFO O| Dec 02 16:35:40.255 INFO O| Done |
3674 | 2024-12-02T16:35:41.049Z | [ host-image] Dec 02 16:35:40.309 INFO O| Dec 02 16:35:40.309 INFO O| Done |
3675 | 2024-12-02T16:35:41.051Z | [ host-image] Dec 02 16:35:40.311 INFO O| Dec 02 16:35:40.311 INFO O| Done |
3676 | 2024-12-02T16:35:41.051Z | [ host-image] Dec 02 16:35:40.311 INFO O| Dec 02 16:35:40.311 INFO O| Done |
3677 | 2024-12-02T16:35:41.054Z | [ host-image] Dec 02 16:35:40.313 INFO O| Dec 02 16:35:40.313 INFO O| Done |
3678 | 2024-12-02T16:35:41.068Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3679 | 2024-12-02T16:35:41.068Z | [verify-libraries] Compiling polyval v0.6.2 |
3680 | 2024-12-02T16:35:41.242Z | [verify-libraries] Compiling ctr v0.9.2 |
3681 | 2024-12-02T16:35:41.278Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3682 | 2024-12-02T16:35:41.278Z | [verify-libraries] Compiling blowfish v0.9.1 |
3683 | 2024-12-02T16:35:41.278Z | [verify-libraries] Compiling password-hash v0.4.2 |
3684 | 2024-12-02T16:35:41.278Z | [verify-libraries] Compiling matches v0.1.10 |
3685 | 2024-12-02T16:35:41.534Z | [verify-libraries] Compiling ghash v0.5.1 |
3686 | 2024-12-02T16:35:41.720Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3687 | 2024-12-02T16:35:41.724Z | [ host-image] Dec 02 16:35:40.985 INFO O| Dec 02 16:35:40.985 INFO STEP 6 (pkg_change_variant) COMPLETE |
3688 | 2024-12-02T16:35:41.724Z | [ host-image] Dec 02 16:35:40.985 INFO O| Dec 02 16:35:40.985 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3689 | 2024-12-02T16:35:41.724Z | [ host-image] Dec 02 16:35:40.985 INFO O| Dec 02 16:35:40.985 INFO skip step because feature "debug_variant" is not enabled |
3690 | 2024-12-02T16:35:41.724Z | [ host-image] Dec 02 16:35:40.985 INFO O| Dec 02 16:35:40.985 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3691 | 2024-12-02T16:35:41.762Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3692 | 2024-12-02T16:35:41.773Z | Dec 02 16:35:41.030 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.869845178s) |
3693 | 2024-12-02T16:35:41.787Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3694 | 2024-12-02T16:35:41.855Z | [verify-libraries] Compiling idna v0.2.3 |
3695 | 2024-12-02T16:35:41.959Z | [verify-libraries] Compiling p521 v0.13.3 |
3696 | 2024-12-02T16:35:42.043Z | [verify-libraries] Compiling p256 v0.13.2 |
3697 | 2024-12-02T16:35:42.137Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3698 | 2024-12-02T16:35:42.390Z | [ host-image] Dec 02 16:35:41.650 INFO O| Dec 02 16:35:41.650 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3699 | 2024-12-02T16:35:42.555Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3700 | 2024-12-02T16:35:42.996Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3701 | 2024-12-02T16:35:43.298Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3702 | 2024-12-02T16:35:43.869Z | [ host-image] Dec 02 16:35:43.129 INFO O| Dec 02 16:35:43.129 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3703 | 2024-12-02T16:35:43.872Z | [ host-image] Dec 02 16:35:43.131 INFO O| Dec 02 16:35:43.131 INFO O| Planning: Planning completed in 0.00 seconds |
3704 | 2024-12-02T16:35:43.872Z | [ host-image] Dec 02 16:35:43.132 INFO O| Dec 02 16:35:43.132 INFO O| Planning: Consolidating action changes ... Done |
3705 | 2024-12-02T16:35:43.872Z | [ host-image] Dec 02 16:35:43.132 INFO O| Dec 02 16:35:43.132 INFO O| Planning: Evaluating mediators ... Done |
3706 | 2024-12-02T16:35:43.875Z | [ host-image] Dec 02 16:35:43.132 INFO O| Dec 02 16:35:43.132 INFO O| Planning: Planning completed in 0.00 seconds |
3707 | 2024-12-02T16:35:43.875Z | [ host-image] Dec 02 16:35:43.133 INFO O| Dec 02 16:35:43.133 INFO O| Variants/Facets to change: 1 |
3708 | 2024-12-02T16:35:43.918Z | [ host-image] Dec 02 16:35:43.178 INFO O| Dec 02 16:35:43.178 INFO O| Done |
3709 | 2024-12-02T16:35:43.918Z | [ host-image] Dec 02 16:35:43.179 INFO O| Dec 02 16:35:43.178 INFO O| Done |
3710 | 2024-12-02T16:35:44.509Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3711 | 2024-12-02T16:35:44.760Z | [ host-image] Dec 02 16:35:44.020 INFO O| Dec 02 16:35:44.020 INFO O| Done |
3712 | 2024-12-02T16:35:44.862Z | [ host-image] Dec 02 16:35:44.121 INFO O| Dec 02 16:35:44.121 INFO O| Done |
3713 | 2024-12-02T16:35:44.864Z | [ host-image] Dec 02 16:35:44.123 INFO O| Dec 02 16:35:44.123 INFO O| Done |
3714 | 2024-12-02T16:35:44.864Z | [ host-image] Dec 02 16:35:44.123 INFO O| Dec 02 16:35:44.123 INFO O| Done |
3715 | 2024-12-02T16:35:44.866Z | [ host-image] Dec 02 16:35:44.125 INFO O| Dec 02 16:35:44.125 INFO O| Done |
3716 | 2024-12-02T16:35:44.944Z | [verify-libraries] Compiling md5 v0.7.0 |
3717 | 2024-12-02T16:35:45.069Z | [ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO STEP 8 (pkg_change_facet) COMPLETE |
3718 | 2024-12-02T16:35:45.069Z | [ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3719 | 2024-12-02T16:35:45.072Z | [ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO skip step because feature "recovery" is not enabled |
3720 | 2024-12-02T16:35:45.072Z | [ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-02T16:35:45.072Z | [ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO skip step because feature "recovery" is not enabled |
3722 | 2024-12-02T16:35:45.072Z | [ host-image] Dec 02 16:35:44.329 INFO O| Dec 02 16:35:44.329 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3723 | 2024-12-02T16:35:45.086Z | [ host-image] Dec 02 16:35:44.346 INFO O| Dec 02 16:35:44.346 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"] |
3724 | 2024-12-02T16:35:45.162Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3725 | 2024-12-02T16:35:45.367Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3726 | 2024-12-02T16:35:45.891Z | [verify-libraries] Compiling des v0.8.1 |
3727 | 2024-12-02T16:35:46.394Z | [ host-image] Dec 02 16:35:45.651 INFO O| Dec 02 16:35:45.651 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3728 | 2024-12-02T16:35:46.692Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3729 | 2024-12-02T16:35:47.102Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3730 | 2024-12-02T16:35:47.667Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3731 | 2024-12-02T16:35:48.043Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3732 | 2024-12-02T16:35:48.601Z | [verify-libraries] Compiling petname v2.0.2 |
3733 | 2024-12-02T16:35:50.047Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3734 | 2024-12-02T16:35:50.074Z | Dec 02 16:35:49.332 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.094021437s) |
3735 | 2024-12-02T16:35:50.153Z | [verify-libraries] Compiling russh v0.45.0 |
3736 | 2024-12-02T16:35:50.350Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3737 | 2024-12-02T16:35:50.416Z | Dec 02 16:35:49.675 INFO [stamp-clickhouse] process exited with exit status: 0 (14.182190989s) |
3738 | 2024-12-02T16:35:50.416Z | Dec 02 16:35:49.675 INFO [tuf-stamp] task succeeded (14.613198527s) |
3739 | 2024-12-02T16:35:53.275Z | [ recovery-image] Dec 02 16:35:52.516 INFO O| Dec 02 16:35:52.516 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3740 | 2024-12-02T16:35:55.760Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3741 | 2024-12-02T16:35:56.446Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3742 | 2024-12-02T16:35:57.191Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3743 | 2024-12-02T16:35:57.953Z | [verify-libraries] Compiling heck v0.4.1 |
3744 | 2024-12-02T16:35:59.571Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3745 | 2024-12-02T16:36:01.529Z | [ recovery-image] Dec 02 16:36:00.787 INFO O| Dec 02 16:36:00.787 INFO O| Startup: Caching catalogs ... Done |
3746 | 2024-12-02T16:36:01.715Z | [ recovery-image] Dec 02 16:36:00.973 INFO O| Dec 02 16:36:00.973 INFO O| Planning: Planning completed in 0.00 seconds |
3747 | 2024-12-02T16:36:01.717Z | [ recovery-image] Dec 02 16:36:00.974 INFO O| Dec 02 16:36:00.974 INFO O| Planning: Consolidating action changes ... Done |
3748 | 2024-12-02T16:36:01.718Z | [ recovery-image] Dec 02 16:36:00.974 INFO O| Dec 02 16:36:00.974 INFO O| Planning: Evaluating mediators ... Done |
3749 | 2024-12-02T16:36:01.718Z | [ recovery-image] Dec 02 16:36:00.974 INFO O| Dec 02 16:36:00.974 INFO O| Planning: Planning completed in 0.00 seconds |
3750 | 2024-12-02T16:36:01.718Z | [ recovery-image] Dec 02 16:36:00.975 INFO O| Dec 02 16:36:00.975 INFO O| Variants/Facets to change: 1 |
3751 | 2024-12-02T16:36:01.820Z | [ recovery-image] Dec 02 16:36:01.078 INFO O| Dec 02 16:36:01.078 INFO O| Done |
3752 | 2024-12-02T16:36:01.820Z | [ recovery-image] Dec 02 16:36:01.078 INFO O| Dec 02 16:36:01.078 INFO O| Done |
3753 | 2024-12-02T16:36:02.857Z | [ recovery-image] Dec 02 16:36:02.115 INFO O| Dec 02 16:36:02.115 INFO O| Done |
3754 | 2024-12-02T16:36:02.940Z | [ recovery-image] Dec 02 16:36:02.198 INFO O| Dec 02 16:36:02.198 INFO O| Done |
3755 | 2024-12-02T16:36:02.942Z | [ recovery-image] Dec 02 16:36:02.200 INFO O| Dec 02 16:36:02.200 INFO O| Done |
3756 | 2024-12-02T16:36:02.942Z | [ recovery-image] Dec 02 16:36:02.200 INFO O| Dec 02 16:36:02.200 INFO O| Done |
3757 | 2024-12-02T16:36:02.945Z | [ recovery-image] Dec 02 16:36:02.202 INFO O| Dec 02 16:36:02.202 INFO O| Done |
3758 | 2024-12-02T16:36:03.711Z | [ recovery-image] Dec 02 16:36:02.968 INFO O| Dec 02 16:36:02.968 INFO STEP 6 (pkg_change_variant) COMPLETE |
3759 | 2024-12-02T16:36:03.711Z | [ recovery-image] Dec 02 16:36:02.968 INFO O| Dec 02 16:36:02.968 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3760 | 2024-12-02T16:36:03.713Z | [ recovery-image] Dec 02 16:36:02.968 INFO O| Dec 02 16:36:02.968 INFO skip step because feature "debug_variant" is not enabled |
3761 | 2024-12-02T16:36:03.713Z | [ recovery-image] Dec 02 16:36:02.968 INFO O| Dec 02 16:36:02.968 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3762 | 2024-12-02T16:36:04.336Z | [ recovery-image] Dec 02 16:36:03.594 INFO O| Dec 02 16:36:03.594 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3763 | 2024-12-02T16:36:05.394Z | [ recovery-image] Dec 02 16:36:04.652 INFO O| Dec 02 16:36:04.652 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3764 | 2024-12-02T16:36:05.397Z | [ recovery-image] Dec 02 16:36:04.654 INFO O| Dec 02 16:36:04.654 INFO O| Planning: Planning completed in 0.00 seconds |
3765 | 2024-12-02T16:36:05.397Z | [ recovery-image] Dec 02 16:36:04.654 INFO O| Dec 02 16:36:04.654 INFO O| Planning: Consolidating action changes ... Done |
3766 | 2024-12-02T16:36:05.397Z | [ recovery-image] Dec 02 16:36:04.655 INFO O| Dec 02 16:36:04.654 INFO O| Planning: Evaluating mediators ... Done |
3767 | 2024-12-02T16:36:05.400Z | [ recovery-image] Dec 02 16:36:04.655 INFO O| Dec 02 16:36:04.655 INFO O| Planning: Planning completed in 0.00 seconds |
3768 | 2024-12-02T16:36:05.400Z | [ recovery-image] Dec 02 16:36:04.656 INFO O| Dec 02 16:36:04.656 INFO O| Variants/Facets to change: 1 |
3769 | 2024-12-02T16:36:05.495Z | [ recovery-image] Dec 02 16:36:04.753 INFO O| Dec 02 16:36:04.753 INFO O| Done |
3770 | 2024-12-02T16:36:05.495Z | [ recovery-image] Dec 02 16:36:04.753 INFO O| Dec 02 16:36:04.753 INFO O| Done |
3771 | 2024-12-02T16:36:06.226Z | [ recovery-image] Dec 02 16:36:05.483 INFO O| Dec 02 16:36:05.483 INFO O| Done |
3772 | 2024-12-02T16:36:06.314Z | [ recovery-image] Dec 02 16:36:05.572 INFO O| Dec 02 16:36:05.572 INFO O| Done |
3773 | 2024-12-02T16:36:06.320Z | [ recovery-image] Dec 02 16:36:05.573 INFO O| Dec 02 16:36:05.573 INFO O| Done |
3774 | 2024-12-02T16:36:06.320Z | [ recovery-image] Dec 02 16:36:05.573 INFO O| Dec 02 16:36:05.573 INFO O| Done |
3775 | 2024-12-02T16:36:06.323Z | [ recovery-image] Dec 02 16:36:05.578 INFO O| Dec 02 16:36:05.575 INFO O| Done |
3776 | 2024-12-02T16:36:06.454Z | [ recovery-image] Dec 02 16:36:05.712 INFO O| Dec 02 16:36:05.712 INFO STEP 8 (pkg_change_facet) COMPLETE |
3777 | 2024-12-02T16:36:06.454Z | [ recovery-image] Dec 02 16:36:05.712 INFO O| Dec 02 16:36:05.712 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3778 | 2024-12-02T16:36:07.072Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3779 | 2024-12-02T16:36:07.125Z | [ recovery-image] Dec 02 16:36:06.383 INFO O| Dec 02 16:36:06.382 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3780 | 2024-12-02T16:36:08.395Z | [ recovery-image] Dec 02 16:36:07.652 INFO O| Dec 02 16:36:07.652 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3781 | 2024-12-02T16:36:08.397Z | [ recovery-image] Dec 02 16:36:07.654 INFO O| Dec 02 16:36:07.654 INFO O| Planning: Planning completed in 0.00 seconds |
3782 | 2024-12-02T16:36:08.400Z | [ recovery-image] Dec 02 16:36:07.655 INFO O| Dec 02 16:36:07.655 INFO O| Planning: Consolidating action changes ... Done |
3783 | 2024-12-02T16:36:08.400Z | [ recovery-image] Dec 02 16:36:07.655 INFO O| Dec 02 16:36:07.655 INFO O| Planning: Evaluating mediators ... Done |
3784 | 2024-12-02T16:36:08.400Z | [ recovery-image] Dec 02 16:36:07.656 INFO O| Dec 02 16:36:07.656 INFO O| Planning: Planning completed in 0.00 seconds |
3785 | 2024-12-02T16:36:08.400Z | [ recovery-image] Dec 02 16:36:07.656 INFO O| Dec 02 16:36:07.656 INFO O| Variants/Facets to change: 1 |
3786 | 2024-12-02T16:36:08.495Z | [ recovery-image] Dec 02 16:36:07.753 INFO O| Dec 02 16:36:07.753 INFO O| Done |
3787 | 2024-12-02T16:36:08.495Z | [ recovery-image] Dec 02 16:36:07.753 INFO O| Dec 02 16:36:07.753 INFO O| Done |
3788 | 2024-12-02T16:36:08.757Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3789 | 2024-12-02T16:36:09.147Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3790 | 2024-12-02T16:36:09.291Z | [ recovery-image] Dec 02 16:36:08.548 INFO O| Dec 02 16:36:08.548 INFO O| Done |
3791 | 2024-12-02T16:36:09.364Z | [ recovery-image] Dec 02 16:36:08.622 INFO O| Dec 02 16:36:08.622 INFO O| Done |
3792 | 2024-12-02T16:36:09.367Z | [ recovery-image] Dec 02 16:36:08.623 INFO O| Dec 02 16:36:08.623 INFO O| Done |
3793 | 2024-12-02T16:36:09.367Z | [ recovery-image] Dec 02 16:36:08.623 INFO O| Dec 02 16:36:08.623 INFO O| Done |
3794 | 2024-12-02T16:36:09.369Z | [ recovery-image] Dec 02 16:36:08.625 INFO O| Dec 02 16:36:08.625 INFO O| Done |
3795 | 2024-12-02T16:36:09.455Z | [ recovery-image] Dec 02 16:36:08.712 INFO O| Dec 02 16:36:08.712 INFO STEP 9 (pkg_change_facet) COMPLETE |
3796 | 2024-12-02T16:36:09.456Z | [ recovery-image] Dec 02 16:36:08.712 INFO O| Dec 02 16:36:08.712 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3797 | 2024-12-02T16:36:09.611Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3798 | 2024-12-02T16:36:10.088Z | [ recovery-image] Dec 02 16:36:09.345 INFO O| Dec 02 16:36:09.345 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3799 | 2024-12-02T16:36:10.118Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3800 | 2024-12-02T16:36:10.483Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3801 | 2024-12-02T16:36:10.815Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3802 | 2024-12-02T16:36:10.906Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3803 | 2024-12-02T16:36:11.205Z | [ recovery-image] Dec 02 16:36:10.463 INFO O| Dec 02 16:36:10.463 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3804 | 2024-12-02T16:36:11.209Z | [ recovery-image] Dec 02 16:36:10.465 INFO O| Dec 02 16:36:10.465 INFO O| Planning: Planning completed in 0.00 seconds |
3805 | 2024-12-02T16:36:11.212Z | [ recovery-image] Dec 02 16:36:10.466 INFO O| Dec 02 16:36:10.466 INFO O| Planning: Consolidating action changes ... Done |
3806 | 2024-12-02T16:36:11.212Z | [ recovery-image] Dec 02 16:36:10.466 INFO O| Dec 02 16:36:10.466 INFO O| Planning: Evaluating mediators ... Done |
3807 | 2024-12-02T16:36:11.212Z | [ recovery-image] Dec 02 16:36:10.466 INFO O| Dec 02 16:36:10.466 INFO O| Planning: Planning completed in 0.00 seconds |
3808 | 2024-12-02T16:36:11.212Z | [ recovery-image] Dec 02 16:36:10.467 INFO O| Dec 02 16:36:10.467 INFO O| Variants/Facets to change: 1 |
3809 | 2024-12-02T16:36:11.307Z | [ recovery-image] Dec 02 16:36:10.564 INFO O| Dec 02 16:36:10.564 INFO O| Done |
3810 | 2024-12-02T16:36:11.307Z | [ recovery-image] Dec 02 16:36:10.564 INFO O| Dec 02 16:36:10.564 INFO O| Done |
3811 | 2024-12-02T16:36:12.112Z | [ recovery-image] Dec 02 16:36:11.369 INFO O| Dec 02 16:36:11.369 INFO O| Done |
3812 | 2024-12-02T16:36:12.219Z | [ recovery-image] Dec 02 16:36:11.477 INFO O| Dec 02 16:36:11.477 INFO O| Done |
3813 | 2024-12-02T16:36:12.222Z | [ recovery-image] Dec 02 16:36:11.478 INFO O| Dec 02 16:36:11.478 INFO O| Done |
3814 | 2024-12-02T16:36:12.222Z | [ recovery-image] Dec 02 16:36:11.478 INFO O| Dec 02 16:36:11.478 INFO O| Done |
3815 | 2024-12-02T16:36:12.225Z | [ recovery-image] Dec 02 16:36:11.480 INFO O| Dec 02 16:36:11.480 INFO O| Done |
3816 | 2024-12-02T16:36:12.322Z | [ recovery-image] Dec 02 16:36:11.579 INFO O| Dec 02 16:36:11.579 INFO STEP 10 (pkg_change_facet) COMPLETE |
3817 | 2024-12-02T16:36:12.322Z | [ recovery-image] Dec 02 16:36:11.579 INFO O| Dec 02 16:36:11.579 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3818 | 2024-12-02T16:36:12.343Z | [ recovery-image] Dec 02 16:36:11.600 INFO O| Dec 02 16:36:11.600 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"] |
3819 | 2024-12-02T16:36:13.558Z | [ recovery-image] Dec 02 16:36:12.815 INFO O| Dec 02 16:36:12.815 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3820 | 2024-12-02T16:36:14.347Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3821 | 2024-12-02T16:36:15.861Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3822 | 2024-12-02T16:36:17.310Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3823 | 2024-12-02T16:36:18.739Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3824 | 2024-12-02T16:36:26.987Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3825 | 2024-12-02T16:36:29.712Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3826 | 2024-12-02T16:36:30.645Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3827 | 2024-12-02T16:36:32.435Z | [verify-libraries] Compiling termios v0.3.3 |
3828 | 2024-12-02T16:36:32.894Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3829 | 2024-12-02T16:36:47.327Z | [ host-image] Dec 02 16:36:46.580 INFO O| Dec 02 16:36:46.580 INFO O| Planning: Solver setup ... Done |
3830 | 2024-12-02T16:36:49.027Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3831 | 2024-12-02T16:37:02.040Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3832 | 2024-12-02T16:37:13.187Z | [ recovery-image] Dec 02 16:37:12.438 INFO O| Dec 02 16:37:12.438 INFO O| Planning: Solver setup ... Done |
3833 | 2024-12-02T16:37:43.820Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3834 | 2024-12-02T16:37:52.766Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3835 | 2024-12-02T16:37:54.992Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3836 | 2024-12-02T16:38:01.317Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3837 | 2024-12-02T16:38:01.433Z | [ host-image] Dec 02 16:37:59.725 INFO O| Dec 02 16:37:59.725 INFO O| Planning: Running solver ... Done |
3838 | 2024-12-02T16:38:01.433Z | [ host-image] Dec 02 16:38:00.313 INFO O| Dec 02 16:38:00.313 INFO O| Planning: Finding local manifests ... Done |
3839 | 2024-12-02T16:38:01.433Z | [ host-image] Dec 02 16:38:00.332 INFO O| Dec 02 16:38:00.332 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3840 | 2024-12-02T16:38:10.223Z | [ host-image] Dec 02 16:38:05.163 INFO O| Dec 02 16:38:05.163 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3841 | 2024-12-02T16:38:10.301Z | [ host-image] Dec 02 16:38:06.499 INFO O| Dec 02 16:38:06.499 INFO O| Planning: Package planning ... Done |
3842 | 2024-12-02T16:38:10.330Z | [ host-image] Dec 02 16:38:08.235 INFO O| Dec 02 16:38:08.235 INFO O| Planning: Merging actions ... Done |
3843 | 2024-12-02T16:38:10.330Z | [ host-image] Dec 02 16:38:08.841 INFO O| Dec 02 16:38:08.841 INFO O| Planning: Checking for conflicting actions ... Done |
3844 | 2024-12-02T16:38:10.330Z | [ host-image] Dec 02 16:38:09.135 INFO O| Dec 02 16:38:09.135 INFO O| Planning: Consolidating action changes ... Done |
3845 | 2024-12-02T16:38:10.451Z | [ host-image] Dec 02 16:38:09.697 INFO O| Dec 02 16:38:09.697 INFO O| Planning: Evaluating mediators ... Done |
3846 | 2024-12-02T16:38:16.802Z | [ host-image] Dec 02 16:38:16.047 INFO O| Dec 02 16:38:16.047 INFO O| Planning: Planning completed in 150.40 seconds |
3847 | 2024-12-02T16:38:16.813Z | [ host-image] Dec 02 16:38:16.054 INFO O| Dec 02 16:38:16.054 INFO O| Packages to install: 124 |
3848 | 2024-12-02T16:38:16.822Z | [ host-image] Dec 02 16:38:16.054 INFO O| Dec 02 16:38:16.054 INFO O| Mediators to change: 4 |
3849 | 2024-12-02T16:38:16.822Z | [ host-image] Dec 02 16:38:16.054 INFO O| Dec 02 16:38:16.054 INFO O| Services to change: 6 |
3850 | 2024-12-02T16:38:16.918Z | [ host-image] Dec 02 16:38:16.162 INFO O| Dec 02 16:38:16.162 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete |
3851 | 2024-12-02T16:38:21.918Z | [ host-image] Dec 02 16:38:21.162 INFO O| Dec 02 16:38:21.162 INFO O| Download: 1302/22774 items 8.1/199.6MB 4% complete (1.6M/s) |
3852 | 2024-12-02T16:38:26.120Z | [ recovery-image] Dec 02 16:38:25.364 INFO O| Dec 02 16:38:25.364 INFO O| Planning: Running solver ... Done |
3853 | 2024-12-02T16:38:26.751Z | [ recovery-image] Dec 02 16:38:25.995 INFO O| Dec 02 16:38:25.994 INFO O| Planning: Finding local manifests ... Done |
3854 | 2024-12-02T16:38:26.769Z | [ recovery-image] Dec 02 16:38:26.013 INFO O| Dec 02 16:38:26.013 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3855 | 2024-12-02T16:38:27.258Z | [ host-image] Dec 02 16:38:26.501 INFO O| Dec 02 16:38:26.501 INFO O| Download: 1804/22774 items 16.0/199.6MB 8% complete (1.5M/s) |
3856 | 2024-12-02T16:38:30.218Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3857 | 2024-12-02T16:38:31.076Z | [ recovery-image] Dec 02 16:38:30.320 INFO O| Dec 02 16:38:30.320 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3858 | 2024-12-02T16:38:32.269Z | [ host-image] Dec 02 16:38:31.512 INFO O| Dec 02 16:38:31.512 INFO O| Download: 2536/22774 items 30.4/199.6MB 15% complete (2.2M/s) |
3859 | 2024-12-02T16:38:32.418Z | [ recovery-image] Dec 02 16:38:31.661 INFO O| Dec 02 16:38:31.661 INFO O| Planning: Package planning ... Done |
3860 | 2024-12-02T16:38:33.118Z | [ recovery-image] Dec 02 16:38:32.361 INFO O| Dec 02 16:38:32.361 INFO O| Planning: Merging actions ... Done |
3861 | 2024-12-02T16:38:33.612Z | [ recovery-image] Dec 02 16:38:32.856 INFO O| Dec 02 16:38:32.855 INFO O| Planning: Checking for conflicting actions ... Done |
3862 | 2024-12-02T16:38:33.827Z | [ recovery-image] Dec 02 16:38:33.070 INFO O| Dec 02 16:38:33.070 INFO O| Planning: Consolidating action changes ... Done |
3863 | 2024-12-02T16:38:34.147Z | [ recovery-image] Dec 02 16:38:33.390 INFO O| Dec 02 16:38:33.390 INFO O| Planning: Evaluating mediators ... Done |
3864 | 2024-12-02T16:38:37.274Z | [ host-image] Dec 02 16:38:36.516 INFO O| Dec 02 16:38:36.516 INFO O| Download: 3841/22774 items 39.8/199.6MB 19% complete (2.4M/s) |
3865 | 2024-12-02T16:38:40.138Z | [ recovery-image] Dec 02 16:38:39.381 INFO O| Dec 02 16:38:39.381 INFO O| Planning: Planning completed in 146.56 seconds |
3866 | 2024-12-02T16:38:40.146Z | [ recovery-image] Dec 02 16:38:39.388 INFO O| Dec 02 16:38:39.388 INFO O| Packages to install: 124 |
3867 | 2024-12-02T16:38:40.146Z | [ recovery-image] Dec 02 16:38:39.388 INFO O| Dec 02 16:38:39.388 INFO O| Mediators to change: 4 |
3868 | 2024-12-02T16:38:40.146Z | [ recovery-image] Dec 02 16:38:39.388 INFO O| Dec 02 16:38:39.388 INFO O| Services to change: 5 |
3869 | 2024-12-02T16:38:40.229Z | [ recovery-image] Dec 02 16:38:39.472 INFO O| Dec 02 16:38:39.471 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete |
3870 | 2024-12-02T16:38:42.283Z | [ host-image] Dec 02 16:38:41.525 INFO O| Dec 02 16:38:41.525 INFO O| Download: 4629/22774 items 42.9/199.6MB 21% complete (1.3M/s) |
3871 | 2024-12-02T16:38:44.555Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3872 | 2024-12-02T16:38:45.507Z | [ recovery-image] Dec 02 16:38:44.748 INFO O| Dec 02 16:38:44.748 INFO O| Download: 1099/15848 items 9.2/176.3MB 5% complete (1.9M/s) |
3873 | 2024-12-02T16:38:47.302Z | [ host-image] Dec 02 16:38:46.544 INFO O| Dec 02 16:38:46.544 INFO O| Download: 5240/22774 items 46.0/199.6MB 23% complete (643k/s) |
3874 | 2024-12-02T16:38:50.236Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3875 | 2024-12-02T16:38:50.516Z | [ recovery-image] Dec 02 16:38:49.757 INFO O| Dec 02 16:38:49.757 INFO O| Download: 1376/15848 items 20.4/176.3MB 11% complete (2.0M/s) |
3876 | 2024-12-02T16:38:52.307Z | [ host-image] Dec 02 16:38:51.546 INFO O| Dec 02 16:38:51.546 INFO O| Download: 6204/22774 items 46.5/199.6MB 23% complete (372k/s) |
3877 | 2024-12-02T16:38:55.521Z | [ recovery-image] Dec 02 16:38:54.762 INFO O| Dec 02 16:38:54.762 INFO O| Download: 1691/15848 items 27.9/176.3MB 15% complete (1.8M/s) |
3878 | 2024-12-02T16:38:57.413Z | [ host-image] Dec 02 16:38:56.654 INFO O| Dec 02 16:38:56.653 INFO O| Download: 6967/22774 items 50.1/199.6MB 25% complete (378k/s) |
3879 | 2024-12-02T16:39:00.797Z | [ recovery-image] Dec 02 16:39:00.037 INFO O| Dec 02 16:39:00.037 INFO O| Download: 2728/15848 items 33.9/176.3MB 19% complete (1.3M/s) |
3880 | 2024-12-02T16:39:02.430Z | [ host-image] Dec 02 16:39:01.670 INFO O| Dec 02 16:39:01.670 INFO O| Download: 7708/22774 items 58.8/199.6MB 29% complete (1.2M/s) |
3881 | 2024-12-02T16:39:05.797Z | [ recovery-image] Dec 02 16:39:05.037 INFO O| Dec 02 16:39:05.037 INFO O| Download: 3612/15848 items 39.1/176.3MB 22% complete (1.3M/s) |
3882 | 2024-12-02T16:39:07.436Z | [ host-image] Dec 02 16:39:06.676 INFO O| Dec 02 16:39:06.676 INFO O| Download: 8320/22774 items 68.6/199.6MB 34% complete (1.8M/s) |
3883 | 2024-12-02T16:39:10.799Z | [ recovery-image] Dec 02 16:39:10.039 INFO O| Dec 02 16:39:10.039 INFO O| Download: 4517/15848 items 42.8/176.3MB 24% complete (921k/s) |
3884 | 2024-12-02T16:39:12.604Z | [ host-image] Dec 02 16:39:11.843 INFO O| Dec 02 16:39:11.843 INFO O| Download: 9380/22774 items 81.5/199.6MB 40% complete (2.2M/s) |
3885 | 2024-12-02T16:39:17.292Z | [ recovery-image] Dec 02 16:39:16.531 INFO O| Dec 02 16:39:16.530 INFO O| Download: 5664/15848 items 44.5/176.3MB 25% complete (537k/s) |
3886 | 2024-12-02T16:39:17.604Z | [ host-image] Dec 02 16:39:16.843 INFO O| Dec 02 16:39:16.843 INFO O| Download: 10417/22774 items 88.0/199.6MB 44% complete (2.0M/s) |
3887 | 2024-12-02T16:39:22.885Z | [ host-image] Dec 02 16:39:22.123 INFO O| Dec 02 16:39:22.123 INFO O| Download: 11173/22774 items 93.8/199.6MB 47% complete (1.3M/s) |
3888 | 2024-12-02T16:39:23.122Z | [ recovery-image] Dec 02 16:39:22.361 INFO O| Dec 02 16:39:22.360 INFO O| Download: 5951/15848 items 53.6/176.3MB 30% complete (1.1M/s) |
3889 | 2024-12-02T16:39:27.892Z | [ host-image] Dec 02 16:39:27.130 INFO O| Dec 02 16:39:27.130 INFO O| Download: 11900/22774 items 96.5/199.6MB 48% complete (850k/s) |
3890 | 2024-12-02T16:39:28.123Z | [ recovery-image] Dec 02 16:39:27.361 INFO O| Dec 02 16:39:27.361 INFO O| Download: 6868/15848 items 67.6/176.3MB 38% complete (2.2M/s) |
3891 | 2024-12-02T16:39:32.893Z | [ host-image] Dec 02 16:39:32.130 INFO O| Dec 02 16:39:32.130 INFO O| Download: 12114/22774 items 104.0/199.6MB 52% complete (890k/s) |
3892 | 2024-12-02T16:39:33.125Z | [ recovery-image] Dec 02 16:39:32.362 INFO O| Dec 02 16:39:32.362 INFO O| Download: 7666/15848 items 73.9/176.3MB 41% complete (2.0M/s) |
3893 | 2024-12-02T16:39:37.893Z | [ host-image] Dec 02 16:39:37.130 INFO O| Dec 02 16:39:37.130 INFO O| Download: 12997/22774 items 109.8/199.6MB 55% complete (1.3M/s) |
3894 | 2024-12-02T16:39:41.918Z | [ recovery-image] Dec 02 16:39:41.154 INFO O| Dec 02 16:39:41.154 INFO O| Download: 7971/15848 items 78.8/176.3MB 44% complete (1.4M/s) |
3895 | 2024-12-02T16:39:43.160Z | [ host-image] Dec 02 16:39:42.396 INFO O| Dec 02 16:39:42.396 INFO O| Download: 13325/22774 items 110.0/199.6MB 55% complete (991k/s) |
3896 | 2024-12-02T16:39:46.944Z | [ recovery-image] Dec 02 16:39:46.180 INFO O| Dec 02 16:39:46.180 INFO O| Download: 8779/15848 items 90.3/176.3MB 51% complete (1.1M/s) |
3897 | 2024-12-02T16:39:48.189Z | [ host-image] Dec 02 16:39:47.423 INFO O| Dec 02 16:39:47.423 INFO O| Download: 13903/22774 items 110.3/199.6MB 55% complete (79.5k/s) |
3898 | 2024-12-02T16:39:51.946Z | [ recovery-image] Dec 02 16:39:51.181 INFO O| Dec 02 16:39:51.181 INFO O| Download: 9368/15848 items 92.8/176.3MB 52% complete (1.4M/s) |
3899 | 2024-12-02T16:39:53.469Z | [ host-image] Dec 02 16:39:52.704 INFO O| Dec 02 16:39:52.704 INFO O| Download: 14466/22774 items 112.3/199.6MB 56% complete (238k/s) |
3900 | 2024-12-02T16:39:56.950Z | [ recovery-image] Dec 02 16:39:56.185 INFO O| Dec 02 16:39:56.185 INFO O| Download: 10274/15848 items 93.3/176.3MB 52% complete (367k/s) |
3901 | 2024-12-02T16:39:58.470Z | [ host-image] Dec 02 16:39:57.704 INFO O| Dec 02 16:39:57.704 INFO O| Download: 15250/22774 items 121.6/199.6MB 60% complete (1.1M/s) |
3902 | 2024-12-02T16:40:02.063Z | [ recovery-image] Dec 02 16:40:01.297 INFO O| Dec 02 16:40:01.297 INFO O| Download: 11006/15848 items 94.6/176.3MB 53% complete (167k/s) |
3903 | 2024-12-02T16:40:03.537Z | [ host-image] Dec 02 16:40:02.771 INFO O| Dec 02 16:40:02.771 INFO O| Download: 15856/22774 items 130.3/199.6MB 65% complete (1.8M/s) |
3904 | 2024-12-02T16:40:07.145Z | [ recovery-image] Dec 02 16:40:06.379 INFO O| Dec 02 16:40:06.379 INFO O| Download: 11398/15848 items 107.0/176.3MB 60% complete (1.4M/s) |
3905 | 2024-12-02T16:40:08.654Z | [ host-image] Dec 02 16:40:07.887 INFO O| Dec 02 16:40:07.887 INFO O| Download: 16958/22774 items 142.8/199.6MB 71% complete (2.0M/s) |
3906 | 2024-12-02T16:40:12.406Z | [ recovery-image] Dec 02 16:40:11.640 INFO O| Dec 02 16:40:11.640 INFO O| Download: 11515/15848 items 111.4/176.3MB 63% complete (1.6M/s) |
3907 | 2024-12-02T16:40:13.873Z | [ host-image] Dec 02 16:40:13.106 INFO O| Dec 02 16:40:13.106 INFO O| Download: 17947/22774 items 160.2/199.6MB 80% complete (2.9M/s) |
3908 | 2024-12-02T16:40:17.409Z | [ recovery-image] Dec 02 16:40:16.642 INFO O| Dec 02 16:40:16.641 INFO O| Download: 11953/15848 items 136.3/176.3MB 77% complete (3.4M/s) |
3909 | 2024-12-02T16:40:18.882Z | [ host-image] Dec 02 16:40:18.115 INFO O| Dec 02 16:40:18.115 INFO O| Download: 18988/22774 items 165.4/199.6MB 82% complete (2.2M/s) |
3910 | 2024-12-02T16:40:22.418Z | [ recovery-image] Dec 02 16:40:21.650 INFO O| Dec 02 16:40:21.650 INFO O| Download: 12729/15848 items 142.6/176.3MB 80% complete (3.2M/s) |
3911 | 2024-12-02T16:40:23.902Z | [ host-image] Dec 02 16:40:23.134 INFO O| Dec 02 16:40:23.134 INFO O| Download: 19966/22774 items 169.6/199.6MB 84% complete (962k/s) |
3912 | 2024-12-02T16:40:27.438Z | [ recovery-image] Dec 02 16:40:26.669 INFO O| Dec 02 16:40:26.669 INFO O| Download: 13504/15848 items 145.4/176.3MB 82% complete (1004k/s) |
3913 | 2024-12-02T16:40:28.981Z | [ host-image] Dec 02 16:40:28.212 INFO O| Dec 02 16:40:28.212 INFO O| Download: 20638/22774 items 172.5/199.6MB 86% complete (742k/s) |
3914 | 2024-12-02T16:40:32.451Z | [ recovery-image] Dec 02 16:40:31.680 INFO O| Dec 02 16:40:31.679 INFO O| Download: 14587/15848 items 150.3/176.3MB 85% complete (786k/s) |
3915 | 2024-12-02T16:40:34.129Z | [ host-image] Dec 02 16:40:33.360 INFO O| Dec 02 16:40:33.360 INFO O| Download: 20975/22774 items 178.9/199.6MB 89% complete (956k/s) |
3916 | 2024-12-02T16:40:37.601Z | [ recovery-image] Dec 02 16:40:36.831 INFO O| Dec 02 16:40:36.831 INFO O| Download: 14813/15848 items 157.0/176.3MB 89% complete (1.2M/s) |
3917 | 2024-12-02T16:40:39.136Z | [ host-image] Dec 02 16:40:38.366 INFO O| Dec 02 16:40:38.366 INFO O| Download: 21894/22774 items 190.5/199.6MB 95% complete (1.7M/s) |
3918 | 2024-12-02T16:40:42.842Z | [ recovery-image] Dec 02 16:40:42.072 INFO O| Dec 02 16:40:42.072 INFO O| Download: 15562/15848 items 169.1/176.3MB 95% complete (1.9M/s) |
3919 | 2024-12-02T16:40:44.178Z | [ host-image] Dec 02 16:40:43.408 INFO O| Dec 02 16:40:43.408 INFO O| Download: 22291/22774 items 199.0/199.6MB 99% complete (2.0M/s) |
3920 | 2024-12-02T16:40:46.139Z | [ host-image] Dec 02 16:40:45.369 INFO O| Dec 02 16:40:45.369 INFO O| Download: Completed 199.56 MB in 149.21 seconds (1.3M/s) |
3921 | 2024-12-02T16:40:47.661Z | [ recovery-image] Dec 02 16:40:46.890 INFO O| Dec 02 16:40:46.890 INFO O| Download: Completed 176.29 MB in 127.42 seconds (1.4M/s) |
3922 | 2024-12-02T16:40:47.814Z | [ host-image] Dec 02 16:40:47.044 INFO O| Dec 02 16:40:47.044 INFO O| Actions: 1/49471 actions (Installing new actions) |
3923 | 2024-12-02T16:40:48.792Z | [ recovery-image] Dec 02 16:40:48.022 INFO O| Dec 02 16:40:48.021 INFO O| Actions: 1/25014 actions (Installing new actions) |
3924 | 2024-12-02T16:40:52.815Z | [ host-image] Dec 02 16:40:52.045 INFO O| Dec 02 16:40:52.044 INFO O| Actions: 9023/49471 actions (Installing new actions) |
3925 | 2024-12-02T16:40:53.797Z | [ recovery-image] Dec 02 16:40:53.026 INFO O| Dec 02 16:40:53.026 INFO O| Actions: 9667/25014 actions (Installing new actions) |
3926 | 2024-12-02T16:40:57.839Z | [ host-image] Dec 02 16:40:57.068 INFO O| Dec 02 16:40:57.068 INFO O| Actions: 14195/49471 actions (Installing new actions) |
3927 | 2024-12-02T16:40:58.829Z | [ recovery-image] Dec 02 16:40:58.058 INFO O| Dec 02 16:40:58.058 INFO O| Actions: 17362/25014 actions (Installing new actions) |
3928 | 2024-12-02T16:41:02.840Z | [ host-image] Dec 02 16:41:02.068 INFO O| Dec 02 16:41:02.068 INFO O| Actions: 20540/49471 actions (Installing new actions) |
3929 | 2024-12-02T16:41:02.920Z | [ recovery-image] Dec 02 16:41:02.148 INFO O| Dec 02 16:41:02.148 INFO O| Actions: Completed 25014 actions in 14.12 seconds. |
3930 | 2024-12-02T16:41:03.694Z | [ recovery-image] Dec 02 16:41:02.923 INFO O| Dec 02 16:41:02.922 INFO O| Done |
3931 | 2024-12-02T16:41:03.694Z | [ recovery-image] Dec 02 16:41:02.923 INFO O| Dec 02 16:41:02.922 INFO O| Done |
3932 | 2024-12-02T16:41:05.508Z | [ recovery-image] Dec 02 16:41:04.722 INFO O| Dec 02 16:41:04.721 INFO O| Done |
3933 | 2024-12-02T16:41:07.699Z | [ recovery-image] Dec 02 16:41:06.927 INFO O| Dec 02 16:41:06.927 INFO O| Done |
3934 | 2024-12-02T16:41:07.723Z | [ recovery-image] Dec 02 16:41:06.951 INFO O| Dec 02 16:41:06.951 INFO O| Done |
3935 | 2024-12-02T16:41:07.840Z | [ host-image] Dec 02 16:41:07.068 INFO O| Dec 02 16:41:07.068 INFO O| Actions: 28691/49471 actions (Installing new actions) |
3936 | 2024-12-02T16:41:11.139Z | [ host-image] Dec 02 16:41:10.367 INFO O| Dec 02 16:41:10.366 INFO O| Actions: Completed 49471 actions in 23.32 seconds. |
3937 | 2024-12-02T16:41:11.727Z | [ host-image] Dec 02 16:41:10.955 INFO O| Dec 02 16:41:10.954 INFO O| Done |
3938 | 2024-12-02T16:41:11.727Z | [ host-image] Dec 02 16:41:10.955 INFO O| Dec 02 16:41:10.954 INFO O| Done |
3939 | 2024-12-02T16:41:12.544Z | [ recovery-image] Dec 02 16:41:11.771 INFO O| Dec 02 16:41:11.771 INFO O| Done |
3940 | 2024-12-02T16:41:13.169Z | [ recovery-image] Dec 02 16:41:12.397 INFO O| Dec 02 16:41:12.396 INFO O| Done |
3941 | 2024-12-02T16:41:13.324Z | [ host-image] Dec 02 16:41:12.551 INFO O| Dec 02 16:41:12.551 INFO O| Done |
3942 | 2024-12-02T16:41:13.664Z | [ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO STEP 11 (pkg_install) COMPLETE |
3943 | 2024-12-02T16:41:13.664Z | [ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3944 | 2024-12-02T16:41:13.664Z | [ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO skip step because feature "recovery" is enabled |
3945 | 2024-12-02T16:41:13.664Z | [ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3946 | 2024-12-02T16:41:13.664Z | [ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO skip step because feature "omicron1" is not enabled |
3947 | 2024-12-02T16:41:13.664Z | [ recovery-image] Dec 02 16:41:12.890 INFO O| Dec 02 16:41:12.890 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3948 | 2024-12-02T16:41:13.682Z | [ recovery-image] Dec 02 16:41:12.909 INFO O| Dec 02 16:41:12.909 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.301"] |
3949 | 2024-12-02T16:41:14.833Z | [ recovery-image] Dec 02 16:41:14.061 INFO O| Dec 02 16:41:14.061 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3950 | 2024-12-02T16:41:16.117Z | [ host-image] Dec 02 16:41:15.342 INFO O| Dec 02 16:41:15.342 INFO O| Done |
3951 | 2024-12-02T16:41:16.156Z | [ host-image] Dec 02 16:41:15.383 INFO O| Dec 02 16:41:15.383 INFO O| Done |
3952 | 2024-12-02T16:41:19.456Z | [ recovery-image] Dec 02 16:41:18.682 INFO O| Dec 02 16:41:18.682 INFO O| Planning: Solver setup ... Done |
3953 | 2024-12-02T16:41:19.462Z | [ recovery-image] Dec 02 16:41:18.689 INFO O| Dec 02 16:41:18.689 INFO O| Planning: Running solver ... Done |
3954 | 2024-12-02T16:41:19.550Z | [ recovery-image] Dec 02 16:41:18.776 INFO O| Dec 02 16:41:18.776 INFO O| Planning: Finding local manifests ... Done |
3955 | 2024-12-02T16:41:19.553Z | [ recovery-image] Dec 02 16:41:18.777 INFO O| Dec 02 16:41:18.777 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3956 | 2024-12-02T16:41:19.737Z | [ recovery-image] Dec 02 16:41:18.963 INFO O| Dec 02 16:41:18.963 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3957 | 2024-12-02T16:41:19.765Z | [ recovery-image] Dec 02 16:41:18.991 INFO O| Dec 02 16:41:18.991 INFO O| Planning: Package planning ... Done |
3958 | 2024-12-02T16:41:19.767Z | [ recovery-image] Dec 02 16:41:18.991 INFO O| Dec 02 16:41:18.991 INFO O| Planning: Merging actions ... Done |
3959 | 2024-12-02T16:41:19.848Z | [ recovery-image] Dec 02 16:41:19.075 INFO O| Dec 02 16:41:19.074 INFO O| Planning: Checking for conflicting actions ... Done |
3960 | 2024-12-02T16:41:19.850Z | [ recovery-image] Dec 02 16:41:19.075 INFO O| Dec 02 16:41:19.075 INFO O| Planning: Consolidating action changes ... Done |
3961 | 2024-12-02T16:41:20.086Z | [ recovery-image] Dec 02 16:41:19.312 INFO O| Dec 02 16:41:19.312 INFO O| Planning: Evaluating mediators ... Done |
3962 | 2024-12-02T16:41:20.089Z | [ recovery-image] Dec 02 16:41:19.313 INFO O| Dec 02 16:41:19.313 INFO O| Planning: Planning completed in 5.25 seconds |
3963 | 2024-12-02T16:41:20.092Z | [ recovery-image] Dec 02 16:41:19.316 INFO O| Dec 02 16:41:19.316 INFO O| Packages to install: 1 |
3964 | 2024-12-02T16:41:20.109Z | [ recovery-image] Dec 02 16:41:19.335 INFO O| Dec 02 16:41:19.335 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3965 | 2024-12-02T16:41:20.663Z | [ recovery-image] Dec 02 16:41:19.889 INFO O| Dec 02 16:41:19.889 INFO O| Download: Completed 10.00 MB in 0.55 seconds (18.0M/s) |
3966 | 2024-12-02T16:41:20.794Z | [ recovery-image] Dec 02 16:41:20.020 INFO O| Dec 02 16:41:20.020 INFO O| Actions: 1/22 actions (Installing new actions) |
3967 | 2024-12-02T16:41:21.194Z | [ recovery-image] Dec 02 16:41:20.421 INFO O| Dec 02 16:41:20.420 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
3968 | 2024-12-02T16:41:21.899Z | [ recovery-image] Dec 02 16:41:21.125 INFO O| Dec 02 16:41:21.125 INFO O| Done |
3969 | 2024-12-02T16:41:21.899Z | [ recovery-image] Dec 02 16:41:21.125 INFO O| Dec 02 16:41:21.125 INFO O| Done |
3970 | 2024-12-02T16:41:23.190Z | [ recovery-image] Dec 02 16:41:22.416 INFO O| Dec 02 16:41:22.416 INFO O| Done |
3971 | 2024-12-02T16:41:24.866Z | [ recovery-image] Dec 02 16:41:24.092 INFO O| Dec 02 16:41:24.092 INFO O| Done |
3972 | 2024-12-02T16:41:24.919Z | [ recovery-image] Dec 02 16:41:24.131 INFO O| Dec 02 16:41:24.130 INFO O| Done |
3973 | 2024-12-02T16:41:24.923Z | [ recovery-image] Dec 02 16:41:24.131 INFO O| Dec 02 16:41:24.131 INFO O| Done |
3974 | 2024-12-02T16:41:24.926Z | [ recovery-image] Dec 02 16:41:24.149 INFO O| Dec 02 16:41:24.149 INFO O| Done |
3975 | 2024-12-02T16:41:25.097Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 14 (pkg_install) COMPLETE |
3976 | 2024-12-02T16:41:25.097Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3977 | 2024-12-02T16:41:25.097Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO skip step because feature "mfg" is not enabled |
3978 | 2024-12-02T16:41:25.100Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3979 | 2024-12-02T16:41:25.100Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO skip step because feature "compliance" is not enabled |
3980 | 2024-12-02T16:41:25.100Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3981 | 2024-12-02T16:41:25.101Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO skip step because feature "stress" is not enabled |
3982 | 2024-12-02T16:41:25.101Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3983 | 2024-12-02T16:41:25.101Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO skip step because feature "nfs" is not enabled |
3984 | 2024-12-02T16:41:25.101Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3985 | 2024-12-02T16:41:25.101Z | [ recovery-image] Dec 02 16:41:24.323 INFO O| Dec 02 16:41:24.323 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3986 | 2024-12-02T16:41:25.402Z | [ recovery-image] Dec 02 16:41:24.628 INFO O| Dec 02 16:41:24.628 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3987 | 2024-12-02T16:41:25.551Z | [ recovery-image] Dec 02 16:41:24.759 INFO O| Dec 02 16:41:24.759 INFO completed processing gimlet/ramdisk-01-os |
3988 | 2024-12-02T16:41:25.551Z | [ recovery-image] Dec 02 16:41:24.762 INFO image builder template: ramdisk-02-trim... |
3989 | 2024-12-02T16:41:25.551Z | [ recovery-image] Dec 02 16:41:24.762 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/.tmpcAIMQT/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.301", "-n", "ramdisk-02-trim"], pwd: None |
3990 | 2024-12-02T16:41:25.624Z | [ recovery-image] Dec 02 16:41:24.850 INFO O| Dec 02 16:41:24.850 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3991 | 2024-12-02T16:41:25.645Z | [ recovery-image] Dec 02 16:41:24.871 INFO O| Dec 02 16:41:24.871 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3992 | 2024-12-02T16:41:25.755Z | [ recovery-image] Dec 02 16:41:24.981 INFO O| Dec 02 16:41:24.981 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3993 | 2024-12-02T16:41:25.836Z | [ recovery-image] Dec 02 16:41:25.062 INFO O| Dec 02 16:41:25.061 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3994 | 2024-12-02T16:41:25.838Z | [ recovery-image] Dec 02 16:41:25.062 INFO O| Dec 02 16:41:25.062 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3995 | 2024-12-02T16:41:25.844Z | [ recovery-image] Dec 02 16:41:25.071 INFO O| Dec 02 16:41:25.071 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3996 | 2024-12-02T16:41:25.852Z | [ recovery-image] Dec 02 16:41:25.078 INFO O| Dec 02 16:41:25.078 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3997 | 2024-12-02T16:41:25.860Z | [ recovery-image] Dec 02 16:41:25.086 INFO O| Dec 02 16:41:25.086 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3998 | 2024-12-02T16:41:25.932Z | [ host-image] Dec 02 16:41:25.158 INFO O| Dec 02 16:41:25.158 INFO O| Done |
3999 | 2024-12-02T16:41:26.437Z | [ recovery-image] Dec 02 16:41:25.663 INFO O| Dec 02 16:41:25.663 INFO rolled back to input snapshot; work may begin |
4000 | 2024-12-02T16:41:26.437Z | [ recovery-image] Dec 02 16:41:25.663 INFO O| Dec 02 16:41:25.663 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4001 | 2024-12-02T16:41:26.446Z | [ recovery-image] Dec 02 16:41:25.672 INFO O| Dec 02 16:41:25.672 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4002 | 2024-12-02T16:41:26.466Z | [ recovery-image] Dec 02 16:41:25.692 INFO O| Dec 02 16:41:25.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4003 | 2024-12-02T16:41:26.523Z | [ recovery-image] Dec 02 16:41:25.749 INFO O| Dec 02 16:41:25.749 INFO STEP 0 (remove_files) COMPLETE |
4004 | 2024-12-02T16:41:26.523Z | [ recovery-image] Dec 02 16:41:25.749 INFO O| Dec 02 16:41:25.749 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4005 | 2024-12-02T16:41:26.542Z | [ recovery-image] Dec 02 16:41:25.768 INFO O| Dec 02 16:41:25.768 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4006 | 2024-12-02T16:41:26.545Z | [ recovery-image] Dec 02 16:41:25.771 INFO O| Dec 02 16:41:25.771 INFO STEP 1 (remove_files) COMPLETE |
4007 | 2024-12-02T16:41:26.547Z | [ recovery-image] Dec 02 16:41:25.771 INFO O| Dec 02 16:41:25.771 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4008 | 2024-12-02T16:41:26.562Z | [ recovery-image] Dec 02 16:41:25.788 INFO O| Dec 02 16:41:25.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4009 | 2024-12-02T16:41:26.586Z | [ recovery-image] Dec 02 16:41:25.812 INFO O| Dec 02 16:41:25.812 INFO STEP 2 (remove_files) COMPLETE |
4010 | 2024-12-02T16:41:26.586Z | [ recovery-image] Dec 02 16:41:25.812 INFO O| Dec 02 16:41:25.812 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4011 | 2024-12-02T16:41:26.604Z | [ recovery-image] Dec 02 16:41:25.830 INFO O| Dec 02 16:41:25.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4012 | 2024-12-02T16:41:26.607Z | [ recovery-image] Dec 02 16:41:25.833 INFO O| Dec 02 16:41:25.833 INFO STEP 3 (remove_files) COMPLETE |
4013 | 2024-12-02T16:41:26.607Z | [ recovery-image] Dec 02 16:41:25.833 INFO O| Dec 02 16:41:25.833 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4014 | 2024-12-02T16:41:26.624Z | [ recovery-image] Dec 02 16:41:25.850 INFO O| Dec 02 16:41:25.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4015 | 2024-12-02T16:41:26.630Z | [ recovery-image] Dec 02 16:41:25.856 INFO O| Dec 02 16:41:25.856 INFO STEP 4 (remove_files) COMPLETE |
4016 | 2024-12-02T16:41:26.630Z | [ recovery-image] Dec 02 16:41:25.856 INFO O| Dec 02 16:41:25.856 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4017 | 2024-12-02T16:41:26.648Z | [ recovery-image] Dec 02 16:41:25.874 INFO O| Dec 02 16:41:25.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4018 | 2024-12-02T16:41:26.651Z | [ recovery-image] Dec 02 16:41:25.874 INFO O| Dec 02 16:41:25.874 INFO STEP 5 (remove_files) COMPLETE |
4019 | 2024-12-02T16:41:26.651Z | [ recovery-image] Dec 02 16:41:25.874 INFO O| Dec 02 16:41:25.874 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4020 | 2024-12-02T16:41:26.665Z | [ recovery-image] Dec 02 16:41:25.891 INFO O| Dec 02 16:41:25.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4021 | 2024-12-02T16:41:26.685Z | [ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.910 INFO STEP 6 (remove_files) COMPLETE |
4022 | 2024-12-02T16:41:26.685Z | [ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4023 | 2024-12-02T16:41:26.687Z | [ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO skip step because feature "recovery" is enabled |
4024 | 2024-12-02T16:41:26.688Z | [ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4025 | 2024-12-02T16:41:26.688Z | [ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO skip step because feature "recovery" is enabled |
4026 | 2024-12-02T16:41:26.688Z | [ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4027 | 2024-12-02T16:41:26.688Z | [ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO skip step because feature "recovery" is enabled |
4028 | 2024-12-02T16:41:26.688Z | [ recovery-image] Dec 02 16:41:25.911 INFO O| Dec 02 16:41:25.911 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4029 | 2024-12-02T16:41:26.702Z | [ recovery-image] Dec 02 16:41:25.928 INFO O| Dec 02 16:41:25.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4030 | 2024-12-02T16:41:26.707Z | [ recovery-image] Dec 02 16:41:25.933 INFO O| Dec 02 16:41:25.933 INFO STEP 10 (remove_files) COMPLETE |
4031 | 2024-12-02T16:41:26.710Z | [ recovery-image] Dec 02 16:41:25.933 INFO O| Dec 02 16:41:25.933 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4032 | 2024-12-02T16:41:26.725Z | [ recovery-image] Dec 02 16:41:25.951 INFO O| Dec 02 16:41:25.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4033 | 2024-12-02T16:41:26.727Z | [ recovery-image] Dec 02 16:41:25.953 INFO O| Dec 02 16:41:25.953 INFO STEP 11 (remove_files) COMPLETE |
4034 | 2024-12-02T16:41:26.727Z | [ recovery-image] Dec 02 16:41:25.953 INFO O| Dec 02 16:41:25.953 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4035 | 2024-12-02T16:41:26.744Z | [ recovery-image] Dec 02 16:41:25.970 INFO O| Dec 02 16:41:25.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4036 | 2024-12-02T16:41:26.747Z | [ recovery-image] Dec 02 16:41:25.972 INFO O| Dec 02 16:41:25.972 INFO STEP 12 (remove_files) COMPLETE |
4037 | 2024-12-02T16:41:26.749Z | [ recovery-image] Dec 02 16:41:25.973 INFO O| Dec 02 16:41:25.972 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4038 | 2024-12-02T16:41:26.811Z | [ host-image] Dec 02 16:41:26.037 INFO O| Dec 02 16:41:26.037 INFO O| Done |
4039 | 2024-12-02T16:41:26.827Z | [ recovery-image] Dec 02 16:41:26.053 INFO O| Dec 02 16:41:26.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4040 | 2024-12-02T16:41:26.830Z | [ recovery-image] Dec 02 16:41:26.057 INFO O| Dec 02 16:41:26.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4041 | 2024-12-02T16:41:26.887Z | [ recovery-image] Dec 02 16:41:26.113 INFO O| Dec 02 16:41:26.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4042 | 2024-12-02T16:41:26.890Z | [ recovery-image] Dec 02 16:41:26.116 INFO O| Dec 02 16:41:26.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4043 | 2024-12-02T16:41:27.123Z | [ recovery-image] Dec 02 16:41:26.348 INFO O| Dec 02 16:41:26.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4044 | 2024-12-02T16:41:27.134Z | [ recovery-image] Dec 02 16:41:26.360 INFO O| Dec 02 16:41:26.360 INFO STEP 13 (remove_files) COMPLETE |
4045 | 2024-12-02T16:41:27.134Z | [ recovery-image] Dec 02 16:41:26.360 INFO O| Dec 02 16:41:26.360 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4046 | 2024-12-02T16:41:27.150Z | [ recovery-image] Dec 02 16:41:26.376 INFO O| Dec 02 16:41:26.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4047 | 2024-12-02T16:41:27.152Z | [ recovery-image] Dec 02 16:41:26.378 INFO O| Dec 02 16:41:26.378 INFO STEP 14 (remove_files) COMPLETE |
4048 | 2024-12-02T16:41:27.152Z | [ recovery-image] Dec 02 16:41:26.378 INFO O| Dec 02 16:41:26.378 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4049 | 2024-12-02T16:41:27.168Z | [ recovery-image] Dec 02 16:41:26.394 INFO O| Dec 02 16:41:26.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4050 | 2024-12-02T16:41:27.178Z | [ recovery-image] Dec 02 16:41:26.404 INFO O| Dec 02 16:41:26.404 INFO STEP 15 (remove_files) COMPLETE |
4051 | 2024-12-02T16:41:27.178Z | [ recovery-image] Dec 02 16:41:26.404 INFO O| Dec 02 16:41:26.404 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4052 | 2024-12-02T16:41:27.193Z | [ recovery-image] Dec 02 16:41:26.420 INFO O| Dec 02 16:41:26.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4053 | 2024-12-02T16:41:27.196Z | [ recovery-image] Dec 02 16:41:26.420 INFO O| Dec 02 16:41:26.420 INFO STEP 16 (remove_files) COMPLETE |
4054 | 2024-12-02T16:41:27.196Z | [ recovery-image] Dec 02 16:41:26.420 INFO O| Dec 02 16:41:26.420 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4055 | 2024-12-02T16:41:27.206Z | [ recovery-image] Dec 02 16:41:26.432 INFO O| Dec 02 16:41:26.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4056 | 2024-12-02T16:41:27.208Z | [ recovery-image] Dec 02 16:41:26.434 INFO O| Dec 02 16:41:26.434 INFO STEP 17 (remove_files) COMPLETE |
4057 | 2024-12-02T16:41:27.208Z | [ recovery-image] Dec 02 16:41:26.434 INFO O| Dec 02 16:41:26.434 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4058 | 2024-12-02T16:41:27.225Z | [ recovery-image] Dec 02 16:41:26.451 INFO O| Dec 02 16:41:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4059 | 2024-12-02T16:41:27.227Z | [ recovery-image] Dec 02 16:41:26.451 INFO O| Dec 02 16:41:26.451 INFO STEP 18 (remove_files) COMPLETE |
4060 | 2024-12-02T16:41:27.227Z | [ recovery-image] Dec 02 16:41:26.451 INFO O| Dec 02 16:41:26.451 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4061 | 2024-12-02T16:41:27.241Z | [ recovery-image] Dec 02 16:41:26.467 INFO O| Dec 02 16:41:26.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4062 | 2024-12-02T16:41:27.244Z | [ recovery-image] Dec 02 16:41:26.467 INFO O| Dec 02 16:41:26.467 INFO STEP 19 (remove_files) COMPLETE |
4063 | 2024-12-02T16:41:27.244Z | [ recovery-image] Dec 02 16:41:26.467 INFO O| Dec 02 16:41:26.467 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4064 | 2024-12-02T16:41:27.247Z | [ host-image] Dec 02 16:41:26.472 INFO O| Dec 02 16:41:26.472 INFO STEP 11 (pkg_install) COMPLETE |
4065 | 2024-12-02T16:41:27.247Z | [ host-image] Dec 02 16:41:26.472 INFO O| Dec 02 16:41:26.472 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4066 | 2024-12-02T16:41:27.256Z | [ recovery-image] Dec 02 16:41:26.482 INFO O| Dec 02 16:41:26.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4067 | 2024-12-02T16:41:27.256Z | [ recovery-image] Dec 02 16:41:26.482 INFO O| Dec 02 16:41:26.482 INFO STEP 20 (remove_files) COMPLETE |
4068 | 2024-12-02T16:41:27.258Z | [ recovery-image] Dec 02 16:41:26.482 INFO O| Dec 02 16:41:26.482 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4069 | 2024-12-02T16:41:27.263Z | [ host-image] Dec 02 16:41:26.489 INFO O| Dec 02 16:41:26.489 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"] |
4070 | 2024-12-02T16:41:27.272Z | [ recovery-image] Dec 02 16:41:26.498 INFO O| Dec 02 16:41:26.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4071 | 2024-12-02T16:41:27.272Z | [ recovery-image] Dec 02 16:41:26.498 INFO O| Dec 02 16:41:26.498 INFO STEP 21 (remove_files) COMPLETE |
4072 | 2024-12-02T16:41:27.274Z | [ recovery-image] Dec 02 16:41:26.498 INFO O| Dec 02 16:41:26.498 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4073 | 2024-12-02T16:41:27.288Z | [ recovery-image] Dec 02 16:41:26.514 INFO O| Dec 02 16:41:26.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4074 | 2024-12-02T16:41:27.288Z | [ recovery-image] Dec 02 16:41:26.514 INFO O| Dec 02 16:41:26.514 INFO STEP 22 (remove_files) COMPLETE |
4075 | 2024-12-02T16:41:27.290Z | [ recovery-image] Dec 02 16:41:26.514 INFO O| Dec 02 16:41:26.514 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-12-02T16:41:27.303Z | [ recovery-image] Dec 02 16:41:26.529 INFO O| Dec 02 16:41:26.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4077 | 2024-12-02T16:41:27.303Z | [ recovery-image] Dec 02 16:41:26.529 INFO O| Dec 02 16:41:26.529 INFO STEP 23 (remove_files) COMPLETE |
4078 | 2024-12-02T16:41:27.303Z | [ recovery-image] Dec 02 16:41:26.530 INFO O| Dec 02 16:41:26.529 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4079 | 2024-12-02T16:41:27.319Z | [ recovery-image] Dec 02 16:41:26.545 INFO O| Dec 02 16:41:26.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4080 | 2024-12-02T16:41:27.319Z | [ recovery-image] Dec 02 16:41:26.545 INFO O| Dec 02 16:41:26.545 INFO STEP 24 (remove_files) COMPLETE |
4081 | 2024-12-02T16:41:27.319Z | [ recovery-image] Dec 02 16:41:26.545 INFO O| Dec 02 16:41:26.545 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4082 | 2024-12-02T16:41:27.333Z | [ recovery-image] Dec 02 16:41:26.559 INFO O| Dec 02 16:41:26.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4083 | 2024-12-02T16:41:27.333Z | [ recovery-image] Dec 02 16:41:26.560 INFO O| Dec 02 16:41:26.560 INFO STEP 25 (remove_files) COMPLETE |
4084 | 2024-12-02T16:41:27.333Z | [ recovery-image] Dec 02 16:41:26.560 INFO O| Dec 02 16:41:26.560 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-02T16:41:27.350Z | [ recovery-image] Dec 02 16:41:26.576 INFO O| Dec 02 16:41:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4086 | 2024-12-02T16:41:27.352Z | [ recovery-image] Dec 02 16:41:26.576 INFO O| Dec 02 16:41:26.576 INFO STEP 26 (remove_files) COMPLETE |
4087 | 2024-12-02T16:41:27.352Z | [ recovery-image] Dec 02 16:41:26.576 INFO O| Dec 02 16:41:26.576 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4088 | 2024-12-02T16:41:27.361Z | [ recovery-image] Dec 02 16:41:26.588 INFO O| Dec 02 16:41:26.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4089 | 2024-12-02T16:41:27.362Z | [ recovery-image] Dec 02 16:41:26.588 INFO O| Dec 02 16:41:26.588 INFO STEP 27 (remove_files) COMPLETE |
4090 | 2024-12-02T16:41:27.365Z | [ recovery-image] Dec 02 16:41:26.588 INFO O| Dec 02 16:41:26.588 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-12-02T16:41:27.372Z | [ recovery-image] Dec 02 16:41:26.598 INFO O| Dec 02 16:41:26.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4092 | 2024-12-02T16:41:27.372Z | [ recovery-image] Dec 02 16:41:26.598 INFO O| Dec 02 16:41:26.598 INFO STEP 28 (remove_files) COMPLETE |
4093 | 2024-12-02T16:41:27.375Z | [ recovery-image] Dec 02 16:41:26.599 INFO O| Dec 02 16:41:26.598 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4094 | 2024-12-02T16:41:27.386Z | [ recovery-image] Dec 02 16:41:26.612 INFO O| Dec 02 16:41:26.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4095 | 2024-12-02T16:41:27.386Z | [ recovery-image] Dec 02 16:41:26.612 INFO O| Dec 02 16:41:26.612 INFO STEP 29 (remove_files) COMPLETE |
4096 | 2024-12-02T16:41:27.386Z | [ recovery-image] Dec 02 16:41:26.612 INFO O| Dec 02 16:41:26.612 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-12-02T16:41:27.402Z | [ recovery-image] Dec 02 16:41:26.628 INFO O| Dec 02 16:41:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4098 | 2024-12-02T16:41:27.402Z | [ recovery-image] Dec 02 16:41:26.628 INFO O| Dec 02 16:41:26.628 INFO STEP 30 (remove_files) COMPLETE |
4099 | 2024-12-02T16:41:27.402Z | [ recovery-image] Dec 02 16:41:26.628 INFO O| Dec 02 16:41:26.628 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4100 | 2024-12-02T16:41:27.417Z | [ recovery-image] Dec 02 16:41:26.643 INFO O| Dec 02 16:41:26.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4101 | 2024-12-02T16:41:27.420Z | [ recovery-image] Dec 02 16:41:26.643 INFO O| Dec 02 16:41:26.643 INFO STEP 31 (remove_files) COMPLETE |
4102 | 2024-12-02T16:41:27.421Z | [ recovery-image] Dec 02 16:41:26.643 INFO O| Dec 02 16:41:26.643 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-12-02T16:41:27.430Z | [ recovery-image] Dec 02 16:41:26.656 INFO O| Dec 02 16:41:26.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4104 | 2024-12-02T16:41:27.430Z | [ recovery-image] Dec 02 16:41:26.656 INFO O| Dec 02 16:41:26.656 INFO STEP 32 (remove_files) COMPLETE |
4105 | 2024-12-02T16:41:27.433Z | [ recovery-image] Dec 02 16:41:26.656 INFO O| Dec 02 16:41:26.656 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4106 | 2024-12-02T16:41:27.444Z | [ recovery-image] Dec 02 16:41:26.670 INFO O| Dec 02 16:41:26.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4107 | 2024-12-02T16:41:27.444Z | [ recovery-image] Dec 02 16:41:26.670 INFO O| Dec 02 16:41:26.670 INFO STEP 33 (remove_files) COMPLETE |
4108 | 2024-12-02T16:41:27.444Z | [ recovery-image] Dec 02 16:41:26.670 INFO O| Dec 02 16:41:26.670 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-12-02T16:41:27.460Z | [ recovery-image] Dec 02 16:41:26.686 INFO O| Dec 02 16:41:26.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4110 | 2024-12-02T16:41:27.462Z | [ recovery-image] Dec 02 16:41:26.686 INFO O| Dec 02 16:41:26.686 INFO STEP 34 (remove_files) COMPLETE |
4111 | 2024-12-02T16:41:27.462Z | [ recovery-image] Dec 02 16:41:26.686 INFO O| Dec 02 16:41:26.686 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4112 | 2024-12-02T16:41:27.475Z | [ recovery-image] Dec 02 16:41:26.701 INFO O| Dec 02 16:41:26.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4113 | 2024-12-02T16:41:27.475Z | [ recovery-image] Dec 02 16:41:26.701 INFO O| Dec 02 16:41:26.701 INFO STEP 35 (remove_files) COMPLETE |
4114 | 2024-12-02T16:41:27.478Z | [ recovery-image] Dec 02 16:41:26.701 INFO O| Dec 02 16:41:26.701 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-12-02T16:41:27.492Z | [ recovery-image] Dec 02 16:41:26.718 INFO O| Dec 02 16:41:26.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4116 | 2024-12-02T16:41:27.492Z | [ recovery-image] Dec 02 16:41:26.718 INFO O| Dec 02 16:41:26.718 INFO STEP 36 (remove_files) COMPLETE |
4117 | 2024-12-02T16:41:27.493Z | [ recovery-image] Dec 02 16:41:26.719 INFO O| Dec 02 16:41:26.718 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4118 | 2024-12-02T16:41:27.509Z | [ recovery-image] Dec 02 16:41:26.735 INFO O| Dec 02 16:41:26.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4119 | 2024-12-02T16:41:27.509Z | [ recovery-image] Dec 02 16:41:26.735 INFO O| Dec 02 16:41:26.735 INFO STEP 37 (remove_files) COMPLETE |
4120 | 2024-12-02T16:41:27.512Z | [ recovery-image] Dec 02 16:41:26.736 INFO O| Dec 02 16:41:26.735 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4121 | 2024-12-02T16:41:27.524Z | [ recovery-image] Dec 02 16:41:26.750 INFO O| Dec 02 16:41:26.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4122 | 2024-12-02T16:41:27.524Z | [ recovery-image] Dec 02 16:41:26.750 INFO O| Dec 02 16:41:26.750 INFO STEP 38 (remove_files) COMPLETE |
4123 | 2024-12-02T16:41:27.527Z | [ recovery-image] Dec 02 16:41:26.750 INFO O| Dec 02 16:41:26.750 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4124 | 2024-12-02T16:41:27.542Z | [ recovery-image] Dec 02 16:41:26.767 INFO O| Dec 02 16:41:26.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4125 | 2024-12-02T16:41:27.543Z | [ recovery-image] Dec 02 16:41:26.767 INFO O| Dec 02 16:41:26.767 INFO STEP 39 (remove_files) COMPLETE |
4126 | 2024-12-02T16:41:27.543Z | [ recovery-image] Dec 02 16:41:26.767 INFO O| Dec 02 16:41:26.767 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4127 | 2024-12-02T16:41:27.559Z | [ recovery-image] Dec 02 16:41:26.784 INFO O| Dec 02 16:41:26.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4128 | 2024-12-02T16:41:27.560Z | [ recovery-image] Dec 02 16:41:26.784 INFO O| Dec 02 16:41:26.784 INFO STEP 40 (remove_files) COMPLETE |
4129 | 2024-12-02T16:41:27.560Z | [ recovery-image] Dec 02 16:41:26.784 INFO O| Dec 02 16:41:26.784 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4130 | 2024-12-02T16:41:27.570Z | [ recovery-image] Dec 02 16:41:26.796 INFO O| Dec 02 16:41:26.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4131 | 2024-12-02T16:41:27.570Z | [ recovery-image] Dec 02 16:41:26.796 INFO O| Dec 02 16:41:26.796 INFO STEP 41 (remove_files) COMPLETE |
4132 | 2024-12-02T16:41:27.573Z | [ recovery-image] Dec 02 16:41:26.796 INFO O| Dec 02 16:41:26.796 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4133 | 2024-12-02T16:41:27.584Z | [ recovery-image] Dec 02 16:41:26.810 INFO O| Dec 02 16:41:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4134 | 2024-12-02T16:41:27.586Z | [ recovery-image] Dec 02 16:41:26.810 INFO O| Dec 02 16:41:26.810 INFO STEP 42 (remove_files) COMPLETE |
4135 | 2024-12-02T16:41:27.586Z | [ recovery-image] Dec 02 16:41:26.810 INFO O| Dec 02 16:41:26.810 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4136 | 2024-12-02T16:41:27.595Z | [ recovery-image] Dec 02 16:41:26.821 INFO O| Dec 02 16:41:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4137 | 2024-12-02T16:41:27.596Z | [ recovery-image] Dec 02 16:41:26.821 INFO O| Dec 02 16:41:26.821 INFO STEP 43 (remove_files) COMPLETE |
4138 | 2024-12-02T16:41:27.598Z | [ recovery-image] Dec 02 16:41:26.821 INFO O| Dec 02 16:41:26.821 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4139 | 2024-12-02T16:41:27.607Z | [ recovery-image] Dec 02 16:41:26.833 INFO O| Dec 02 16:41:26.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4140 | 2024-12-02T16:41:27.610Z | [ recovery-image] Dec 02 16:41:26.835 INFO O| Dec 02 16:41:26.835 INFO STEP 44 (remove_files) COMPLETE |
4141 | 2024-12-02T16:41:27.610Z | [ recovery-image] Dec 02 16:41:26.835 INFO O| Dec 02 16:41:26.835 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4142 | 2024-12-02T16:41:27.620Z | [ recovery-image] Dec 02 16:41:26.846 INFO O| Dec 02 16:41:26.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4143 | 2024-12-02T16:41:27.620Z | [ recovery-image] Dec 02 16:41:26.846 INFO O| Dec 02 16:41:26.846 INFO STEP 45 (remove_files) COMPLETE |
4144 | 2024-12-02T16:41:27.620Z | [ recovery-image] Dec 02 16:41:26.846 INFO O| Dec 02 16:41:26.846 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-02T16:41:27.636Z | [ recovery-image] Dec 02 16:41:26.861 INFO O| Dec 02 16:41:26.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4146 | 2024-12-02T16:41:27.636Z | [ recovery-image] Dec 02 16:41:26.861 INFO O| Dec 02 16:41:26.861 INFO STEP 46 (remove_files) COMPLETE |
4147 | 2024-12-02T16:41:27.639Z | [ recovery-image] Dec 02 16:41:26.861 INFO O| Dec 02 16:41:26.861 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4148 | 2024-12-02T16:41:27.652Z | [ recovery-image] Dec 02 16:41:26.878 INFO O| Dec 02 16:41:26.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4149 | 2024-12-02T16:41:27.652Z | [ recovery-image] Dec 02 16:41:26.878 INFO O| Dec 02 16:41:26.878 INFO STEP 47 (remove_files) COMPLETE |
4150 | 2024-12-02T16:41:27.652Z | [ recovery-image] Dec 02 16:41:26.878 INFO O| Dec 02 16:41:26.878 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4151 | 2024-12-02T16:41:27.668Z | [ recovery-image] Dec 02 16:41:26.894 INFO O| Dec 02 16:41:26.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4152 | 2024-12-02T16:41:27.668Z | [ recovery-image] Dec 02 16:41:26.894 INFO O| Dec 02 16:41:26.894 INFO STEP 48 (remove_files) COMPLETE |
4153 | 2024-12-02T16:41:27.668Z | [ recovery-image] Dec 02 16:41:26.894 INFO O| Dec 02 16:41:26.894 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4154 | 2024-12-02T16:41:27.681Z | [ recovery-image] Dec 02 16:41:26.907 INFO O| Dec 02 16:41:26.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4155 | 2024-12-02T16:41:27.681Z | [ recovery-image] Dec 02 16:41:26.908 INFO O| Dec 02 16:41:26.908 INFO STEP 49 (remove_files) COMPLETE |
4156 | 2024-12-02T16:41:27.684Z | [ recovery-image] Dec 02 16:41:26.908 INFO O| Dec 02 16:41:26.908 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4157 | 2024-12-02T16:41:27.692Z | [ recovery-image] Dec 02 16:41:26.918 INFO O| Dec 02 16:41:26.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4158 | 2024-12-02T16:41:27.692Z | [ recovery-image] Dec 02 16:41:26.918 INFO O| Dec 02 16:41:26.918 INFO STEP 50 (remove_files) COMPLETE |
4159 | 2024-12-02T16:41:27.694Z | [ recovery-image] Dec 02 16:41:26.918 INFO O| Dec 02 16:41:26.918 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4160 | 2024-12-02T16:41:27.707Z | [ recovery-image] Dec 02 16:41:26.933 INFO O| Dec 02 16:41:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4161 | 2024-12-02T16:41:27.707Z | [ recovery-image] Dec 02 16:41:26.933 INFO O| Dec 02 16:41:26.933 INFO STEP 51 (remove_files) COMPLETE |
4162 | 2024-12-02T16:41:27.710Z | [ recovery-image] Dec 02 16:41:26.933 INFO O| Dec 02 16:41:26.933 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2024-12-02T16:41:27.718Z | [ recovery-image] Dec 02 16:41:26.944 INFO O| Dec 02 16:41:26.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4164 | 2024-12-02T16:41:27.718Z | [ recovery-image] Dec 02 16:41:26.944 INFO O| Dec 02 16:41:26.944 INFO STEP 52 (remove_files) COMPLETE |
4165 | 2024-12-02T16:41:27.718Z | [ recovery-image] Dec 02 16:41:26.944 INFO O| Dec 02 16:41:26.944 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4166 | 2024-12-02T16:41:27.733Z | [ recovery-image] Dec 02 16:41:26.959 INFO O| Dec 02 16:41:26.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4167 | 2024-12-02T16:41:27.733Z | [ recovery-image] Dec 02 16:41:26.959 INFO O| Dec 02 16:41:26.959 INFO STEP 53 (remove_files) COMPLETE |
4168 | 2024-12-02T16:41:27.735Z | [ recovery-image] Dec 02 16:41:26.959 INFO O| Dec 02 16:41:26.959 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4169 | 2024-12-02T16:41:27.746Z | [ recovery-image] Dec 02 16:41:26.972 INFO O| Dec 02 16:41:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4170 | 2024-12-02T16:41:27.746Z | [ recovery-image] Dec 02 16:41:26.973 INFO O| Dec 02 16:41:26.972 INFO STEP 54 (remove_files) COMPLETE |
4171 | 2024-12-02T16:41:27.749Z | [ recovery-image] Dec 02 16:41:26.973 INFO O| Dec 02 16:41:26.973 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-02T16:41:27.760Z | [ recovery-image] Dec 02 16:41:26.986 INFO O| Dec 02 16:41:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4173 | 2024-12-02T16:41:27.760Z | [ recovery-image] Dec 02 16:41:26.986 INFO O| Dec 02 16:41:26.986 INFO STEP 55 (remove_files) COMPLETE |
4174 | 2024-12-02T16:41:27.763Z | [ recovery-image] Dec 02 16:41:26.986 INFO O| Dec 02 16:41:26.986 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4175 | 2024-12-02T16:41:27.771Z | [ recovery-image] Dec 02 16:41:26.997 INFO O| Dec 02 16:41:26.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4176 | 2024-12-02T16:41:27.771Z | [ recovery-image] Dec 02 16:41:26.998 INFO O| Dec 02 16:41:26.997 INFO STEP 56 (remove_files) COMPLETE |
4177 | 2024-12-02T16:41:27.774Z | [ recovery-image] Dec 02 16:41:26.998 INFO O| Dec 02 16:41:26.998 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4178 | 2024-12-02T16:41:27.783Z | [ recovery-image] Dec 02 16:41:27.009 INFO O| Dec 02 16:41:27.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4179 | 2024-12-02T16:41:27.783Z | [ recovery-image] Dec 02 16:41:27.009 INFO O| Dec 02 16:41:27.009 INFO STEP 57 (remove_files) COMPLETE |
4180 | 2024-12-02T16:41:27.785Z | [ recovery-image] Dec 02 16:41:27.009 INFO O| Dec 02 16:41:27.009 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-02T16:41:27.796Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.021 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4182 | 2024-12-02T16:41:27.796Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4183 | 2024-12-02T16:41:27.796Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4184 | 2024-12-02T16:41:27.798Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4185 | 2024-12-02T16:41:27.798Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4186 | 2024-12-02T16:41:27.798Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4187 | 2024-12-02T16:41:27.798Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO ok! |
4188 | 2024-12-02T16:41:27.798Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO STEP 58 (ensure_file) COMPLETE |
4189 | 2024-12-02T16:41:27.798Z | [ recovery-image] Dec 02 16:41:27.022 INFO O| Dec 02 16:41:27.022 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-02T16:41:27.809Z | [ recovery-image] Dec 02 16:41:27.034 INFO O| Dec 02 16:41:27.034 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4191 | 2024-12-02T16:41:27.809Z | [ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.034 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4192 | 2024-12-02T16:41:27.811Z | [ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4193 | 2024-12-02T16:41:27.811Z | [ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4194 | 2024-12-02T16:41:27.811Z | [ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4195 | 2024-12-02T16:41:27.811Z | [ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4196 | 2024-12-02T16:41:27.811Z | [ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO ok! |
4197 | 2024-12-02T16:41:27.811Z | [ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO STEP 59 (ensure_file) COMPLETE |
4198 | 2024-12-02T16:41:27.811Z | [ recovery-image] Dec 02 16:41:27.035 INFO O| Dec 02 16:41:27.035 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-02T16:41:27.820Z | [ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4200 | 2024-12-02T16:41:27.820Z | [ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4201 | 2024-12-02T16:41:27.822Z | [ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4202 | 2024-12-02T16:41:27.822Z | [ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO ok! |
4203 | 2024-12-02T16:41:27.822Z | [ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO STEP 60 (ensure_file) COMPLETE |
4204 | 2024-12-02T16:41:27.822Z | [ recovery-image] Dec 02 16:41:27.046 INFO O| Dec 02 16:41:27.046 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-02T16:41:27.836Z | [ recovery-image] Dec 02 16:41:27.061 INFO O| Dec 02 16:41:27.061 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4206 | 2024-12-02T16:41:27.836Z | [ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4207 | 2024-12-02T16:41:27.837Z | [ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4208 | 2024-12-02T16:41:27.839Z | [ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO ok! |
4209 | 2024-12-02T16:41:27.839Z | [ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO STEP 61 (ensure_file) COMPLETE |
4210 | 2024-12-02T16:41:27.839Z | [ recovery-image] Dec 02 16:41:27.062 INFO O| Dec 02 16:41:27.062 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-02T16:41:27.849Z | [ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4212 | 2024-12-02T16:41:27.849Z | [ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4213 | 2024-12-02T16:41:27.852Z | [ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4214 | 2024-12-02T16:41:27.852Z | [ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4215 | 2024-12-02T16:41:27.852Z | [ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO ok! |
4216 | 2024-12-02T16:41:27.852Z | [ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO STEP 62 (ensure_file) COMPLETE |
4217 | 2024-12-02T16:41:27.852Z | [ recovery-image] Dec 02 16:41:27.075 INFO O| Dec 02 16:41:27.075 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4218 | 2024-12-02T16:41:27.860Z | [ recovery-image] Dec 02 16:41:27.086 INFO O| Dec 02 16:41:27.086 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4219 | 2024-12-02T16:41:27.863Z | [ recovery-image] Dec 02 16:41:27.086 INFO O| Dec 02 16:41:27.086 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4220 | 2024-12-02T16:41:27.863Z | [ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.086 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4221 | 2024-12-02T16:41:27.863Z | [ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.087 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4222 | 2024-12-02T16:41:27.863Z | [ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.087 INFO ok! |
4223 | 2024-12-02T16:41:27.863Z | [ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.087 INFO STEP 63 (ensure_file) COMPLETE |
4224 | 2024-12-02T16:41:27.863Z | [ recovery-image] Dec 02 16:41:27.087 INFO O| Dec 02 16:41:27.087 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4225 | 2024-12-02T16:41:27.872Z | [ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4226 | 2024-12-02T16:41:27.872Z | [ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4227 | 2024-12-02T16:41:27.874Z | [ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4228 | 2024-12-02T16:41:27.874Z | [ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO ok! |
4229 | 2024-12-02T16:41:27.874Z | [ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO STEP 64 (assemble_files) COMPLETE |
4230 | 2024-12-02T16:41:27.874Z | [ recovery-image] Dec 02 16:41:27.098 INFO O| Dec 02 16:41:27.098 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-02T16:41:27.882Z | [ recovery-image] Dec 02 16:41:27.108 INFO O| Dec 02 16:41:27.108 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4232 | 2024-12-02T16:41:27.882Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.108 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4233 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4234 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4235 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO ok! |
4236 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 65 (ensure_file) COMPLETE |
4237 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO skip step because feature "omicron1" is not enabled |
4239 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO skip step because feature "omicron1" is not enabled |
4241 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4242 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO skip step because feature "omicron1" is not enabled |
4243 | 2024-12-02T16:41:27.885Z | [ recovery-image] Dec 02 16:41:27.109 INFO O| Dec 02 16:41:27.109 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-02T16:41:27.904Z | [ recovery-image] Dec 02 16:41:27.130 INFO O| Dec 02 16:41:27.130 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4245 | 2024-12-02T16:41:27.904Z | [ recovery-image] Dec 02 16:41:27.130 INFO O| Dec 02 16:41:27.130 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4246 | 2024-12-02T16:41:27.929Z | [ host-image] Dec 02 16:41:27.155 INFO O| Dec 02 16:41:27.155 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4247 | 2024-12-02T16:41:29.434Z | [ recovery-image] Dec 02 16:41:28.659 INFO O| Dec 02 16:41:28.659 INFO STEP 69 (pack_tar) COMPLETE |
4248 | 2024-12-02T16:41:29.434Z | [ recovery-image] Dec 02 16:41:28.660 INFO O| Dec 02 16:41:28.659 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4249 | 2024-12-02T16:41:29.436Z | [ recovery-image] Dec 02 16:41:28.660 INFO O| Dec 02 16:41:28.659 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4250 | 2024-12-02T16:41:29.897Z | [ recovery-image] Dec 02 16:41:29.123 INFO O| Dec 02 16:41:29.123 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4251 | 2024-12-02T16:41:29.970Z | [ recovery-image] Dec 02 16:41:29.195 INFO O| Dec 02 16:41:29.195 INFO completed processing gimlet/ramdisk-02-trim |
4252 | 2024-12-02T16:41:29.972Z | [ recovery-image] Dec 02 16:41:29.198 INFO image builder template: ramdisk-03-recovery-trim... |
4253 | 2024-12-02T16:41:29.972Z | [ recovery-image] Dec 02 16:41:29.198 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/.tmpcAIMQT/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.301", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4254 | 2024-12-02T16:41:30.080Z | [ recovery-image] Dec 02 16:41:29.306 INFO O| Dec 02 16:41:29.306 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4255 | 2024-12-02T16:41:30.084Z | [ recovery-image] Dec 02 16:41:29.310 INFO O| Dec 02 16:41:29.310 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4256 | 2024-12-02T16:41:30.156Z | [ recovery-image] Dec 02 16:41:29.382 INFO O| Dec 02 16:41:29.381 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4257 | 2024-12-02T16:41:30.205Z | [ recovery-image] Dec 02 16:41:29.430 INFO O| Dec 02 16:41:29.430 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4258 | 2024-12-02T16:41:30.208Z | [ recovery-image] Dec 02 16:41:29.431 INFO O| Dec 02 16:41:29.430 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4259 | 2024-12-02T16:41:30.213Z | [ recovery-image] Dec 02 16:41:29.439 INFO O| Dec 02 16:41:29.439 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4260 | 2024-12-02T16:41:30.218Z | [ recovery-image] Dec 02 16:41:29.443 INFO O| Dec 02 16:41:29.443 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4261 | 2024-12-02T16:41:30.223Z | [ recovery-image] Dec 02 16:41:29.449 INFO O| Dec 02 16:41:29.449 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4262 | 2024-12-02T16:41:30.438Z | [ recovery-image] Dec 02 16:41:29.664 INFO O| Dec 02 16:41:29.664 INFO rolled back to input snapshot; work may begin |
4263 | 2024-12-02T16:41:30.438Z | [ recovery-image] Dec 02 16:41:29.664 INFO O| Dec 02 16:41:29.664 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4264 | 2024-12-02T16:41:30.444Z | [ recovery-image] Dec 02 16:41:29.670 INFO O| Dec 02 16:41:29.669 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-12-02T16:41:30.454Z | [ recovery-image] Dec 02 16:41:29.680 INFO O| Dec 02 16:41:29.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4266 | 2024-12-02T16:41:30.457Z | [ recovery-image] Dec 02 16:41:29.683 INFO O| Dec 02 16:41:29.683 INFO STEP 0 (remove_files) COMPLETE |
4267 | 2024-12-02T16:41:30.457Z | [ recovery-image] Dec 02 16:41:29.683 INFO O| Dec 02 16:41:29.683 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-12-02T16:41:30.470Z | [ recovery-image] Dec 02 16:41:29.696 INFO O| Dec 02 16:41:29.696 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4269 | 2024-12-02T16:41:30.512Z | [ host-image] Dec 02 16:41:29.738 INFO O| Dec 02 16:41:29.738 INFO O| Planning: Solver setup ... Done |
4270 | 2024-12-02T16:41:30.516Z | [ host-image] Dec 02 16:41:29.742 INFO O| Dec 02 16:41:29.742 INFO O| Planning: Running solver ... Done |
4271 | 2024-12-02T16:41:30.520Z | [ recovery-image] Dec 02 16:41:29.746 INFO O| Dec 02 16:41:29.746 INFO STEP 1 (remove_files) COMPLETE |
4272 | 2024-12-02T16:41:30.520Z | [ recovery-image] Dec 02 16:41:29.746 INFO O| Dec 02 16:41:29.746 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-12-02T16:41:30.534Z | [ recovery-image] Dec 02 16:41:29.760 INFO O| Dec 02 16:41:29.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4274 | 2024-12-02T16:41:30.536Z | [ recovery-image] Dec 02 16:41:29.761 INFO O| Dec 02 16:41:29.761 INFO STEP 2 (remove_files) COMPLETE |
4275 | 2024-12-02T16:41:30.536Z | [ recovery-image] Dec 02 16:41:29.761 INFO O| Dec 02 16:41:29.761 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-12-02T16:41:30.547Z | [ recovery-image] Dec 02 16:41:29.773 INFO O| Dec 02 16:41:29.773 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4277 | 2024-12-02T16:41:30.582Z | [ host-image] Dec 02 16:41:29.808 INFO O| Dec 02 16:41:29.808 INFO O| Planning: Finding local manifests ... Done |
4278 | 2024-12-02T16:41:30.585Z | [ host-image] Dec 02 16:41:29.809 INFO O| Dec 02 16:41:29.809 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4279 | 2024-12-02T16:41:30.585Z | [ recovery-image] Dec 02 16:41:29.810 INFO O| Dec 02 16:41:29.810 INFO STEP 3 (remove_files) COMPLETE |
4280 | 2024-12-02T16:41:30.585Z | [ recovery-image] Dec 02 16:41:29.810 INFO O| Dec 02 16:41:29.810 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-12-02T16:41:30.598Z | [ recovery-image] Dec 02 16:41:29.823 INFO O| Dec 02 16:41:29.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4282 | 2024-12-02T16:41:30.609Z | [ recovery-image] Dec 02 16:41:29.834 INFO O| Dec 02 16:41:29.834 INFO STEP 4 (remove_files) COMPLETE |
4283 | 2024-12-02T16:41:30.609Z | [ recovery-image] Dec 02 16:41:29.834 INFO O| Dec 02 16:41:29.834 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-12-02T16:41:30.621Z | [ recovery-image] Dec 02 16:41:29.847 INFO O| Dec 02 16:41:29.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4285 | 2024-12-02T16:41:30.625Z | [ recovery-image] Dec 02 16:41:29.850 INFO O| Dec 02 16:41:29.850 INFO STEP 5 (remove_files) COMPLETE |
4286 | 2024-12-02T16:41:30.625Z | [ recovery-image] Dec 02 16:41:29.850 INFO O| Dec 02 16:41:29.850 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-12-02T16:41:30.636Z | [ recovery-image] Dec 02 16:41:29.862 INFO O| Dec 02 16:41:29.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4288 | 2024-12-02T16:41:30.639Z | [ recovery-image] Dec 02 16:41:29.864 INFO O| Dec 02 16:41:29.864 INFO STEP 6 (remove_files) COMPLETE |
4289 | 2024-12-02T16:41:30.639Z | [ recovery-image] Dec 02 16:41:29.864 INFO O| Dec 02 16:41:29.864 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-12-02T16:41:30.650Z | [ recovery-image] Dec 02 16:41:29.876 INFO O| Dec 02 16:41:29.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4291 | 2024-12-02T16:41:30.652Z | [ recovery-image] Dec 02 16:41:29.877 INFO O| Dec 02 16:41:29.877 INFO STEP 7 (remove_files) COMPLETE |
4292 | 2024-12-02T16:41:30.652Z | [ recovery-image] Dec 02 16:41:29.877 INFO O| Dec 02 16:41:29.877 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-12-02T16:41:30.662Z | [ recovery-image] Dec 02 16:41:29.887 INFO O| Dec 02 16:41:29.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4294 | 2024-12-02T16:41:30.665Z | [ recovery-image] Dec 02 16:41:29.891 INFO O| Dec 02 16:41:29.891 INFO STEP 8 (remove_files) COMPLETE |
4295 | 2024-12-02T16:41:30.665Z | [ recovery-image] Dec 02 16:41:29.891 INFO O| Dec 02 16:41:29.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-12-02T16:41:30.676Z | [ recovery-image] Dec 02 16:41:29.902 INFO O| Dec 02 16:41:29.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4297 | 2024-12-02T16:41:30.679Z | [ recovery-image] Dec 02 16:41:29.902 INFO O| Dec 02 16:41:29.902 INFO STEP 9 (remove_files) COMPLETE |
4298 | 2024-12-02T16:41:30.679Z | [ recovery-image] Dec 02 16:41:29.902 INFO O| Dec 02 16:41:29.902 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-12-02T16:41:30.690Z | [ recovery-image] Dec 02 16:41:29.915 INFO O| Dec 02 16:41:29.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4300 | 2024-12-02T16:41:30.692Z | [ recovery-image] Dec 02 16:41:29.916 INFO O| Dec 02 16:41:29.916 INFO STEP 10 (remove_files) COMPLETE |
4301 | 2024-12-02T16:41:30.692Z | [ recovery-image] Dec 02 16:41:29.916 INFO O| Dec 02 16:41:29.916 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-12-02T16:41:30.704Z | [ recovery-image] Dec 02 16:41:29.930 INFO O| Dec 02 16:41:29.930 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4303 | 2024-12-02T16:41:30.730Z | [ host-image] Dec 02 16:41:29.956 INFO O| Dec 02 16:41:29.956 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4304 | 2024-12-02T16:41:30.751Z | [ recovery-image] Dec 02 16:41:29.975 INFO O| Dec 02 16:41:29.975 INFO STEP 11 (remove_files) COMPLETE |
4305 | 2024-12-02T16:41:30.751Z | [ recovery-image] Dec 02 16:41:29.975 INFO O| Dec 02 16:41:29.975 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-12-02T16:41:30.756Z | [ host-image] Dec 02 16:41:29.981 INFO O| Dec 02 16:41:29.981 INFO O| Planning: Package planning ... Done |
4307 | 2024-12-02T16:41:30.759Z | [ host-image] Dec 02 16:41:29.985 INFO O| Dec 02 16:41:29.985 INFO O| Planning: Merging actions ... Done |
4308 | 2024-12-02T16:41:30.762Z | [ recovery-image] Dec 02 16:41:29.987 INFO O| Dec 02 16:41:29.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4309 | 2024-12-02T16:41:30.764Z | [ recovery-image] Dec 02 16:41:29.988 INFO O| Dec 02 16:41:29.988 INFO STEP 12 (remove_files) COMPLETE |
4310 | 2024-12-02T16:41:30.764Z | [ recovery-image] Dec 02 16:41:29.988 INFO O| Dec 02 16:41:29.988 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-12-02T16:41:30.773Z | [ recovery-image] Dec 02 16:41:29.999 INFO O| Dec 02 16:41:29.999 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4312 | 2024-12-02T16:41:30.776Z | [ recovery-image] Dec 02 16:41:30.001 INFO O| Dec 02 16:41:30.001 INFO STEP 13 (remove_files) COMPLETE |
4313 | 2024-12-02T16:41:30.776Z | [ recovery-image] Dec 02 16:41:30.002 INFO O| Dec 02 16:41:30.001 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-12-02T16:41:30.790Z | [ recovery-image] Dec 02 16:41:30.015 INFO O| Dec 02 16:41:30.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4315 | 2024-12-02T16:41:30.792Z | [ recovery-image] Dec 02 16:41:30.016 INFO O| Dec 02 16:41:30.016 INFO STEP 14 (remove_files) COMPLETE |
4316 | 2024-12-02T16:41:30.792Z | [ recovery-image] Dec 02 16:41:30.016 INFO O| Dec 02 16:41:30.016 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-12-02T16:41:30.803Z | [ recovery-image] Dec 02 16:41:30.029 INFO O| Dec 02 16:41:30.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4318 | 2024-12-02T16:41:30.806Z | [ recovery-image] Dec 02 16:41:30.030 INFO O| Dec 02 16:41:30.030 INFO STEP 15 (remove_files) COMPLETE |
4319 | 2024-12-02T16:41:30.806Z | [ recovery-image] Dec 02 16:41:30.030 INFO O| Dec 02 16:41:30.030 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-12-02T16:41:30.817Z | [ recovery-image] Dec 02 16:41:30.043 INFO O| Dec 02 16:41:30.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4321 | 2024-12-02T16:41:30.824Z | [ recovery-image] Dec 02 16:41:30.050 INFO O| Dec 02 16:41:30.050 INFO STEP 16 (remove_files) COMPLETE |
4322 | 2024-12-02T16:41:30.824Z | [ recovery-image] Dec 02 16:41:30.050 INFO O| Dec 02 16:41:30.050 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-12-02T16:41:30.837Z | [ recovery-image] Dec 02 16:41:30.063 INFO O| Dec 02 16:41:30.063 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4324 | 2024-12-02T16:41:30.840Z | [ recovery-image] Dec 02 16:41:30.063 INFO O| Dec 02 16:41:30.063 INFO STEP 17 (remove_files) COMPLETE |
4325 | 2024-12-02T16:41:30.840Z | [ recovery-image] Dec 02 16:41:30.063 INFO O| Dec 02 16:41:30.063 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-12-02T16:41:30.843Z | [ host-image] Dec 02 16:41:30.069 INFO O| Dec 02 16:41:30.069 INFO O| Planning: Checking for conflicting actions ... Done |
4327 | 2024-12-02T16:41:30.846Z | [ host-image] Dec 02 16:41:30.071 INFO O| Dec 02 16:41:30.071 INFO O| Planning: Consolidating action changes ... Done |
4328 | 2024-12-02T16:41:30.849Z | [ recovery-image] Dec 02 16:41:30.075 INFO O| Dec 02 16:41:30.075 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4329 | 2024-12-02T16:41:30.852Z | [ recovery-image] Dec 02 16:41:30.075 INFO O| Dec 02 16:41:30.075 INFO STEP 18 (remove_files) COMPLETE |
4330 | 2024-12-02T16:41:30.852Z | [ recovery-image] Dec 02 16:41:30.075 INFO O| Dec 02 16:41:30.075 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-12-02T16:41:30.861Z | [ recovery-image] Dec 02 16:41:30.087 INFO O| Dec 02 16:41:30.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4332 | 2024-12-02T16:41:30.901Z | [ recovery-image] Dec 02 16:41:30.126 INFO O| Dec 02 16:41:30.126 INFO STEP 19 (remove_files) COMPLETE |
4333 | 2024-12-02T16:41:30.901Z | [ recovery-image] Dec 02 16:41:30.126 INFO O| Dec 02 16:41:30.126 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-12-02T16:41:30.915Z | [ recovery-image] Dec 02 16:41:30.140 INFO O| Dec 02 16:41:30.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4335 | 2024-12-02T16:41:30.917Z | [ recovery-image] Dec 02 16:41:30.141 INFO O| Dec 02 16:41:30.141 INFO STEP 20 (remove_files) COMPLETE |
4336 | 2024-12-02T16:41:30.918Z | [ recovery-image] Dec 02 16:41:30.141 INFO O| Dec 02 16:41:30.141 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-12-02T16:41:30.927Z | [ recovery-image] Dec 02 16:41:30.153 INFO O| Dec 02 16:41:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4338 | 2024-12-02T16:41:30.930Z | [ recovery-image] Dec 02 16:41:30.153 INFO O| Dec 02 16:41:30.153 INFO STEP 21 (remove_files) COMPLETE |
4339 | 2024-12-02T16:41:30.930Z | [ recovery-image] Dec 02 16:41:30.153 INFO O| Dec 02 16:41:30.153 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-02T16:41:30.938Z | [ recovery-image] Dec 02 16:41:30.164 INFO O| Dec 02 16:41:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4341 | 2024-12-02T16:41:30.940Z | [ recovery-image] Dec 02 16:41:30.164 INFO O| Dec 02 16:41:30.164 INFO STEP 22 (remove_files) COMPLETE |
4342 | 2024-12-02T16:41:30.940Z | [ recovery-image] Dec 02 16:41:30.164 INFO O| Dec 02 16:41:30.164 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-02T16:41:30.950Z | [ recovery-image] Dec 02 16:41:30.176 INFO O| Dec 02 16:41:30.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4344 | 2024-12-02T16:41:30.953Z | [ recovery-image] Dec 02 16:41:30.176 INFO O| Dec 02 16:41:30.176 INFO STEP 23 (remove_files) COMPLETE |
4345 | 2024-12-02T16:41:30.953Z | [ recovery-image] Dec 02 16:41:30.176 INFO O| Dec 02 16:41:30.176 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-02T16:41:30.963Z | [ recovery-image] Dec 02 16:41:30.188 INFO O| Dec 02 16:41:30.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4347 | 2024-12-02T16:41:30.963Z | [ recovery-image] Dec 02 16:41:30.188 INFO O| Dec 02 16:41:30.188 INFO STEP 24 (remove_files) COMPLETE |
4348 | 2024-12-02T16:41:30.965Z | [ recovery-image] Dec 02 16:41:30.188 INFO O| Dec 02 16:41:30.188 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-12-02T16:41:30.974Z | [ recovery-image] Dec 02 16:41:30.200 INFO O| Dec 02 16:41:30.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4350 | 2024-12-02T16:41:30.974Z | [ recovery-image] Dec 02 16:41:30.200 INFO O| Dec 02 16:41:30.200 INFO STEP 25 (remove_files) COMPLETE |
4351 | 2024-12-02T16:41:30.977Z | [ recovery-image] Dec 02 16:41:30.200 INFO O| Dec 02 16:41:30.200 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-02T16:41:30.987Z | [ recovery-image] Dec 02 16:41:30.213 INFO O| Dec 02 16:41:30.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4353 | 2024-12-02T16:41:30.987Z | [ recovery-image] Dec 02 16:41:30.213 INFO O| Dec 02 16:41:30.213 INFO STEP 26 (remove_files) COMPLETE |
4354 | 2024-12-02T16:41:30.989Z | [ recovery-image] Dec 02 16:41:30.213 INFO O| Dec 02 16:41:30.213 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-02T16:41:31.000Z | [ recovery-image] Dec 02 16:41:30.225 INFO O| Dec 02 16:41:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4356 | 2024-12-02T16:41:31.003Z | [ recovery-image] Dec 02 16:41:30.226 INFO O| Dec 02 16:41:30.226 INFO STEP 27 (remove_files) COMPLETE |
4357 | 2024-12-02T16:41:31.003Z | [ recovery-image] Dec 02 16:41:30.226 INFO O| Dec 02 16:41:30.226 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-02T16:41:31.012Z | [ recovery-image] Dec 02 16:41:30.238 INFO O| Dec 02 16:41:30.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4359 | 2024-12-02T16:41:31.016Z | [ recovery-image] Dec 02 16:41:30.239 INFO O| Dec 02 16:41:30.239 INFO STEP 28 (remove_files) COMPLETE |
4360 | 2024-12-02T16:41:31.017Z | [ recovery-image] Dec 02 16:41:30.239 INFO O| Dec 02 16:41:30.239 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-02T16:41:31.024Z | [ recovery-image] Dec 02 16:41:30.250 INFO O| Dec 02 16:41:30.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4362 | 2024-12-02T16:41:31.025Z | [ recovery-image] Dec 02 16:41:30.250 INFO O| Dec 02 16:41:30.250 INFO STEP 29 (remove_files) COMPLETE |
4363 | 2024-12-02T16:41:31.028Z | [ recovery-image] Dec 02 16:41:30.250 INFO O| Dec 02 16:41:30.250 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-02T16:41:31.035Z | [ recovery-image] Dec 02 16:41:30.261 INFO O| Dec 02 16:41:30.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4365 | 2024-12-02T16:41:31.035Z | [ recovery-image] Dec 02 16:41:30.261 INFO O| Dec 02 16:41:30.261 INFO STEP 30 (remove_files) COMPLETE |
4366 | 2024-12-02T16:41:31.038Z | [ recovery-image] Dec 02 16:41:30.261 INFO O| Dec 02 16:41:30.261 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-02T16:41:31.047Z | [ recovery-image] Dec 02 16:41:30.272 INFO O| Dec 02 16:41:30.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4368 | 2024-12-02T16:41:31.049Z | [ recovery-image] Dec 02 16:41:30.272 INFO O| Dec 02 16:41:30.272 INFO STEP 31 (remove_files) COMPLETE |
4369 | 2024-12-02T16:41:31.049Z | [ recovery-image] Dec 02 16:41:30.272 INFO O| Dec 02 16:41:30.272 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-02T16:41:31.056Z | [ recovery-image] Dec 02 16:41:30.282 INFO O| Dec 02 16:41:30.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4371 | 2024-12-02T16:41:31.058Z | [ recovery-image] Dec 02 16:41:30.283 INFO O| Dec 02 16:41:30.283 INFO STEP 32 (remove_files) COMPLETE |
4372 | 2024-12-02T16:41:31.058Z | [ recovery-image] Dec 02 16:41:30.283 INFO O| Dec 02 16:41:30.283 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-02T16:41:31.067Z | [ recovery-image] Dec 02 16:41:30.293 INFO O| Dec 02 16:41:30.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4374 | 2024-12-02T16:41:31.067Z | [ recovery-image] Dec 02 16:41:30.293 INFO O| Dec 02 16:41:30.293 INFO STEP 33 (remove_files) COMPLETE |
4375 | 2024-12-02T16:41:31.070Z | [ recovery-image] Dec 02 16:41:30.293 INFO O| Dec 02 16:41:30.293 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-02T16:41:31.077Z | [ recovery-image] Dec 02 16:41:30.303 INFO O| Dec 02 16:41:30.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4377 | 2024-12-02T16:41:31.079Z | [ recovery-image] Dec 02 16:41:30.303 INFO O| Dec 02 16:41:30.303 INFO STEP 34 (remove_files) COMPLETE |
4378 | 2024-12-02T16:41:31.079Z | [ recovery-image] Dec 02 16:41:30.303 INFO O| Dec 02 16:41:30.303 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-02T16:41:31.087Z | [ recovery-image] Dec 02 16:41:30.313 INFO O| Dec 02 16:41:30.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4380 | 2024-12-02T16:41:31.090Z | [ recovery-image] Dec 02 16:41:30.314 INFO O| Dec 02 16:41:30.313 INFO STEP 35 (remove_files) COMPLETE |
4381 | 2024-12-02T16:41:31.090Z | [ recovery-image] Dec 02 16:41:30.314 INFO O| Dec 02 16:41:30.313 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-02T16:41:31.098Z | [ recovery-image] Dec 02 16:41:30.323 INFO O| Dec 02 16:41:30.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4383 | 2024-12-02T16:41:31.101Z | [ recovery-image] Dec 02 16:41:30.324 INFO O| Dec 02 16:41:30.324 INFO STEP 36 (remove_files) COMPLETE |
4384 | 2024-12-02T16:41:31.101Z | [ recovery-image] Dec 02 16:41:30.324 INFO O| Dec 02 16:41:30.324 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-02T16:41:31.108Z | [ recovery-image] Dec 02 16:41:30.334 INFO O| Dec 02 16:41:30.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4386 | 2024-12-02T16:41:31.111Z | [ recovery-image] Dec 02 16:41:30.334 INFO O| Dec 02 16:41:30.334 INFO STEP 37 (remove_files) COMPLETE |
4387 | 2024-12-02T16:41:31.111Z | [ recovery-image] Dec 02 16:41:30.334 INFO O| Dec 02 16:41:30.334 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-02T16:41:31.118Z | [ recovery-image] Dec 02 16:41:30.344 INFO O| Dec 02 16:41:30.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4389 | 2024-12-02T16:41:31.118Z | [ recovery-image] Dec 02 16:41:30.344 INFO O| Dec 02 16:41:30.344 INFO STEP 38 (remove_files) COMPLETE |
4390 | 2024-12-02T16:41:31.121Z | [ recovery-image] Dec 02 16:41:30.344 INFO O| Dec 02 16:41:30.344 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-02T16:41:31.130Z | [ recovery-image] Dec 02 16:41:30.356 INFO O| Dec 02 16:41:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4392 | 2024-12-02T16:41:31.131Z | [ recovery-image] Dec 02 16:41:30.356 INFO O| Dec 02 16:41:30.356 INFO STEP 39 (remove_files) COMPLETE |
4393 | 2024-12-02T16:41:31.134Z | [ recovery-image] Dec 02 16:41:30.356 INFO O| Dec 02 16:41:30.356 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-12-02T16:41:31.143Z | [ recovery-image] Dec 02 16:41:30.368 INFO O| Dec 02 16:41:30.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4395 | 2024-12-02T16:41:31.145Z | [ recovery-image] Dec 02 16:41:30.368 INFO O| Dec 02 16:41:30.368 INFO STEP 40 (remove_files) COMPLETE |
4396 | 2024-12-02T16:41:31.145Z | [ recovery-image] Dec 02 16:41:30.368 INFO O| Dec 02 16:41:30.368 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-12-02T16:41:31.148Z | [ host-image] Dec 02 16:41:30.371 INFO O| Dec 02 16:41:30.371 INFO O| Planning: Evaluating mediators ... Done |
4398 | 2024-12-02T16:41:31.148Z | [ host-image] Dec 02 16:41:30.373 INFO O| Dec 02 16:41:30.373 INFO O| Planning: Planning completed in 3.22 seconds |
4399 | 2024-12-02T16:41:31.151Z | [ host-image] Dec 02 16:41:30.375 INFO O| Dec 02 16:41:30.375 INFO O| Packages to install: 5 |
4400 | 2024-12-02T16:41:31.151Z | [ host-image] Dec 02 16:41:30.375 INFO O| Dec 02 16:41:30.375 INFO O| Services to change: 2 |
4401 | 2024-12-02T16:41:31.155Z | [ recovery-image] Dec 02 16:41:30.380 INFO O| Dec 02 16:41:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4402 | 2024-12-02T16:41:31.155Z | [ recovery-image] Dec 02 16:41:30.381 INFO O| Dec 02 16:41:30.381 INFO STEP 41 (remove_files) COMPLETE |
4403 | 2024-12-02T16:41:31.157Z | [ recovery-image] Dec 02 16:41:30.381 INFO O| Dec 02 16:41:30.381 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-12-02T16:41:31.161Z | [ host-image] Dec 02 16:41:30.387 INFO O| Dec 02 16:41:30.387 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4405 | 2024-12-02T16:41:31.166Z | [ recovery-image] Dec 02 16:41:30.392 INFO O| Dec 02 16:41:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4406 | 2024-12-02T16:41:31.168Z | [ recovery-image] Dec 02 16:41:30.392 INFO O| Dec 02 16:41:30.392 INFO STEP 42 (remove_files) COMPLETE |
4407 | 2024-12-02T16:41:31.168Z | [ recovery-image] Dec 02 16:41:30.392 INFO O| Dec 02 16:41:30.392 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-02T16:41:31.179Z | [ recovery-image] Dec 02 16:41:30.405 INFO O| Dec 02 16:41:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4409 | 2024-12-02T16:41:31.179Z | [ recovery-image] Dec 02 16:41:30.405 INFO O| Dec 02 16:41:30.405 INFO STEP 43 (remove_files) COMPLETE |
4410 | 2024-12-02T16:41:31.181Z | [ recovery-image] Dec 02 16:41:30.405 INFO O| Dec 02 16:41:30.405 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-02T16:41:31.189Z | [ recovery-image] Dec 02 16:41:30.415 INFO O| Dec 02 16:41:30.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4412 | 2024-12-02T16:41:31.190Z | [ recovery-image] Dec 02 16:41:30.415 INFO O| Dec 02 16:41:30.415 INFO STEP 44 (remove_files) COMPLETE |
4413 | 2024-12-02T16:41:31.193Z | [ recovery-image] Dec 02 16:41:30.415 INFO O| Dec 02 16:41:30.415 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-02T16:41:31.201Z | [ recovery-image] Dec 02 16:41:30.426 INFO O| Dec 02 16:41:30.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4415 | 2024-12-02T16:41:31.203Z | [ recovery-image] Dec 02 16:41:30.427 INFO O| Dec 02 16:41:30.427 INFO STEP 45 (remove_files) COMPLETE |
4416 | 2024-12-02T16:41:31.203Z | [ recovery-image] Dec 02 16:41:30.427 INFO O| Dec 02 16:41:30.427 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-02T16:41:31.211Z | [ recovery-image] Dec 02 16:41:30.437 INFO O| Dec 02 16:41:30.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4418 | 2024-12-02T16:41:31.211Z | [ recovery-image] Dec 02 16:41:30.437 INFO O| Dec 02 16:41:30.437 INFO STEP 46 (remove_files) COMPLETE |
4419 | 2024-12-02T16:41:31.211Z | [ recovery-image] Dec 02 16:41:30.437 INFO O| Dec 02 16:41:30.437 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-02T16:41:31.223Z | [ recovery-image] Dec 02 16:41:30.448 INFO O| Dec 02 16:41:30.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4421 | 2024-12-02T16:41:31.223Z | [ recovery-image] Dec 02 16:41:30.448 INFO O| Dec 02 16:41:30.448 INFO STEP 47 (remove_files) COMPLETE |
4422 | 2024-12-02T16:41:31.226Z | [ recovery-image] Dec 02 16:41:30.448 INFO O| Dec 02 16:41:30.448 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-02T16:41:31.233Z | [ recovery-image] Dec 02 16:41:30.459 INFO O| Dec 02 16:41:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4424 | 2024-12-02T16:41:31.236Z | [ recovery-image] Dec 02 16:41:30.459 INFO O| Dec 02 16:41:30.459 INFO STEP 48 (remove_files) COMPLETE |
4425 | 2024-12-02T16:41:31.236Z | [ recovery-image] Dec 02 16:41:30.459 INFO O| Dec 02 16:41:30.459 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-02T16:41:31.244Z | [ recovery-image] Dec 02 16:41:30.470 INFO O| Dec 02 16:41:30.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4427 | 2024-12-02T16:41:31.244Z | [ recovery-image] Dec 02 16:41:30.470 INFO O| Dec 02 16:41:30.470 INFO STEP 49 (remove_files) COMPLETE |
4428 | 2024-12-02T16:41:31.244Z | [ recovery-image] Dec 02 16:41:30.470 INFO O| Dec 02 16:41:30.470 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-02T16:41:31.255Z | [ recovery-image] Dec 02 16:41:30.480 INFO O| Dec 02 16:41:30.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4430 | 2024-12-02T16:41:31.255Z | [ recovery-image] Dec 02 16:41:30.481 INFO O| Dec 02 16:41:30.480 INFO STEP 50 (remove_files) COMPLETE |
4431 | 2024-12-02T16:41:31.255Z | [ recovery-image] Dec 02 16:41:30.481 INFO O| Dec 02 16:41:30.480 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-02T16:41:31.265Z | [ recovery-image] Dec 02 16:41:30.491 INFO O| Dec 02 16:41:30.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4433 | 2024-12-02T16:41:31.265Z | [ recovery-image] Dec 02 16:41:30.491 INFO O| Dec 02 16:41:30.491 INFO STEP 51 (remove_files) COMPLETE |
4434 | 2024-12-02T16:41:31.268Z | [ recovery-image] Dec 02 16:41:30.491 INFO O| Dec 02 16:41:30.491 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-02T16:41:31.275Z | [ recovery-image] Dec 02 16:41:30.501 INFO O| Dec 02 16:41:30.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4436 | 2024-12-02T16:41:31.275Z | [ recovery-image] Dec 02 16:41:30.501 INFO O| Dec 02 16:41:30.501 INFO STEP 52 (remove_files) COMPLETE |
4437 | 2024-12-02T16:41:31.278Z | [ recovery-image] Dec 02 16:41:30.501 INFO O| Dec 02 16:41:30.501 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-02T16:41:31.285Z | [ recovery-image] Dec 02 16:41:30.511 INFO O| Dec 02 16:41:30.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4439 | 2024-12-02T16:41:31.288Z | [ recovery-image] Dec 02 16:41:30.511 INFO O| Dec 02 16:41:30.511 INFO STEP 53 (remove_files) COMPLETE |
4440 | 2024-12-02T16:41:31.288Z | [ recovery-image] Dec 02 16:41:30.511 INFO O| Dec 02 16:41:30.511 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-02T16:41:31.295Z | [ recovery-image] Dec 02 16:41:30.521 INFO O| Dec 02 16:41:30.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4442 | 2024-12-02T16:41:31.295Z | [ recovery-image] Dec 02 16:41:30.521 INFO O| Dec 02 16:41:30.521 INFO STEP 54 (remove_files) COMPLETE |
4443 | 2024-12-02T16:41:31.295Z | [ recovery-image] Dec 02 16:41:30.521 INFO O| Dec 02 16:41:30.521 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-02T16:41:31.306Z | [ recovery-image] Dec 02 16:41:30.531 INFO O| Dec 02 16:41:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4445 | 2024-12-02T16:41:31.306Z | [ recovery-image] Dec 02 16:41:30.531 INFO O| Dec 02 16:41:30.531 INFO STEP 55 (remove_files) COMPLETE |
4446 | 2024-12-02T16:41:31.308Z | [ recovery-image] Dec 02 16:41:30.531 INFO O| Dec 02 16:41:30.531 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-02T16:41:31.316Z | [ recovery-image] Dec 02 16:41:30.542 INFO O| Dec 02 16:41:30.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4448 | 2024-12-02T16:41:31.318Z | [ recovery-image] Dec 02 16:41:30.542 INFO O| Dec 02 16:41:30.542 INFO STEP 56 (remove_files) COMPLETE |
4449 | 2024-12-02T16:41:31.318Z | [ recovery-image] Dec 02 16:41:30.542 INFO O| Dec 02 16:41:30.542 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-02T16:41:31.327Z | [ recovery-image] Dec 02 16:41:30.553 INFO O| Dec 02 16:41:30.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4451 | 2024-12-02T16:41:31.329Z | [ recovery-image] Dec 02 16:41:30.553 INFO O| Dec 02 16:41:30.553 INFO STEP 57 (remove_files) COMPLETE |
4452 | 2024-12-02T16:41:31.329Z | [ recovery-image] Dec 02 16:41:30.553 INFO O| Dec 02 16:41:30.553 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-02T16:41:31.338Z | [ recovery-image] Dec 02 16:41:30.564 INFO O| Dec 02 16:41:30.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4454 | 2024-12-02T16:41:31.338Z | [ recovery-image] Dec 02 16:41:30.564 INFO O| Dec 02 16:41:30.564 INFO STEP 58 (remove_files) COMPLETE |
4455 | 2024-12-02T16:41:31.340Z | [ recovery-image] Dec 02 16:41:30.564 INFO O| Dec 02 16:41:30.564 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-02T16:41:31.348Z | [ recovery-image] Dec 02 16:41:30.574 INFO O| Dec 02 16:41:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4457 | 2024-12-02T16:41:31.348Z | [ recovery-image] Dec 02 16:41:30.574 INFO O| Dec 02 16:41:30.574 INFO STEP 59 (remove_files) COMPLETE |
4458 | 2024-12-02T16:41:31.348Z | [ recovery-image] Dec 02 16:41:30.574 INFO O| Dec 02 16:41:30.574 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-02T16:41:31.358Z | [ recovery-image] Dec 02 16:41:30.583 INFO O| Dec 02 16:41:30.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4460 | 2024-12-02T16:41:31.358Z | [ recovery-image] Dec 02 16:41:30.584 INFO O| Dec 02 16:41:30.584 INFO STEP 60 (remove_files) COMPLETE |
4461 | 2024-12-02T16:41:31.360Z | [ recovery-image] Dec 02 16:41:30.584 INFO O| Dec 02 16:41:30.584 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-02T16:41:31.367Z | [ recovery-image] Dec 02 16:41:30.593 INFO O| Dec 02 16:41:30.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4463 | 2024-12-02T16:41:31.368Z | [ recovery-image] Dec 02 16:41:30.593 INFO O| Dec 02 16:41:30.593 INFO STEP 61 (remove_files) COMPLETE |
4464 | 2024-12-02T16:41:31.370Z | [ recovery-image] Dec 02 16:41:30.593 INFO O| Dec 02 16:41:30.593 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-02T16:41:31.377Z | [ recovery-image] Dec 02 16:41:30.603 INFO O| Dec 02 16:41:30.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4466 | 2024-12-02T16:41:31.377Z | [ recovery-image] Dec 02 16:41:30.603 INFO O| Dec 02 16:41:30.603 INFO STEP 62 (remove_files) COMPLETE |
4467 | 2024-12-02T16:41:31.380Z | [ recovery-image] Dec 02 16:41:30.603 INFO O| Dec 02 16:41:30.603 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-02T16:41:31.387Z | [ recovery-image] Dec 02 16:41:30.613 INFO O| Dec 02 16:41:30.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4469 | 2024-12-02T16:41:31.387Z | [ recovery-image] Dec 02 16:41:30.613 INFO O| Dec 02 16:41:30.613 INFO STEP 63 (remove_files) COMPLETE |
4470 | 2024-12-02T16:41:31.390Z | [ recovery-image] Dec 02 16:41:30.613 INFO O| Dec 02 16:41:30.613 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-02T16:41:31.397Z | [ recovery-image] Dec 02 16:41:30.623 INFO O| Dec 02 16:41:30.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4472 | 2024-12-02T16:41:31.397Z | [ recovery-image] Dec 02 16:41:30.623 INFO O| Dec 02 16:41:30.623 INFO STEP 64 (remove_files) COMPLETE |
4473 | 2024-12-02T16:41:31.398Z | [ recovery-image] Dec 02 16:41:30.623 INFO O| Dec 02 16:41:30.623 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-02T16:41:31.407Z | [ recovery-image] Dec 02 16:41:30.633 INFO O| Dec 02 16:41:30.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4475 | 2024-12-02T16:41:31.407Z | [ recovery-image] Dec 02 16:41:30.633 INFO O| Dec 02 16:41:30.633 INFO STEP 65 (remove_files) COMPLETE |
4476 | 2024-12-02T16:41:31.407Z | [ recovery-image] Dec 02 16:41:30.633 INFO O| Dec 02 16:41:30.633 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-02T16:41:31.417Z | [ recovery-image] Dec 02 16:41:30.643 INFO O| Dec 02 16:41:30.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4478 | 2024-12-02T16:41:31.417Z | [ recovery-image] Dec 02 16:41:30.643 INFO O| Dec 02 16:41:30.643 INFO STEP 66 (remove_files) COMPLETE |
4479 | 2024-12-02T16:41:31.420Z | [ recovery-image] Dec 02 16:41:30.643 INFO O| Dec 02 16:41:30.643 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-02T16:41:31.427Z | [ recovery-image] Dec 02 16:41:30.653 INFO O| Dec 02 16:41:30.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4481 | 2024-12-02T16:41:31.427Z | [ recovery-image] Dec 02 16:41:30.653 INFO O| Dec 02 16:41:30.653 INFO STEP 67 (remove_files) COMPLETE |
4482 | 2024-12-02T16:41:31.429Z | [ recovery-image] Dec 02 16:41:30.653 INFO O| Dec 02 16:41:30.653 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-02T16:41:31.437Z | [ recovery-image] Dec 02 16:41:30.663 INFO O| Dec 02 16:41:30.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4484 | 2024-12-02T16:41:31.440Z | [ recovery-image] Dec 02 16:41:30.663 INFO O| Dec 02 16:41:30.663 INFO STEP 68 (remove_files) COMPLETE |
4485 | 2024-12-02T16:41:31.440Z | [ recovery-image] Dec 02 16:41:30.663 INFO O| Dec 02 16:41:30.663 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-02T16:41:31.447Z | [ recovery-image] Dec 02 16:41:30.673 INFO O| Dec 02 16:41:30.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4487 | 2024-12-02T16:41:31.447Z | [ recovery-image] Dec 02 16:41:30.673 INFO O| Dec 02 16:41:30.673 INFO STEP 69 (remove_files) COMPLETE |
4488 | 2024-12-02T16:41:31.447Z | [ recovery-image] Dec 02 16:41:30.673 INFO O| Dec 02 16:41:30.673 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-02T16:41:31.457Z | [ recovery-image] Dec 02 16:41:30.682 INFO O| Dec 02 16:41:30.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4490 | 2024-12-02T16:41:31.457Z | [ recovery-image] Dec 02 16:41:30.682 INFO O| Dec 02 16:41:30.682 INFO STEP 70 (remove_files) COMPLETE |
4491 | 2024-12-02T16:41:31.459Z | [ recovery-image] Dec 02 16:41:30.682 INFO O| Dec 02 16:41:30.682 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-02T16:41:31.466Z | [ recovery-image] Dec 02 16:41:30.692 INFO O| Dec 02 16:41:30.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4493 | 2024-12-02T16:41:31.469Z | [ recovery-image] Dec 02 16:41:30.692 INFO O| Dec 02 16:41:30.692 INFO STEP 71 (remove_files) COMPLETE |
4494 | 2024-12-02T16:41:31.469Z | [ recovery-image] Dec 02 16:41:30.692 INFO O| Dec 02 16:41:30.692 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-02T16:41:31.476Z | [ recovery-image] Dec 02 16:41:30.702 INFO O| Dec 02 16:41:30.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4496 | 2024-12-02T16:41:31.476Z | [ recovery-image] Dec 02 16:41:30.702 INFO O| Dec 02 16:41:30.702 INFO STEP 72 (remove_files) COMPLETE |
4497 | 2024-12-02T16:41:31.478Z | [ recovery-image] Dec 02 16:41:30.702 INFO O| Dec 02 16:41:30.702 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-02T16:41:31.486Z | [ recovery-image] Dec 02 16:41:30.711 INFO O| Dec 02 16:41:30.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4499 | 2024-12-02T16:41:31.488Z | [ recovery-image] Dec 02 16:41:30.712 INFO O| Dec 02 16:41:30.712 INFO STEP 73 (remove_files) COMPLETE |
4500 | 2024-12-02T16:41:31.488Z | [ recovery-image] Dec 02 16:41:30.712 INFO O| Dec 02 16:41:30.712 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-02T16:41:31.496Z | [ recovery-image] Dec 02 16:41:30.721 INFO O| Dec 02 16:41:30.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4502 | 2024-12-02T16:41:31.496Z | [ recovery-image] Dec 02 16:41:30.722 INFO O| Dec 02 16:41:30.722 INFO STEP 74 (remove_files) COMPLETE |
4503 | 2024-12-02T16:41:31.499Z | [ recovery-image] Dec 02 16:41:30.722 INFO O| Dec 02 16:41:30.722 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-02T16:41:31.505Z | [ recovery-image] Dec 02 16:41:30.731 INFO O| Dec 02 16:41:30.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4505 | 2024-12-02T16:41:31.508Z | [ recovery-image] Dec 02 16:41:30.732 INFO O| Dec 02 16:41:30.732 INFO STEP 75 (remove_files) COMPLETE |
4506 | 2024-12-02T16:41:31.508Z | [ recovery-image] Dec 02 16:41:30.732 INFO O| Dec 02 16:41:30.732 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-02T16:41:31.516Z | [ recovery-image] Dec 02 16:41:30.742 INFO O| Dec 02 16:41:30.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4508 | 2024-12-02T16:41:31.516Z | [ recovery-image] Dec 02 16:41:30.742 INFO O| Dec 02 16:41:30.742 INFO STEP 76 (remove_files) COMPLETE |
4509 | 2024-12-02T16:41:31.516Z | [ recovery-image] Dec 02 16:41:30.742 INFO O| Dec 02 16:41:30.742 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-12-02T16:41:31.526Z | [ recovery-image] Dec 02 16:41:30.751 INFO O| Dec 02 16:41:30.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4511 | 2024-12-02T16:41:31.526Z | [ recovery-image] Dec 02 16:41:30.751 INFO O| Dec 02 16:41:30.751 INFO STEP 77 (remove_files) COMPLETE |
4512 | 2024-12-02T16:41:31.528Z | [ recovery-image] Dec 02 16:41:30.752 INFO O| Dec 02 16:41:30.751 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-12-02T16:41:31.536Z | [ recovery-image] Dec 02 16:41:30.761 INFO O| Dec 02 16:41:30.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4514 | 2024-12-02T16:41:31.536Z | [ recovery-image] Dec 02 16:41:30.761 INFO O| Dec 02 16:41:30.761 INFO STEP 78 (remove_files) COMPLETE |
4515 | 2024-12-02T16:41:31.536Z | [ recovery-image] Dec 02 16:41:30.761 INFO O| Dec 02 16:41:30.761 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-12-02T16:41:31.545Z | [ recovery-image] Dec 02 16:41:30.771 INFO O| Dec 02 16:41:30.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4517 | 2024-12-02T16:41:31.546Z | [ recovery-image] Dec 02 16:41:30.771 INFO O| Dec 02 16:41:30.771 INFO STEP 79 (remove_files) COMPLETE |
4518 | 2024-12-02T16:41:31.548Z | [ recovery-image] Dec 02 16:41:30.771 INFO O| Dec 02 16:41:30.771 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-02T16:41:31.555Z | [ recovery-image] Dec 02 16:41:30.781 INFO O| Dec 02 16:41:30.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4520 | 2024-12-02T16:41:31.555Z | [ recovery-image] Dec 02 16:41:30.781 INFO O| Dec 02 16:41:30.781 INFO STEP 80 (remove_files) COMPLETE |
4521 | 2024-12-02T16:41:31.555Z | [ recovery-image] Dec 02 16:41:30.781 INFO O| Dec 02 16:41:30.781 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-02T16:41:31.564Z | [ recovery-image] Dec 02 16:41:30.790 INFO O| Dec 02 16:41:30.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4523 | 2024-12-02T16:41:31.565Z | [ recovery-image] Dec 02 16:41:30.790 INFO O| Dec 02 16:41:30.790 INFO STEP 81 (remove_files) COMPLETE |
4524 | 2024-12-02T16:41:31.567Z | [ recovery-image] Dec 02 16:41:30.790 INFO O| Dec 02 16:41:30.790 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-02T16:41:31.574Z | [ recovery-image] Dec 02 16:41:30.800 INFO O| Dec 02 16:41:30.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4526 | 2024-12-02T16:41:31.574Z | [ recovery-image] Dec 02 16:41:30.800 INFO O| Dec 02 16:41:30.800 INFO STEP 82 (remove_files) COMPLETE |
4527 | 2024-12-02T16:41:31.581Z | [ recovery-image] Dec 02 16:41:30.800 INFO O| Dec 02 16:41:30.800 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-02T16:41:31.589Z | [ recovery-image] Dec 02 16:41:30.810 INFO O| Dec 02 16:41:30.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4529 | 2024-12-02T16:41:31.589Z | [ recovery-image] Dec 02 16:41:30.810 INFO O| Dec 02 16:41:30.810 INFO STEP 83 (remove_files) COMPLETE |
4530 | 2024-12-02T16:41:31.589Z | [ recovery-image] Dec 02 16:41:30.810 INFO O| Dec 02 16:41:30.810 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-02T16:41:31.597Z | [ recovery-image] Dec 02 16:41:30.820 INFO O| Dec 02 16:41:30.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4532 | 2024-12-02T16:41:31.597Z | [ recovery-image] Dec 02 16:41:30.820 INFO O| Dec 02 16:41:30.820 INFO STEP 84 (remove_files) COMPLETE |
4533 | 2024-12-02T16:41:31.597Z | [ recovery-image] Dec 02 16:41:30.820 INFO O| Dec 02 16:41:30.820 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-12-02T16:41:31.605Z | [ recovery-image] Dec 02 16:41:30.829 INFO O| Dec 02 16:41:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4535 | 2024-12-02T16:41:31.605Z | [ recovery-image] Dec 02 16:41:30.829 INFO O| Dec 02 16:41:30.829 INFO STEP 85 (remove_files) COMPLETE |
4536 | 2024-12-02T16:41:31.605Z | [ recovery-image] Dec 02 16:41:30.829 INFO O| Dec 02 16:41:30.829 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-12-02T16:41:31.614Z | [ recovery-image] Dec 02 16:41:30.839 INFO O| Dec 02 16:41:30.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4538 | 2024-12-02T16:41:31.614Z | [ recovery-image] Dec 02 16:41:30.839 INFO O| Dec 02 16:41:30.839 INFO STEP 86 (remove_files) COMPLETE |
4539 | 2024-12-02T16:41:31.614Z | [ recovery-image] Dec 02 16:41:30.839 INFO O| Dec 02 16:41:30.839 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-12-02T16:41:31.623Z | [ recovery-image] Dec 02 16:41:30.848 INFO O| Dec 02 16:41:30.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4541 | 2024-12-02T16:41:31.625Z | [ recovery-image] Dec 02 16:41:30.849 INFO O| Dec 02 16:41:30.848 INFO STEP 87 (remove_files) COMPLETE |
4542 | 2024-12-02T16:41:31.625Z | [ recovery-image] Dec 02 16:41:30.849 INFO O| Dec 02 16:41:30.849 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-12-02T16:41:31.633Z | [ recovery-image] Dec 02 16:41:30.858 INFO O| Dec 02 16:41:30.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4544 | 2024-12-02T16:41:31.635Z | [ recovery-image] Dec 02 16:41:30.859 INFO O| Dec 02 16:41:30.859 INFO STEP 88 (remove_files) COMPLETE |
4545 | 2024-12-02T16:41:31.635Z | [ recovery-image] Dec 02 16:41:30.859 INFO O| Dec 02 16:41:30.859 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-12-02T16:41:31.643Z | [ recovery-image] Dec 02 16:41:30.869 INFO O| Dec 02 16:41:30.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4547 | 2024-12-02T16:41:31.643Z | [ recovery-image] Dec 02 16:41:30.869 INFO O| Dec 02 16:41:30.869 INFO STEP 89 (remove_files) COMPLETE |
4548 | 2024-12-02T16:41:31.646Z | [ recovery-image] Dec 02 16:41:30.869 INFO O| Dec 02 16:41:30.869 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-12-02T16:41:31.653Z | [ recovery-image] Dec 02 16:41:30.879 INFO O| Dec 02 16:41:30.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4550 | 2024-12-02T16:41:31.653Z | [ recovery-image] Dec 02 16:41:30.879 INFO O| Dec 02 16:41:30.879 INFO STEP 90 (remove_files) COMPLETE |
4551 | 2024-12-02T16:41:31.653Z | [ recovery-image] Dec 02 16:41:30.879 INFO O| Dec 02 16:41:30.879 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-12-02T16:41:31.663Z | [ recovery-image] Dec 02 16:41:30.889 INFO O| Dec 02 16:41:30.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4553 | 2024-12-02T16:41:31.666Z | [ recovery-image] Dec 02 16:41:30.889 INFO O| Dec 02 16:41:30.889 INFO STEP 91 (remove_files) COMPLETE |
4554 | 2024-12-02T16:41:31.666Z | [ recovery-image] Dec 02 16:41:30.889 INFO O| Dec 02 16:41:30.889 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-12-02T16:41:31.673Z | [ recovery-image] Dec 02 16:41:30.899 INFO O| Dec 02 16:41:30.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4556 | 2024-12-02T16:41:31.673Z | [ recovery-image] Dec 02 16:41:30.899 INFO O| Dec 02 16:41:30.899 INFO STEP 92 (remove_files) COMPLETE |
4557 | 2024-12-02T16:41:31.676Z | [ recovery-image] Dec 02 16:41:30.899 INFO O| Dec 02 16:41:30.899 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-12-02T16:41:31.683Z | [ recovery-image] Dec 02 16:41:30.909 INFO O| Dec 02 16:41:30.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4559 | 2024-12-02T16:41:31.683Z | [ recovery-image] Dec 02 16:41:30.909 INFO O| Dec 02 16:41:30.909 INFO STEP 93 (remove_files) COMPLETE |
4560 | 2024-12-02T16:41:31.683Z | [ recovery-image] Dec 02 16:41:30.909 INFO O| Dec 02 16:41:30.909 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-12-02T16:41:31.693Z | [ recovery-image] Dec 02 16:41:30.919 INFO O| Dec 02 16:41:30.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4562 | 2024-12-02T16:41:31.693Z | [ recovery-image] Dec 02 16:41:30.919 INFO O| Dec 02 16:41:30.919 INFO STEP 94 (remove_files) COMPLETE |
4563 | 2024-12-02T16:41:31.696Z | [ recovery-image] Dec 02 16:41:30.919 INFO O| Dec 02 16:41:30.919 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-12-02T16:41:31.703Z | [ recovery-image] Dec 02 16:41:30.929 INFO O| Dec 02 16:41:30.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4565 | 2024-12-02T16:41:31.703Z | [ recovery-image] Dec 02 16:41:30.929 INFO O| Dec 02 16:41:30.929 INFO STEP 95 (remove_files) COMPLETE |
4566 | 2024-12-02T16:41:31.706Z | [ recovery-image] Dec 02 16:41:30.929 INFO O| Dec 02 16:41:30.929 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-12-02T16:41:31.713Z | [ recovery-image] Dec 02 16:41:30.939 INFO O| Dec 02 16:41:30.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4568 | 2024-12-02T16:41:31.713Z | [ recovery-image] Dec 02 16:41:30.939 INFO O| Dec 02 16:41:30.939 INFO STEP 96 (remove_files) COMPLETE |
4569 | 2024-12-02T16:41:31.715Z | [ recovery-image] Dec 02 16:41:30.939 INFO O| Dec 02 16:41:30.939 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-12-02T16:41:31.723Z | [ recovery-image] Dec 02 16:41:30.949 INFO O| Dec 02 16:41:30.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4571 | 2024-12-02T16:41:31.723Z | [ recovery-image] Dec 02 16:41:30.949 INFO O| Dec 02 16:41:30.949 INFO STEP 97 (remove_files) COMPLETE |
4572 | 2024-12-02T16:41:31.726Z | [ recovery-image] Dec 02 16:41:30.949 INFO O| Dec 02 16:41:30.949 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-12-02T16:41:31.733Z | [ recovery-image] Dec 02 16:41:30.959 INFO O| Dec 02 16:41:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4574 | 2024-12-02T16:41:31.733Z | [ recovery-image] Dec 02 16:41:30.959 INFO O| Dec 02 16:41:30.959 INFO STEP 98 (remove_files) COMPLETE |
4575 | 2024-12-02T16:41:31.735Z | [ recovery-image] Dec 02 16:41:30.959 INFO O| Dec 02 16:41:30.959 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-12-02T16:41:31.743Z | [ recovery-image] Dec 02 16:41:30.968 INFO O| Dec 02 16:41:30.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4577 | 2024-12-02T16:41:31.743Z | [ recovery-image] Dec 02 16:41:30.969 INFO O| Dec 02 16:41:30.969 INFO STEP 99 (remove_files) COMPLETE |
4578 | 2024-12-02T16:41:31.745Z | [ recovery-image] Dec 02 16:41:30.969 INFO O| Dec 02 16:41:30.969 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-12-02T16:41:31.752Z | [ recovery-image] Dec 02 16:41:30.978 INFO O| Dec 02 16:41:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4580 | 2024-12-02T16:41:31.752Z | [ recovery-image] Dec 02 16:41:30.978 INFO O| Dec 02 16:41:30.978 INFO STEP 100 (remove_files) COMPLETE |
4581 | 2024-12-02T16:41:31.752Z | [ recovery-image] Dec 02 16:41:30.978 INFO O| Dec 02 16:41:30.978 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-12-02T16:41:31.762Z | [ recovery-image] Dec 02 16:41:30.988 INFO O| Dec 02 16:41:30.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4583 | 2024-12-02T16:41:31.762Z | [ recovery-image] Dec 02 16:41:30.988 INFO O| Dec 02 16:41:30.988 INFO STEP 101 (remove_files) COMPLETE |
4584 | 2024-12-02T16:41:31.765Z | [ recovery-image] Dec 02 16:41:30.988 INFO O| Dec 02 16:41:30.988 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-12-02T16:41:31.765Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 52s |
4586 | 2024-12-02T16:41:31.772Z | [ recovery-image] Dec 02 16:41:30.998 INFO O| Dec 02 16:41:30.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4587 | 2024-12-02T16:41:31.775Z | [ recovery-image] Dec 02 16:41:30.998 INFO O| Dec 02 16:41:30.998 INFO STEP 102 (remove_files) COMPLETE |
4588 | 2024-12-02T16:41:31.775Z | [ recovery-image] Dec 02 16:41:30.998 INFO O| Dec 02 16:41:30.998 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-02T16:41:31.785Z | [ recovery-image] Dec 02 16:41:31.010 INFO O| Dec 02 16:41:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4590 | 2024-12-02T16:41:31.785Z | [ recovery-image] Dec 02 16:41:31.010 INFO O| Dec 02 16:41:31.010 INFO STEP 103 (remove_files) COMPLETE |
4591 | 2024-12-02T16:41:31.785Z | [ recovery-image] Dec 02 16:41:31.010 INFO O| Dec 02 16:41:31.010 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-02T16:41:31.796Z | [ recovery-image] Dec 02 16:41:31.020 INFO O| Dec 02 16:41:31.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4593 | 2024-12-02T16:41:31.796Z | [ recovery-image] Dec 02 16:41:31.020 INFO O| Dec 02 16:41:31.020 INFO STEP 104 (remove_files) COMPLETE |
4594 | 2024-12-02T16:41:31.798Z | [ recovery-image] Dec 02 16:41:31.020 INFO O| Dec 02 16:41:31.020 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-02T16:41:31.808Z | [ recovery-image] Dec 02 16:41:31.032 INFO O| Dec 02 16:41:31.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4596 | 2024-12-02T16:41:31.808Z | [ recovery-image] Dec 02 16:41:31.032 INFO O| Dec 02 16:41:31.032 INFO STEP 105 (remove_files) COMPLETE |
4597 | 2024-12-02T16:41:31.808Z | [ recovery-image] Dec 02 16:41:31.032 INFO O| Dec 02 16:41:31.032 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-02T16:41:31.817Z | [ recovery-image] Dec 02 16:41:31.043 INFO O| Dec 02 16:41:31.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4599 | 2024-12-02T16:41:31.817Z | [ recovery-image] Dec 02 16:41:31.043 INFO O| Dec 02 16:41:31.043 INFO STEP 106 (remove_files) COMPLETE |
4600 | 2024-12-02T16:41:31.818Z | [ recovery-image] Dec 02 16:41:31.043 INFO O| Dec 02 16:41:31.043 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-02T16:41:31.828Z | [ recovery-image] Dec 02 16:41:31.054 INFO O| Dec 02 16:41:31.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4602 | 2024-12-02T16:41:31.828Z | [ recovery-image] Dec 02 16:41:31.054 INFO O| Dec 02 16:41:31.054 INFO STEP 107 (remove_files) COMPLETE |
4603 | 2024-12-02T16:41:31.828Z | [ recovery-image] Dec 02 16:41:31.054 INFO O| Dec 02 16:41:31.054 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-02T16:41:31.838Z | [ recovery-image] Dec 02 16:41:31.064 INFO O| Dec 02 16:41:31.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4605 | 2024-12-02T16:41:31.838Z | [ recovery-image] Dec 02 16:41:31.064 INFO O| Dec 02 16:41:31.064 INFO STEP 108 (remove_files) COMPLETE |
4606 | 2024-12-02T16:41:31.843Z | [ recovery-image] Dec 02 16:41:31.064 INFO O| Dec 02 16:41:31.064 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-02T16:41:31.848Z | [ recovery-image] Dec 02 16:41:31.074 INFO O| Dec 02 16:41:31.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4608 | 2024-12-02T16:41:31.848Z | [ recovery-image] Dec 02 16:41:31.074 INFO O| Dec 02 16:41:31.074 INFO STEP 109 (remove_files) COMPLETE |
4609 | 2024-12-02T16:41:31.851Z | [ recovery-image] Dec 02 16:41:31.074 INFO O| Dec 02 16:41:31.074 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-02T16:41:31.858Z | [ recovery-image] Dec 02 16:41:31.083 INFO O| Dec 02 16:41:31.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4611 | 2024-12-02T16:41:31.858Z | [ recovery-image] Dec 02 16:41:31.083 INFO O| Dec 02 16:41:31.083 INFO STEP 110 (remove_files) COMPLETE |
4612 | 2024-12-02T16:41:31.861Z | [ recovery-image] Dec 02 16:41:31.083 INFO O| Dec 02 16:41:31.083 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-02T16:41:31.867Z | [ recovery-image] Dec 02 16:41:31.093 INFO O| Dec 02 16:41:31.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4614 | 2024-12-02T16:41:31.867Z | [ recovery-image] Dec 02 16:41:31.093 INFO O| Dec 02 16:41:31.093 INFO STEP 111 (remove_files) COMPLETE |
4615 | 2024-12-02T16:41:31.867Z | [ recovery-image] Dec 02 16:41:31.093 INFO O| Dec 02 16:41:31.093 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-02T16:41:31.877Z | [ recovery-image] Dec 02 16:41:31.102 INFO O| Dec 02 16:41:31.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4617 | 2024-12-02T16:41:31.877Z | [ recovery-image] Dec 02 16:41:31.102 INFO O| Dec 02 16:41:31.102 INFO STEP 112 (remove_files) COMPLETE |
4618 | 2024-12-02T16:41:31.880Z | [ recovery-image] Dec 02 16:41:31.102 INFO O| Dec 02 16:41:31.102 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-02T16:41:31.886Z | [ recovery-image] Dec 02 16:41:31.112 INFO O| Dec 02 16:41:31.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4620 | 2024-12-02T16:41:31.889Z | [ recovery-image] Dec 02 16:41:31.112 INFO O| Dec 02 16:41:31.112 INFO STEP 113 (remove_files) COMPLETE |
4621 | 2024-12-02T16:41:31.889Z | [ recovery-image] Dec 02 16:41:31.112 INFO O| Dec 02 16:41:31.112 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-02T16:41:31.896Z | [ recovery-image] Dec 02 16:41:31.121 INFO O| Dec 02 16:41:31.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4623 | 2024-12-02T16:41:31.898Z | [ recovery-image] Dec 02 16:41:31.121 INFO O| Dec 02 16:41:31.121 INFO STEP 114 (remove_files) COMPLETE |
4624 | 2024-12-02T16:41:31.898Z | [ recovery-image] Dec 02 16:41:31.121 INFO O| Dec 02 16:41:31.121 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-02T16:41:31.905Z | [ recovery-image] Dec 02 16:41:31.131 INFO O| Dec 02 16:41:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4626 | 2024-12-02T16:41:31.908Z | [ recovery-image] Dec 02 16:41:31.131 INFO O| Dec 02 16:41:31.131 INFO STEP 115 (remove_files) COMPLETE |
4627 | 2024-12-02T16:41:31.908Z | [ recovery-image] Dec 02 16:41:31.131 INFO O| Dec 02 16:41:31.131 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-02T16:41:31.916Z | [ recovery-image] Dec 02 16:41:31.142 INFO O| Dec 02 16:41:31.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4629 | 2024-12-02T16:41:31.916Z | [ recovery-image] Dec 02 16:41:31.142 INFO O| Dec 02 16:41:31.142 INFO STEP 116 (remove_files) COMPLETE |
4630 | 2024-12-02T16:41:31.920Z | [ recovery-image] Dec 02 16:41:31.142 INFO O| Dec 02 16:41:31.142 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-02T16:41:31.926Z | [ recovery-image] Dec 02 16:41:31.152 INFO O| Dec 02 16:41:31.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4632 | 2024-12-02T16:41:31.926Z | [ recovery-image] Dec 02 16:41:31.152 INFO O| Dec 02 16:41:31.152 INFO STEP 117 (remove_files) COMPLETE |
4633 | 2024-12-02T16:41:31.929Z | [ recovery-image] Dec 02 16:41:31.152 INFO O| Dec 02 16:41:31.152 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-02T16:41:31.936Z | [ recovery-image] Dec 02 16:41:31.161 INFO O| Dec 02 16:41:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4635 | 2024-12-02T16:41:31.936Z | [ recovery-image] Dec 02 16:41:31.161 INFO O| Dec 02 16:41:31.161 INFO STEP 118 (remove_files) COMPLETE |
4636 | 2024-12-02T16:41:31.938Z | [ recovery-image] Dec 02 16:41:31.162 INFO O| Dec 02 16:41:31.161 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-02T16:41:31.945Z | [ recovery-image] Dec 02 16:41:31.171 INFO O| Dec 02 16:41:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4638 | 2024-12-02T16:41:31.945Z | [ recovery-image] Dec 02 16:41:31.171 INFO O| Dec 02 16:41:31.171 INFO STEP 119 (remove_files) COMPLETE |
4639 | 2024-12-02T16:41:31.945Z | [ recovery-image] Dec 02 16:41:31.171 INFO O| Dec 02 16:41:31.171 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-02T16:41:31.955Z | [ recovery-image] Dec 02 16:41:31.180 INFO O| Dec 02 16:41:31.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4641 | 2024-12-02T16:41:31.958Z | [ recovery-image] Dec 02 16:41:31.180 INFO O| Dec 02 16:41:31.180 INFO STEP 120 (remove_files) COMPLETE |
4642 | 2024-12-02T16:41:31.958Z | [ recovery-image] Dec 02 16:41:31.180 INFO O| Dec 02 16:41:31.180 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-02T16:41:31.964Z | [ recovery-image] Dec 02 16:41:31.190 INFO O| Dec 02 16:41:31.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4644 | 2024-12-02T16:41:31.964Z | [ recovery-image] Dec 02 16:41:31.190 INFO O| Dec 02 16:41:31.190 INFO STEP 121 (remove_files) COMPLETE |
4645 | 2024-12-02T16:41:31.964Z | [ recovery-image] Dec 02 16:41:31.190 INFO O| Dec 02 16:41:31.190 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-02T16:41:31.973Z | [ recovery-image] Dec 02 16:41:31.199 INFO O| Dec 02 16:41:31.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4647 | 2024-12-02T16:41:31.973Z | [ recovery-image] Dec 02 16:41:31.199 INFO O| Dec 02 16:41:31.199 INFO STEP 122 (remove_files) COMPLETE |
4648 | 2024-12-02T16:41:31.973Z | [ recovery-image] Dec 02 16:41:31.199 INFO O| Dec 02 16:41:31.199 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-02T16:41:31.983Z | [ recovery-image] Dec 02 16:41:31.208 INFO O| Dec 02 16:41:31.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4650 | 2024-12-02T16:41:31.983Z | [ recovery-image] Dec 02 16:41:31.208 INFO O| Dec 02 16:41:31.208 INFO STEP 123 (remove_files) COMPLETE |
4651 | 2024-12-02T16:41:31.985Z | [ recovery-image] Dec 02 16:41:31.209 INFO O| Dec 02 16:41:31.208 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-02T16:41:31.992Z | [ recovery-image] Dec 02 16:41:31.218 INFO O| Dec 02 16:41:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4653 | 2024-12-02T16:41:31.992Z | [ recovery-image] Dec 02 16:41:31.218 INFO O| Dec 02 16:41:31.218 INFO STEP 124 (remove_files) COMPLETE |
4654 | 2024-12-02T16:41:31.995Z | [ recovery-image] Dec 02 16:41:31.218 INFO O| Dec 02 16:41:31.218 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-02T16:41:32.002Z | [ recovery-image] Dec 02 16:41:31.227 INFO O| Dec 02 16:41:31.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4656 | 2024-12-02T16:41:32.002Z | [ recovery-image] Dec 02 16:41:31.228 INFO O| Dec 02 16:41:31.227 INFO STEP 125 (remove_files) COMPLETE |
4657 | 2024-12-02T16:41:32.004Z | [ recovery-image] Dec 02 16:41:31.228 INFO O| Dec 02 16:41:31.228 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-02T16:41:32.012Z | [ recovery-image] Dec 02 16:41:31.237 INFO O| Dec 02 16:41:31.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4659 | 2024-12-02T16:41:32.014Z | [ recovery-image] Dec 02 16:41:31.237 INFO O| Dec 02 16:41:31.237 INFO STEP 126 (remove_files) COMPLETE |
4660 | 2024-12-02T16:41:32.014Z | [ recovery-image] Dec 02 16:41:31.237 INFO O| Dec 02 16:41:31.237 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-02T16:41:32.022Z | [ recovery-image] Dec 02 16:41:31.247 INFO O| Dec 02 16:41:31.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4662 | 2024-12-02T16:41:32.022Z | [ recovery-image] Dec 02 16:41:31.248 INFO O| Dec 02 16:41:31.248 INFO STEP 127 (remove_files) COMPLETE |
4663 | 2024-12-02T16:41:32.024Z | [ recovery-image] Dec 02 16:41:31.248 INFO O| Dec 02 16:41:31.248 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-02T16:41:32.032Z | [ recovery-image] Dec 02 16:41:31.257 INFO O| Dec 02 16:41:31.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4665 | 2024-12-02T16:41:32.032Z | [ recovery-image] Dec 02 16:41:31.257 INFO O| Dec 02 16:41:31.257 INFO STEP 128 (remove_files) COMPLETE |
4666 | 2024-12-02T16:41:32.032Z | [ recovery-image] Dec 02 16:41:31.257 INFO O| Dec 02 16:41:31.257 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-02T16:41:32.041Z | [ recovery-image] Dec 02 16:41:31.267 INFO O| Dec 02 16:41:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4668 | 2024-12-02T16:41:32.041Z | [ recovery-image] Dec 02 16:41:31.267 INFO O| Dec 02 16:41:31.267 INFO STEP 129 (remove_files) COMPLETE |
4669 | 2024-12-02T16:41:32.044Z | [ recovery-image] Dec 02 16:41:31.267 INFO O| Dec 02 16:41:31.267 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-02T16:41:32.051Z | [ recovery-image] Dec 02 16:41:31.276 INFO O| Dec 02 16:41:31.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4671 | 2024-12-02T16:41:32.053Z | [ recovery-image] Dec 02 16:41:31.277 INFO O| Dec 02 16:41:31.277 INFO STEP 130 (remove_files) COMPLETE |
4672 | 2024-12-02T16:41:32.053Z | [ recovery-image] Dec 02 16:41:31.277 INFO O| Dec 02 16:41:31.277 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-02T16:41:32.060Z | [ recovery-image] Dec 02 16:41:31.286 INFO O| Dec 02 16:41:31.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4674 | 2024-12-02T16:41:32.060Z | [ recovery-image] Dec 02 16:41:31.286 INFO O| Dec 02 16:41:31.286 INFO STEP 131 (remove_files) COMPLETE |
4675 | 2024-12-02T16:41:32.060Z | [ recovery-image] Dec 02 16:41:31.286 INFO O| Dec 02 16:41:31.286 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-02T16:41:32.070Z | [ recovery-image] Dec 02 16:41:31.295 INFO O| Dec 02 16:41:31.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4677 | 2024-12-02T16:41:32.070Z | [ recovery-image] Dec 02 16:41:31.295 INFO O| Dec 02 16:41:31.295 INFO STEP 132 (remove_files) COMPLETE |
4678 | 2024-12-02T16:41:32.070Z | [ recovery-image] Dec 02 16:41:31.295 INFO O| Dec 02 16:41:31.295 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-02T16:41:32.075Z | Dec 02 16:41:31.301 INFO [verify-libraries] process exited with exit status: 0 (356.392250491s) |
4680 | 2024-12-02T16:41:32.079Z | [ recovery-image] Dec 02 16:41:31.305 INFO O| Dec 02 16:41:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4681 | 2024-12-02T16:41:32.079Z | [ recovery-image] Dec 02 16:41:31.305 INFO O| Dec 02 16:41:31.305 INFO STEP 133 (remove_files) COMPLETE |
4682 | 2024-12-02T16:41:32.081Z | [ recovery-image] Dec 02 16:41:31.305 INFO O| Dec 02 16:41:31.305 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-02T16:41:32.089Z | [ recovery-image] Dec 02 16:41:31.314 INFO O| Dec 02 16:41:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4684 | 2024-12-02T16:41:32.089Z | [ recovery-image] Dec 02 16:41:31.315 INFO O| Dec 02 16:41:31.314 INFO STEP 134 (remove_files) COMPLETE |
4685 | 2024-12-02T16:41:32.092Z | [ recovery-image] Dec 02 16:41:31.315 INFO O| Dec 02 16:41:31.315 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-02T16:41:32.098Z | [ recovery-image] Dec 02 16:41:31.324 INFO O| Dec 02 16:41:31.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4687 | 2024-12-02T16:41:32.098Z | [ recovery-image] Dec 02 16:41:31.324 INFO O| Dec 02 16:41:31.324 INFO STEP 135 (remove_files) COMPLETE |
4688 | 2024-12-02T16:41:32.098Z | [ recovery-image] Dec 02 16:41:31.324 INFO O| Dec 02 16:41:31.324 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-02T16:41:32.108Z | [ recovery-image] Dec 02 16:41:31.334 INFO O| Dec 02 16:41:31.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4690 | 2024-12-02T16:41:32.108Z | [ recovery-image] Dec 02 16:41:31.334 INFO O| Dec 02 16:41:31.334 INFO STEP 136 (remove_files) COMPLETE |
4691 | 2024-12-02T16:41:32.108Z | [ recovery-image] Dec 02 16:41:31.334 INFO O| Dec 02 16:41:31.334 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-02T16:41:32.117Z | [ recovery-image] Dec 02 16:41:31.343 INFO O| Dec 02 16:41:31.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4693 | 2024-12-02T16:41:32.120Z | [ recovery-image] Dec 02 16:41:31.343 INFO O| Dec 02 16:41:31.343 INFO STEP 137 (remove_files) COMPLETE |
4694 | 2024-12-02T16:41:32.120Z | [ recovery-image] Dec 02 16:41:31.343 INFO O| Dec 02 16:41:31.343 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-02T16:41:32.127Z | [ recovery-image] Dec 02 16:41:31.353 INFO O| Dec 02 16:41:31.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4696 | 2024-12-02T16:41:32.127Z | [ recovery-image] Dec 02 16:41:31.353 INFO O| Dec 02 16:41:31.353 INFO STEP 138 (remove_files) COMPLETE |
4697 | 2024-12-02T16:41:32.130Z | [ recovery-image] Dec 02 16:41:31.353 INFO O| Dec 02 16:41:31.353 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-02T16:41:32.137Z | [ recovery-image] Dec 02 16:41:31.362 INFO O| Dec 02 16:41:31.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4699 | 2024-12-02T16:41:32.139Z | [ recovery-image] Dec 02 16:41:31.362 INFO O| Dec 02 16:41:31.362 INFO STEP 139 (remove_files) COMPLETE |
4700 | 2024-12-02T16:41:32.139Z | [ recovery-image] Dec 02 16:41:31.363 INFO O| Dec 02 16:41:31.362 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-02T16:41:32.146Z | [ recovery-image] Dec 02 16:41:31.372 INFO O| Dec 02 16:41:31.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4702 | 2024-12-02T16:41:32.149Z | [ recovery-image] Dec 02 16:41:31.372 INFO O| Dec 02 16:41:31.372 INFO STEP 140 (remove_files) COMPLETE |
4703 | 2024-12-02T16:41:32.149Z | [ recovery-image] Dec 02 16:41:31.372 INFO O| Dec 02 16:41:31.372 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-02T16:41:32.157Z | [ recovery-image] Dec 02 16:41:31.383 INFO O| Dec 02 16:41:31.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4705 | 2024-12-02T16:41:32.157Z | [ recovery-image] Dec 02 16:41:31.383 INFO O| Dec 02 16:41:31.383 INFO STEP 141 (remove_files) COMPLETE |
4706 | 2024-12-02T16:41:32.160Z | [ recovery-image] Dec 02 16:41:31.383 INFO O| Dec 02 16:41:31.383 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-02T16:41:32.170Z | [ host-image] Dec 02 16:41:31.395 INFO O| Dec 02 16:41:31.395 INFO O| Download: Completed 1.44 MB in 1.01 seconds (1.4M/s) |
4708 | 2024-12-02T16:41:32.170Z | [ recovery-image] Dec 02 16:41:31.395 INFO O| Dec 02 16:41:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4709 | 2024-12-02T16:41:32.172Z | [ recovery-image] Dec 02 16:41:31.395 INFO O| Dec 02 16:41:31.395 INFO STEP 142 (remove_files) COMPLETE |
4710 | 2024-12-02T16:41:32.172Z | [ recovery-image] Dec 02 16:41:31.396 INFO O| Dec 02 16:41:31.395 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-12-02T16:41:32.182Z | [ recovery-image] Dec 02 16:41:31.408 INFO O| Dec 02 16:41:31.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4712 | 2024-12-02T16:41:32.182Z | [ recovery-image] Dec 02 16:41:31.408 INFO O| Dec 02 16:41:31.408 INFO STEP 143 (remove_files) COMPLETE |
4713 | 2024-12-02T16:41:32.190Z | [ recovery-image] Dec 02 16:41:31.408 INFO O| Dec 02 16:41:31.408 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-12-02T16:41:32.196Z | [ recovery-image] Dec 02 16:41:31.422 INFO O| Dec 02 16:41:31.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4715 | 2024-12-02T16:41:32.197Z | [ recovery-image] Dec 02 16:41:31.422 INFO O| Dec 02 16:41:31.422 INFO STEP 144 (remove_files) COMPLETE |
4716 | 2024-12-02T16:41:32.197Z | [ recovery-image] Dec 02 16:41:31.422 INFO O| Dec 02 16:41:31.422 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-12-02T16:41:32.210Z | [ host-image] Dec 02 16:41:31.429 INFO O| Dec 02 16:41:31.429 INFO O| Actions: 1/305 actions (Installing new actions) |
4718 | 2024-12-02T16:41:32.219Z | [ recovery-image] Dec 02 16:41:31.436 INFO O| Dec 02 16:41:31.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4719 | 2024-12-02T16:41:32.219Z | [ recovery-image] Dec 02 16:41:31.436 INFO O| Dec 02 16:41:31.436 INFO STEP 145 (remove_files) COMPLETE |
4720 | 2024-12-02T16:41:32.219Z | [ recovery-image] Dec 02 16:41:31.436 INFO O| Dec 02 16:41:31.436 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-12-02T16:41:32.227Z | [ recovery-image] Dec 02 16:41:31.450 INFO O| Dec 02 16:41:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4722 | 2024-12-02T16:41:32.227Z | [ recovery-image] Dec 02 16:41:31.450 INFO O| Dec 02 16:41:31.450 INFO STEP 146 (remove_files) COMPLETE |
4723 | 2024-12-02T16:41:32.227Z | [ recovery-image] Dec 02 16:41:31.450 INFO O| Dec 02 16:41:31.450 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-02T16:41:32.236Z | [ recovery-image] Dec 02 16:41:31.460 INFO O| Dec 02 16:41:31.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4725 | 2024-12-02T16:41:32.236Z | [ recovery-image] Dec 02 16:41:31.460 INFO O| Dec 02 16:41:31.460 INFO STEP 147 (remove_files) COMPLETE |
4726 | 2024-12-02T16:41:32.238Z | [ recovery-image] Dec 02 16:41:31.460 INFO O| Dec 02 16:41:31.460 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-12-02T16:41:32.244Z | [ recovery-image] Dec 02 16:41:31.470 INFO O| Dec 02 16:41:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4728 | 2024-12-02T16:41:32.247Z | [ recovery-image] Dec 02 16:41:31.471 INFO O| Dec 02 16:41:31.470 INFO STEP 148 (remove_files) COMPLETE |
4729 | 2024-12-02T16:41:32.247Z | [ recovery-image] Dec 02 16:41:31.471 INFO O| Dec 02 16:41:31.470 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-12-02T16:41:32.254Z | [ recovery-image] Dec 02 16:41:31.480 INFO O| Dec 02 16:41:31.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4731 | 2024-12-02T16:41:32.254Z | [ recovery-image] Dec 02 16:41:31.480 INFO O| Dec 02 16:41:31.480 INFO STEP 149 (remove_files) COMPLETE |
4732 | 2024-12-02T16:41:32.256Z | [ recovery-image] Dec 02 16:41:31.480 INFO O| Dec 02 16:41:31.480 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-02T16:41:32.264Z | [ recovery-image] Dec 02 16:41:31.489 INFO O| Dec 02 16:41:31.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4734 | 2024-12-02T16:41:32.264Z | [ recovery-image] Dec 02 16:41:31.489 INFO O| Dec 02 16:41:31.489 INFO STEP 150 (remove_files) COMPLETE |
4735 | 2024-12-02T16:41:32.264Z | [ recovery-image] Dec 02 16:41:31.489 INFO O| Dec 02 16:41:31.489 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-02T16:41:32.273Z | [ recovery-image] Dec 02 16:41:31.499 INFO O| Dec 02 16:41:31.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4737 | 2024-12-02T16:41:32.275Z | [ recovery-image] Dec 02 16:41:31.499 INFO O| Dec 02 16:41:31.499 INFO STEP 151 (remove_files) COMPLETE |
4738 | 2024-12-02T16:41:32.275Z | [ recovery-image] Dec 02 16:41:31.499 INFO O| Dec 02 16:41:31.499 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-02T16:41:32.283Z | [ recovery-image] Dec 02 16:41:31.508 INFO O| Dec 02 16:41:31.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4740 | 2024-12-02T16:41:32.283Z | [ recovery-image] Dec 02 16:41:31.508 INFO O| Dec 02 16:41:31.508 INFO STEP 152 (remove_files) COMPLETE |
4741 | 2024-12-02T16:41:32.283Z | [ recovery-image] Dec 02 16:41:31.508 INFO O| Dec 02 16:41:31.508 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-02T16:41:32.293Z | [ recovery-image] Dec 02 16:41:31.518 INFO O| Dec 02 16:41:31.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4743 | 2024-12-02T16:41:32.293Z | [ recovery-image] Dec 02 16:41:31.518 INFO O| Dec 02 16:41:31.518 INFO STEP 153 (remove_files) COMPLETE |
4744 | 2024-12-02T16:41:32.293Z | [ recovery-image] Dec 02 16:41:31.518 INFO O| Dec 02 16:41:31.518 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-02T16:41:32.302Z | [ recovery-image] Dec 02 16:41:31.528 INFO O| Dec 02 16:41:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4746 | 2024-12-02T16:41:32.302Z | [ recovery-image] Dec 02 16:41:31.528 INFO O| Dec 02 16:41:31.528 INFO STEP 154 (remove_files) COMPLETE |
4747 | 2024-12-02T16:41:32.302Z | [ recovery-image] Dec 02 16:41:31.528 INFO O| Dec 02 16:41:31.528 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-02T16:41:32.311Z | [ host-image] Dec 02 16:41:31.537 INFO O| Dec 02 16:41:31.536 INFO O| Actions: Completed 305 actions in 0.11 seconds. |
4749 | 2024-12-02T16:41:32.313Z | [ recovery-image] Dec 02 16:41:31.537 INFO O| Dec 02 16:41:31.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4750 | 2024-12-02T16:41:32.313Z | [ recovery-image] Dec 02 16:41:31.537 INFO O| Dec 02 16:41:31.537 INFO STEP 155 (remove_files) COMPLETE |
4751 | 2024-12-02T16:41:32.313Z | [ recovery-image] Dec 02 16:41:31.537 INFO O| Dec 02 16:41:31.537 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-02T16:41:32.321Z | [ recovery-image] Dec 02 16:41:31.547 INFO O| Dec 02 16:41:31.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4753 | 2024-12-02T16:41:32.321Z | [ recovery-image] Dec 02 16:41:31.547 INFO O| Dec 02 16:41:31.547 INFO STEP 156 (remove_files) COMPLETE |
4754 | 2024-12-02T16:41:32.325Z | [ recovery-image] Dec 02 16:41:31.547 INFO O| Dec 02 16:41:31.547 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-02T16:41:32.331Z | [ recovery-image] Dec 02 16:41:31.557 INFO O| Dec 02 16:41:31.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4756 | 2024-12-02T16:41:32.331Z | [ recovery-image] Dec 02 16:41:31.557 INFO O| Dec 02 16:41:31.557 INFO STEP 157 (remove_files) COMPLETE |
4757 | 2024-12-02T16:41:32.331Z | [ recovery-image] Dec 02 16:41:31.557 INFO O| Dec 02 16:41:31.557 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-02T16:41:32.341Z | [ recovery-image] Dec 02 16:41:31.566 INFO O| Dec 02 16:41:31.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4759 | 2024-12-02T16:41:32.341Z | [ recovery-image] Dec 02 16:41:31.566 INFO O| Dec 02 16:41:31.566 INFO STEP 158 (remove_files) COMPLETE |
4760 | 2024-12-02T16:41:32.341Z | [ recovery-image] Dec 02 16:41:31.566 INFO O| Dec 02 16:41:31.566 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-02T16:41:32.350Z | [ recovery-image] Dec 02 16:41:31.576 INFO O| Dec 02 16:41:31.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4762 | 2024-12-02T16:41:32.351Z | [ recovery-image] Dec 02 16:41:31.576 INFO O| Dec 02 16:41:31.576 INFO STEP 159 (remove_files) COMPLETE |
4763 | 2024-12-02T16:41:32.353Z | [ recovery-image] Dec 02 16:41:31.576 INFO O| Dec 02 16:41:31.576 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-02T16:41:32.360Z | [ recovery-image] Dec 02 16:41:31.586 INFO O| Dec 02 16:41:31.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4765 | 2024-12-02T16:41:32.360Z | [ recovery-image] Dec 02 16:41:31.586 INFO O| Dec 02 16:41:31.586 INFO STEP 160 (remove_files) COMPLETE |
4766 | 2024-12-02T16:41:32.360Z | [ recovery-image] Dec 02 16:41:31.586 INFO O| Dec 02 16:41:31.586 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-02T16:41:32.370Z | [ recovery-image] Dec 02 16:41:31.595 INFO O| Dec 02 16:41:31.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4768 | 2024-12-02T16:41:32.374Z | [ recovery-image] Dec 02 16:41:31.595 INFO O| Dec 02 16:41:31.595 INFO STEP 161 (remove_files) COMPLETE |
4769 | 2024-12-02T16:41:32.374Z | [ recovery-image] Dec 02 16:41:31.596 INFO O| Dec 02 16:41:31.595 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-02T16:41:32.380Z | [ recovery-image] Dec 02 16:41:31.605 INFO O| Dec 02 16:41:31.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4771 | 2024-12-02T16:41:32.380Z | [ recovery-image] Dec 02 16:41:31.605 INFO O| Dec 02 16:41:31.605 INFO STEP 162 (remove_files) COMPLETE |
4772 | 2024-12-02T16:41:32.382Z | [ recovery-image] Dec 02 16:41:31.605 INFO O| Dec 02 16:41:31.605 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-02T16:41:32.389Z | [ recovery-image] Dec 02 16:41:31.615 INFO O| Dec 02 16:41:31.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4774 | 2024-12-02T16:41:32.393Z | [ recovery-image] Dec 02 16:41:31.615 INFO O| Dec 02 16:41:31.615 INFO STEP 163 (remove_files) COMPLETE |
4775 | 2024-12-02T16:41:32.393Z | [ recovery-image] Dec 02 16:41:31.615 INFO O| Dec 02 16:41:31.615 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-02T16:41:32.399Z | [ recovery-image] Dec 02 16:41:31.625 INFO O| Dec 02 16:41:31.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4777 | 2024-12-02T16:41:32.399Z | [ recovery-image] Dec 02 16:41:31.625 INFO O| Dec 02 16:41:31.625 INFO STEP 164 (remove_files) COMPLETE |
4778 | 2024-12-02T16:41:32.399Z | [ recovery-image] Dec 02 16:41:31.625 INFO O| Dec 02 16:41:31.625 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-02T16:41:32.409Z | [ recovery-image] Dec 02 16:41:31.634 INFO O| Dec 02 16:41:31.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4780 | 2024-12-02T16:41:32.409Z | [ recovery-image] Dec 02 16:41:31.634 INFO O| Dec 02 16:41:31.634 INFO STEP 165 (remove_files) COMPLETE |
4781 | 2024-12-02T16:41:32.409Z | [ recovery-image] Dec 02 16:41:31.634 INFO O| Dec 02 16:41:31.634 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-02T16:41:32.418Z | [ recovery-image] Dec 02 16:41:31.644 INFO O| Dec 02 16:41:31.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4783 | 2024-12-02T16:41:32.423Z | [ recovery-image] Dec 02 16:41:31.645 INFO O| Dec 02 16:41:31.645 INFO STEP 166 (remove_files) COMPLETE |
4784 | 2024-12-02T16:41:32.423Z | [ recovery-image] Dec 02 16:41:31.645 INFO O| Dec 02 16:41:31.645 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-02T16:41:32.428Z | [ recovery-image] Dec 02 16:41:31.654 INFO O| Dec 02 16:41:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4786 | 2024-12-02T16:41:32.428Z | [ recovery-image] Dec 02 16:41:31.654 INFO O| Dec 02 16:41:31.654 INFO STEP 167 (remove_files) COMPLETE |
4787 | 2024-12-02T16:41:32.428Z | [ recovery-image] Dec 02 16:41:31.654 INFO O| Dec 02 16:41:31.654 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-02T16:41:32.438Z | [ recovery-image] Dec 02 16:41:31.664 INFO O| Dec 02 16:41:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4789 | 2024-12-02T16:41:32.438Z | [ recovery-image] Dec 02 16:41:31.664 INFO O| Dec 02 16:41:31.664 INFO STEP 168 (remove_files) COMPLETE |
4790 | 2024-12-02T16:41:32.438Z | [ recovery-image] Dec 02 16:41:31.664 INFO O| Dec 02 16:41:31.664 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-02T16:41:32.449Z | [ recovery-image] Dec 02 16:41:31.675 INFO O| Dec 02 16:41:31.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4792 | 2024-12-02T16:41:32.450Z | [ recovery-image] Dec 02 16:41:31.675 INFO O| Dec 02 16:41:31.675 INFO STEP 169 (remove_files) COMPLETE |
4793 | 2024-12-02T16:41:32.452Z | [ recovery-image] Dec 02 16:41:31.675 INFO O| Dec 02 16:41:31.675 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-02T16:41:32.459Z | [ recovery-image] Dec 02 16:41:31.685 INFO O| Dec 02 16:41:31.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4795 | 2024-12-02T16:41:32.459Z | [ recovery-image] Dec 02 16:41:31.685 INFO O| Dec 02 16:41:31.685 INFO STEP 170 (remove_files) COMPLETE |
4796 | 2024-12-02T16:41:32.462Z | [ recovery-image] Dec 02 16:41:31.685 INFO O| Dec 02 16:41:31.685 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-02T16:41:32.469Z | [ recovery-image] Dec 02 16:41:31.695 INFO O| Dec 02 16:41:31.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4798 | 2024-12-02T16:41:32.469Z | [ recovery-image] Dec 02 16:41:31.695 INFO O| Dec 02 16:41:31.695 INFO STEP 171 (remove_files) COMPLETE |
4799 | 2024-12-02T16:41:32.472Z | [ recovery-image] Dec 02 16:41:31.695 INFO O| Dec 02 16:41:31.695 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-02T16:41:32.481Z | [ recovery-image] Dec 02 16:41:31.707 INFO O| Dec 02 16:41:31.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4801 | 2024-12-02T16:41:32.481Z | [ recovery-image] Dec 02 16:41:31.707 INFO O| Dec 02 16:41:31.707 INFO STEP 172 (remove_files) COMPLETE |
4802 | 2024-12-02T16:41:32.481Z | [ recovery-image] Dec 02 16:41:31.707 INFO O| Dec 02 16:41:31.707 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-02T16:41:32.493Z | [ recovery-image] Dec 02 16:41:31.718 INFO O| Dec 02 16:41:31.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4804 | 2024-12-02T16:41:32.493Z | [ recovery-image] Dec 02 16:41:31.718 INFO O| Dec 02 16:41:31.718 INFO STEP 173 (remove_files) COMPLETE |
4805 | 2024-12-02T16:41:32.495Z | [ recovery-image] Dec 02 16:41:31.718 INFO O| Dec 02 16:41:31.718 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-02T16:41:32.503Z | [ recovery-image] Dec 02 16:41:31.729 INFO O| Dec 02 16:41:31.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4807 | 2024-12-02T16:41:32.503Z | [ recovery-image] Dec 02 16:41:31.729 INFO O| Dec 02 16:41:31.729 INFO STEP 174 (remove_files) COMPLETE |
4808 | 2024-12-02T16:41:32.505Z | [ recovery-image] Dec 02 16:41:31.729 INFO O| Dec 02 16:41:31.729 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-02T16:41:32.515Z | [ recovery-image] Dec 02 16:41:31.740 INFO O| Dec 02 16:41:31.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4810 | 2024-12-02T16:41:32.517Z | [ recovery-image] Dec 02 16:41:31.740 INFO O| Dec 02 16:41:31.740 INFO STEP 175 (remove_files) COMPLETE |
4811 | 2024-12-02T16:41:32.517Z | [ recovery-image] Dec 02 16:41:31.740 INFO O| Dec 02 16:41:31.740 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-02T16:41:32.527Z | [ recovery-image] Dec 02 16:41:31.752 INFO O| Dec 02 16:41:31.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4813 | 2024-12-02T16:41:32.527Z | [ recovery-image] Dec 02 16:41:31.752 INFO O| Dec 02 16:41:31.752 INFO STEP 176 (remove_files) COMPLETE |
4814 | 2024-12-02T16:41:32.527Z | [ recovery-image] Dec 02 16:41:31.752 INFO O| Dec 02 16:41:31.752 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-02T16:41:32.537Z | [ recovery-image] Dec 02 16:41:31.763 INFO O| Dec 02 16:41:31.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4816 | 2024-12-02T16:41:32.537Z | [ recovery-image] Dec 02 16:41:31.763 INFO O| Dec 02 16:41:31.763 INFO STEP 177 (remove_files) COMPLETE |
4817 | 2024-12-02T16:41:32.537Z | [ recovery-image] Dec 02 16:41:31.763 INFO O| Dec 02 16:41:31.763 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-02T16:41:32.548Z | [ recovery-image] Dec 02 16:41:31.773 INFO O| Dec 02 16:41:31.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4819 | 2024-12-02T16:41:32.550Z | [ recovery-image] Dec 02 16:41:31.773 INFO O| Dec 02 16:41:31.773 INFO STEP 178 (remove_files) COMPLETE |
4820 | 2024-12-02T16:41:32.550Z | [ recovery-image] Dec 02 16:41:31.773 INFO O| Dec 02 16:41:31.773 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-02T16:41:32.558Z | [ recovery-image] Dec 02 16:41:31.784 INFO O| Dec 02 16:41:31.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4822 | 2024-12-02T16:41:32.558Z | [ recovery-image] Dec 02 16:41:31.784 INFO O| Dec 02 16:41:31.784 INFO STEP 179 (remove_files) COMPLETE |
4823 | 2024-12-02T16:41:32.560Z | [ recovery-image] Dec 02 16:41:31.784 INFO O| Dec 02 16:41:31.784 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-02T16:41:32.569Z | [ recovery-image] Dec 02 16:41:31.794 INFO O| Dec 02 16:41:31.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4825 | 2024-12-02T16:41:32.569Z | [ recovery-image] Dec 02 16:41:31.794 INFO O| Dec 02 16:41:31.794 INFO STEP 180 (remove_files) COMPLETE |
4826 | 2024-12-02T16:41:32.571Z | [ recovery-image] Dec 02 16:41:31.794 INFO O| Dec 02 16:41:31.794 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-02T16:41:32.579Z | [ recovery-image] Dec 02 16:41:31.805 INFO O| Dec 02 16:41:31.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4828 | 2024-12-02T16:41:32.579Z | [ recovery-image] Dec 02 16:41:31.805 INFO O| Dec 02 16:41:31.805 INFO STEP 181 (remove_files) COMPLETE |
4829 | 2024-12-02T16:41:32.579Z | [ recovery-image] Dec 02 16:41:31.805 INFO O| Dec 02 16:41:31.805 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-02T16:41:32.589Z | [ recovery-image] Dec 02 16:41:31.815 INFO O| Dec 02 16:41:31.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4831 | 2024-12-02T16:41:32.589Z | [ recovery-image] Dec 02 16:41:31.815 INFO O| Dec 02 16:41:31.815 INFO STEP 182 (remove_files) COMPLETE |
4832 | 2024-12-02T16:41:32.589Z | [ recovery-image] Dec 02 16:41:31.815 INFO O| Dec 02 16:41:31.815 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-02T16:41:32.599Z | [ recovery-image] Dec 02 16:41:31.825 INFO O| Dec 02 16:41:31.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4834 | 2024-12-02T16:41:32.599Z | [ recovery-image] Dec 02 16:41:31.825 INFO O| Dec 02 16:41:31.825 INFO STEP 183 (remove_files) COMPLETE |
4835 | 2024-12-02T16:41:32.602Z | [ recovery-image] Dec 02 16:41:31.825 INFO O| Dec 02 16:41:31.825 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-02T16:41:32.609Z | [ recovery-image] Dec 02 16:41:31.835 INFO O| Dec 02 16:41:31.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4837 | 2024-12-02T16:41:32.609Z | [ recovery-image] Dec 02 16:41:31.835 INFO O| Dec 02 16:41:31.835 INFO STEP 184 (remove_files) COMPLETE |
4838 | 2024-12-02T16:41:32.609Z | [ recovery-image] Dec 02 16:41:31.835 INFO O| Dec 02 16:41:31.835 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-02T16:41:32.620Z | [ recovery-image] Dec 02 16:41:31.845 INFO O| Dec 02 16:41:31.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4840 | 2024-12-02T16:41:32.620Z | [ recovery-image] Dec 02 16:41:31.845 INFO O| Dec 02 16:41:31.845 INFO STEP 185 (remove_files) COMPLETE |
4841 | 2024-12-02T16:41:32.622Z | [ recovery-image] Dec 02 16:41:31.845 INFO O| Dec 02 16:41:31.845 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-02T16:41:32.630Z | [ recovery-image] Dec 02 16:41:31.855 INFO O| Dec 02 16:41:31.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4843 | 2024-12-02T16:41:32.632Z | [ recovery-image] Dec 02 16:41:31.855 INFO O| Dec 02 16:41:31.855 INFO STEP 186 (remove_files) COMPLETE |
4844 | 2024-12-02T16:41:32.632Z | [ recovery-image] Dec 02 16:41:31.855 INFO O| Dec 02 16:41:31.855 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-02T16:41:32.640Z | [ recovery-image] Dec 02 16:41:31.865 INFO O| Dec 02 16:41:31.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4846 | 2024-12-02T16:41:32.643Z | [ recovery-image] Dec 02 16:41:31.865 INFO O| Dec 02 16:41:31.865 INFO STEP 187 (remove_files) COMPLETE |
4847 | 2024-12-02T16:41:32.644Z | [ recovery-image] Dec 02 16:41:31.865 INFO O| Dec 02 16:41:31.865 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-02T16:41:32.649Z | [ recovery-image] Dec 02 16:41:31.875 INFO O| Dec 02 16:41:31.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4849 | 2024-12-02T16:41:32.649Z | [ recovery-image] Dec 02 16:41:31.875 INFO O| Dec 02 16:41:31.875 INFO STEP 188 (remove_files) COMPLETE |
4850 | 2024-12-02T16:41:32.652Z | [ recovery-image] Dec 02 16:41:31.875 INFO O| Dec 02 16:41:31.875 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-02T16:41:32.659Z | [ recovery-image] Dec 02 16:41:31.885 INFO O| Dec 02 16:41:31.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4852 | 2024-12-02T16:41:32.659Z | [ recovery-image] Dec 02 16:41:31.885 INFO O| Dec 02 16:41:31.885 INFO STEP 189 (remove_files) COMPLETE |
4853 | 2024-12-02T16:41:32.659Z | [ recovery-image] Dec 02 16:41:31.885 INFO O| Dec 02 16:41:31.885 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-02T16:41:32.666Z | [ host-image] Dec 02 16:41:31.892 INFO O| Dec 02 16:41:31.892 INFO O| Done |
4855 | 2024-12-02T16:41:32.666Z | [ host-image] Dec 02 16:41:31.892 INFO O| Dec 02 16:41:31.892 INFO O| Done |
4856 | 2024-12-02T16:41:32.669Z | [ recovery-image] Dec 02 16:41:31.894 INFO O| Dec 02 16:41:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4857 | 2024-12-02T16:41:32.669Z | [ recovery-image] Dec 02 16:41:31.895 INFO O| Dec 02 16:41:31.895 INFO STEP 190 (remove_files) COMPLETE |
4858 | 2024-12-02T16:41:32.669Z | [ recovery-image] Dec 02 16:41:31.895 INFO O| Dec 02 16:41:31.895 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-12-02T16:41:32.679Z | [ recovery-image] Dec 02 16:41:31.904 INFO O| Dec 02 16:41:31.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4860 | 2024-12-02T16:41:32.681Z | [ recovery-image] Dec 02 16:41:31.904 INFO O| Dec 02 16:41:31.904 INFO STEP 191 (remove_files) COMPLETE |
4861 | 2024-12-02T16:41:32.681Z | [ recovery-image] Dec 02 16:41:31.904 INFO O| Dec 02 16:41:31.904 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-12-02T16:41:32.688Z | [ recovery-image] Dec 02 16:41:31.914 INFO O| Dec 02 16:41:31.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4863 | 2024-12-02T16:41:32.688Z | [ recovery-image] Dec 02 16:41:31.914 INFO O| Dec 02 16:41:31.914 INFO STEP 192 (remove_files) COMPLETE |
4864 | 2024-12-02T16:41:32.691Z | [ recovery-image] Dec 02 16:41:31.914 INFO O| Dec 02 16:41:31.914 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-12-02T16:41:32.698Z | [ recovery-image] Dec 02 16:41:31.924 INFO O| Dec 02 16:41:31.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4866 | 2024-12-02T16:41:32.698Z | [ recovery-image] Dec 02 16:41:31.924 INFO O| Dec 02 16:41:31.924 INFO STEP 193 (remove_files) COMPLETE |
4867 | 2024-12-02T16:41:32.701Z | [ recovery-image] Dec 02 16:41:31.924 INFO O| Dec 02 16:41:31.924 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-12-02T16:41:32.708Z | [ recovery-image] Dec 02 16:41:31.933 INFO O| Dec 02 16:41:31.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4869 | 2024-12-02T16:41:32.708Z | [ recovery-image] Dec 02 16:41:31.933 INFO O| Dec 02 16:41:31.933 INFO STEP 194 (remove_files) COMPLETE |
4870 | 2024-12-02T16:41:32.710Z | [ recovery-image] Dec 02 16:41:31.933 INFO O| Dec 02 16:41:31.933 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-12-02T16:41:32.718Z | [ recovery-image] Dec 02 16:41:31.943 INFO O| Dec 02 16:41:31.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4872 | 2024-12-02T16:41:32.718Z | [ recovery-image] Dec 02 16:41:31.943 INFO O| Dec 02 16:41:31.943 INFO STEP 195 (remove_files) COMPLETE |
4873 | 2024-12-02T16:41:32.720Z | [ recovery-image] Dec 02 16:41:31.943 INFO O| Dec 02 16:41:31.943 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-02T16:41:32.728Z | [ recovery-image] Dec 02 16:41:31.953 INFO O| Dec 02 16:41:31.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4875 | 2024-12-02T16:41:32.728Z | [ recovery-image] Dec 02 16:41:31.953 INFO O| Dec 02 16:41:31.953 INFO STEP 196 (remove_files) COMPLETE |
4876 | 2024-12-02T16:41:32.730Z | [ recovery-image] Dec 02 16:41:31.953 INFO O| Dec 02 16:41:31.953 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-02T16:41:32.737Z | [ recovery-image] Dec 02 16:41:31.963 INFO O| Dec 02 16:41:31.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4878 | 2024-12-02T16:41:32.740Z | [ recovery-image] Dec 02 16:41:31.963 INFO O| Dec 02 16:41:31.963 INFO STEP 197 (remove_files) COMPLETE |
4879 | 2024-12-02T16:41:32.740Z | [ recovery-image] Dec 02 16:41:31.963 INFO O| Dec 02 16:41:31.963 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-12-02T16:41:32.747Z | [ recovery-image] Dec 02 16:41:31.972 INFO O| Dec 02 16:41:31.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4881 | 2024-12-02T16:41:32.747Z | [ recovery-image] Dec 02 16:41:31.972 INFO O| Dec 02 16:41:31.972 INFO STEP 198 (remove_files) COMPLETE |
4882 | 2024-12-02T16:41:32.749Z | [ recovery-image] Dec 02 16:41:31.972 INFO O| Dec 02 16:41:31.972 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-12-02T16:41:32.756Z | [ recovery-image] Dec 02 16:41:31.981 INFO O| Dec 02 16:41:31.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4884 | 2024-12-02T16:41:32.756Z | [ recovery-image] Dec 02 16:41:31.982 INFO O| Dec 02 16:41:31.982 INFO STEP 199 (remove_files) COMPLETE |
4885 | 2024-12-02T16:41:32.758Z | [ recovery-image] Dec 02 16:41:31.982 INFO O| Dec 02 16:41:31.982 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-02T16:41:32.765Z | [ recovery-image] Dec 02 16:41:31.991 INFO O| Dec 02 16:41:31.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4887 | 2024-12-02T16:41:32.765Z | [ recovery-image] Dec 02 16:41:31.991 INFO O| Dec 02 16:41:31.991 INFO STEP 200 (remove_files) COMPLETE |
4888 | 2024-12-02T16:41:32.768Z | [ recovery-image] Dec 02 16:41:31.991 INFO O| Dec 02 16:41:31.991 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-12-02T16:41:32.774Z | [ recovery-image] Dec 02 16:41:32.000 INFO O| Dec 02 16:41:32.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4890 | 2024-12-02T16:41:32.774Z | [ recovery-image] Dec 02 16:41:32.000 INFO O| Dec 02 16:41:32.000 INFO STEP 201 (remove_files) COMPLETE |
4891 | 2024-12-02T16:41:32.778Z | [ recovery-image] Dec 02 16:41:32.000 INFO O| Dec 02 16:41:32.000 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-12-02T16:41:32.785Z | [ recovery-image] Dec 02 16:41:32.010 INFO O| Dec 02 16:41:32.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4893 | 2024-12-02T16:41:32.785Z | [ recovery-image] Dec 02 16:41:32.010 INFO O| Dec 02 16:41:32.010 INFO STEP 202 (remove_files) COMPLETE |
4894 | 2024-12-02T16:41:32.787Z | [ recovery-image] Dec 02 16:41:32.010 INFO O| Dec 02 16:41:32.010 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-12-02T16:41:32.794Z | [ recovery-image] Dec 02 16:41:32.020 INFO O| Dec 02 16:41:32.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4896 | 2024-12-02T16:41:32.794Z | [ recovery-image] Dec 02 16:41:32.020 INFO O| Dec 02 16:41:32.020 INFO STEP 203 (remove_files) COMPLETE |
4897 | 2024-12-02T16:41:32.797Z | [ recovery-image] Dec 02 16:41:32.020 INFO O| Dec 02 16:41:32.020 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-12-02T16:41:32.804Z | [ recovery-image] Dec 02 16:41:32.029 INFO O| Dec 02 16:41:32.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4899 | 2024-12-02T16:41:32.804Z | [ recovery-image] Dec 02 16:41:32.029 INFO O| Dec 02 16:41:32.029 INFO STEP 204 (remove_files) COMPLETE |
4900 | 2024-12-02T16:41:32.806Z | [ recovery-image] Dec 02 16:41:32.029 INFO O| Dec 02 16:41:32.029 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-12-02T16:41:32.813Z | [ recovery-image] Dec 02 16:41:32.039 INFO O| Dec 02 16:41:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4902 | 2024-12-02T16:41:32.813Z | [ recovery-image] Dec 02 16:41:32.039 INFO O| Dec 02 16:41:32.039 INFO STEP 205 (remove_files) COMPLETE |
4903 | 2024-12-02T16:41:32.815Z | [ recovery-image] Dec 02 16:41:32.039 INFO O| Dec 02 16:41:32.039 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-02T16:41:32.822Z | [ recovery-image] Dec 02 16:41:32.048 INFO O| Dec 02 16:41:32.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4905 | 2024-12-02T16:41:32.822Z | [ recovery-image] Dec 02 16:41:32.048 INFO O| Dec 02 16:41:32.048 INFO STEP 206 (remove_files) COMPLETE |
4906 | 2024-12-02T16:41:32.822Z | [ recovery-image] Dec 02 16:41:32.048 INFO O| Dec 02 16:41:32.048 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-02T16:41:32.832Z | [ recovery-image] Dec 02 16:41:32.057 INFO O| Dec 02 16:41:32.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4908 | 2024-12-02T16:41:32.832Z | [ recovery-image] Dec 02 16:41:32.057 INFO O| Dec 02 16:41:32.057 INFO STEP 207 (remove_files) COMPLETE |
4909 | 2024-12-02T16:41:32.834Z | [ recovery-image] Dec 02 16:41:32.057 INFO O| Dec 02 16:41:32.057 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-02T16:41:32.841Z | [ recovery-image] Dec 02 16:41:32.067 INFO O| Dec 02 16:41:32.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4911 | 2024-12-02T16:41:32.843Z | [ recovery-image] Dec 02 16:41:32.067 INFO O| Dec 02 16:41:32.067 INFO STEP 208 (remove_files) COMPLETE |
4912 | 2024-12-02T16:41:32.843Z | [ recovery-image] Dec 02 16:41:32.067 INFO O| Dec 02 16:41:32.067 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-02T16:41:32.850Z | [ recovery-image] Dec 02 16:41:32.076 INFO O| Dec 02 16:41:32.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4914 | 2024-12-02T16:41:32.853Z | [ recovery-image] Dec 02 16:41:32.076 INFO O| Dec 02 16:41:32.076 INFO STEP 209 (remove_files) COMPLETE |
4915 | 2024-12-02T16:41:32.853Z | [ recovery-image] Dec 02 16:41:32.076 INFO O| Dec 02 16:41:32.076 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-02T16:41:32.860Z | [ recovery-image] Dec 02 16:41:32.085 INFO O| Dec 02 16:41:32.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4917 | 2024-12-02T16:41:32.860Z | [ recovery-image] Dec 02 16:41:32.085 INFO O| Dec 02 16:41:32.085 INFO STEP 210 (remove_files) COMPLETE |
4918 | 2024-12-02T16:41:32.862Z | [ recovery-image] Dec 02 16:41:32.085 INFO O| Dec 02 16:41:32.085 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-02T16:41:32.869Z | [ recovery-image] Dec 02 16:41:32.095 INFO O| Dec 02 16:41:32.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4920 | 2024-12-02T16:41:32.870Z | [ recovery-image] Dec 02 16:41:32.095 INFO O| Dec 02 16:41:32.095 INFO STEP 211 (remove_files) COMPLETE |
4921 | 2024-12-02T16:41:32.872Z | [ recovery-image] Dec 02 16:41:32.095 INFO O| Dec 02 16:41:32.095 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-02T16:41:32.879Z | [ recovery-image] Dec 02 16:41:32.104 INFO O| Dec 02 16:41:32.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4923 | 2024-12-02T16:41:32.879Z | [ recovery-image] Dec 02 16:41:32.104 INFO O| Dec 02 16:41:32.104 INFO STEP 212 (remove_files) COMPLETE |
4924 | 2024-12-02T16:41:32.879Z | [ recovery-image] Dec 02 16:41:32.105 INFO O| Dec 02 16:41:32.104 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-02T16:41:32.888Z | [ recovery-image] Dec 02 16:41:32.114 INFO O| Dec 02 16:41:32.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4926 | 2024-12-02T16:41:32.893Z | [ recovery-image] Dec 02 16:41:32.114 INFO O| Dec 02 16:41:32.114 INFO STEP 213 (remove_files) COMPLETE |
4927 | 2024-12-02T16:41:32.893Z | [ recovery-image] Dec 02 16:41:32.114 INFO O| Dec 02 16:41:32.114 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-02T16:41:32.898Z | [ recovery-image] Dec 02 16:41:32.123 INFO O| Dec 02 16:41:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4929 | 2024-12-02T16:41:32.898Z | [ recovery-image] Dec 02 16:41:32.123 INFO O| Dec 02 16:41:32.123 INFO STEP 214 (remove_files) COMPLETE |
4930 | 2024-12-02T16:41:32.900Z | [ recovery-image] Dec 02 16:41:32.123 INFO O| Dec 02 16:41:32.123 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-02T16:41:32.908Z | [ recovery-image] Dec 02 16:41:32.134 INFO O| Dec 02 16:41:32.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4932 | 2024-12-02T16:41:32.909Z | [ recovery-image] Dec 02 16:41:32.134 INFO O| Dec 02 16:41:32.134 INFO STEP 215 (remove_files) COMPLETE |
4933 | 2024-12-02T16:41:32.911Z | [ recovery-image] Dec 02 16:41:32.134 INFO O| Dec 02 16:41:32.134 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-02T16:41:32.918Z | [ recovery-image] Dec 02 16:41:32.144 INFO O| Dec 02 16:41:32.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4935 | 2024-12-02T16:41:32.922Z | [ recovery-image] Dec 02 16:41:32.144 INFO O| Dec 02 16:41:32.144 INFO STEP 216 (remove_files) COMPLETE |
4936 | 2024-12-02T16:41:32.922Z | [ recovery-image] Dec 02 16:41:32.144 INFO O| Dec 02 16:41:32.144 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-02T16:41:32.928Z | [ recovery-image] Dec 02 16:41:32.153 INFO O| Dec 02 16:41:32.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4938 | 2024-12-02T16:41:32.928Z | [ recovery-image] Dec 02 16:41:32.153 INFO O| Dec 02 16:41:32.153 INFO STEP 217 (remove_files) COMPLETE |
4939 | 2024-12-02T16:41:32.931Z | [ recovery-image] Dec 02 16:41:32.154 INFO O| Dec 02 16:41:32.153 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-02T16:41:32.937Z | [ recovery-image] Dec 02 16:41:32.163 INFO O| Dec 02 16:41:32.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4941 | 2024-12-02T16:41:32.937Z | [ recovery-image] Dec 02 16:41:32.163 INFO O| Dec 02 16:41:32.163 INFO STEP 218 (remove_files) COMPLETE |
4942 | 2024-12-02T16:41:32.940Z | [ recovery-image] Dec 02 16:41:32.163 INFO O| Dec 02 16:41:32.163 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-02T16:41:32.948Z | [ recovery-image] Dec 02 16:41:32.173 INFO O| Dec 02 16:41:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4944 | 2024-12-02T16:41:32.948Z | [ recovery-image] Dec 02 16:41:32.173 INFO O| Dec 02 16:41:32.173 INFO STEP 219 (remove_files) COMPLETE |
4945 | 2024-12-02T16:41:32.951Z | [ recovery-image] Dec 02 16:41:32.173 INFO O| Dec 02 16:41:32.173 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-02T16:41:32.957Z | [ recovery-image] Dec 02 16:41:32.182 INFO O| Dec 02 16:41:32.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4947 | 2024-12-02T16:41:32.957Z | [ recovery-image] Dec 02 16:41:32.182 INFO O| Dec 02 16:41:32.182 INFO STEP 220 (remove_files) COMPLETE |
4948 | 2024-12-02T16:41:32.957Z | [ recovery-image] Dec 02 16:41:32.182 INFO O| Dec 02 16:41:32.182 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-02T16:41:32.967Z | [ recovery-image] Dec 02 16:41:32.192 INFO O| Dec 02 16:41:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4950 | 2024-12-02T16:41:32.967Z | [ recovery-image] Dec 02 16:41:32.192 INFO O| Dec 02 16:41:32.192 INFO STEP 221 (remove_files) COMPLETE |
4951 | 2024-12-02T16:41:32.967Z | [ recovery-image] Dec 02 16:41:32.192 INFO O| Dec 02 16:41:32.192 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-02T16:41:32.976Z | [ recovery-image] Dec 02 16:41:32.201 INFO O| Dec 02 16:41:32.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4953 | 2024-12-02T16:41:32.976Z | [ recovery-image] Dec 02 16:41:32.201 INFO O| Dec 02 16:41:32.201 INFO STEP 222 (remove_files) COMPLETE |
4954 | 2024-12-02T16:41:32.979Z | [ recovery-image] Dec 02 16:41:32.201 INFO O| Dec 02 16:41:32.201 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-02T16:41:32.985Z | [ recovery-image] Dec 02 16:41:32.211 INFO O| Dec 02 16:41:32.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4956 | 2024-12-02T16:41:32.985Z | [ recovery-image] Dec 02 16:41:32.211 INFO O| Dec 02 16:41:32.211 INFO STEP 223 (remove_files) COMPLETE |
4957 | 2024-12-02T16:41:32.985Z | [ recovery-image] Dec 02 16:41:32.211 INFO O| Dec 02 16:41:32.211 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-02T16:41:32.995Z | [ recovery-image] Dec 02 16:41:32.220 INFO O| Dec 02 16:41:32.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4959 | 2024-12-02T16:41:32.997Z | [ recovery-image] Dec 02 16:41:32.220 INFO O| Dec 02 16:41:32.220 INFO STEP 224 (remove_files) COMPLETE |
4960 | 2024-12-02T16:41:32.997Z | [ recovery-image] Dec 02 16:41:32.220 INFO O| Dec 02 16:41:32.220 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-02T16:41:33.005Z | [ recovery-image] Dec 02 16:41:32.229 INFO O| Dec 02 16:41:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4962 | 2024-12-02T16:41:33.009Z | [ recovery-image] Dec 02 16:41:32.230 INFO O| Dec 02 16:41:32.230 INFO STEP 225 (remove_files) COMPLETE |
4963 | 2024-12-02T16:41:33.009Z | [ recovery-image] Dec 02 16:41:32.230 INFO O| Dec 02 16:41:32.230 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-02T16:41:33.013Z | [ recovery-image] Dec 02 16:41:32.239 INFO O| Dec 02 16:41:32.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4965 | 2024-12-02T16:41:33.016Z | [ recovery-image] Dec 02 16:41:32.239 INFO O| Dec 02 16:41:32.239 INFO STEP 226 (remove_files) COMPLETE |
4966 | 2024-12-02T16:41:33.016Z | [ recovery-image] Dec 02 16:41:32.239 INFO O| Dec 02 16:41:32.239 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-02T16:41:33.023Z | [ recovery-image] Dec 02 16:41:32.249 INFO O| Dec 02 16:41:32.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4968 | 2024-12-02T16:41:33.023Z | [ recovery-image] Dec 02 16:41:32.249 INFO O| Dec 02 16:41:32.249 INFO STEP 227 (remove_files) COMPLETE |
4969 | 2024-12-02T16:41:33.027Z | [ recovery-image] Dec 02 16:41:32.249 INFO O| Dec 02 16:41:32.249 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-02T16:41:33.033Z | [ recovery-image] Dec 02 16:41:32.258 INFO O| Dec 02 16:41:32.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4971 | 2024-12-02T16:41:33.033Z | [ recovery-image] Dec 02 16:41:32.258 INFO O| Dec 02 16:41:32.258 INFO STEP 228 (remove_files) COMPLETE |
4972 | 2024-12-02T16:41:33.033Z | [ recovery-image] Dec 02 16:41:32.258 INFO O| Dec 02 16:41:32.258 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-02T16:41:33.042Z | [ recovery-image] Dec 02 16:41:32.268 INFO O| Dec 02 16:41:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4974 | 2024-12-02T16:41:33.043Z | [ recovery-image] Dec 02 16:41:32.268 INFO O| Dec 02 16:41:32.268 INFO STEP 229 (remove_files) COMPLETE |
4975 | 2024-12-02T16:41:33.045Z | [ recovery-image] Dec 02 16:41:32.268 INFO O| Dec 02 16:41:32.268 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-02T16:41:33.055Z | [ recovery-image] Dec 02 16:41:32.278 INFO O| Dec 02 16:41:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4977 | 2024-12-02T16:41:33.055Z | [ recovery-image] Dec 02 16:41:32.278 INFO O| Dec 02 16:41:32.278 INFO STEP 230 (remove_files) COMPLETE |
4978 | 2024-12-02T16:41:33.056Z | [ recovery-image] Dec 02 16:41:32.278 INFO O| Dec 02 16:41:32.278 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-02T16:41:33.062Z | [ recovery-image] Dec 02 16:41:32.288 INFO O| Dec 02 16:41:32.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4980 | 2024-12-02T16:41:33.065Z | [ recovery-image] Dec 02 16:41:32.288 INFO O| Dec 02 16:41:32.288 INFO STEP 231 (remove_files) COMPLETE |
4981 | 2024-12-02T16:41:33.065Z | [ recovery-image] Dec 02 16:41:32.288 INFO O| Dec 02 16:41:32.288 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-02T16:41:33.072Z | [ recovery-image] Dec 02 16:41:32.297 INFO O| Dec 02 16:41:32.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4983 | 2024-12-02T16:41:33.072Z | [ recovery-image] Dec 02 16:41:32.297 INFO O| Dec 02 16:41:32.297 INFO STEP 232 (remove_files) COMPLETE |
4984 | 2024-12-02T16:41:33.074Z | [ recovery-image] Dec 02 16:41:32.297 INFO O| Dec 02 16:41:32.297 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-02T16:41:33.081Z | [ recovery-image] Dec 02 16:41:32.307 INFO O| Dec 02 16:41:32.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4986 | 2024-12-02T16:41:33.081Z | [ recovery-image] Dec 02 16:41:32.307 INFO O| Dec 02 16:41:32.307 INFO STEP 233 (remove_files) COMPLETE |
4987 | 2024-12-02T16:41:33.083Z | [ recovery-image] Dec 02 16:41:32.307 INFO O| Dec 02 16:41:32.307 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-02T16:41:33.091Z | [ recovery-image] Dec 02 16:41:32.316 INFO O| Dec 02 16:41:32.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4989 | 2024-12-02T16:41:33.091Z | [ recovery-image] Dec 02 16:41:32.316 INFO O| Dec 02 16:41:32.316 INFO STEP 234 (remove_files) COMPLETE |
4990 | 2024-12-02T16:41:33.091Z | [ recovery-image] Dec 02 16:41:32.316 INFO O| Dec 02 16:41:32.316 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-02T16:41:33.100Z | [ recovery-image] Dec 02 16:41:32.326 INFO O| Dec 02 16:41:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4992 | 2024-12-02T16:41:33.100Z | [ recovery-image] Dec 02 16:41:32.326 INFO O| Dec 02 16:41:32.326 INFO STEP 235 (remove_files) COMPLETE |
4993 | 2024-12-02T16:41:33.102Z | [ recovery-image] Dec 02 16:41:32.326 INFO O| Dec 02 16:41:32.326 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-02T16:41:33.109Z | [ recovery-image] Dec 02 16:41:32.335 INFO O| Dec 02 16:41:32.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4995 | 2024-12-02T16:41:33.112Z | [ recovery-image] Dec 02 16:41:32.335 INFO O| Dec 02 16:41:32.335 INFO STEP 236 (remove_files) COMPLETE |
4996 | 2024-12-02T16:41:33.112Z | [ recovery-image] Dec 02 16:41:32.336 INFO O| Dec 02 16:41:32.335 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-02T16:41:33.119Z | [ recovery-image] Dec 02 16:41:32.345 INFO O| Dec 02 16:41:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4998 | 2024-12-02T16:41:33.119Z | [ recovery-image] Dec 02 16:41:32.345 INFO O| Dec 02 16:41:32.345 INFO STEP 237 (remove_files) COMPLETE |
4999 | 2024-12-02T16:41:33.119Z | [ recovery-image] Dec 02 16:41:32.345 INFO O| Dec 02 16:41:32.345 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-02T16:41:33.128Z | [ recovery-image] Dec 02 16:41:32.354 INFO O| Dec 02 16:41:32.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5001 | 2024-12-02T16:41:33.129Z | [ recovery-image] Dec 02 16:41:32.354 INFO O| Dec 02 16:41:32.354 INFO STEP 238 (remove_files) COMPLETE |
5002 | 2024-12-02T16:41:33.129Z | [ recovery-image] Dec 02 16:41:32.354 INFO O| Dec 02 16:41:32.354 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-02T16:41:33.138Z | [ recovery-image] Dec 02 16:41:32.364 INFO O| Dec 02 16:41:32.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5004 | 2024-12-02T16:41:33.138Z | [ recovery-image] Dec 02 16:41:32.364 INFO O| Dec 02 16:41:32.364 INFO STEP 239 (remove_files) COMPLETE |
5005 | 2024-12-02T16:41:33.138Z | [ recovery-image] Dec 02 16:41:32.364 INFO O| Dec 02 16:41:32.364 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-02T16:41:33.147Z | [ recovery-image] Dec 02 16:41:32.373 INFO O| Dec 02 16:41:32.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5007 | 2024-12-02T16:41:33.147Z | [ recovery-image] Dec 02 16:41:32.373 INFO O| Dec 02 16:41:32.373 INFO STEP 240 (remove_files) COMPLETE |
5008 | 2024-12-02T16:41:33.147Z | [ recovery-image] Dec 02 16:41:32.373 INFO O| Dec 02 16:41:32.373 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-02T16:41:33.157Z | [ recovery-image] Dec 02 16:41:32.382 INFO O| Dec 02 16:41:32.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5010 | 2024-12-02T16:41:33.159Z | [ recovery-image] Dec 02 16:41:32.382 INFO O| Dec 02 16:41:32.382 INFO STEP 241 (remove_files) COMPLETE |
5011 | 2024-12-02T16:41:33.160Z | [ recovery-image] Dec 02 16:41:32.382 INFO O| Dec 02 16:41:32.382 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-02T16:41:33.166Z | [ recovery-image] Dec 02 16:41:32.392 INFO O| Dec 02 16:41:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5013 | 2024-12-02T16:41:33.166Z | [ recovery-image] Dec 02 16:41:32.392 INFO O| Dec 02 16:41:32.392 INFO STEP 242 (remove_files) COMPLETE |
5014 | 2024-12-02T16:41:33.169Z | [ recovery-image] Dec 02 16:41:32.392 INFO O| Dec 02 16:41:32.392 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-02T16:41:33.176Z | [ recovery-image] Dec 02 16:41:32.402 INFO O| Dec 02 16:41:32.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5016 | 2024-12-02T16:41:33.176Z | [ recovery-image] Dec 02 16:41:32.402 INFO O| Dec 02 16:41:32.402 INFO STEP 243 (remove_files) COMPLETE |
5017 | 2024-12-02T16:41:33.178Z | [ recovery-image] Dec 02 16:41:32.402 INFO O| Dec 02 16:41:32.402 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-02T16:41:33.185Z | [ recovery-image] Dec 02 16:41:32.411 INFO O| Dec 02 16:41:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5019 | 2024-12-02T16:41:33.185Z | [ recovery-image] Dec 02 16:41:32.411 INFO O| Dec 02 16:41:32.411 INFO STEP 244 (remove_files) COMPLETE |
5020 | 2024-12-02T16:41:33.185Z | [ recovery-image] Dec 02 16:41:32.411 INFO O| Dec 02 16:41:32.411 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-02T16:41:33.195Z | [ recovery-image] Dec 02 16:41:32.420 INFO O| Dec 02 16:41:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5022 | 2024-12-02T16:41:33.195Z | [ recovery-image] Dec 02 16:41:32.420 INFO O| Dec 02 16:41:32.420 INFO STEP 245 (remove_files) COMPLETE |
5023 | 2024-12-02T16:41:33.197Z | [ recovery-image] Dec 02 16:41:32.420 INFO O| Dec 02 16:41:32.420 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-12-02T16:41:33.204Z | [ recovery-image] Dec 02 16:41:32.430 INFO O| Dec 02 16:41:32.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5025 | 2024-12-02T16:41:33.204Z | [ recovery-image] Dec 02 16:41:32.430 INFO O| Dec 02 16:41:32.430 INFO STEP 246 (remove_files) COMPLETE |
5026 | 2024-12-02T16:41:33.206Z | [ recovery-image] Dec 02 16:41:32.430 INFO O| Dec 02 16:41:32.430 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-12-02T16:41:33.209Z | [ host-image] Dec 02 16:41:32.432 INFO O| Dec 02 16:41:32.432 INFO O| Done |
5028 | 2024-12-02T16:41:33.213Z | [ recovery-image] Dec 02 16:41:32.439 INFO O| Dec 02 16:41:32.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5029 | 2024-12-02T16:41:33.217Z | [ recovery-image] Dec 02 16:41:32.439 INFO O| Dec 02 16:41:32.439 INFO STEP 247 (remove_files) COMPLETE |
5030 | 2024-12-02T16:41:33.217Z | [ recovery-image] Dec 02 16:41:32.439 INFO O| Dec 02 16:41:32.439 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-02T16:41:33.224Z | [ recovery-image] Dec 02 16:41:32.448 INFO O| Dec 02 16:41:32.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5032 | 2024-12-02T16:41:33.230Z | [ recovery-image] Dec 02 16:41:32.449 INFO O| Dec 02 16:41:32.449 INFO STEP 248 (remove_files) COMPLETE |
5033 | 2024-12-02T16:41:33.230Z | [ recovery-image] Dec 02 16:41:32.449 INFO O| Dec 02 16:41:32.449 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-02T16:41:33.240Z | [ recovery-image] Dec 02 16:41:32.458 INFO O| Dec 02 16:41:32.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5035 | 2024-12-02T16:41:33.240Z | [ recovery-image] Dec 02 16:41:32.458 INFO O| Dec 02 16:41:32.458 INFO STEP 249 (remove_files) COMPLETE |
5036 | 2024-12-02T16:41:33.240Z | [ recovery-image] Dec 02 16:41:32.458 INFO O| Dec 02 16:41:32.458 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-02T16:41:33.243Z | [ recovery-image] Dec 02 16:41:32.467 INFO O| Dec 02 16:41:32.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5038 | 2024-12-02T16:41:33.243Z | [ recovery-image] Dec 02 16:41:32.468 INFO O| Dec 02 16:41:32.468 INFO STEP 250 (remove_files) COMPLETE |
5039 | 2024-12-02T16:41:33.243Z | [ recovery-image] Dec 02 16:41:32.468 INFO O| Dec 02 16:41:32.468 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-02T16:41:33.252Z | [ recovery-image] Dec 02 16:41:32.477 INFO O| Dec 02 16:41:32.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5041 | 2024-12-02T16:41:33.252Z | [ recovery-image] Dec 02 16:41:32.477 INFO O| Dec 02 16:41:32.477 INFO STEP 251 (remove_files) COMPLETE |
5042 | 2024-12-02T16:41:33.254Z | [ recovery-image] Dec 02 16:41:32.477 INFO O| Dec 02 16:41:32.477 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-02T16:41:33.261Z | [ recovery-image] Dec 02 16:41:32.487 INFO O| Dec 02 16:41:32.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5044 | 2024-12-02T16:41:33.261Z | [ recovery-image] Dec 02 16:41:32.487 INFO O| Dec 02 16:41:32.487 INFO STEP 252 (remove_files) COMPLETE |
5045 | 2024-12-02T16:41:33.263Z | [ recovery-image] Dec 02 16:41:32.487 INFO O| Dec 02 16:41:32.487 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-02T16:41:33.271Z | [ recovery-image] Dec 02 16:41:32.496 INFO O| Dec 02 16:41:32.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5047 | 2024-12-02T16:41:33.271Z | [ recovery-image] Dec 02 16:41:32.496 INFO O| Dec 02 16:41:32.496 INFO STEP 253 (remove_files) COMPLETE |
5048 | 2024-12-02T16:41:33.273Z | [ recovery-image] Dec 02 16:41:32.496 INFO O| Dec 02 16:41:32.496 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-02T16:41:33.280Z | [ recovery-image] Dec 02 16:41:32.506 INFO O| Dec 02 16:41:32.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5050 | 2024-12-02T16:41:33.280Z | [ recovery-image] Dec 02 16:41:32.506 INFO O| Dec 02 16:41:32.506 INFO STEP 254 (remove_files) COMPLETE |
5051 | 2024-12-02T16:41:33.283Z | [ recovery-image] Dec 02 16:41:32.506 INFO O| Dec 02 16:41:32.506 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-02T16:41:33.290Z | [ recovery-image] Dec 02 16:41:32.516 INFO O| Dec 02 16:41:32.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5053 | 2024-12-02T16:41:33.290Z | [ recovery-image] Dec 02 16:41:32.516 INFO O| Dec 02 16:41:32.516 INFO STEP 255 (remove_files) COMPLETE |
5054 | 2024-12-02T16:41:33.293Z | [ recovery-image] Dec 02 16:41:32.516 INFO O| Dec 02 16:41:32.516 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-02T16:41:33.300Z | [ recovery-image] Dec 02 16:41:32.525 INFO O| Dec 02 16:41:32.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5056 | 2024-12-02T16:41:33.302Z | [ recovery-image] Dec 02 16:41:32.526 INFO O| Dec 02 16:41:32.526 INFO STEP 256 (remove_files) COMPLETE |
5057 | 2024-12-02T16:41:33.302Z | [ recovery-image] Dec 02 16:41:32.526 INFO O| Dec 02 16:41:32.526 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-02T16:41:33.311Z | [ recovery-image] Dec 02 16:41:32.537 INFO O| Dec 02 16:41:32.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5059 | 2024-12-02T16:41:33.311Z | [ recovery-image] Dec 02 16:41:32.537 INFO O| Dec 02 16:41:32.537 INFO STEP 257 (remove_files) COMPLETE |
5060 | 2024-12-02T16:41:33.313Z | [ recovery-image] Dec 02 16:41:32.537 INFO O| Dec 02 16:41:32.537 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-02T16:41:33.321Z | [ recovery-image] Dec 02 16:41:32.546 INFO O| Dec 02 16:41:32.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5062 | 2024-12-02T16:41:33.323Z | [ recovery-image] Dec 02 16:41:32.547 INFO O| Dec 02 16:41:32.547 INFO STEP 258 (remove_files) COMPLETE |
5063 | 2024-12-02T16:41:33.323Z | [ recovery-image] Dec 02 16:41:32.547 INFO O| Dec 02 16:41:32.547 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-02T16:41:33.331Z | [ recovery-image] Dec 02 16:41:32.556 INFO O| Dec 02 16:41:32.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5065 | 2024-12-02T16:41:33.334Z | [ recovery-image] Dec 02 16:41:32.556 INFO O| Dec 02 16:41:32.556 INFO STEP 259 (remove_files) COMPLETE |
5066 | 2024-12-02T16:41:33.334Z | [ recovery-image] Dec 02 16:41:32.556 INFO O| Dec 02 16:41:32.556 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-02T16:41:33.340Z | [ recovery-image] Dec 02 16:41:32.566 INFO O| Dec 02 16:41:32.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5068 | 2024-12-02T16:41:33.343Z | [ recovery-image] Dec 02 16:41:32.566 INFO O| Dec 02 16:41:32.566 INFO STEP 260 (remove_files) COMPLETE |
5069 | 2024-12-02T16:41:33.343Z | [ recovery-image] Dec 02 16:41:32.566 INFO O| Dec 02 16:41:32.566 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-02T16:41:33.350Z | [ recovery-image] Dec 02 16:41:32.576 INFO O| Dec 02 16:41:32.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5071 | 2024-12-02T16:41:33.353Z | [ recovery-image] Dec 02 16:41:32.576 INFO O| Dec 02 16:41:32.576 INFO STEP 261 (remove_files) COMPLETE |
5072 | 2024-12-02T16:41:33.353Z | [ recovery-image] Dec 02 16:41:32.576 INFO O| Dec 02 16:41:32.576 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-02T16:41:33.360Z | [ recovery-image] Dec 02 16:41:32.586 INFO O| Dec 02 16:41:32.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5074 | 2024-12-02T16:41:33.362Z | [ recovery-image] Dec 02 16:41:32.586 INFO O| Dec 02 16:41:32.586 INFO STEP 262 (remove_files) COMPLETE |
5075 | 2024-12-02T16:41:33.362Z | [ recovery-image] Dec 02 16:41:32.586 INFO O| Dec 02 16:41:32.586 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-02T16:41:33.370Z | [ recovery-image] Dec 02 16:41:32.596 INFO O| Dec 02 16:41:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5077 | 2024-12-02T16:41:33.370Z | [ recovery-image] Dec 02 16:41:32.596 INFO O| Dec 02 16:41:32.596 INFO STEP 263 (remove_files) COMPLETE |
5078 | 2024-12-02T16:41:33.370Z | [ recovery-image] Dec 02 16:41:32.596 INFO O| Dec 02 16:41:32.596 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-12-02T16:41:33.380Z | [ recovery-image] Dec 02 16:41:32.605 INFO O| Dec 02 16:41:32.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5080 | 2024-12-02T16:41:33.382Z | [ recovery-image] Dec 02 16:41:32.606 INFO O| Dec 02 16:41:32.606 INFO STEP 264 (remove_files) COMPLETE |
5081 | 2024-12-02T16:41:33.382Z | [ recovery-image] Dec 02 16:41:32.606 INFO O| Dec 02 16:41:32.606 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-12-02T16:41:33.390Z | [ recovery-image] Dec 02 16:41:32.615 INFO O| Dec 02 16:41:32.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5083 | 2024-12-02T16:41:33.392Z | [ recovery-image] Dec 02 16:41:32.615 INFO O| Dec 02 16:41:32.615 INFO STEP 265 (remove_files) COMPLETE |
5084 | 2024-12-02T16:41:33.392Z | [ recovery-image] Dec 02 16:41:32.615 INFO O| Dec 02 16:41:32.615 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-12-02T16:41:33.400Z | [ recovery-image] Dec 02 16:41:32.625 INFO O| Dec 02 16:41:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5086 | 2024-12-02T16:41:33.402Z | [ recovery-image] Dec 02 16:41:32.625 INFO O| Dec 02 16:41:32.625 INFO STEP 266 (remove_files) COMPLETE |
5087 | 2024-12-02T16:41:33.403Z | [ recovery-image] Dec 02 16:41:32.625 INFO O| Dec 02 16:41:32.625 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-02T16:41:33.409Z | [ recovery-image] Dec 02 16:41:32.635 INFO O| Dec 02 16:41:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5089 | 2024-12-02T16:41:33.409Z | [ recovery-image] Dec 02 16:41:32.635 INFO O| Dec 02 16:41:32.635 INFO STEP 267 (remove_files) COMPLETE |
5090 | 2024-12-02T16:41:33.409Z | [ recovery-image] Dec 02 16:41:32.635 INFO O| Dec 02 16:41:32.635 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-02T16:41:33.419Z | [ recovery-image] Dec 02 16:41:32.645 INFO O| Dec 02 16:41:32.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5092 | 2024-12-02T16:41:33.421Z | [ recovery-image] Dec 02 16:41:32.645 INFO O| Dec 02 16:41:32.645 INFO STEP 268 (remove_files) COMPLETE |
5093 | 2024-12-02T16:41:33.421Z | [ recovery-image] Dec 02 16:41:32.645 INFO O| Dec 02 16:41:32.645 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-02T16:41:33.429Z | [ recovery-image] Dec 02 16:41:32.654 INFO O| Dec 02 16:41:32.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5095 | 2024-12-02T16:41:33.429Z | [ recovery-image] Dec 02 16:41:32.654 INFO O| Dec 02 16:41:32.654 INFO STEP 269 (remove_files) COMPLETE |
5096 | 2024-12-02T16:41:33.431Z | [ recovery-image] Dec 02 16:41:32.655 INFO O| Dec 02 16:41:32.654 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-02T16:41:33.439Z | [ recovery-image] Dec 02 16:41:32.664 INFO O| Dec 02 16:41:32.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5098 | 2024-12-02T16:41:33.441Z | [ recovery-image] Dec 02 16:41:32.664 INFO O| Dec 02 16:41:32.664 INFO STEP 270 (remove_files) COMPLETE |
5099 | 2024-12-02T16:41:33.441Z | [ recovery-image] Dec 02 16:41:32.664 INFO O| Dec 02 16:41:32.664 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-02T16:41:33.448Z | [ recovery-image] Dec 02 16:41:32.674 INFO O| Dec 02 16:41:32.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5101 | 2024-12-02T16:41:33.451Z | [ recovery-image] Dec 02 16:41:32.674 INFO O| Dec 02 16:41:32.674 INFO STEP 271 (remove_files) COMPLETE |
5102 | 2024-12-02T16:41:33.452Z | [ recovery-image] Dec 02 16:41:32.674 INFO O| Dec 02 16:41:32.674 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-02T16:41:33.460Z | [ recovery-image] Dec 02 16:41:32.686 INFO O| Dec 02 16:41:32.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5104 | 2024-12-02T16:41:33.463Z | [ recovery-image] Dec 02 16:41:32.686 INFO O| Dec 02 16:41:32.686 INFO STEP 272 (remove_files) COMPLETE |
5105 | 2024-12-02T16:41:33.463Z | [ recovery-image] Dec 02 16:41:32.686 INFO O| Dec 02 16:41:32.686 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-12-02T16:41:33.470Z | [ recovery-image] Dec 02 16:41:32.695 INFO O| Dec 02 16:41:32.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5107 | 2024-12-02T16:41:33.470Z | [ recovery-image] Dec 02 16:41:32.696 INFO O| Dec 02 16:41:32.695 INFO STEP 273 (remove_files) COMPLETE |
5108 | 2024-12-02T16:41:33.470Z | [ recovery-image] Dec 02 16:41:32.696 INFO O| Dec 02 16:41:32.695 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-12-02T16:41:33.480Z | [ recovery-image] Dec 02 16:41:32.706 INFO O| Dec 02 16:41:32.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5110 | 2024-12-02T16:41:33.483Z | [ recovery-image] Dec 02 16:41:32.706 INFO O| Dec 02 16:41:32.706 INFO STEP 274 (remove_files) COMPLETE |
5111 | 2024-12-02T16:41:33.483Z | [ recovery-image] Dec 02 16:41:32.706 INFO O| Dec 02 16:41:32.706 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-12-02T16:41:33.490Z | [ recovery-image] Dec 02 16:41:32.716 INFO O| Dec 02 16:41:32.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5113 | 2024-12-02T16:41:33.490Z | [ recovery-image] Dec 02 16:41:32.716 INFO O| Dec 02 16:41:32.716 INFO STEP 275 (remove_files) COMPLETE |
5114 | 2024-12-02T16:41:33.490Z | [ recovery-image] Dec 02 16:41:32.716 INFO O| Dec 02 16:41:32.716 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-12-02T16:41:33.500Z | [ recovery-image] Dec 02 16:41:32.725 INFO O| Dec 02 16:41:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5116 | 2024-12-02T16:41:33.503Z | [ recovery-image] Dec 02 16:41:32.726 INFO O| Dec 02 16:41:32.725 INFO STEP 276 (remove_files) COMPLETE |
5117 | 2024-12-02T16:41:33.503Z | [ recovery-image] Dec 02 16:41:32.726 INFO O| Dec 02 16:41:32.726 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-12-02T16:41:33.509Z | [ recovery-image] Dec 02 16:41:32.735 INFO O| Dec 02 16:41:32.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5119 | 2024-12-02T16:41:33.509Z | [ recovery-image] Dec 02 16:41:32.735 INFO O| Dec 02 16:41:32.735 INFO STEP 277 (remove_files) COMPLETE |
5120 | 2024-12-02T16:41:33.509Z | [ recovery-image] Dec 02 16:41:32.735 INFO O| Dec 02 16:41:32.735 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-12-02T16:41:33.519Z | [ recovery-image] Dec 02 16:41:32.744 INFO O| Dec 02 16:41:32.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5122 | 2024-12-02T16:41:33.519Z | [ recovery-image] Dec 02 16:41:32.744 INFO O| Dec 02 16:41:32.744 INFO STEP 278 (remove_files) COMPLETE |
5123 | 2024-12-02T16:41:33.521Z | [ recovery-image] Dec 02 16:41:32.744 INFO O| Dec 02 16:41:32.744 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-12-02T16:41:33.528Z | [ recovery-image] Dec 02 16:41:32.754 INFO O| Dec 02 16:41:32.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5125 | 2024-12-02T16:41:33.528Z | [ recovery-image] Dec 02 16:41:32.754 INFO O| Dec 02 16:41:32.754 INFO STEP 279 (remove_files) COMPLETE |
5126 | 2024-12-02T16:41:33.528Z | [ recovery-image] Dec 02 16:41:32.754 INFO O| Dec 02 16:41:32.754 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-12-02T16:41:33.537Z | [ recovery-image] Dec 02 16:41:32.763 INFO O| Dec 02 16:41:32.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5128 | 2024-12-02T16:41:33.537Z | [ recovery-image] Dec 02 16:41:32.763 INFO O| Dec 02 16:41:32.763 INFO STEP 280 (remove_files) COMPLETE |
5129 | 2024-12-02T16:41:33.537Z | [ recovery-image] Dec 02 16:41:32.763 INFO O| Dec 02 16:41:32.763 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-12-02T16:41:33.547Z | [ recovery-image] Dec 02 16:41:32.772 INFO O| Dec 02 16:41:32.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5131 | 2024-12-02T16:41:33.547Z | [ recovery-image] Dec 02 16:41:32.772 INFO O| Dec 02 16:41:32.772 INFO STEP 281 (remove_files) COMPLETE |
5132 | 2024-12-02T16:41:33.549Z | [ recovery-image] Dec 02 16:41:32.772 INFO O| Dec 02 16:41:32.772 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-12-02T16:41:33.556Z | [ recovery-image] Dec 02 16:41:32.781 INFO O| Dec 02 16:41:32.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5134 | 2024-12-02T16:41:33.556Z | [ recovery-image] Dec 02 16:41:32.781 INFO O| Dec 02 16:41:32.781 INFO STEP 282 (remove_files) COMPLETE |
5135 | 2024-12-02T16:41:33.556Z | [ recovery-image] Dec 02 16:41:32.781 INFO O| Dec 02 16:41:32.781 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-02T16:41:33.565Z | [ recovery-image] Dec 02 16:41:32.790 INFO O| Dec 02 16:41:32.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5137 | 2024-12-02T16:41:33.568Z | [ recovery-image] Dec 02 16:41:32.791 INFO O| Dec 02 16:41:32.791 INFO STEP 283 (remove_files) COMPLETE |
5138 | 2024-12-02T16:41:33.568Z | [ recovery-image] Dec 02 16:41:32.791 INFO O| Dec 02 16:41:32.791 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-12-02T16:41:33.574Z | [ recovery-image] Dec 02 16:41:32.800 INFO O| Dec 02 16:41:32.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5140 | 2024-12-02T16:41:33.574Z | [ recovery-image] Dec 02 16:41:32.800 INFO O| Dec 02 16:41:32.800 INFO STEP 284 (remove_files) COMPLETE |
5141 | 2024-12-02T16:41:33.576Z | [ recovery-image] Dec 02 16:41:32.800 INFO O| Dec 02 16:41:32.800 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-12-02T16:41:33.583Z | [ recovery-image] Dec 02 16:41:32.809 INFO O| Dec 02 16:41:32.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5143 | 2024-12-02T16:41:33.583Z | [ recovery-image] Dec 02 16:41:32.809 INFO O| Dec 02 16:41:32.809 INFO STEP 285 (remove_files) COMPLETE |
5144 | 2024-12-02T16:41:33.586Z | [ recovery-image] Dec 02 16:41:32.809 INFO O| Dec 02 16:41:32.809 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-12-02T16:41:33.593Z | [ recovery-image] Dec 02 16:41:32.819 INFO O| Dec 02 16:41:32.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5146 | 2024-12-02T16:41:33.593Z | [ recovery-image] Dec 02 16:41:32.819 INFO O| Dec 02 16:41:32.819 INFO STEP 286 (remove_files) COMPLETE |
5147 | 2024-12-02T16:41:33.595Z | [ recovery-image] Dec 02 16:41:32.819 INFO O| Dec 02 16:41:32.819 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-02T16:41:33.604Z | [ recovery-image] Dec 02 16:41:32.829 INFO O| Dec 02 16:41:32.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5149 | 2024-12-02T16:41:33.606Z | [ recovery-image] Dec 02 16:41:32.830 INFO O| Dec 02 16:41:32.830 INFO STEP 287 (remove_files) COMPLETE |
5150 | 2024-12-02T16:41:33.607Z | [ recovery-image] Dec 02 16:41:32.830 INFO O| Dec 02 16:41:32.830 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-02T16:41:33.614Z | [ recovery-image] Dec 02 16:41:32.839 INFO O| Dec 02 16:41:32.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5152 | 2024-12-02T16:41:33.616Z | [ recovery-image] Dec 02 16:41:32.839 INFO O| Dec 02 16:41:32.839 INFO STEP 288 (remove_files) COMPLETE |
5153 | 2024-12-02T16:41:33.616Z | [ recovery-image] Dec 02 16:41:32.839 INFO O| Dec 02 16:41:32.839 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-12-02T16:41:33.623Z | [ recovery-image] Dec 02 16:41:32.849 INFO O| Dec 02 16:41:32.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5155 | 2024-12-02T16:41:33.623Z | [ recovery-image] Dec 02 16:41:32.849 INFO O| Dec 02 16:41:32.849 INFO STEP 289 (remove_files) COMPLETE |
5156 | 2024-12-02T16:41:33.623Z | [ recovery-image] Dec 02 16:41:32.849 INFO O| Dec 02 16:41:32.849 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-12-02T16:41:33.633Z | [ recovery-image] Dec 02 16:41:32.859 INFO O| Dec 02 16:41:32.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5158 | 2024-12-02T16:41:33.633Z | [ recovery-image] Dec 02 16:41:32.859 INFO O| Dec 02 16:41:32.859 INFO STEP 290 (remove_files) COMPLETE |
5159 | 2024-12-02T16:41:33.636Z | [ recovery-image] Dec 02 16:41:32.859 INFO O| Dec 02 16:41:32.859 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-12-02T16:41:33.643Z | [ recovery-image] Dec 02 16:41:32.868 INFO O| Dec 02 16:41:32.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5161 | 2024-12-02T16:41:33.643Z | [ recovery-image] Dec 02 16:41:32.868 INFO O| Dec 02 16:41:32.868 INFO STEP 291 (remove_files) COMPLETE |
5162 | 2024-12-02T16:41:33.645Z | [ recovery-image] Dec 02 16:41:32.868 INFO O| Dec 02 16:41:32.868 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-12-02T16:41:33.652Z | [ recovery-image] Dec 02 16:41:32.878 INFO O| Dec 02 16:41:32.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5164 | 2024-12-02T16:41:33.652Z | [ recovery-image] Dec 02 16:41:32.878 INFO O| Dec 02 16:41:32.878 INFO STEP 292 (remove_files) COMPLETE |
5165 | 2024-12-02T16:41:33.656Z | [ recovery-image] Dec 02 16:41:32.878 INFO O| Dec 02 16:41:32.878 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-12-02T16:41:33.661Z | [ recovery-image] Dec 02 16:41:32.887 INFO O| Dec 02 16:41:32.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5167 | 2024-12-02T16:41:33.661Z | [ recovery-image] Dec 02 16:41:32.887 INFO O| Dec 02 16:41:32.887 INFO STEP 293 (remove_files) COMPLETE |
5168 | 2024-12-02T16:41:33.664Z | [ recovery-image] Dec 02 16:41:32.887 INFO O| Dec 02 16:41:32.887 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-12-02T16:41:33.671Z | [ recovery-image] Dec 02 16:41:32.897 INFO O| Dec 02 16:41:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5170 | 2024-12-02T16:41:33.671Z | [ recovery-image] Dec 02 16:41:32.897 INFO O| Dec 02 16:41:32.897 INFO STEP 294 (remove_files) COMPLETE |
5171 | 2024-12-02T16:41:33.671Z | [ recovery-image] Dec 02 16:41:32.897 INFO O| Dec 02 16:41:32.897 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-12-02T16:41:33.681Z | [ recovery-image] Dec 02 16:41:32.906 INFO O| Dec 02 16:41:32.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5173 | 2024-12-02T16:41:33.681Z | [ recovery-image] Dec 02 16:41:32.906 INFO O| Dec 02 16:41:32.906 INFO STEP 295 (remove_files) COMPLETE |
5174 | 2024-12-02T16:41:33.681Z | [ recovery-image] Dec 02 16:41:32.906 INFO O| Dec 02 16:41:32.906 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-12-02T16:41:33.690Z | [ recovery-image] Dec 02 16:41:32.916 INFO O| Dec 02 16:41:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5176 | 2024-12-02T16:41:33.690Z | [ recovery-image] Dec 02 16:41:32.916 INFO O| Dec 02 16:41:32.916 INFO STEP 296 (remove_files) COMPLETE |
5177 | 2024-12-02T16:41:33.693Z | [ recovery-image] Dec 02 16:41:32.916 INFO O| Dec 02 16:41:32.916 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-12-02T16:41:33.700Z | [ recovery-image] Dec 02 16:41:32.926 INFO O| Dec 02 16:41:32.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5179 | 2024-12-02T16:41:33.700Z | [ recovery-image] Dec 02 16:41:32.926 INFO O| Dec 02 16:41:32.926 INFO STEP 297 (remove_files) COMPLETE |
5180 | 2024-12-02T16:41:33.700Z | [ recovery-image] Dec 02 16:41:32.926 INFO O| Dec 02 16:41:32.926 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-12-02T16:41:33.711Z | [ recovery-image] Dec 02 16:41:32.936 INFO O| Dec 02 16:41:32.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5182 | 2024-12-02T16:41:33.711Z | [ recovery-image] Dec 02 16:41:32.936 INFO O| Dec 02 16:41:32.936 INFO STEP 298 (remove_files) COMPLETE |
5183 | 2024-12-02T16:41:33.713Z | [ recovery-image] Dec 02 16:41:32.936 INFO O| Dec 02 16:41:32.936 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-12-02T16:41:33.721Z | [ recovery-image] Dec 02 16:41:32.946 INFO O| Dec 02 16:41:32.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5185 | 2024-12-02T16:41:33.721Z | [ recovery-image] Dec 02 16:41:32.946 INFO O| Dec 02 16:41:32.946 INFO STEP 299 (remove_files) COMPLETE |
5186 | 2024-12-02T16:41:33.723Z | [ recovery-image] Dec 02 16:41:32.946 INFO O| Dec 02 16:41:32.946 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-12-02T16:41:33.731Z | [ recovery-image] Dec 02 16:41:32.956 INFO O| Dec 02 16:41:32.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5188 | 2024-12-02T16:41:33.731Z | [ recovery-image] Dec 02 16:41:32.956 INFO O| Dec 02 16:41:32.956 INFO STEP 300 (remove_files) COMPLETE |
5189 | 2024-12-02T16:41:33.731Z | [ recovery-image] Dec 02 16:41:32.956 INFO O| Dec 02 16:41:32.956 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-12-02T16:41:33.740Z | [ recovery-image] Dec 02 16:41:32.966 INFO O| Dec 02 16:41:32.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5191 | 2024-12-02T16:41:33.740Z | [ recovery-image] Dec 02 16:41:32.966 INFO O| Dec 02 16:41:32.966 INFO STEP 301 (remove_files) COMPLETE |
5192 | 2024-12-02T16:41:33.740Z | [ recovery-image] Dec 02 16:41:32.966 INFO O| Dec 02 16:41:32.966 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-12-02T16:41:33.750Z | [ recovery-image] Dec 02 16:41:32.975 INFO O| Dec 02 16:41:32.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5194 | 2024-12-02T16:41:33.750Z | [ recovery-image] Dec 02 16:41:32.975 INFO O| Dec 02 16:41:32.975 INFO STEP 302 (remove_files) COMPLETE |
5195 | 2024-12-02T16:41:33.752Z | [ recovery-image] Dec 02 16:41:32.975 INFO O| Dec 02 16:41:32.975 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-12-02T16:41:33.759Z | [ recovery-image] Dec 02 16:41:32.985 INFO O| Dec 02 16:41:32.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5197 | 2024-12-02T16:41:33.759Z | [ recovery-image] Dec 02 16:41:32.985 INFO O| Dec 02 16:41:32.985 INFO STEP 303 (remove_files) COMPLETE |
5198 | 2024-12-02T16:41:33.762Z | [ recovery-image] Dec 02 16:41:32.985 INFO O| Dec 02 16:41:32.985 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-12-02T16:41:33.769Z | [ recovery-image] Dec 02 16:41:32.994 INFO O| Dec 02 16:41:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5200 | 2024-12-02T16:41:33.769Z | [ recovery-image] Dec 02 16:41:32.994 INFO O| Dec 02 16:41:32.994 INFO STEP 304 (remove_files) COMPLETE |
5201 | 2024-12-02T16:41:33.772Z | [ recovery-image] Dec 02 16:41:32.994 INFO O| Dec 02 16:41:32.994 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-12-02T16:41:33.778Z | [ recovery-image] Dec 02 16:41:33.004 INFO O| Dec 02 16:41:33.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5203 | 2024-12-02T16:41:33.779Z | [ recovery-image] Dec 02 16:41:33.004 INFO O| Dec 02 16:41:33.004 INFO STEP 305 (remove_files) COMPLETE |
5204 | 2024-12-02T16:41:33.781Z | [ recovery-image] Dec 02 16:41:33.004 INFO O| Dec 02 16:41:33.004 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-12-02T16:41:33.788Z | [ recovery-image] Dec 02 16:41:33.014 INFO O| Dec 02 16:41:33.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5206 | 2024-12-02T16:41:33.788Z | [ recovery-image] Dec 02 16:41:33.014 INFO O| Dec 02 16:41:33.014 INFO STEP 306 (remove_files) COMPLETE |
5207 | 2024-12-02T16:41:33.791Z | [ recovery-image] Dec 02 16:41:33.014 INFO O| Dec 02 16:41:33.014 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-12-02T16:41:33.798Z | [ recovery-image] Dec 02 16:41:33.024 INFO O| Dec 02 16:41:33.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5209 | 2024-12-02T16:41:33.801Z | [ recovery-image] Dec 02 16:41:33.024 INFO O| Dec 02 16:41:33.024 INFO STEP 307 (remove_files) COMPLETE |
5210 | 2024-12-02T16:41:33.801Z | [ recovery-image] Dec 02 16:41:33.024 INFO O| Dec 02 16:41:33.024 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-12-02T16:41:33.807Z | [ recovery-image] Dec 02 16:41:33.033 INFO O| Dec 02 16:41:33.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5212 | 2024-12-02T16:41:33.810Z | [ recovery-image] Dec 02 16:41:33.034 INFO O| Dec 02 16:41:33.034 INFO STEP 308 (remove_files) COMPLETE |
5213 | 2024-12-02T16:41:33.810Z | [ recovery-image] Dec 02 16:41:33.034 INFO O| Dec 02 16:41:33.034 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-12-02T16:41:33.818Z | [ recovery-image] Dec 02 16:41:33.043 INFO O| Dec 02 16:41:33.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5215 | 2024-12-02T16:41:33.818Z | [ recovery-image] Dec 02 16:41:33.043 INFO O| Dec 02 16:41:33.043 INFO STEP 309 (remove_files) COMPLETE |
5216 | 2024-12-02T16:41:33.820Z | [ recovery-image] Dec 02 16:41:33.043 INFO O| Dec 02 16:41:33.043 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-12-02T16:41:33.828Z | [ recovery-image] Dec 02 16:41:33.053 INFO O| Dec 02 16:41:33.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5218 | 2024-12-02T16:41:33.831Z | [ recovery-image] Dec 02 16:41:33.053 INFO O| Dec 02 16:41:33.053 INFO STEP 310 (remove_files) COMPLETE |
5219 | 2024-12-02T16:41:33.831Z | [ recovery-image] Dec 02 16:41:33.053 INFO O| Dec 02 16:41:33.053 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-12-02T16:41:33.837Z | [ recovery-image] Dec 02 16:41:33.063 INFO O| Dec 02 16:41:33.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5221 | 2024-12-02T16:41:33.837Z | [ recovery-image] Dec 02 16:41:33.063 INFO O| Dec 02 16:41:33.063 INFO STEP 311 (remove_files) COMPLETE |
5222 | 2024-12-02T16:41:33.840Z | [ recovery-image] Dec 02 16:41:33.063 INFO O| Dec 02 16:41:33.063 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-12-02T16:41:33.847Z | [ recovery-image] Dec 02 16:41:33.072 INFO O| Dec 02 16:41:33.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5224 | 2024-12-02T16:41:33.849Z | [ recovery-image] Dec 02 16:41:33.072 INFO O| Dec 02 16:41:33.072 INFO STEP 312 (remove_files) COMPLETE |
5225 | 2024-12-02T16:41:33.849Z | [ recovery-image] Dec 02 16:41:33.073 INFO O| Dec 02 16:41:33.072 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-12-02T16:41:33.856Z | [ recovery-image] Dec 02 16:41:33.082 INFO O| Dec 02 16:41:33.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5227 | 2024-12-02T16:41:33.856Z | [ recovery-image] Dec 02 16:41:33.082 INFO O| Dec 02 16:41:33.082 INFO STEP 313 (remove_files) COMPLETE |
5228 | 2024-12-02T16:41:33.859Z | [ recovery-image] Dec 02 16:41:33.082 INFO O| Dec 02 16:41:33.082 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-12-02T16:41:33.868Z | [ recovery-image] Dec 02 16:41:33.091 INFO O| Dec 02 16:41:33.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5230 | 2024-12-02T16:41:33.868Z | [ recovery-image] Dec 02 16:41:33.091 INFO O| Dec 02 16:41:33.091 INFO STEP 314 (remove_files) COMPLETE |
5231 | 2024-12-02T16:41:33.871Z | [ recovery-image] Dec 02 16:41:33.091 INFO O| Dec 02 16:41:33.091 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-12-02T16:41:33.875Z | [ recovery-image] Dec 02 16:41:33.100 INFO O| Dec 02 16:41:33.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5233 | 2024-12-02T16:41:33.875Z | [ recovery-image] Dec 02 16:41:33.101 INFO O| Dec 02 16:41:33.100 INFO STEP 315 (remove_files) COMPLETE |
5234 | 2024-12-02T16:41:33.875Z | [ recovery-image] Dec 02 16:41:33.101 INFO O| Dec 02 16:41:33.101 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-12-02T16:41:33.884Z | [ recovery-image] Dec 02 16:41:33.110 INFO O| Dec 02 16:41:33.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5236 | 2024-12-02T16:41:33.884Z | [ recovery-image] Dec 02 16:41:33.110 INFO O| Dec 02 16:41:33.110 INFO STEP 316 (remove_files) COMPLETE |
5237 | 2024-12-02T16:41:33.887Z | [ recovery-image] Dec 02 16:41:33.110 INFO O| Dec 02 16:41:33.110 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-12-02T16:41:33.894Z | [ recovery-image] Dec 02 16:41:33.119 INFO O| Dec 02 16:41:33.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5239 | 2024-12-02T16:41:33.894Z | [ recovery-image] Dec 02 16:41:33.119 INFO O| Dec 02 16:41:33.119 INFO STEP 317 (remove_files) COMPLETE |
5240 | 2024-12-02T16:41:33.896Z | [ recovery-image] Dec 02 16:41:33.119 INFO O| Dec 02 16:41:33.119 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-12-02T16:41:33.904Z | [ recovery-image] Dec 02 16:41:33.129 INFO O| Dec 02 16:41:33.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5242 | 2024-12-02T16:41:33.904Z | [ recovery-image] Dec 02 16:41:33.129 INFO O| Dec 02 16:41:33.129 INFO STEP 318 (remove_files) COMPLETE |
5243 | 2024-12-02T16:41:33.904Z | [ recovery-image] Dec 02 16:41:33.129 INFO O| Dec 02 16:41:33.129 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-12-02T16:41:33.913Z | [ recovery-image] Dec 02 16:41:33.138 INFO O| Dec 02 16:41:33.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5245 | 2024-12-02T16:41:33.913Z | [ recovery-image] Dec 02 16:41:33.138 INFO O| Dec 02 16:41:33.138 INFO STEP 319 (remove_files) COMPLETE |
5246 | 2024-12-02T16:41:33.913Z | [ recovery-image] Dec 02 16:41:33.138 INFO O| Dec 02 16:41:33.138 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-12-02T16:41:33.922Z | [ recovery-image] Dec 02 16:41:33.148 INFO O| Dec 02 16:41:33.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5248 | 2024-12-02T16:41:33.922Z | [ recovery-image] Dec 02 16:41:33.148 INFO O| Dec 02 16:41:33.148 INFO STEP 320 (remove_files) COMPLETE |
5249 | 2024-12-02T16:41:33.922Z | [ recovery-image] Dec 02 16:41:33.148 INFO O| Dec 02 16:41:33.148 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-12-02T16:41:33.932Z | [ recovery-image] Dec 02 16:41:33.157 INFO O| Dec 02 16:41:33.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5251 | 2024-12-02T16:41:33.932Z | [ recovery-image] Dec 02 16:41:33.158 INFO O| Dec 02 16:41:33.157 INFO STEP 321 (remove_files) COMPLETE |
5252 | 2024-12-02T16:41:33.934Z | [ recovery-image] Dec 02 16:41:33.158 INFO O| Dec 02 16:41:33.158 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-12-02T16:41:33.942Z | [ recovery-image] Dec 02 16:41:33.167 INFO O| Dec 02 16:41:33.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5254 | 2024-12-02T16:41:33.944Z | [ recovery-image] Dec 02 16:41:33.167 INFO O| Dec 02 16:41:33.167 INFO STEP 322 (remove_files) COMPLETE |
5255 | 2024-12-02T16:41:33.944Z | [ recovery-image] Dec 02 16:41:33.167 INFO O| Dec 02 16:41:33.167 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-12-02T16:41:33.952Z | [ recovery-image] Dec 02 16:41:33.178 INFO O| Dec 02 16:41:33.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5257 | 2024-12-02T16:41:33.952Z | [ recovery-image] Dec 02 16:41:33.178 INFO O| Dec 02 16:41:33.178 INFO STEP 323 (remove_files) COMPLETE |
5258 | 2024-12-02T16:41:33.952Z | [ recovery-image] Dec 02 16:41:33.178 INFO O| Dec 02 16:41:33.178 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-12-02T16:41:33.963Z | [ recovery-image] Dec 02 16:41:33.188 INFO O| Dec 02 16:41:33.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5260 | 2024-12-02T16:41:33.965Z | [ recovery-image] Dec 02 16:41:33.188 INFO O| Dec 02 16:41:33.188 INFO STEP 324 (remove_files) COMPLETE |
5261 | 2024-12-02T16:41:33.965Z | [ recovery-image] Dec 02 16:41:33.188 INFO O| Dec 02 16:41:33.188 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-12-02T16:41:33.972Z | [ recovery-image] Dec 02 16:41:33.198 INFO O| Dec 02 16:41:33.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5263 | 2024-12-02T16:41:33.972Z | [ recovery-image] Dec 02 16:41:33.198 INFO O| Dec 02 16:41:33.198 INFO STEP 325 (remove_files) COMPLETE |
5264 | 2024-12-02T16:41:33.972Z | [ recovery-image] Dec 02 16:41:33.198 INFO O| Dec 02 16:41:33.198 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-12-02T16:41:33.982Z | [ recovery-image] Dec 02 16:41:33.208 INFO O| Dec 02 16:41:33.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5266 | 2024-12-02T16:41:33.982Z | [ recovery-image] Dec 02 16:41:33.208 INFO O| Dec 02 16:41:33.208 INFO STEP 326 (remove_files) COMPLETE |
5267 | 2024-12-02T16:41:33.985Z | [ recovery-image] Dec 02 16:41:33.208 INFO O| Dec 02 16:41:33.208 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-12-02T16:41:33.992Z | [ recovery-image] Dec 02 16:41:33.217 INFO O| Dec 02 16:41:33.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5269 | 2024-12-02T16:41:33.992Z | [ recovery-image] Dec 02 16:41:33.217 INFO O| Dec 02 16:41:33.217 INFO STEP 327 (remove_files) COMPLETE |
5270 | 2024-12-02T16:41:33.994Z | [ recovery-image] Dec 02 16:41:33.217 INFO O| Dec 02 16:41:33.217 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-12-02T16:41:34.001Z | [ recovery-image] Dec 02 16:41:33.226 INFO O| Dec 02 16:41:33.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5272 | 2024-12-02T16:41:34.001Z | [ recovery-image] Dec 02 16:41:33.227 INFO O| Dec 02 16:41:33.227 INFO STEP 328 (remove_files) COMPLETE |
5273 | 2024-12-02T16:41:34.001Z | [ recovery-image] Dec 02 16:41:33.227 INFO O| Dec 02 16:41:33.227 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-02T16:41:34.010Z | [ recovery-image] Dec 02 16:41:33.236 INFO O| Dec 02 16:41:33.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5275 | 2024-12-02T16:41:34.011Z | [ recovery-image] Dec 02 16:41:33.236 INFO O| Dec 02 16:41:33.236 INFO STEP 329 (remove_files) COMPLETE |
5276 | 2024-12-02T16:41:34.011Z | [ recovery-image] Dec 02 16:41:33.236 INFO O| Dec 02 16:41:33.236 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-02T16:41:34.020Z | [ recovery-image] Dec 02 16:41:33.245 INFO O| Dec 02 16:41:33.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5278 | 2024-12-02T16:41:34.020Z | [ recovery-image] Dec 02 16:41:33.245 INFO O| Dec 02 16:41:33.245 INFO STEP 330 (remove_files) COMPLETE |
5279 | 2024-12-02T16:41:34.020Z | [ recovery-image] Dec 02 16:41:33.245 INFO O| Dec 02 16:41:33.245 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-02T16:41:34.029Z | [ recovery-image] Dec 02 16:41:33.255 INFO O| Dec 02 16:41:33.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5281 | 2024-12-02T16:41:34.029Z | [ recovery-image] Dec 02 16:41:33.255 INFO O| Dec 02 16:41:33.255 INFO STEP 331 (remove_files) COMPLETE |
5282 | 2024-12-02T16:41:34.030Z | [ recovery-image] Dec 02 16:41:33.255 INFO O| Dec 02 16:41:33.255 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-02T16:41:34.039Z | [ recovery-image] Dec 02 16:41:33.264 INFO O| Dec 02 16:41:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5284 | 2024-12-02T16:41:34.039Z | [ recovery-image] Dec 02 16:41:33.264 INFO O| Dec 02 16:41:33.264 INFO STEP 332 (remove_files) COMPLETE |
5285 | 2024-12-02T16:41:34.041Z | [ recovery-image] Dec 02 16:41:33.264 INFO O| Dec 02 16:41:33.264 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-02T16:41:34.048Z | [ recovery-image] Dec 02 16:41:33.274 INFO O| Dec 02 16:41:33.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5287 | 2024-12-02T16:41:34.048Z | [ recovery-image] Dec 02 16:41:33.274 INFO O| Dec 02 16:41:33.274 INFO STEP 333 (remove_files) COMPLETE |
5288 | 2024-12-02T16:41:34.051Z | [ recovery-image] Dec 02 16:41:33.274 INFO O| Dec 02 16:41:33.274 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-02T16:41:34.059Z | [ recovery-image] Dec 02 16:41:33.283 INFO O| Dec 02 16:41:33.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5290 | 2024-12-02T16:41:34.059Z | [ recovery-image] Dec 02 16:41:33.283 INFO O| Dec 02 16:41:33.283 INFO STEP 334 (remove_files) COMPLETE |
5291 | 2024-12-02T16:41:34.062Z | [ recovery-image] Dec 02 16:41:33.283 INFO O| Dec 02 16:41:33.283 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-02T16:41:34.067Z | [ recovery-image] Dec 02 16:41:33.293 INFO O| Dec 02 16:41:33.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5293 | 2024-12-02T16:41:34.073Z | [ recovery-image] Dec 02 16:41:33.293 INFO O| Dec 02 16:41:33.293 INFO STEP 335 (remove_files) COMPLETE |
5294 | 2024-12-02T16:41:34.073Z | [ recovery-image] Dec 02 16:41:33.293 INFO O| Dec 02 16:41:33.293 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-02T16:41:34.076Z | [ recovery-image] Dec 02 16:41:33.302 INFO O| Dec 02 16:41:33.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5296 | 2024-12-02T16:41:34.077Z | [ recovery-image] Dec 02 16:41:33.302 INFO O| Dec 02 16:41:33.302 INFO STEP 336 (remove_files) COMPLETE |
5297 | 2024-12-02T16:41:34.079Z | [ recovery-image] Dec 02 16:41:33.302 INFO O| Dec 02 16:41:33.302 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-02T16:41:34.086Z | [ recovery-image] Dec 02 16:41:33.312 INFO O| Dec 02 16:41:33.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5299 | 2024-12-02T16:41:34.086Z | [ recovery-image] Dec 02 16:41:33.312 INFO O| Dec 02 16:41:33.312 INFO STEP 337 (remove_files) COMPLETE |
5300 | 2024-12-02T16:41:34.089Z | [ recovery-image] Dec 02 16:41:33.312 INFO O| Dec 02 16:41:33.312 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-02T16:41:34.095Z | [ recovery-image] Dec 02 16:41:33.321 INFO O| Dec 02 16:41:33.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5302 | 2024-12-02T16:41:34.096Z | [ recovery-image] Dec 02 16:41:33.321 INFO O| Dec 02 16:41:33.321 INFO STEP 338 (remove_files) COMPLETE |
5303 | 2024-12-02T16:41:34.096Z | [ recovery-image] Dec 02 16:41:33.321 INFO O| Dec 02 16:41:33.321 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-02T16:41:34.105Z | [ recovery-image] Dec 02 16:41:33.330 INFO O| Dec 02 16:41:33.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5305 | 2024-12-02T16:41:34.105Z | [ recovery-image] Dec 02 16:41:33.330 INFO O| Dec 02 16:41:33.330 INFO STEP 339 (remove_files) COMPLETE |
5306 | 2024-12-02T16:41:34.114Z | [ recovery-image] Dec 02 16:41:33.330 INFO O| Dec 02 16:41:33.330 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-02T16:41:34.115Z | [ recovery-image] Dec 02 16:41:33.340 INFO O| Dec 02 16:41:33.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5308 | 2024-12-02T16:41:34.115Z | [ recovery-image] Dec 02 16:41:33.340 INFO O| Dec 02 16:41:33.340 INFO STEP 340 (remove_files) COMPLETE |
5309 | 2024-12-02T16:41:34.115Z | [ recovery-image] Dec 02 16:41:33.340 INFO O| Dec 02 16:41:33.340 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-02T16:41:34.124Z | [ recovery-image] Dec 02 16:41:33.349 INFO O| Dec 02 16:41:33.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5311 | 2024-12-02T16:41:34.124Z | [ recovery-image] Dec 02 16:41:33.349 INFO O| Dec 02 16:41:33.349 INFO STEP 341 (remove_files) COMPLETE |
5312 | 2024-12-02T16:41:34.126Z | [ recovery-image] Dec 02 16:41:33.349 INFO O| Dec 02 16:41:33.349 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-02T16:41:34.133Z | [ recovery-image] Dec 02 16:41:33.359 INFO O| Dec 02 16:41:33.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5314 | 2024-12-02T16:41:34.136Z | [ recovery-image] Dec 02 16:41:33.359 INFO O| Dec 02 16:41:33.359 INFO STEP 342 (remove_files) COMPLETE |
5315 | 2024-12-02T16:41:34.136Z | [ recovery-image] Dec 02 16:41:33.359 INFO O| Dec 02 16:41:33.359 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-02T16:41:34.143Z | [ recovery-image] Dec 02 16:41:33.368 INFO O| Dec 02 16:41:33.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5317 | 2024-12-02T16:41:34.145Z | [ recovery-image] Dec 02 16:41:33.368 INFO O| Dec 02 16:41:33.368 INFO STEP 343 (remove_files) COMPLETE |
5318 | 2024-12-02T16:41:34.145Z | [ recovery-image] Dec 02 16:41:33.368 INFO O| Dec 02 16:41:33.368 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-02T16:41:34.152Z | [ recovery-image] Dec 02 16:41:33.378 INFO O| Dec 02 16:41:33.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5320 | 2024-12-02T16:41:34.153Z | [ recovery-image] Dec 02 16:41:33.378 INFO O| Dec 02 16:41:33.378 INFO STEP 344 (remove_files) COMPLETE |
5321 | 2024-12-02T16:41:34.153Z | [ recovery-image] Dec 02 16:41:33.378 INFO O| Dec 02 16:41:33.378 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-02T16:41:34.164Z | [ recovery-image] Dec 02 16:41:33.390 INFO O| Dec 02 16:41:33.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5323 | 2024-12-02T16:41:34.164Z | [ recovery-image] Dec 02 16:41:33.390 INFO O| Dec 02 16:41:33.390 INFO STEP 345 (remove_files) COMPLETE |
5324 | 2024-12-02T16:41:34.164Z | [ recovery-image] Dec 02 16:41:33.390 INFO O| Dec 02 16:41:33.390 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-02T16:41:34.174Z | [ recovery-image] Dec 02 16:41:33.399 INFO O| Dec 02 16:41:33.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5326 | 2024-12-02T16:41:34.174Z | [ recovery-image] Dec 02 16:41:33.399 INFO O| Dec 02 16:41:33.399 INFO STEP 346 (remove_files) COMPLETE |
5327 | 2024-12-02T16:41:34.174Z | [ recovery-image] Dec 02 16:41:33.399 INFO O| Dec 02 16:41:33.399 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-02T16:41:34.185Z | [ recovery-image] Dec 02 16:41:33.411 INFO O| Dec 02 16:41:33.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5329 | 2024-12-02T16:41:34.185Z | [ recovery-image] Dec 02 16:41:33.411 INFO O| Dec 02 16:41:33.411 INFO STEP 347 (remove_files) COMPLETE |
5330 | 2024-12-02T16:41:34.185Z | [ recovery-image] Dec 02 16:41:33.411 INFO O| Dec 02 16:41:33.411 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-02T16:41:34.195Z | [ recovery-image] Dec 02 16:41:33.421 INFO O| Dec 02 16:41:33.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5332 | 2024-12-02T16:41:34.195Z | [ recovery-image] Dec 02 16:41:33.421 INFO O| Dec 02 16:41:33.421 INFO STEP 348 (remove_files) COMPLETE |
5333 | 2024-12-02T16:41:34.198Z | [ recovery-image] Dec 02 16:41:33.421 INFO O| Dec 02 16:41:33.421 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-02T16:41:34.207Z | [ recovery-image] Dec 02 16:41:33.432 INFO O| Dec 02 16:41:33.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5335 | 2024-12-02T16:41:34.209Z | [ recovery-image] Dec 02 16:41:33.433 INFO O| Dec 02 16:41:33.433 INFO STEP 349 (remove_files) COMPLETE |
5336 | 2024-12-02T16:41:34.209Z | [ recovery-image] Dec 02 16:41:33.433 INFO O| Dec 02 16:41:33.433 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-02T16:41:34.217Z | [ recovery-image] Dec 02 16:41:33.442 INFO O| Dec 02 16:41:33.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5338 | 2024-12-02T16:41:34.219Z | [ recovery-image] Dec 02 16:41:33.442 INFO O| Dec 02 16:41:33.442 INFO STEP 350 (remove_files) COMPLETE |
5339 | 2024-12-02T16:41:34.219Z | [ recovery-image] Dec 02 16:41:33.442 INFO O| Dec 02 16:41:33.442 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-02T16:41:34.228Z | [ recovery-image] Dec 02 16:41:33.452 INFO O| Dec 02 16:41:33.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5341 | 2024-12-02T16:41:34.228Z | [ recovery-image] Dec 02 16:41:33.452 INFO O| Dec 02 16:41:33.452 INFO STEP 351 (remove_files) COMPLETE |
5342 | 2024-12-02T16:41:34.230Z | [ recovery-image] Dec 02 16:41:33.452 INFO O| Dec 02 16:41:33.452 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-02T16:41:34.236Z | [ recovery-image] Dec 02 16:41:33.462 INFO O| Dec 02 16:41:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5344 | 2024-12-02T16:41:34.236Z | [ recovery-image] Dec 02 16:41:33.462 INFO O| Dec 02 16:41:33.462 INFO STEP 352 (remove_files) COMPLETE |
5345 | 2024-12-02T16:41:34.238Z | [ recovery-image] Dec 02 16:41:33.462 INFO O| Dec 02 16:41:33.462 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-02T16:41:34.246Z | [ recovery-image] Dec 02 16:41:33.471 INFO O| Dec 02 16:41:33.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5347 | 2024-12-02T16:41:34.246Z | [ recovery-image] Dec 02 16:41:33.471 INFO O| Dec 02 16:41:33.471 INFO STEP 353 (remove_files) COMPLETE |
5348 | 2024-12-02T16:41:34.248Z | [ recovery-image] Dec 02 16:41:33.471 INFO O| Dec 02 16:41:33.471 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-02T16:41:34.255Z | [ recovery-image] Dec 02 16:41:33.481 INFO O| Dec 02 16:41:33.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5350 | 2024-12-02T16:41:34.257Z | [ recovery-image] Dec 02 16:41:33.481 INFO O| Dec 02 16:41:33.481 INFO STEP 354 (remove_files) COMPLETE |
5351 | 2024-12-02T16:41:34.257Z | [ recovery-image] Dec 02 16:41:33.481 INFO O| Dec 02 16:41:33.481 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-02T16:41:34.264Z | [ recovery-image] Dec 02 16:41:33.490 INFO O| Dec 02 16:41:33.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5353 | 2024-12-02T16:41:34.264Z | [ recovery-image] Dec 02 16:41:33.490 INFO O| Dec 02 16:41:33.490 INFO STEP 355 (remove_files) COMPLETE |
5354 | 2024-12-02T16:41:34.267Z | [ recovery-image] Dec 02 16:41:33.490 INFO O| Dec 02 16:41:33.490 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-02T16:41:34.274Z | [ recovery-image] Dec 02 16:41:33.499 INFO O| Dec 02 16:41:33.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5356 | 2024-12-02T16:41:34.274Z | [ recovery-image] Dec 02 16:41:33.499 INFO O| Dec 02 16:41:33.499 INFO STEP 356 (remove_files) COMPLETE |
5357 | 2024-12-02T16:41:34.276Z | [ recovery-image] Dec 02 16:41:33.499 INFO O| Dec 02 16:41:33.499 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-02T16:41:34.283Z | [ recovery-image] Dec 02 16:41:33.509 INFO O| Dec 02 16:41:33.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5359 | 2024-12-02T16:41:34.283Z | [ recovery-image] Dec 02 16:41:33.509 INFO O| Dec 02 16:41:33.509 INFO STEP 357 (remove_files) COMPLETE |
5360 | 2024-12-02T16:41:34.283Z | [ recovery-image] Dec 02 16:41:33.509 INFO O| Dec 02 16:41:33.509 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-02T16:41:34.293Z | [ recovery-image] Dec 02 16:41:33.518 INFO O| Dec 02 16:41:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5362 | 2024-12-02T16:41:34.293Z | [ recovery-image] Dec 02 16:41:33.519 INFO O| Dec 02 16:41:33.518 INFO STEP 358 (remove_files) COMPLETE |
5363 | 2024-12-02T16:41:34.295Z | [ recovery-image] Dec 02 16:41:33.519 INFO O| Dec 02 16:41:33.519 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-02T16:41:34.302Z | [ recovery-image] Dec 02 16:41:33.528 INFO O| Dec 02 16:41:33.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5365 | 2024-12-02T16:41:34.303Z | [ recovery-image] Dec 02 16:41:33.528 INFO O| Dec 02 16:41:33.528 INFO STEP 359 (remove_files) COMPLETE |
5366 | 2024-12-02T16:41:34.306Z | [ recovery-image] Dec 02 16:41:33.528 INFO O| Dec 02 16:41:33.528 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-02T16:41:34.312Z | [ recovery-image] Dec 02 16:41:33.537 INFO O| Dec 02 16:41:33.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5368 | 2024-12-02T16:41:34.312Z | [ recovery-image] Dec 02 16:41:33.537 INFO O| Dec 02 16:41:33.537 INFO STEP 360 (remove_files) COMPLETE |
5369 | 2024-12-02T16:41:34.312Z | [ recovery-image] Dec 02 16:41:33.537 INFO O| Dec 02 16:41:33.537 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-02T16:41:34.321Z | [ recovery-image] Dec 02 16:41:33.547 INFO O| Dec 02 16:41:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5371 | 2024-12-02T16:41:34.321Z | [ recovery-image] Dec 02 16:41:33.547 INFO O| Dec 02 16:41:33.547 INFO STEP 361 (remove_files) COMPLETE |
5372 | 2024-12-02T16:41:34.321Z | [ recovery-image] Dec 02 16:41:33.547 INFO O| Dec 02 16:41:33.547 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-02T16:41:34.331Z | [ recovery-image] Dec 02 16:41:33.557 INFO O| Dec 02 16:41:33.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5374 | 2024-12-02T16:41:34.331Z | [ recovery-image] Dec 02 16:41:33.557 INFO O| Dec 02 16:41:33.557 INFO STEP 362 (remove_files) COMPLETE |
5375 | 2024-12-02T16:41:34.331Z | [ recovery-image] Dec 02 16:41:33.557 INFO O| Dec 02 16:41:33.557 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-02T16:41:34.341Z | [ recovery-image] Dec 02 16:41:33.566 INFO O| Dec 02 16:41:33.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5377 | 2024-12-02T16:41:34.341Z | [ recovery-image] Dec 02 16:41:33.566 INFO O| Dec 02 16:41:33.566 INFO STEP 363 (remove_files) COMPLETE |
5378 | 2024-12-02T16:41:34.343Z | [ recovery-image] Dec 02 16:41:33.566 INFO O| Dec 02 16:41:33.566 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-02T16:41:34.350Z | [ recovery-image] Dec 02 16:41:33.576 INFO O| Dec 02 16:41:33.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5380 | 2024-12-02T16:41:34.353Z | [ recovery-image] Dec 02 16:41:33.576 INFO O| Dec 02 16:41:33.576 INFO STEP 364 (remove_files) COMPLETE |
5381 | 2024-12-02T16:41:34.353Z | [ recovery-image] Dec 02 16:41:33.576 INFO O| Dec 02 16:41:33.576 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-02T16:41:34.359Z | [ recovery-image] Dec 02 16:41:33.585 INFO O| Dec 02 16:41:33.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5383 | 2024-12-02T16:41:34.360Z | [ recovery-image] Dec 02 16:41:33.585 INFO O| Dec 02 16:41:33.585 INFO STEP 365 (remove_files) COMPLETE |
5384 | 2024-12-02T16:41:34.362Z | [ recovery-image] Dec 02 16:41:33.585 INFO O| Dec 02 16:41:33.585 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-02T16:41:34.369Z | [ recovery-image] Dec 02 16:41:33.594 INFO O| Dec 02 16:41:33.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5386 | 2024-12-02T16:41:34.369Z | [ recovery-image] Dec 02 16:41:33.594 INFO O| Dec 02 16:41:33.594 INFO STEP 366 (remove_files) COMPLETE |
5387 | 2024-12-02T16:41:34.369Z | [ recovery-image] Dec 02 16:41:33.594 INFO O| Dec 02 16:41:33.594 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-02T16:41:34.378Z | [ recovery-image] Dec 02 16:41:33.604 INFO O| Dec 02 16:41:33.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5389 | 2024-12-02T16:41:34.381Z | [ recovery-image] Dec 02 16:41:33.604 INFO O| Dec 02 16:41:33.604 INFO STEP 367 (remove_files) COMPLETE |
5390 | 2024-12-02T16:41:34.381Z | [ recovery-image] Dec 02 16:41:33.604 INFO O| Dec 02 16:41:33.604 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-02T16:41:34.389Z | [ recovery-image] Dec 02 16:41:33.613 INFO O| Dec 02 16:41:33.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5392 | 2024-12-02T16:41:34.389Z | [ recovery-image] Dec 02 16:41:33.613 INFO O| Dec 02 16:41:33.613 INFO STEP 368 (remove_files) COMPLETE |
5393 | 2024-12-02T16:41:34.392Z | [ recovery-image] Dec 02 16:41:33.613 INFO O| Dec 02 16:41:33.613 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-02T16:41:34.397Z | [ recovery-image] Dec 02 16:41:33.623 INFO O| Dec 02 16:41:33.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5395 | 2024-12-02T16:41:34.397Z | [ recovery-image] Dec 02 16:41:33.623 INFO O| Dec 02 16:41:33.623 INFO STEP 369 (remove_files) COMPLETE |
5396 | 2024-12-02T16:41:34.397Z | [ recovery-image] Dec 02 16:41:33.623 INFO O| Dec 02 16:41:33.623 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-02T16:41:34.407Z | [ recovery-image] Dec 02 16:41:33.632 INFO O| Dec 02 16:41:33.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5398 | 2024-12-02T16:41:34.407Z | [ recovery-image] Dec 02 16:41:33.632 INFO O| Dec 02 16:41:33.632 INFO STEP 370 (remove_files) COMPLETE |
5399 | 2024-12-02T16:41:34.409Z | [ recovery-image] Dec 02 16:41:33.632 INFO O| Dec 02 16:41:33.632 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-02T16:41:34.416Z | [ recovery-image] Dec 02 16:41:33.642 INFO O| Dec 02 16:41:33.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5401 | 2024-12-02T16:41:34.416Z | [ recovery-image] Dec 02 16:41:33.642 INFO O| Dec 02 16:41:33.642 INFO STEP 371 (remove_files) COMPLETE |
5402 | 2024-12-02T16:41:34.419Z | [ recovery-image] Dec 02 16:41:33.642 INFO O| Dec 02 16:41:33.642 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-02T16:41:34.422Z | [ host-image] Dec 02 16:41:33.645 INFO O| Dec 02 16:41:33.645 INFO O| Done |
5404 | 2024-12-02T16:41:34.426Z | [ recovery-image] Dec 02 16:41:33.652 INFO O| Dec 02 16:41:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5405 | 2024-12-02T16:41:34.426Z | [ recovery-image] Dec 02 16:41:33.652 INFO O| Dec 02 16:41:33.652 INFO STEP 372 (remove_files) COMPLETE |
5406 | 2024-12-02T16:41:34.426Z | [ recovery-image] Dec 02 16:41:33.652 INFO O| Dec 02 16:41:33.652 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-12-02T16:41:34.436Z | [ recovery-image] Dec 02 16:41:33.661 INFO O| Dec 02 16:41:33.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5408 | 2024-12-02T16:41:34.436Z | [ recovery-image] Dec 02 16:41:33.661 INFO O| Dec 02 16:41:33.661 INFO STEP 373 (remove_files) COMPLETE |
5409 | 2024-12-02T16:41:34.439Z | [ recovery-image] Dec 02 16:41:33.661 INFO O| Dec 02 16:41:33.661 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-12-02T16:41:34.445Z | [ host-image] Dec 02 16:41:33.670 INFO O| Dec 02 16:41:33.670 INFO O| Done |
5411 | 2024-12-02T16:41:34.445Z | [ host-image] Dec 02 16:41:33.670 INFO O| Dec 02 16:41:33.670 INFO O| Done |
5412 | 2024-12-02T16:41:34.447Z | [ recovery-image] Dec 02 16:41:33.672 INFO O| Dec 02 16:41:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5413 | 2024-12-02T16:41:34.447Z | [ recovery-image] Dec 02 16:41:33.672 INFO O| Dec 02 16:41:33.672 INFO STEP 374 (remove_files) COMPLETE |
5414 | 2024-12-02T16:41:34.447Z | [ recovery-image] Dec 02 16:41:33.672 INFO O| Dec 02 16:41:33.672 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-02T16:41:34.458Z | [ recovery-image] Dec 02 16:41:33.683 INFO O| Dec 02 16:41:33.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5416 | 2024-12-02T16:41:34.458Z | [ recovery-image] Dec 02 16:41:33.684 INFO O| Dec 02 16:41:33.683 INFO STEP 375 (remove_files) COMPLETE |
5417 | 2024-12-02T16:41:34.461Z | [ recovery-image] Dec 02 16:41:33.684 INFO O| Dec 02 16:41:33.684 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-12-02T16:41:34.464Z | [ host-image] Dec 02 16:41:33.687 INFO O| Dec 02 16:41:33.687 INFO O| Done |
5419 | 2024-12-02T16:41:34.468Z | [ recovery-image] Dec 02 16:41:33.693 INFO O| Dec 02 16:41:33.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5420 | 2024-12-02T16:41:34.470Z | [ recovery-image] Dec 02 16:41:33.693 INFO O| Dec 02 16:41:33.693 INFO STEP 376 (remove_files) COMPLETE |
5421 | 2024-12-02T16:41:34.470Z | [ recovery-image] Dec 02 16:41:33.693 INFO O| Dec 02 16:41:33.693 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-02T16:41:34.478Z | [ recovery-image] Dec 02 16:41:33.704 INFO O| Dec 02 16:41:33.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5423 | 2024-12-02T16:41:34.478Z | [ recovery-image] Dec 02 16:41:33.704 INFO O| Dec 02 16:41:33.704 INFO STEP 377 (remove_files) COMPLETE |
5424 | 2024-12-02T16:41:34.481Z | [ recovery-image] Dec 02 16:41:33.704 INFO O| Dec 02 16:41:33.704 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-02T16:41:34.490Z | [ recovery-image] Dec 02 16:41:33.715 INFO O| Dec 02 16:41:33.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5426 | 2024-12-02T16:41:34.490Z | [ recovery-image] Dec 02 16:41:33.715 INFO O| Dec 02 16:41:33.715 INFO STEP 378 (remove_files) COMPLETE |
5427 | 2024-12-02T16:41:34.493Z | [ recovery-image] Dec 02 16:41:33.715 INFO O| Dec 02 16:41:33.715 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-02T16:41:34.501Z | [ recovery-image] Dec 02 16:41:33.726 INFO O| Dec 02 16:41:33.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5429 | 2024-12-02T16:41:34.501Z | [ recovery-image] Dec 02 16:41:33.726 INFO O| Dec 02 16:41:33.726 INFO STEP 379 (remove_files) COMPLETE |
5430 | 2024-12-02T16:41:34.501Z | [ recovery-image] Dec 02 16:41:33.726 INFO O| Dec 02 16:41:33.726 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-02T16:41:34.511Z | [ recovery-image] Dec 02 16:41:33.736 INFO O| Dec 02 16:41:33.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5432 | 2024-12-02T16:41:34.511Z | [ recovery-image] Dec 02 16:41:33.736 INFO O| Dec 02 16:41:33.736 INFO STEP 380 (remove_files) COMPLETE |
5433 | 2024-12-02T16:41:34.514Z | [ recovery-image] Dec 02 16:41:33.736 INFO O| Dec 02 16:41:33.736 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-12-02T16:41:34.521Z | [ recovery-image] Dec 02 16:41:33.746 INFO O| Dec 02 16:41:33.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5435 | 2024-12-02T16:41:34.521Z | [ recovery-image] Dec 02 16:41:33.746 INFO O| Dec 02 16:41:33.746 INFO STEP 381 (remove_files) COMPLETE |
5436 | 2024-12-02T16:41:34.526Z | [ recovery-image] Dec 02 16:41:33.746 INFO O| Dec 02 16:41:33.746 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-12-02T16:41:34.531Z | [ recovery-image] Dec 02 16:41:33.756 INFO O| Dec 02 16:41:33.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5438 | 2024-12-02T16:41:34.531Z | [ recovery-image] Dec 02 16:41:33.756 INFO O| Dec 02 16:41:33.756 INFO STEP 382 (remove_files) COMPLETE |
5439 | 2024-12-02T16:41:34.534Z | [ recovery-image] Dec 02 16:41:33.757 INFO O| Dec 02 16:41:33.756 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-12-02T16:41:34.541Z | [ recovery-image] Dec 02 16:41:33.766 INFO O| Dec 02 16:41:33.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5441 | 2024-12-02T16:41:34.541Z | [ recovery-image] Dec 02 16:41:33.766 INFO O| Dec 02 16:41:33.766 INFO STEP 383 (remove_files) COMPLETE |
5442 | 2024-12-02T16:41:34.543Z | [ recovery-image] Dec 02 16:41:33.766 INFO O| Dec 02 16:41:33.766 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-02T16:41:34.551Z | [ recovery-image] Dec 02 16:41:33.776 INFO O| Dec 02 16:41:33.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5444 | 2024-12-02T16:41:34.551Z | [ recovery-image] Dec 02 16:41:33.776 INFO O| Dec 02 16:41:33.776 INFO STEP 384 (remove_files) COMPLETE |
5445 | 2024-12-02T16:41:34.553Z | [ recovery-image] Dec 02 16:41:33.776 INFO O| Dec 02 16:41:33.776 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-12-02T16:41:34.561Z | [ recovery-image] Dec 02 16:41:33.786 INFO O| Dec 02 16:41:33.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5447 | 2024-12-02T16:41:34.561Z | [ recovery-image] Dec 02 16:41:33.786 INFO O| Dec 02 16:41:33.786 INFO STEP 385 (remove_files) COMPLETE |
5448 | 2024-12-02T16:41:34.565Z | [ recovery-image] Dec 02 16:41:33.786 INFO O| Dec 02 16:41:33.786 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-12-02T16:41:34.570Z | [ recovery-image] Dec 02 16:41:33.796 INFO O| Dec 02 16:41:33.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5450 | 2024-12-02T16:41:34.570Z | [ recovery-image] Dec 02 16:41:33.796 INFO O| Dec 02 16:41:33.796 INFO STEP 386 (remove_files) COMPLETE |
5451 | 2024-12-02T16:41:34.575Z | [ recovery-image] Dec 02 16:41:33.796 INFO O| Dec 02 16:41:33.796 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-12-02T16:41:34.575Z | [ host-image] Dec 02 16:41:33.798 INFO O| Dec 02 16:41:33.798 INFO STEP 12 (pkg_install) COMPLETE |
5453 | 2024-12-02T16:41:34.575Z | [ host-image] Dec 02 16:41:33.798 INFO O| Dec 02 16:41:33.798 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5454 | 2024-12-02T16:41:34.580Z | [ recovery-image] Dec 02 16:41:33.806 INFO O| Dec 02 16:41:33.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5455 | 2024-12-02T16:41:34.581Z | [ recovery-image] Dec 02 16:41:33.806 INFO O| Dec 02 16:41:33.806 INFO STEP 387 (remove_files) COMPLETE |
5456 | 2024-12-02T16:41:34.583Z | [ recovery-image] Dec 02 16:41:33.806 INFO O| Dec 02 16:41:33.806 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-12-02T16:41:34.586Z | [ host-image] Dec 02 16:41:33.809 INFO O| Dec 02 16:41:33.809 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5458 | 2024-12-02T16:41:34.590Z | [ recovery-image] Dec 02 16:41:33.816 INFO O| Dec 02 16:41:33.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5459 | 2024-12-02T16:41:34.590Z | [ recovery-image] Dec 02 16:41:33.816 INFO O| Dec 02 16:41:33.816 INFO STEP 388 (remove_files) COMPLETE |
5460 | 2024-12-02T16:41:34.591Z | [ recovery-image] Dec 02 16:41:33.816 INFO O| Dec 02 16:41:33.816 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-02T16:41:34.600Z | [ recovery-image] Dec 02 16:41:33.826 INFO O| Dec 02 16:41:33.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5462 | 2024-12-02T16:41:34.600Z | [ recovery-image] Dec 02 16:41:33.826 INFO O| Dec 02 16:41:33.826 INFO STEP 389 (remove_files) COMPLETE |
5463 | 2024-12-02T16:41:34.600Z | [ recovery-image] Dec 02 16:41:33.826 INFO O| Dec 02 16:41:33.826 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-02T16:41:34.610Z | [ recovery-image] Dec 02 16:41:33.835 INFO O| Dec 02 16:41:33.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5465 | 2024-12-02T16:41:34.610Z | [ recovery-image] Dec 02 16:41:33.835 INFO O| Dec 02 16:41:33.835 INFO STEP 390 (remove_files) COMPLETE |
5466 | 2024-12-02T16:41:34.613Z | [ recovery-image] Dec 02 16:41:33.835 INFO O| Dec 02 16:41:33.835 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-02T16:41:34.619Z | [ recovery-image] Dec 02 16:41:33.845 INFO O| Dec 02 16:41:33.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5468 | 2024-12-02T16:41:34.621Z | [ recovery-image] Dec 02 16:41:33.845 INFO O| Dec 02 16:41:33.845 INFO STEP 391 (remove_files) COMPLETE |
5469 | 2024-12-02T16:41:34.624Z | [ recovery-image] Dec 02 16:41:33.845 INFO O| Dec 02 16:41:33.845 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-02T16:41:34.629Z | [ recovery-image] Dec 02 16:41:33.854 INFO O| Dec 02 16:41:33.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5471 | 2024-12-02T16:41:34.629Z | [ recovery-image] Dec 02 16:41:33.854 INFO O| Dec 02 16:41:33.854 INFO STEP 392 (remove_files) COMPLETE |
5472 | 2024-12-02T16:41:34.631Z | [ recovery-image] Dec 02 16:41:33.854 INFO O| Dec 02 16:41:33.854 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-02T16:41:34.638Z | [ recovery-image] Dec 02 16:41:33.864 INFO O| Dec 02 16:41:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5474 | 2024-12-02T16:41:34.638Z | [ recovery-image] Dec 02 16:41:33.864 INFO O| Dec 02 16:41:33.864 INFO STEP 393 (remove_files) COMPLETE |
5475 | 2024-12-02T16:41:34.638Z | [ recovery-image] Dec 02 16:41:33.864 INFO O| Dec 02 16:41:33.864 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-02T16:41:34.648Z | [ recovery-image] Dec 02 16:41:33.873 INFO O| Dec 02 16:41:33.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5477 | 2024-12-02T16:41:34.648Z | [ recovery-image] Dec 02 16:41:33.873 INFO O| Dec 02 16:41:33.873 INFO STEP 394 (remove_files) COMPLETE |
5478 | 2024-12-02T16:41:34.650Z | [ recovery-image] Dec 02 16:41:33.873 INFO O| Dec 02 16:41:33.873 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-02T16:41:34.657Z | [ recovery-image] Dec 02 16:41:33.882 INFO O| Dec 02 16:41:33.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5480 | 2024-12-02T16:41:34.657Z | [ recovery-image] Dec 02 16:41:33.882 INFO O| Dec 02 16:41:33.882 INFO STEP 395 (remove_files) COMPLETE |
5481 | 2024-12-02T16:41:34.657Z | [ recovery-image] Dec 02 16:41:33.882 INFO O| Dec 02 16:41:33.882 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-02T16:41:34.666Z | [ recovery-image] Dec 02 16:41:33.892 INFO O| Dec 02 16:41:33.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5483 | 2024-12-02T16:41:34.669Z | [ recovery-image] Dec 02 16:41:33.892 INFO O| Dec 02 16:41:33.892 INFO STEP 396 (remove_files) COMPLETE |
5484 | 2024-12-02T16:41:34.669Z | [ recovery-image] Dec 02 16:41:33.892 INFO O| Dec 02 16:41:33.892 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-02T16:41:34.676Z | [ recovery-image] Dec 02 16:41:33.901 INFO O| Dec 02 16:41:33.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5486 | 2024-12-02T16:41:34.678Z | [ recovery-image] Dec 02 16:41:33.901 INFO O| Dec 02 16:41:33.901 INFO STEP 397 (remove_files) COMPLETE |
5487 | 2024-12-02T16:41:34.678Z | [ recovery-image] Dec 02 16:41:33.901 INFO O| Dec 02 16:41:33.901 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-02T16:41:34.685Z | [ recovery-image] Dec 02 16:41:33.911 INFO O| Dec 02 16:41:33.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5489 | 2024-12-02T16:41:34.688Z | [ recovery-image] Dec 02 16:41:33.911 INFO O| Dec 02 16:41:33.911 INFO STEP 398 (remove_files) COMPLETE |
5490 | 2024-12-02T16:41:34.688Z | [ recovery-image] Dec 02 16:41:33.911 INFO O| Dec 02 16:41:33.911 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-02T16:41:34.694Z | [ recovery-image] Dec 02 16:41:33.920 INFO O| Dec 02 16:41:33.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5492 | 2024-12-02T16:41:34.697Z | [ recovery-image] Dec 02 16:41:33.920 INFO O| Dec 02 16:41:33.920 INFO STEP 399 (remove_files) COMPLETE |
5493 | 2024-12-02T16:41:34.697Z | [ recovery-image] Dec 02 16:41:33.920 INFO O| Dec 02 16:41:33.920 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-02T16:41:34.704Z | [ recovery-image] Dec 02 16:41:33.929 INFO O| Dec 02 16:41:33.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5495 | 2024-12-02T16:41:34.704Z | [ recovery-image] Dec 02 16:41:33.929 INFO O| Dec 02 16:41:33.929 INFO STEP 400 (remove_files) COMPLETE |
5496 | 2024-12-02T16:41:34.706Z | [ recovery-image] Dec 02 16:41:33.930 INFO O| Dec 02 16:41:33.929 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-02T16:41:34.713Z | [ recovery-image] Dec 02 16:41:33.939 INFO O| Dec 02 16:41:33.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5498 | 2024-12-02T16:41:34.713Z | [ recovery-image] Dec 02 16:41:33.939 INFO O| Dec 02 16:41:33.939 INFO STEP 401 (remove_files) COMPLETE |
5499 | 2024-12-02T16:41:34.716Z | [ recovery-image] Dec 02 16:41:33.939 INFO O| Dec 02 16:41:33.939 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-02T16:41:34.723Z | [ recovery-image] Dec 02 16:41:33.948 INFO O| Dec 02 16:41:33.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5501 | 2024-12-02T16:41:34.723Z | [ recovery-image] Dec 02 16:41:33.948 INFO O| Dec 02 16:41:33.948 INFO STEP 402 (remove_files) COMPLETE |
5502 | 2024-12-02T16:41:34.725Z | [ recovery-image] Dec 02 16:41:33.949 INFO O| Dec 02 16:41:33.948 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-02T16:41:34.733Z | [ recovery-image] Dec 02 16:41:33.958 INFO O| Dec 02 16:41:33.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5504 | 2024-12-02T16:41:34.733Z | [ recovery-image] Dec 02 16:41:33.958 INFO O| Dec 02 16:41:33.958 INFO STEP 403 (remove_files) COMPLETE |
5505 | 2024-12-02T16:41:34.736Z | [ recovery-image] Dec 02 16:41:33.958 INFO O| Dec 02 16:41:33.958 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-02T16:41:34.742Z | [ recovery-image] Dec 02 16:41:33.968 INFO O| Dec 02 16:41:33.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5507 | 2024-12-02T16:41:34.743Z | [ recovery-image] Dec 02 16:41:33.968 INFO O| Dec 02 16:41:33.968 INFO STEP 404 (remove_files) COMPLETE |
5508 | 2024-12-02T16:41:34.745Z | [ recovery-image] Dec 02 16:41:33.968 INFO O| Dec 02 16:41:33.968 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-02T16:41:34.752Z | [ recovery-image] Dec 02 16:41:33.978 INFO O| Dec 02 16:41:33.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5510 | 2024-12-02T16:41:34.752Z | [ recovery-image] Dec 02 16:41:33.978 INFO O| Dec 02 16:41:33.978 INFO STEP 405 (remove_files) COMPLETE |
5511 | 2024-12-02T16:41:34.755Z | [ recovery-image] Dec 02 16:41:33.978 INFO O| Dec 02 16:41:33.978 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-02T16:41:34.762Z | [ recovery-image] Dec 02 16:41:33.987 INFO O| Dec 02 16:41:33.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5513 | 2024-12-02T16:41:34.762Z | [ recovery-image] Dec 02 16:41:33.987 INFO O| Dec 02 16:41:33.987 INFO STEP 406 (remove_files) COMPLETE |
5514 | 2024-12-02T16:41:34.765Z | [ recovery-image] Dec 02 16:41:33.987 INFO O| Dec 02 16:41:33.987 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-02T16:41:34.771Z | [ recovery-image] Dec 02 16:41:33.997 INFO O| Dec 02 16:41:33.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5516 | 2024-12-02T16:41:34.771Z | [ recovery-image] Dec 02 16:41:33.997 INFO O| Dec 02 16:41:33.997 INFO STEP 407 (remove_files) COMPLETE |
5517 | 2024-12-02T16:41:34.774Z | [ recovery-image] Dec 02 16:41:33.997 INFO O| Dec 02 16:41:33.997 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-02T16:41:34.782Z | [ recovery-image] Dec 02 16:41:34.007 INFO O| Dec 02 16:41:34.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5519 | 2024-12-02T16:41:34.782Z | [ recovery-image] Dec 02 16:41:34.007 INFO O| Dec 02 16:41:34.007 INFO STEP 408 (remove_files) COMPLETE |
5520 | 2024-12-02T16:41:34.784Z | [ recovery-image] Dec 02 16:41:34.007 INFO O| Dec 02 16:41:34.007 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-02T16:41:34.795Z | [ recovery-image] Dec 02 16:41:34.020 INFO O| Dec 02 16:41:34.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5522 | 2024-12-02T16:41:34.795Z | [ recovery-image] Dec 02 16:41:34.020 INFO O| Dec 02 16:41:34.020 INFO STEP 409 (remove_files) COMPLETE |
5523 | 2024-12-02T16:41:34.797Z | [ recovery-image] Dec 02 16:41:34.020 INFO O| Dec 02 16:41:34.020 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-02T16:41:34.806Z | [ recovery-image] Dec 02 16:41:34.032 INFO O| Dec 02 16:41:34.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5525 | 2024-12-02T16:41:34.806Z | [ recovery-image] Dec 02 16:41:34.032 INFO O| Dec 02 16:41:34.032 INFO STEP 410 (remove_files) COMPLETE |
5526 | 2024-12-02T16:41:34.809Z | [ recovery-image] Dec 02 16:41:34.032 INFO O| Dec 02 16:41:34.032 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-02T16:41:34.818Z | [ recovery-image] Dec 02 16:41:34.043 INFO O| Dec 02 16:41:34.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5528 | 2024-12-02T16:41:34.818Z | [ recovery-image] Dec 02 16:41:34.043 INFO O| Dec 02 16:41:34.043 INFO STEP 411 (remove_files) COMPLETE |
5529 | 2024-12-02T16:41:34.818Z | [ recovery-image] Dec 02 16:41:34.043 INFO O| Dec 02 16:41:34.043 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-02T16:41:34.828Z | [ recovery-image] Dec 02 16:41:34.053 INFO O| Dec 02 16:41:34.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5531 | 2024-12-02T16:41:34.828Z | [ recovery-image] Dec 02 16:41:34.053 INFO O| Dec 02 16:41:34.053 INFO STEP 412 (remove_files) COMPLETE |
5532 | 2024-12-02T16:41:34.828Z | [ recovery-image] Dec 02 16:41:34.053 INFO O| Dec 02 16:41:34.053 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-02T16:41:34.837Z | [ recovery-image] Dec 02 16:41:34.063 INFO O| Dec 02 16:41:34.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5534 | 2024-12-02T16:41:34.837Z | [ recovery-image] Dec 02 16:41:34.063 INFO O| Dec 02 16:41:34.063 INFO STEP 413 (remove_files) COMPLETE |
5535 | 2024-12-02T16:41:34.840Z | [ recovery-image] Dec 02 16:41:34.063 INFO O| Dec 02 16:41:34.063 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-02T16:41:34.847Z | [ recovery-image] Dec 02 16:41:34.072 INFO O| Dec 02 16:41:34.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5537 | 2024-12-02T16:41:34.847Z | [ recovery-image] Dec 02 16:41:34.072 INFO O| Dec 02 16:41:34.072 INFO STEP 414 (remove_files) COMPLETE |
5538 | 2024-12-02T16:41:34.847Z | [ recovery-image] Dec 02 16:41:34.072 INFO O| Dec 02 16:41:34.072 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-02T16:41:34.859Z | [ recovery-image] Dec 02 16:41:34.084 INFO O| Dec 02 16:41:34.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5540 | 2024-12-02T16:41:34.859Z | [ recovery-image] Dec 02 16:41:34.084 INFO O| Dec 02 16:41:34.084 INFO STEP 415 (remove_files) COMPLETE |
5541 | 2024-12-02T16:41:34.859Z | [ recovery-image] Dec 02 16:41:34.084 INFO O| Dec 02 16:41:34.084 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-02T16:41:34.870Z | [ recovery-image] Dec 02 16:41:34.095 INFO O| Dec 02 16:41:34.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5543 | 2024-12-02T16:41:34.870Z | [ recovery-image] Dec 02 16:41:34.095 INFO O| Dec 02 16:41:34.095 INFO STEP 416 (remove_files) COMPLETE |
5544 | 2024-12-02T16:41:34.872Z | [ recovery-image] Dec 02 16:41:34.095 INFO O| Dec 02 16:41:34.095 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-02T16:41:34.880Z | [ recovery-image] Dec 02 16:41:34.105 INFO O| Dec 02 16:41:34.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5546 | 2024-12-02T16:41:34.880Z | [ recovery-image] Dec 02 16:41:34.105 INFO O| Dec 02 16:41:34.105 INFO STEP 417 (remove_files) COMPLETE |
5547 | 2024-12-02T16:41:34.882Z | [ recovery-image] Dec 02 16:41:34.105 INFO O| Dec 02 16:41:34.105 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-02T16:41:34.889Z | [ recovery-image] Dec 02 16:41:34.115 INFO O| Dec 02 16:41:34.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5549 | 2024-12-02T16:41:34.892Z | [ recovery-image] Dec 02 16:41:34.115 INFO O| Dec 02 16:41:34.115 INFO STEP 418 (remove_files) COMPLETE |
5550 | 2024-12-02T16:41:34.892Z | [ recovery-image] Dec 02 16:41:34.115 INFO O| Dec 02 16:41:34.115 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-02T16:41:34.899Z | [ recovery-image] Dec 02 16:41:34.125 INFO O| Dec 02 16:41:34.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5552 | 2024-12-02T16:41:34.902Z | [ recovery-image] Dec 02 16:41:34.125 INFO O| Dec 02 16:41:34.125 INFO STEP 419 (remove_files) COMPLETE |
5553 | 2024-12-02T16:41:34.902Z | [ recovery-image] Dec 02 16:41:34.125 INFO O| Dec 02 16:41:34.125 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-02T16:41:34.909Z | [ recovery-image] Dec 02 16:41:34.134 INFO O| Dec 02 16:41:34.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5555 | 2024-12-02T16:41:34.911Z | [ recovery-image] Dec 02 16:41:34.134 INFO O| Dec 02 16:41:34.134 INFO STEP 420 (remove_files) COMPLETE |
5556 | 2024-12-02T16:41:34.912Z | [ recovery-image] Dec 02 16:41:34.134 INFO O| Dec 02 16:41:34.134 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-02T16:41:34.919Z | [ recovery-image] Dec 02 16:41:34.144 INFO O| Dec 02 16:41:34.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5558 | 2024-12-02T16:41:34.919Z | [ recovery-image] Dec 02 16:41:34.144 INFO O| Dec 02 16:41:34.144 INFO STEP 421 (remove_files) COMPLETE |
5559 | 2024-12-02T16:41:34.921Z | [ recovery-image] Dec 02 16:41:34.144 INFO O| Dec 02 16:41:34.144 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-02T16:41:34.928Z | [ recovery-image] Dec 02 16:41:34.154 INFO O| Dec 02 16:41:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5561 | 2024-12-02T16:41:34.928Z | [ recovery-image] Dec 02 16:41:34.154 INFO O| Dec 02 16:41:34.154 INFO STEP 422 (remove_files) COMPLETE |
5562 | 2024-12-02T16:41:34.931Z | [ recovery-image] Dec 02 16:41:34.154 INFO O| Dec 02 16:41:34.154 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-02T16:41:34.938Z | [ recovery-image] Dec 02 16:41:34.163 INFO O| Dec 02 16:41:34.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5564 | 2024-12-02T16:41:34.938Z | [ recovery-image] Dec 02 16:41:34.163 INFO O| Dec 02 16:41:34.163 INFO STEP 423 (remove_files) COMPLETE |
5565 | 2024-12-02T16:41:34.938Z | [ recovery-image] Dec 02 16:41:34.163 INFO O| Dec 02 16:41:34.163 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-02T16:41:34.947Z | [ recovery-image] Dec 02 16:41:34.173 INFO O| Dec 02 16:41:34.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5567 | 2024-12-02T16:41:34.949Z | [ recovery-image] Dec 02 16:41:34.173 INFO O| Dec 02 16:41:34.173 INFO STEP 424 (remove_files) COMPLETE |
5568 | 2024-12-02T16:41:34.949Z | [ recovery-image] Dec 02 16:41:34.173 INFO O| Dec 02 16:41:34.173 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-02T16:41:34.957Z | [ recovery-image] Dec 02 16:41:34.183 INFO O| Dec 02 16:41:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5570 | 2024-12-02T16:41:34.957Z | [ recovery-image] Dec 02 16:41:34.183 INFO O| Dec 02 16:41:34.183 INFO STEP 425 (remove_files) COMPLETE |
5571 | 2024-12-02T16:41:34.957Z | [ recovery-image] Dec 02 16:41:34.183 INFO O| Dec 02 16:41:34.183 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-02T16:41:34.967Z | [ recovery-image] Dec 02 16:41:34.192 INFO O| Dec 02 16:41:34.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5573 | 2024-12-02T16:41:34.967Z | [ recovery-image] Dec 02 16:41:34.192 INFO O| Dec 02 16:41:34.192 INFO STEP 426 (remove_files) COMPLETE |
5574 | 2024-12-02T16:41:34.967Z | [ recovery-image] Dec 02 16:41:34.192 INFO O| Dec 02 16:41:34.192 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-02T16:41:34.977Z | [ recovery-image] Dec 02 16:41:34.202 INFO O| Dec 02 16:41:34.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5576 | 2024-12-02T16:41:34.977Z | [ recovery-image] Dec 02 16:41:34.202 INFO O| Dec 02 16:41:34.202 INFO STEP 427 (remove_files) COMPLETE |
5577 | 2024-12-02T16:41:34.979Z | [ recovery-image] Dec 02 16:41:34.202 INFO O| Dec 02 16:41:34.202 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-02T16:41:34.986Z | [ recovery-image] Dec 02 16:41:34.212 INFO O| Dec 02 16:41:34.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5579 | 2024-12-02T16:41:34.986Z | [ recovery-image] Dec 02 16:41:34.212 INFO O| Dec 02 16:41:34.212 INFO STEP 428 (remove_files) COMPLETE |
5580 | 2024-12-02T16:41:34.986Z | [ recovery-image] Dec 02 16:41:34.212 INFO O| Dec 02 16:41:34.212 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-02T16:41:34.996Z | [ recovery-image] Dec 02 16:41:34.221 INFO O| Dec 02 16:41:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5582 | 2024-12-02T16:41:34.996Z | [ recovery-image] Dec 02 16:41:34.221 INFO O| Dec 02 16:41:34.221 INFO STEP 429 (remove_files) COMPLETE |
5583 | 2024-12-02T16:41:34.998Z | [ recovery-image] Dec 02 16:41:34.222 INFO O| Dec 02 16:41:34.221 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-02T16:41:35.006Z | [ recovery-image] Dec 02 16:41:34.231 INFO O| Dec 02 16:41:34.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5585 | 2024-12-02T16:41:35.006Z | [ recovery-image] Dec 02 16:41:34.231 INFO O| Dec 02 16:41:34.231 INFO STEP 430 (remove_files) COMPLETE |
5586 | 2024-12-02T16:41:35.006Z | [ recovery-image] Dec 02 16:41:34.231 INFO O| Dec 02 16:41:34.231 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-02T16:41:35.015Z | [ recovery-image] Dec 02 16:41:34.241 INFO O| Dec 02 16:41:34.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5588 | 2024-12-02T16:41:35.015Z | [ recovery-image] Dec 02 16:41:34.241 INFO O| Dec 02 16:41:34.241 INFO STEP 431 (remove_files) COMPLETE |
5589 | 2024-12-02T16:41:35.019Z | [ recovery-image] Dec 02 16:41:34.241 INFO O| Dec 02 16:41:34.241 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-02T16:41:35.025Z | [ recovery-image] Dec 02 16:41:34.250 INFO O| Dec 02 16:41:34.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5591 | 2024-12-02T16:41:35.025Z | [ recovery-image] Dec 02 16:41:34.250 INFO O| Dec 02 16:41:34.250 INFO STEP 432 (remove_files) COMPLETE |
5592 | 2024-12-02T16:41:35.025Z | [ recovery-image] Dec 02 16:41:34.250 INFO O| Dec 02 16:41:34.250 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-02T16:41:35.034Z | [ recovery-image] Dec 02 16:41:34.260 INFO O| Dec 02 16:41:34.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5594 | 2024-12-02T16:41:35.034Z | [ recovery-image] Dec 02 16:41:34.260 INFO O| Dec 02 16:41:34.260 INFO STEP 433 (remove_files) COMPLETE |
5595 | 2024-12-02T16:41:35.034Z | [ recovery-image] Dec 02 16:41:34.260 INFO O| Dec 02 16:41:34.260 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-02T16:41:35.044Z | [ recovery-image] Dec 02 16:41:34.269 INFO O| Dec 02 16:41:34.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5597 | 2024-12-02T16:41:35.044Z | [ recovery-image] Dec 02 16:41:34.269 INFO O| Dec 02 16:41:34.269 INFO STEP 434 (remove_files) COMPLETE |
5598 | 2024-12-02T16:41:35.044Z | [ recovery-image] Dec 02 16:41:34.270 INFO O| Dec 02 16:41:34.269 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-02T16:41:35.054Z | [ recovery-image] Dec 02 16:41:34.279 INFO O| Dec 02 16:41:34.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5600 | 2024-12-02T16:41:35.054Z | [ recovery-image] Dec 02 16:41:34.279 INFO O| Dec 02 16:41:34.279 INFO STEP 435 (remove_files) COMPLETE |
5601 | 2024-12-02T16:41:35.056Z | [ recovery-image] Dec 02 16:41:34.279 INFO O| Dec 02 16:41:34.279 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-02T16:41:35.063Z | [ recovery-image] Dec 02 16:41:34.289 INFO O| Dec 02 16:41:34.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5603 | 2024-12-02T16:41:35.066Z | [ recovery-image] Dec 02 16:41:34.289 INFO O| Dec 02 16:41:34.289 INFO STEP 436 (remove_files) COMPLETE |
5604 | 2024-12-02T16:41:35.066Z | [ recovery-image] Dec 02 16:41:34.289 INFO O| Dec 02 16:41:34.289 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-02T16:41:35.066Z | [ host-image] Dec 02 16:41:34.291 INFO O| Dec 02 16:41:34.291 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5606 | 2024-12-02T16:41:35.073Z | [ recovery-image] Dec 02 16:41:34.298 INFO O| Dec 02 16:41:34.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5607 | 2024-12-02T16:41:35.073Z | [ recovery-image] Dec 02 16:41:34.298 INFO O| Dec 02 16:41:34.298 INFO STEP 437 (remove_files) COMPLETE |
5608 | 2024-12-02T16:41:35.075Z | [ recovery-image] Dec 02 16:41:34.298 INFO O| Dec 02 16:41:34.298 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-02T16:41:35.083Z | [ recovery-image] Dec 02 16:41:34.308 INFO O| Dec 02 16:41:34.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5610 | 2024-12-02T16:41:35.086Z | [ recovery-image] Dec 02 16:41:34.308 INFO O| Dec 02 16:41:34.308 INFO STEP 438 (remove_files) COMPLETE |
5611 | 2024-12-02T16:41:35.086Z | [ recovery-image] Dec 02 16:41:34.308 INFO O| Dec 02 16:41:34.308 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-02T16:41:35.093Z | [ recovery-image] Dec 02 16:41:34.318 INFO O| Dec 02 16:41:34.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5613 | 2024-12-02T16:41:35.093Z | [ recovery-image] Dec 02 16:41:34.318 INFO O| Dec 02 16:41:34.318 INFO STEP 439 (remove_files) COMPLETE |
5614 | 2024-12-02T16:41:35.095Z | [ recovery-image] Dec 02 16:41:34.318 INFO O| Dec 02 16:41:34.318 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-02T16:41:35.102Z | [ recovery-image] Dec 02 16:41:34.328 INFO O| Dec 02 16:41:34.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5616 | 2024-12-02T16:41:35.102Z | [ recovery-image] Dec 02 16:41:34.328 INFO O| Dec 02 16:41:34.328 INFO STEP 440 (remove_files) COMPLETE |
5617 | 2024-12-02T16:41:35.105Z | [ recovery-image] Dec 02 16:41:34.328 INFO O| Dec 02 16:41:34.328 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-02T16:41:35.112Z | [ recovery-image] Dec 02 16:41:34.337 INFO O| Dec 02 16:41:34.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5619 | 2024-12-02T16:41:35.112Z | [ recovery-image] Dec 02 16:41:34.338 INFO O| Dec 02 16:41:34.337 INFO STEP 441 (remove_files) COMPLETE |
5620 | 2024-12-02T16:41:35.112Z | [ recovery-image] Dec 02 16:41:34.338 INFO O| Dec 02 16:41:34.337 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-02T16:41:35.122Z | [ recovery-image] Dec 02 16:41:34.347 INFO O| Dec 02 16:41:34.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5622 | 2024-12-02T16:41:35.122Z | [ recovery-image] Dec 02 16:41:34.347 INFO O| Dec 02 16:41:34.347 INFO STEP 442 (remove_files) COMPLETE |
5623 | 2024-12-02T16:41:35.124Z | [ recovery-image] Dec 02 16:41:34.347 INFO O| Dec 02 16:41:34.347 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-02T16:41:35.131Z | [ recovery-image] Dec 02 16:41:34.357 INFO O| Dec 02 16:41:34.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5625 | 2024-12-02T16:41:35.131Z | [ recovery-image] Dec 02 16:41:34.357 INFO O| Dec 02 16:41:34.357 INFO STEP 443 (remove_files) COMPLETE |
5626 | 2024-12-02T16:41:35.131Z | [ recovery-image] Dec 02 16:41:34.357 INFO O| Dec 02 16:41:34.357 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-02T16:41:35.141Z | [ recovery-image] Dec 02 16:41:34.366 INFO O| Dec 02 16:41:34.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5628 | 2024-12-02T16:41:35.141Z | [ recovery-image] Dec 02 16:41:34.366 INFO O| Dec 02 16:41:34.366 INFO STEP 444 (remove_files) COMPLETE |
5629 | 2024-12-02T16:41:35.141Z | [ recovery-image] Dec 02 16:41:34.366 INFO O| Dec 02 16:41:34.366 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-02T16:41:35.151Z | [ recovery-image] Dec 02 16:41:34.376 INFO O| Dec 02 16:41:34.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5631 | 2024-12-02T16:41:35.151Z | [ recovery-image] Dec 02 16:41:34.376 INFO O| Dec 02 16:41:34.376 INFO STEP 445 (remove_files) COMPLETE |
5632 | 2024-12-02T16:41:35.154Z | [ recovery-image] Dec 02 16:41:34.376 INFO O| Dec 02 16:41:34.376 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-02T16:41:35.161Z | [ recovery-image] Dec 02 16:41:34.386 INFO O| Dec 02 16:41:34.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5634 | 2024-12-02T16:41:35.161Z | [ recovery-image] Dec 02 16:41:34.386 INFO O| Dec 02 16:41:34.386 INFO STEP 446 (remove_files) COMPLETE |
5635 | 2024-12-02T16:41:35.163Z | [ recovery-image] Dec 02 16:41:34.387 INFO O| Dec 02 16:41:34.386 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-02T16:41:35.171Z | [ recovery-image] Dec 02 16:41:34.396 INFO O| Dec 02 16:41:34.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5637 | 2024-12-02T16:41:35.174Z | [ recovery-image] Dec 02 16:41:34.396 INFO O| Dec 02 16:41:34.396 INFO STEP 447 (remove_files) COMPLETE |
5638 | 2024-12-02T16:41:35.174Z | [ recovery-image] Dec 02 16:41:34.396 INFO O| Dec 02 16:41:34.396 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-02T16:41:35.181Z | [ recovery-image] Dec 02 16:41:34.406 INFO O| Dec 02 16:41:34.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5640 | 2024-12-02T16:41:35.181Z | [ recovery-image] Dec 02 16:41:34.406 INFO O| Dec 02 16:41:34.406 INFO STEP 448 (remove_files) COMPLETE |
5641 | 2024-12-02T16:41:35.181Z | [ recovery-image] Dec 02 16:41:34.406 INFO O| Dec 02 16:41:34.406 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-02T16:41:35.190Z | [ recovery-image] Dec 02 16:41:34.416 INFO O| Dec 02 16:41:34.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5643 | 2024-12-02T16:41:35.190Z | [ recovery-image] Dec 02 16:41:34.416 INFO O| Dec 02 16:41:34.416 INFO STEP 449 (remove_files) COMPLETE |
5644 | 2024-12-02T16:41:35.193Z | [ recovery-image] Dec 02 16:41:34.416 INFO O| Dec 02 16:41:34.416 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-02T16:41:35.200Z | [ recovery-image] Dec 02 16:41:34.425 INFO O| Dec 02 16:41:34.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5646 | 2024-12-02T16:41:35.200Z | [ recovery-image] Dec 02 16:41:34.425 INFO O| Dec 02 16:41:34.425 INFO STEP 450 (remove_files) COMPLETE |
5647 | 2024-12-02T16:41:35.202Z | [ recovery-image] Dec 02 16:41:34.425 INFO O| Dec 02 16:41:34.425 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-02T16:41:35.211Z | [ recovery-image] Dec 02 16:41:34.435 INFO O| Dec 02 16:41:34.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5649 | 2024-12-02T16:41:35.211Z | [ recovery-image] Dec 02 16:41:34.435 INFO O| Dec 02 16:41:34.435 INFO STEP 451 (remove_files) COMPLETE |
5650 | 2024-12-02T16:41:35.214Z | [ recovery-image] Dec 02 16:41:34.435 INFO O| Dec 02 16:41:34.435 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-02T16:41:35.219Z | [ recovery-image] Dec 02 16:41:34.445 INFO O| Dec 02 16:41:34.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5652 | 2024-12-02T16:41:35.222Z | [ recovery-image] Dec 02 16:41:34.445 INFO O| Dec 02 16:41:34.445 INFO STEP 452 (remove_files) COMPLETE |
5653 | 2024-12-02T16:41:35.222Z | [ recovery-image] Dec 02 16:41:34.445 INFO O| Dec 02 16:41:34.445 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-02T16:41:35.230Z | [ recovery-image] Dec 02 16:41:34.456 INFO O| Dec 02 16:41:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5655 | 2024-12-02T16:41:35.231Z | [ recovery-image] Dec 02 16:41:34.456 INFO O| Dec 02 16:41:34.456 INFO STEP 453 (remove_files) COMPLETE |
5656 | 2024-12-02T16:41:35.231Z | [ recovery-image] Dec 02 16:41:34.456 INFO O| Dec 02 16:41:34.456 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-02T16:41:35.240Z | [ recovery-image] Dec 02 16:41:34.466 INFO O| Dec 02 16:41:34.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5658 | 2024-12-02T16:41:35.241Z | [ recovery-image] Dec 02 16:41:34.466 INFO O| Dec 02 16:41:34.466 INFO STEP 454 (remove_files) COMPLETE |
5659 | 2024-12-02T16:41:35.241Z | [ recovery-image] Dec 02 16:41:34.466 INFO O| Dec 02 16:41:34.466 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-02T16:41:35.250Z | [ recovery-image] Dec 02 16:41:34.476 INFO O| Dec 02 16:41:34.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5661 | 2024-12-02T16:41:35.250Z | [ recovery-image] Dec 02 16:41:34.476 INFO O| Dec 02 16:41:34.476 INFO STEP 455 (remove_files) COMPLETE |
5662 | 2024-12-02T16:41:35.250Z | [ recovery-image] Dec 02 16:41:34.476 INFO O| Dec 02 16:41:34.476 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-02T16:41:35.260Z | [ recovery-image] Dec 02 16:41:34.485 INFO O| Dec 02 16:41:34.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5664 | 2024-12-02T16:41:35.260Z | [ recovery-image] Dec 02 16:41:34.485 INFO O| Dec 02 16:41:34.485 INFO STEP 456 (remove_files) COMPLETE |
5665 | 2024-12-02T16:41:35.260Z | [ recovery-image] Dec 02 16:41:34.485 INFO O| Dec 02 16:41:34.485 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-02T16:41:35.269Z | [ recovery-image] Dec 02 16:41:34.495 INFO O| Dec 02 16:41:34.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5667 | 2024-12-02T16:41:35.272Z | [ recovery-image] Dec 02 16:41:34.495 INFO O| Dec 02 16:41:34.495 INFO STEP 457 (remove_files) COMPLETE |
5668 | 2024-12-02T16:41:35.272Z | [ recovery-image] Dec 02 16:41:34.495 INFO O| Dec 02 16:41:34.495 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-02T16:41:35.279Z | [ recovery-image] Dec 02 16:41:34.504 INFO O| Dec 02 16:41:34.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5670 | 2024-12-02T16:41:35.279Z | [ recovery-image] Dec 02 16:41:34.505 INFO O| Dec 02 16:41:34.504 INFO STEP 458 (remove_files) COMPLETE |
5671 | 2024-12-02T16:41:35.279Z | [ recovery-image] Dec 02 16:41:34.505 INFO O| Dec 02 16:41:34.505 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-02T16:41:35.289Z | [ recovery-image] Dec 02 16:41:34.514 INFO O| Dec 02 16:41:34.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5673 | 2024-12-02T16:41:35.289Z | [ recovery-image] Dec 02 16:41:34.514 INFO O| Dec 02 16:41:34.514 INFO STEP 459 (remove_files) COMPLETE |
5674 | 2024-12-02T16:41:35.289Z | [ recovery-image] Dec 02 16:41:34.514 INFO O| Dec 02 16:41:34.514 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-02T16:41:35.298Z | [ recovery-image] Dec 02 16:41:34.523 INFO O| Dec 02 16:41:34.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5676 | 2024-12-02T16:41:35.301Z | [ recovery-image] Dec 02 16:41:34.523 INFO O| Dec 02 16:41:34.523 INFO STEP 460 (remove_files) COMPLETE |
5677 | 2024-12-02T16:41:35.301Z | [ recovery-image] Dec 02 16:41:34.523 INFO O| Dec 02 16:41:34.523 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-02T16:41:35.308Z | [ recovery-image] Dec 02 16:41:34.533 INFO O| Dec 02 16:41:34.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5679 | 2024-12-02T16:41:35.308Z | [ recovery-image] Dec 02 16:41:34.533 INFO O| Dec 02 16:41:34.533 INFO STEP 461 (remove_files) COMPLETE |
5680 | 2024-12-02T16:41:35.311Z | [ recovery-image] Dec 02 16:41:34.533 INFO O| Dec 02 16:41:34.533 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-02T16:41:35.319Z | [ recovery-image] Dec 02 16:41:34.544 INFO O| Dec 02 16:41:34.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5682 | 2024-12-02T16:41:35.319Z | [ recovery-image] Dec 02 16:41:34.544 INFO O| Dec 02 16:41:34.544 INFO STEP 462 (remove_files) COMPLETE |
5683 | 2024-12-02T16:41:35.321Z | [ recovery-image] Dec 02 16:41:34.544 INFO O| Dec 02 16:41:34.544 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-02T16:41:35.328Z | [ recovery-image] Dec 02 16:41:34.554 INFO O| Dec 02 16:41:34.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5685 | 2024-12-02T16:41:35.328Z | [ recovery-image] Dec 02 16:41:34.554 INFO O| Dec 02 16:41:34.554 INFO STEP 463 (remove_files) COMPLETE |
5686 | 2024-12-02T16:41:35.331Z | [ recovery-image] Dec 02 16:41:34.554 INFO O| Dec 02 16:41:34.554 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-02T16:41:35.340Z | [ recovery-image] Dec 02 16:41:34.563 INFO O| Dec 02 16:41:34.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5688 | 2024-12-02T16:41:35.340Z | [ recovery-image] Dec 02 16:41:34.564 INFO O| Dec 02 16:41:34.563 INFO STEP 464 (remove_files) COMPLETE |
5689 | 2024-12-02T16:41:35.340Z | [ recovery-image] Dec 02 16:41:34.564 INFO O| Dec 02 16:41:34.563 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-02T16:41:35.348Z | [ recovery-image] Dec 02 16:41:34.573 INFO O| Dec 02 16:41:34.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5691 | 2024-12-02T16:41:35.348Z | [ recovery-image] Dec 02 16:41:34.573 INFO O| Dec 02 16:41:34.573 INFO STEP 465 (remove_files) COMPLETE |
5692 | 2024-12-02T16:41:35.350Z | [ recovery-image] Dec 02 16:41:34.573 INFO O| Dec 02 16:41:34.573 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-02T16:41:35.357Z | [ recovery-image] Dec 02 16:41:34.583 INFO O| Dec 02 16:41:34.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5694 | 2024-12-02T16:41:35.357Z | [ recovery-image] Dec 02 16:41:34.583 INFO O| Dec 02 16:41:34.583 INFO STEP 466 (remove_files) COMPLETE |
5695 | 2024-12-02T16:41:35.359Z | [ recovery-image] Dec 02 16:41:34.583 INFO O| Dec 02 16:41:34.583 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-02T16:41:35.367Z | [ recovery-image] Dec 02 16:41:34.592 INFO O| Dec 02 16:41:34.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5697 | 2024-12-02T16:41:35.369Z | [ recovery-image] Dec 02 16:41:34.592 INFO O| Dec 02 16:41:34.592 INFO STEP 467 (remove_files) COMPLETE |
5698 | 2024-12-02T16:41:35.369Z | [ recovery-image] Dec 02 16:41:34.592 INFO O| Dec 02 16:41:34.592 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-02T16:41:35.377Z | [ recovery-image] Dec 02 16:41:34.602 INFO O| Dec 02 16:41:34.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5700 | 2024-12-02T16:41:35.380Z | [ recovery-image] Dec 02 16:41:34.602 INFO O| Dec 02 16:41:34.602 INFO STEP 468 (remove_files) COMPLETE |
5701 | 2024-12-02T16:41:35.380Z | [ recovery-image] Dec 02 16:41:34.602 INFO O| Dec 02 16:41:34.602 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-02T16:41:35.386Z | [ recovery-image] Dec 02 16:41:34.612 INFO O| Dec 02 16:41:34.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5703 | 2024-12-02T16:41:35.386Z | [ recovery-image] Dec 02 16:41:34.612 INFO O| Dec 02 16:41:34.612 INFO STEP 469 (remove_files) COMPLETE |
5704 | 2024-12-02T16:41:35.386Z | [ recovery-image] Dec 02 16:41:34.612 INFO O| Dec 02 16:41:34.612 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-02T16:41:35.417Z | [ recovery-image] Dec 02 16:41:34.642 INFO O| Dec 02 16:41:34.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5706 | 2024-12-02T16:41:35.420Z | [ recovery-image] Dec 02 16:41:34.643 INFO O| Dec 02 16:41:34.643 INFO STEP 470 (remove_files) COMPLETE |
5707 | 2024-12-02T16:41:35.420Z | [ recovery-image] Dec 02 16:41:34.643 INFO O| Dec 02 16:41:34.643 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-02T16:41:35.443Z | [ recovery-image] Dec 02 16:41:34.666 INFO O| Dec 02 16:41:34.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5709 | 2024-12-02T16:41:35.443Z | [ recovery-image] Dec 02 16:41:34.666 INFO O| Dec 02 16:41:34.665 INFO STEP 471 (remove_files) COMPLETE |
5710 | 2024-12-02T16:41:35.446Z | [ recovery-image] Dec 02 16:41:34.666 INFO O| Dec 02 16:41:34.665 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-02T16:41:35.457Z | [ recovery-image] Dec 02 16:41:34.682 INFO O| Dec 02 16:41:34.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5712 | 2024-12-02T16:41:35.457Z | [ recovery-image] Dec 02 16:41:34.682 INFO O| Dec 02 16:41:34.682 INFO STEP 472 (remove_files) COMPLETE |
5713 | 2024-12-02T16:41:35.457Z | [ recovery-image] Dec 02 16:41:34.682 INFO O| Dec 02 16:41:34.682 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-02T16:41:35.469Z | [ recovery-image] Dec 02 16:41:34.695 INFO O| Dec 02 16:41:34.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5715 | 2024-12-02T16:41:35.469Z | [ recovery-image] Dec 02 16:41:34.695 INFO O| Dec 02 16:41:34.695 INFO STEP 473 (remove_files) COMPLETE |
5716 | 2024-12-02T16:41:35.470Z | [ recovery-image] Dec 02 16:41:34.695 INFO O| Dec 02 16:41:34.695 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-02T16:41:35.481Z | [ recovery-image] Dec 02 16:41:34.707 INFO O| Dec 02 16:41:34.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5718 | 2024-12-02T16:41:35.481Z | [ recovery-image] Dec 02 16:41:34.707 INFO O| Dec 02 16:41:34.707 INFO STEP 474 (remove_files) COMPLETE |
5719 | 2024-12-02T16:41:35.481Z | [ recovery-image] Dec 02 16:41:34.707 INFO O| Dec 02 16:41:34.707 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-02T16:41:35.493Z | [ recovery-image] Dec 02 16:41:34.718 INFO O| Dec 02 16:41:34.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5721 | 2024-12-02T16:41:35.493Z | [ recovery-image] Dec 02 16:41:34.718 INFO O| Dec 02 16:41:34.718 INFO STEP 475 (remove_files) COMPLETE |
5722 | 2024-12-02T16:41:35.495Z | [ recovery-image] Dec 02 16:41:34.718 INFO O| Dec 02 16:41:34.718 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-12-02T16:41:35.505Z | [ recovery-image] Dec 02 16:41:34.730 INFO O| Dec 02 16:41:34.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5724 | 2024-12-02T16:41:35.505Z | [ recovery-image] Dec 02 16:41:34.730 INFO O| Dec 02 16:41:34.730 INFO STEP 476 (remove_files) COMPLETE |
5725 | 2024-12-02T16:41:35.507Z | [ recovery-image] Dec 02 16:41:34.730 INFO O| Dec 02 16:41:34.730 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-12-02T16:41:35.517Z | [ recovery-image] Dec 02 16:41:34.742 INFO O| Dec 02 16:41:34.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5727 | 2024-12-02T16:41:35.517Z | [ recovery-image] Dec 02 16:41:34.742 INFO O| Dec 02 16:41:34.742 INFO STEP 477 (remove_files) COMPLETE |
5728 | 2024-12-02T16:41:35.520Z | [ recovery-image] Dec 02 16:41:34.742 INFO O| Dec 02 16:41:34.742 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-12-02T16:41:35.531Z | [ recovery-image] Dec 02 16:41:34.756 INFO O| Dec 02 16:41:34.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5730 | 2024-12-02T16:41:35.531Z | [ recovery-image] Dec 02 16:41:34.756 INFO O| Dec 02 16:41:34.756 INFO STEP 478 (remove_files) COMPLETE |
5731 | 2024-12-02T16:41:35.533Z | [ recovery-image] Dec 02 16:41:34.756 INFO O| Dec 02 16:41:34.756 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-02T16:41:35.543Z | [ recovery-image] Dec 02 16:41:34.768 INFO O| Dec 02 16:41:34.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5733 | 2024-12-02T16:41:35.543Z | [ recovery-image] Dec 02 16:41:34.768 INFO O| Dec 02 16:41:34.768 INFO STEP 479 (remove_files) COMPLETE |
5734 | 2024-12-02T16:41:35.543Z | [ recovery-image] Dec 02 16:41:34.768 INFO O| Dec 02 16:41:34.768 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-02T16:41:35.553Z | [ recovery-image] Dec 02 16:41:34.778 INFO O| Dec 02 16:41:34.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5736 | 2024-12-02T16:41:35.553Z | [ recovery-image] Dec 02 16:41:34.779 INFO O| Dec 02 16:41:34.779 INFO STEP 480 (remove_files) COMPLETE |
5737 | 2024-12-02T16:41:35.553Z | [ recovery-image] Dec 02 16:41:34.779 INFO O| Dec 02 16:41:34.779 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-02T16:41:35.565Z | [ recovery-image] Dec 02 16:41:34.790 INFO O| Dec 02 16:41:34.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5739 | 2024-12-02T16:41:35.565Z | [ recovery-image] Dec 02 16:41:34.790 INFO O| Dec 02 16:41:34.790 INFO STEP 481 (remove_files) COMPLETE |
5740 | 2024-12-02T16:41:35.567Z | [ recovery-image] Dec 02 16:41:34.790 INFO O| Dec 02 16:41:34.790 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-02T16:41:35.576Z | [ recovery-image] Dec 02 16:41:34.801 INFO O| Dec 02 16:41:34.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5742 | 2024-12-02T16:41:35.576Z | [ recovery-image] Dec 02 16:41:34.801 INFO O| Dec 02 16:41:34.801 INFO STEP 482 (remove_files) COMPLETE |
5743 | 2024-12-02T16:41:35.578Z | [ recovery-image] Dec 02 16:41:34.801 INFO O| Dec 02 16:41:34.801 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-02T16:41:35.586Z | [ recovery-image] Dec 02 16:41:34.812 INFO O| Dec 02 16:41:34.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5745 | 2024-12-02T16:41:35.589Z | [ recovery-image] Dec 02 16:41:34.812 INFO O| Dec 02 16:41:34.812 INFO STEP 483 (remove_files) COMPLETE |
5746 | 2024-12-02T16:41:35.589Z | [ recovery-image] Dec 02 16:41:34.812 INFO O| Dec 02 16:41:34.812 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-02T16:41:35.597Z | [ recovery-image] Dec 02 16:41:34.822 INFO O| Dec 02 16:41:34.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5748 | 2024-12-02T16:41:35.599Z | [ recovery-image] Dec 02 16:41:34.823 INFO O| Dec 02 16:41:34.823 INFO STEP 484 (remove_files) COMPLETE |
5749 | 2024-12-02T16:41:35.599Z | [ recovery-image] Dec 02 16:41:34.823 INFO O| Dec 02 16:41:34.823 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-02T16:41:35.608Z | [ recovery-image] Dec 02 16:41:34.834 INFO O| Dec 02 16:41:34.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5751 | 2024-12-02T16:41:35.608Z | [ recovery-image] Dec 02 16:41:34.834 INFO O| Dec 02 16:41:34.834 INFO STEP 485 (remove_files) COMPLETE |
5752 | 2024-12-02T16:41:35.611Z | [ recovery-image] Dec 02 16:41:34.834 INFO O| Dec 02 16:41:34.834 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-02T16:41:35.621Z | [ recovery-image] Dec 02 16:41:34.847 INFO O| Dec 02 16:41:34.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5754 | 2024-12-02T16:41:35.621Z | [ recovery-image] Dec 02 16:41:34.847 INFO O| Dec 02 16:41:34.847 INFO STEP 486 (remove_files) COMPLETE |
5755 | 2024-12-02T16:41:35.624Z | [ recovery-image] Dec 02 16:41:34.847 INFO O| Dec 02 16:41:34.847 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-02T16:41:35.635Z | [ recovery-image] Dec 02 16:41:34.859 INFO O| Dec 02 16:41:34.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5757 | 2024-12-02T16:41:35.635Z | [ recovery-image] Dec 02 16:41:34.859 INFO O| Dec 02 16:41:34.859 INFO STEP 487 (remove_files) COMPLETE |
5758 | 2024-12-02T16:41:35.635Z | [ recovery-image] Dec 02 16:41:34.859 INFO O| Dec 02 16:41:34.859 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-02T16:41:35.645Z | [ recovery-image] Dec 02 16:41:34.871 INFO O| Dec 02 16:41:34.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5760 | 2024-12-02T16:41:35.646Z | [ recovery-image] Dec 02 16:41:34.871 INFO O| Dec 02 16:41:34.871 INFO STEP 488 (remove_files) COMPLETE |
5761 | 2024-12-02T16:41:35.648Z | [ recovery-image] Dec 02 16:41:34.871 INFO O| Dec 02 16:41:34.871 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-02T16:41:35.657Z | [ recovery-image] Dec 02 16:41:34.883 INFO O| Dec 02 16:41:34.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5763 | 2024-12-02T16:41:35.657Z | [ recovery-image] Dec 02 16:41:34.883 INFO O| Dec 02 16:41:34.883 INFO STEP 489 (remove_files) COMPLETE |
5764 | 2024-12-02T16:41:35.662Z | [ recovery-image] Dec 02 16:41:34.883 INFO O| Dec 02 16:41:34.883 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-02T16:41:35.667Z | [ recovery-image] Dec 02 16:41:34.893 INFO O| Dec 02 16:41:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5766 | 2024-12-02T16:41:35.667Z | [ recovery-image] Dec 02 16:41:34.893 INFO O| Dec 02 16:41:34.893 INFO STEP 490 (remove_files) COMPLETE |
5767 | 2024-12-02T16:41:35.667Z | [ recovery-image] Dec 02 16:41:34.893 INFO O| Dec 02 16:41:34.893 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-02T16:41:35.679Z | [ recovery-image] Dec 02 16:41:34.904 INFO O| Dec 02 16:41:34.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5769 | 2024-12-02T16:41:35.679Z | [ recovery-image] Dec 02 16:41:34.904 INFO O| Dec 02 16:41:34.904 INFO STEP 491 (remove_files) COMPLETE |
5770 | 2024-12-02T16:41:35.681Z | [ recovery-image] Dec 02 16:41:34.904 INFO O| Dec 02 16:41:34.904 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-02T16:41:35.689Z | [ recovery-image] Dec 02 16:41:34.914 INFO O| Dec 02 16:41:34.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5772 | 2024-12-02T16:41:35.691Z | [ recovery-image] Dec 02 16:41:34.914 INFO O| Dec 02 16:41:34.914 INFO STEP 492 (remove_files) COMPLETE |
5773 | 2024-12-02T16:41:35.691Z | [ recovery-image] Dec 02 16:41:34.914 INFO O| Dec 02 16:41:34.914 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-02T16:41:35.700Z | [ recovery-image] Dec 02 16:41:34.925 INFO O| Dec 02 16:41:34.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5775 | 2024-12-02T16:41:35.703Z | [ recovery-image] Dec 02 16:41:34.925 INFO O| Dec 02 16:41:34.925 INFO STEP 493 (remove_files) COMPLETE |
5776 | 2024-12-02T16:41:35.703Z | [ recovery-image] Dec 02 16:41:34.925 INFO O| Dec 02 16:41:34.925 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-02T16:41:35.709Z | [ recovery-image] Dec 02 16:41:34.935 INFO O| Dec 02 16:41:34.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5778 | 2024-12-02T16:41:35.712Z | [ recovery-image] Dec 02 16:41:34.935 INFO O| Dec 02 16:41:34.935 INFO STEP 494 (remove_files) COMPLETE |
5779 | 2024-12-02T16:41:35.712Z | [ recovery-image] Dec 02 16:41:34.935 INFO O| Dec 02 16:41:34.935 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-02T16:41:35.719Z | [ recovery-image] Dec 02 16:41:34.944 INFO O| Dec 02 16:41:34.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5781 | 2024-12-02T16:41:35.719Z | [ recovery-image] Dec 02 16:41:34.944 INFO O| Dec 02 16:41:34.944 INFO STEP 495 (remove_files) COMPLETE |
5782 | 2024-12-02T16:41:35.719Z | [ recovery-image] Dec 02 16:41:34.944 INFO O| Dec 02 16:41:34.944 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-02T16:41:35.729Z | [ recovery-image] Dec 02 16:41:34.954 INFO O| Dec 02 16:41:34.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5784 | 2024-12-02T16:41:35.729Z | [ recovery-image] Dec 02 16:41:34.954 INFO O| Dec 02 16:41:34.954 INFO STEP 496 (remove_files) COMPLETE |
5785 | 2024-12-02T16:41:35.729Z | [ recovery-image] Dec 02 16:41:34.954 INFO O| Dec 02 16:41:34.954 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-02T16:41:35.738Z | [ recovery-image] Dec 02 16:41:34.964 INFO O| Dec 02 16:41:34.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5787 | 2024-12-02T16:41:35.738Z | [ recovery-image] Dec 02 16:41:34.964 INFO O| Dec 02 16:41:34.964 INFO STEP 497 (remove_files) COMPLETE |
5788 | 2024-12-02T16:41:35.739Z | [ recovery-image] Dec 02 16:41:34.964 INFO O| Dec 02 16:41:34.964 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-02T16:41:35.748Z | [ recovery-image] Dec 02 16:41:34.973 INFO O| Dec 02 16:41:34.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5790 | 2024-12-02T16:41:35.752Z | [ recovery-image] Dec 02 16:41:34.973 INFO O| Dec 02 16:41:34.973 INFO STEP 498 (remove_files) COMPLETE |
5791 | 2024-12-02T16:41:35.752Z | [ recovery-image] Dec 02 16:41:34.973 INFO O| Dec 02 16:41:34.973 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-02T16:41:35.758Z | [ recovery-image] Dec 02 16:41:34.983 INFO O| Dec 02 16:41:34.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5793 | 2024-12-02T16:41:35.762Z | [ recovery-image] Dec 02 16:41:34.983 INFO O| Dec 02 16:41:34.983 INFO STEP 499 (remove_files) COMPLETE |
5794 | 2024-12-02T16:41:35.762Z | [ recovery-image] Dec 02 16:41:34.983 INFO O| Dec 02 16:41:34.983 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-02T16:41:35.767Z | [ recovery-image] Dec 02 16:41:34.993 INFO O| Dec 02 16:41:34.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5796 | 2024-12-02T16:41:35.768Z | [ recovery-image] Dec 02 16:41:34.993 INFO O| Dec 02 16:41:34.993 INFO STEP 500 (remove_files) COMPLETE |
5797 | 2024-12-02T16:41:35.770Z | [ recovery-image] Dec 02 16:41:34.993 INFO O| Dec 02 16:41:34.993 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-02T16:41:35.779Z | [ recovery-image] Dec 02 16:41:35.005 INFO O| Dec 02 16:41:35.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5799 | 2024-12-02T16:41:35.779Z | [ recovery-image] Dec 02 16:41:35.005 INFO O| Dec 02 16:41:35.005 INFO STEP 501 (remove_files) COMPLETE |
5800 | 2024-12-02T16:41:35.780Z | [ recovery-image] Dec 02 16:41:35.005 INFO O| Dec 02 16:41:35.005 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-02T16:41:35.792Z | [ recovery-image] Dec 02 16:41:35.015 INFO O| Dec 02 16:41:35.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5802 | 2024-12-02T16:41:35.792Z | [ recovery-image] Dec 02 16:41:35.015 INFO O| Dec 02 16:41:35.015 INFO STEP 502 (remove_files) COMPLETE |
5803 | 2024-12-02T16:41:35.792Z | [ recovery-image] Dec 02 16:41:35.015 INFO O| Dec 02 16:41:35.015 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-02T16:41:35.800Z | [ recovery-image] Dec 02 16:41:35.026 INFO O| Dec 02 16:41:35.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5805 | 2024-12-02T16:41:35.800Z | [ recovery-image] Dec 02 16:41:35.026 INFO O| Dec 02 16:41:35.026 INFO STEP 503 (remove_files) COMPLETE |
5806 | 2024-12-02T16:41:35.805Z | [ recovery-image] Dec 02 16:41:35.026 INFO O| Dec 02 16:41:35.026 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-02T16:41:35.811Z | [ recovery-image] Dec 02 16:41:35.036 INFO O| Dec 02 16:41:35.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5808 | 2024-12-02T16:41:35.811Z | [ recovery-image] Dec 02 16:41:35.036 INFO O| Dec 02 16:41:35.036 INFO STEP 504 (remove_files) COMPLETE |
5809 | 2024-12-02T16:41:35.811Z | [ recovery-image] Dec 02 16:41:35.036 INFO O| Dec 02 16:41:35.036 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-02T16:41:35.821Z | [ recovery-image] Dec 02 16:41:35.046 INFO O| Dec 02 16:41:35.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5811 | 2024-12-02T16:41:35.821Z | [ recovery-image] Dec 02 16:41:35.046 INFO O| Dec 02 16:41:35.046 INFO STEP 505 (remove_files) COMPLETE |
5812 | 2024-12-02T16:41:35.825Z | [ recovery-image] Dec 02 16:41:35.046 INFO O| Dec 02 16:41:35.046 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-02T16:41:35.833Z | [ recovery-image] Dec 02 16:41:35.056 INFO O| Dec 02 16:41:35.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5814 | 2024-12-02T16:41:35.834Z | [ recovery-image] Dec 02 16:41:35.057 INFO O| Dec 02 16:41:35.057 INFO STEP 506 (remove_files) COMPLETE |
5815 | 2024-12-02T16:41:35.834Z | [ recovery-image] Dec 02 16:41:35.057 INFO O| Dec 02 16:41:35.057 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-02T16:41:35.843Z | [ recovery-image] Dec 02 16:41:35.068 INFO O| Dec 02 16:41:35.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5817 | 2024-12-02T16:41:35.843Z | [ recovery-image] Dec 02 16:41:35.068 INFO O| Dec 02 16:41:35.068 INFO STEP 507 (remove_files) COMPLETE |
5818 | 2024-12-02T16:41:35.843Z | [ recovery-image] Dec 02 16:41:35.068 INFO O| Dec 02 16:41:35.068 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-02T16:41:35.854Z | [ recovery-image] Dec 02 16:41:35.079 INFO O| Dec 02 16:41:35.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5820 | 2024-12-02T16:41:35.854Z | [ recovery-image] Dec 02 16:41:35.079 INFO O| Dec 02 16:41:35.079 INFO STEP 508 (remove_files) COMPLETE |
5821 | 2024-12-02T16:41:35.854Z | [ recovery-image] Dec 02 16:41:35.079 INFO O| Dec 02 16:41:35.079 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-02T16:41:35.864Z | [ recovery-image] Dec 02 16:41:35.089 INFO O| Dec 02 16:41:35.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5823 | 2024-12-02T16:41:35.864Z | [ recovery-image] Dec 02 16:41:35.089 INFO O| Dec 02 16:41:35.089 INFO STEP 509 (remove_files) COMPLETE |
5824 | 2024-12-02T16:41:35.868Z | [ recovery-image] Dec 02 16:41:35.089 INFO O| Dec 02 16:41:35.089 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-02T16:41:35.874Z | [ recovery-image] Dec 02 16:41:35.099 INFO O| Dec 02 16:41:35.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5826 | 2024-12-02T16:41:35.874Z | [ recovery-image] Dec 02 16:41:35.099 INFO O| Dec 02 16:41:35.099 INFO STEP 510 (remove_files) COMPLETE |
5827 | 2024-12-02T16:41:35.876Z | [ recovery-image] Dec 02 16:41:35.099 INFO O| Dec 02 16:41:35.099 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-02T16:41:35.884Z | [ recovery-image] Dec 02 16:41:35.109 INFO O| Dec 02 16:41:35.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5829 | 2024-12-02T16:41:35.884Z | [ recovery-image] Dec 02 16:41:35.109 INFO O| Dec 02 16:41:35.109 INFO STEP 511 (remove_files) COMPLETE |
5830 | 2024-12-02T16:41:35.887Z | [ recovery-image] Dec 02 16:41:35.109 INFO O| Dec 02 16:41:35.109 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-02T16:41:35.895Z | [ recovery-image] Dec 02 16:41:35.119 INFO O| Dec 02 16:41:35.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5832 | 2024-12-02T16:41:35.895Z | [ recovery-image] Dec 02 16:41:35.119 INFO O| Dec 02 16:41:35.119 INFO STEP 512 (remove_files) COMPLETE |
5833 | 2024-12-02T16:41:35.895Z | [ recovery-image] Dec 02 16:41:35.119 INFO O| Dec 02 16:41:35.119 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-02T16:41:35.903Z | [ recovery-image] Dec 02 16:41:35.129 INFO O| Dec 02 16:41:35.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5835 | 2024-12-02T16:41:35.906Z | [ recovery-image] Dec 02 16:41:35.129 INFO O| Dec 02 16:41:35.129 INFO STEP 513 (remove_files) COMPLETE |
5836 | 2024-12-02T16:41:35.906Z | [ recovery-image] Dec 02 16:41:35.129 INFO O| Dec 02 16:41:35.129 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-02T16:41:35.913Z | [ recovery-image] Dec 02 16:41:35.139 INFO O| Dec 02 16:41:35.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5838 | 2024-12-02T16:41:35.916Z | [ recovery-image] Dec 02 16:41:35.139 INFO O| Dec 02 16:41:35.139 INFO STEP 514 (remove_files) COMPLETE |
5839 | 2024-12-02T16:41:35.916Z | [ recovery-image] Dec 02 16:41:35.139 INFO O| Dec 02 16:41:35.139 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-02T16:41:35.923Z | [ recovery-image] Dec 02 16:41:35.148 INFO O| Dec 02 16:41:35.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5841 | 2024-12-02T16:41:35.923Z | [ recovery-image] Dec 02 16:41:35.148 INFO O| Dec 02 16:41:35.148 INFO STEP 515 (remove_files) COMPLETE |
5842 | 2024-12-02T16:41:35.926Z | [ recovery-image] Dec 02 16:41:35.149 INFO O| Dec 02 16:41:35.148 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-02T16:41:35.933Z | [ recovery-image] Dec 02 16:41:35.158 INFO O| Dec 02 16:41:35.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5844 | 2024-12-02T16:41:35.933Z | [ recovery-image] Dec 02 16:41:35.158 INFO O| Dec 02 16:41:35.158 INFO STEP 516 (remove_files) COMPLETE |
5845 | 2024-12-02T16:41:35.935Z | [ recovery-image] Dec 02 16:41:35.158 INFO O| Dec 02 16:41:35.158 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-02T16:41:35.943Z | [ recovery-image] Dec 02 16:41:35.167 INFO O| Dec 02 16:41:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5847 | 2024-12-02T16:41:35.945Z | [ recovery-image] Dec 02 16:41:35.167 INFO O| Dec 02 16:41:35.167 INFO STEP 517 (remove_files) COMPLETE |
5848 | 2024-12-02T16:41:35.945Z | [ recovery-image] Dec 02 16:41:35.167 INFO O| Dec 02 16:41:35.167 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-02T16:41:35.951Z | [ recovery-image] Dec 02 16:41:35.177 INFO O| Dec 02 16:41:35.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5850 | 2024-12-02T16:41:35.951Z | [ recovery-image] Dec 02 16:41:35.177 INFO O| Dec 02 16:41:35.177 INFO STEP 518 (remove_files) COMPLETE |
5851 | 2024-12-02T16:41:35.954Z | [ recovery-image] Dec 02 16:41:35.177 INFO O| Dec 02 16:41:35.177 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-02T16:41:35.961Z | [ recovery-image] Dec 02 16:41:35.186 INFO O| Dec 02 16:41:35.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5853 | 2024-12-02T16:41:35.961Z | [ recovery-image] Dec 02 16:41:35.186 INFO O| Dec 02 16:41:35.186 INFO STEP 519 (remove_files) COMPLETE |
5854 | 2024-12-02T16:41:35.961Z | [ recovery-image] Dec 02 16:41:35.186 INFO O| Dec 02 16:41:35.186 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-02T16:41:35.971Z | [ recovery-image] Dec 02 16:41:35.196 INFO O| Dec 02 16:41:35.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5856 | 2024-12-02T16:41:35.971Z | [ recovery-image] Dec 02 16:41:35.196 INFO O| Dec 02 16:41:35.196 INFO STEP 520 (remove_files) COMPLETE |
5857 | 2024-12-02T16:41:35.974Z | [ recovery-image] Dec 02 16:41:35.196 INFO O| Dec 02 16:41:35.196 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-02T16:41:35.981Z | [ recovery-image] Dec 02 16:41:35.205 INFO O| Dec 02 16:41:35.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5859 | 2024-12-02T16:41:35.981Z | [ recovery-image] Dec 02 16:41:35.205 INFO O| Dec 02 16:41:35.205 INFO STEP 521 (remove_files) COMPLETE |
5860 | 2024-12-02T16:41:35.983Z | [ recovery-image] Dec 02 16:41:35.205 INFO O| Dec 02 16:41:35.205 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-02T16:41:35.989Z | [ recovery-image] Dec 02 16:41:35.214 INFO O| Dec 02 16:41:35.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5862 | 2024-12-02T16:41:35.992Z | [ recovery-image] Dec 02 16:41:35.215 INFO O| Dec 02 16:41:35.215 INFO STEP 522 (remove_files) COMPLETE |
5863 | 2024-12-02T16:41:35.992Z | [ recovery-image] Dec 02 16:41:35.215 INFO O| Dec 02 16:41:35.215 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-02T16:41:35.999Z | [ recovery-image] Dec 02 16:41:35.224 INFO O| Dec 02 16:41:35.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5865 | 2024-12-02T16:41:35.999Z | [ recovery-image] Dec 02 16:41:35.224 INFO O| Dec 02 16:41:35.224 INFO STEP 523 (remove_files) COMPLETE |
5866 | 2024-12-02T16:41:36.002Z | [ recovery-image] Dec 02 16:41:35.224 INFO O| Dec 02 16:41:35.224 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-02T16:41:36.008Z | [ recovery-image] Dec 02 16:41:35.233 INFO O| Dec 02 16:41:35.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5868 | 2024-12-02T16:41:36.008Z | [ recovery-image] Dec 02 16:41:35.233 INFO O| Dec 02 16:41:35.233 INFO STEP 524 (remove_files) COMPLETE |
5869 | 2024-12-02T16:41:36.012Z | [ recovery-image] Dec 02 16:41:35.233 INFO O| Dec 02 16:41:35.233 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-02T16:41:36.017Z | [ recovery-image] Dec 02 16:41:35.243 INFO O| Dec 02 16:41:35.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5871 | 2024-12-02T16:41:36.017Z | [ recovery-image] Dec 02 16:41:35.243 INFO O| Dec 02 16:41:35.243 INFO STEP 525 (remove_files) COMPLETE |
5872 | 2024-12-02T16:41:36.018Z | [ recovery-image] Dec 02 16:41:35.243 INFO O| Dec 02 16:41:35.243 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-02T16:41:36.027Z | [ recovery-image] Dec 02 16:41:35.252 INFO O| Dec 02 16:41:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5874 | 2024-12-02T16:41:36.030Z | [ recovery-image] Dec 02 16:41:35.252 INFO O| Dec 02 16:41:35.252 INFO STEP 526 (remove_files) COMPLETE |
5875 | 2024-12-02T16:41:36.030Z | [ recovery-image] Dec 02 16:41:35.252 INFO O| Dec 02 16:41:35.252 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-02T16:41:36.036Z | [ recovery-image] Dec 02 16:41:35.262 INFO O| Dec 02 16:41:35.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5877 | 2024-12-02T16:41:36.036Z | [ recovery-image] Dec 02 16:41:35.262 INFO O| Dec 02 16:41:35.262 INFO STEP 527 (remove_files) COMPLETE |
5878 | 2024-12-02T16:41:36.036Z | [ recovery-image] Dec 02 16:41:35.262 INFO O| Dec 02 16:41:35.262 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-02T16:41:36.046Z | [ recovery-image] Dec 02 16:41:35.272 INFO O| Dec 02 16:41:35.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5880 | 2024-12-02T16:41:36.049Z | [ recovery-image] Dec 02 16:41:35.272 INFO O| Dec 02 16:41:35.272 INFO STEP 528 (remove_files) COMPLETE |
5881 | 2024-12-02T16:41:36.049Z | [ recovery-image] Dec 02 16:41:35.272 INFO O| Dec 02 16:41:35.272 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-02T16:41:36.056Z | [ recovery-image] Dec 02 16:41:35.281 INFO O| Dec 02 16:41:35.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5883 | 2024-12-02T16:41:36.056Z | [ recovery-image] Dec 02 16:41:35.281 INFO O| Dec 02 16:41:35.281 INFO STEP 529 (remove_files) COMPLETE |
5884 | 2024-12-02T16:41:36.056Z | [ recovery-image] Dec 02 16:41:35.281 INFO O| Dec 02 16:41:35.281 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-02T16:41:36.067Z | [ recovery-image] Dec 02 16:41:35.291 INFO O| Dec 02 16:41:35.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5886 | 2024-12-02T16:41:36.067Z | [ recovery-image] Dec 02 16:41:35.291 INFO O| Dec 02 16:41:35.291 INFO STEP 530 (remove_files) COMPLETE |
5887 | 2024-12-02T16:41:36.067Z | [ recovery-image] Dec 02 16:41:35.291 INFO O| Dec 02 16:41:35.291 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-02T16:41:36.075Z | [ recovery-image] Dec 02 16:41:35.300 INFO O| Dec 02 16:41:35.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5889 | 2024-12-02T16:41:36.075Z | [ recovery-image] Dec 02 16:41:35.300 INFO O| Dec 02 16:41:35.300 INFO STEP 531 (remove_files) COMPLETE |
5890 | 2024-12-02T16:41:36.075Z | [ recovery-image] Dec 02 16:41:35.300 INFO O| Dec 02 16:41:35.300 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-02T16:41:36.084Z | [ recovery-image] Dec 02 16:41:35.309 INFO O| Dec 02 16:41:35.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5892 | 2024-12-02T16:41:36.086Z | [ recovery-image] Dec 02 16:41:35.310 INFO O| Dec 02 16:41:35.309 INFO STEP 532 (remove_files) COMPLETE |
5893 | 2024-12-02T16:41:36.086Z | [ recovery-image] Dec 02 16:41:35.310 INFO O| Dec 02 16:41:35.310 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-02T16:41:36.093Z | [ recovery-image] Dec 02 16:41:35.319 INFO O| Dec 02 16:41:35.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5895 | 2024-12-02T16:41:36.096Z | [ recovery-image] Dec 02 16:41:35.319 INFO O| Dec 02 16:41:35.319 INFO STEP 533 (remove_files) COMPLETE |
5896 | 2024-12-02T16:41:36.096Z | [ recovery-image] Dec 02 16:41:35.319 INFO O| Dec 02 16:41:35.319 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-02T16:41:36.103Z | [ recovery-image] Dec 02 16:41:35.328 INFO O| Dec 02 16:41:35.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5898 | 2024-12-02T16:41:36.105Z | [ recovery-image] Dec 02 16:41:35.328 INFO O| Dec 02 16:41:35.328 INFO STEP 534 (remove_files) COMPLETE |
5899 | 2024-12-02T16:41:36.105Z | [ recovery-image] Dec 02 16:41:35.328 INFO O| Dec 02 16:41:35.328 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-02T16:41:36.113Z | [ recovery-image] Dec 02 16:41:35.338 INFO O| Dec 02 16:41:35.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5901 | 2024-12-02T16:41:36.113Z | [ recovery-image] Dec 02 16:41:35.338 INFO O| Dec 02 16:41:35.338 INFO STEP 535 (remove_files) COMPLETE |
5902 | 2024-12-02T16:41:36.113Z | [ recovery-image] Dec 02 16:41:35.338 INFO O| Dec 02 16:41:35.338 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-02T16:41:36.122Z | [ recovery-image] Dec 02 16:41:35.347 INFO O| Dec 02 16:41:35.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5904 | 2024-12-02T16:41:36.122Z | [ recovery-image] Dec 02 16:41:35.347 INFO O| Dec 02 16:41:35.347 INFO STEP 536 (remove_files) COMPLETE |
5905 | 2024-12-02T16:41:36.122Z | [ recovery-image] Dec 02 16:41:35.347 INFO O| Dec 02 16:41:35.347 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-02T16:41:36.134Z | [ recovery-image] Dec 02 16:41:35.359 INFO O| Dec 02 16:41:35.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5907 | 2024-12-02T16:41:36.134Z | [ recovery-image] Dec 02 16:41:35.359 INFO O| Dec 02 16:41:35.359 INFO STEP 537 (remove_files) COMPLETE |
5908 | 2024-12-02T16:41:36.136Z | [ recovery-image] Dec 02 16:41:35.359 INFO O| Dec 02 16:41:35.359 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-02T16:41:36.144Z | [ recovery-image] Dec 02 16:41:35.369 INFO O| Dec 02 16:41:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5910 | 2024-12-02T16:41:36.144Z | [ recovery-image] Dec 02 16:41:35.369 INFO O| Dec 02 16:41:35.369 INFO STEP 538 (remove_files) COMPLETE |
5911 | 2024-12-02T16:41:36.144Z | [ recovery-image] Dec 02 16:41:35.369 INFO O| Dec 02 16:41:35.369 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-02T16:41:36.154Z | [ recovery-image] Dec 02 16:41:35.379 INFO O| Dec 02 16:41:35.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5913 | 2024-12-02T16:41:36.156Z | [ recovery-image] Dec 02 16:41:35.379 INFO O| Dec 02 16:41:35.379 INFO STEP 539 (remove_files) COMPLETE |
5914 | 2024-12-02T16:41:36.156Z | [ recovery-image] Dec 02 16:41:35.379 INFO O| Dec 02 16:41:35.379 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-02T16:41:36.165Z | [ recovery-image] Dec 02 16:41:35.390 INFO O| Dec 02 16:41:35.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5916 | 2024-12-02T16:41:36.165Z | [ recovery-image] Dec 02 16:41:35.390 INFO O| Dec 02 16:41:35.390 INFO STEP 540 (remove_files) COMPLETE |
5917 | 2024-12-02T16:41:36.165Z | [ recovery-image] Dec 02 16:41:35.390 INFO O| Dec 02 16:41:35.390 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-02T16:41:36.175Z | [ recovery-image] Dec 02 16:41:35.401 INFO O| Dec 02 16:41:35.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5919 | 2024-12-02T16:41:36.175Z | [ recovery-image] Dec 02 16:41:35.401 INFO O| Dec 02 16:41:35.401 INFO STEP 541 (remove_files) COMPLETE |
5920 | 2024-12-02T16:41:36.178Z | [ recovery-image] Dec 02 16:41:35.401 INFO O| Dec 02 16:41:35.401 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-02T16:41:36.186Z | [ recovery-image] Dec 02 16:41:35.411 INFO O| Dec 02 16:41:35.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5922 | 2024-12-02T16:41:36.186Z | [ recovery-image] Dec 02 16:41:35.411 INFO O| Dec 02 16:41:35.411 INFO STEP 542 (remove_files) COMPLETE |
5923 | 2024-12-02T16:41:36.188Z | [ recovery-image] Dec 02 16:41:35.411 INFO O| Dec 02 16:41:35.411 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-02T16:41:36.197Z | [ recovery-image] Dec 02 16:41:35.422 INFO O| Dec 02 16:41:35.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5925 | 2024-12-02T16:41:36.197Z | [ recovery-image] Dec 02 16:41:35.422 INFO O| Dec 02 16:41:35.422 INFO STEP 543 (remove_files) COMPLETE |
5926 | 2024-12-02T16:41:36.201Z | [ recovery-image] Dec 02 16:41:35.422 INFO O| Dec 02 16:41:35.422 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-02T16:41:36.209Z | [ recovery-image] Dec 02 16:41:35.434 INFO O| Dec 02 16:41:35.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5928 | 2024-12-02T16:41:36.209Z | [ recovery-image] Dec 02 16:41:35.434 INFO O| Dec 02 16:41:35.434 INFO STEP 544 (remove_files) COMPLETE |
5929 | 2024-12-02T16:41:36.211Z | [ recovery-image] Dec 02 16:41:35.434 INFO O| Dec 02 16:41:35.434 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-02T16:41:36.221Z | [ recovery-image] Dec 02 16:41:35.445 INFO O| Dec 02 16:41:35.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5931 | 2024-12-02T16:41:36.224Z | [ recovery-image] Dec 02 16:41:35.445 INFO O| Dec 02 16:41:35.445 INFO STEP 545 (remove_files) COMPLETE |
5932 | 2024-12-02T16:41:36.224Z | [ recovery-image] Dec 02 16:41:35.445 INFO O| Dec 02 16:41:35.445 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-02T16:41:36.230Z | [ recovery-image] Dec 02 16:41:35.456 INFO O| Dec 02 16:41:35.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5934 | 2024-12-02T16:41:36.233Z | [ recovery-image] Dec 02 16:41:35.456 INFO O| Dec 02 16:41:35.456 INFO STEP 546 (remove_files) COMPLETE |
5935 | 2024-12-02T16:41:36.233Z | [ recovery-image] Dec 02 16:41:35.456 INFO O| Dec 02 16:41:35.456 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-02T16:41:36.240Z | [ recovery-image] Dec 02 16:41:35.465 INFO O| Dec 02 16:41:35.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5937 | 2024-12-02T16:41:36.242Z | [ recovery-image] Dec 02 16:41:35.466 INFO O| Dec 02 16:41:35.465 INFO STEP 547 (remove_files) COMPLETE |
5938 | 2024-12-02T16:41:36.242Z | [ recovery-image] Dec 02 16:41:35.466 INFO O| Dec 02 16:41:35.466 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-02T16:41:36.250Z | [ recovery-image] Dec 02 16:41:35.475 INFO O| Dec 02 16:41:35.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5940 | 2024-12-02T16:41:36.252Z | [ recovery-image] Dec 02 16:41:35.476 INFO O| Dec 02 16:41:35.476 INFO STEP 548 (remove_files) COMPLETE |
5941 | 2024-12-02T16:41:36.252Z | [ recovery-image] Dec 02 16:41:35.476 INFO O| Dec 02 16:41:35.476 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-02T16:41:36.261Z | [ recovery-image] Dec 02 16:41:35.485 INFO O| Dec 02 16:41:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5943 | 2024-12-02T16:41:36.261Z | [ recovery-image] Dec 02 16:41:35.485 INFO O| Dec 02 16:41:35.485 INFO STEP 549 (remove_files) COMPLETE |
5944 | 2024-12-02T16:41:36.261Z | [ recovery-image] Dec 02 16:41:35.485 INFO O| Dec 02 16:41:35.485 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-02T16:41:36.269Z | [ recovery-image] Dec 02 16:41:35.495 INFO O| Dec 02 16:41:35.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5946 | 2024-12-02T16:41:36.269Z | [ recovery-image] Dec 02 16:41:35.495 INFO O| Dec 02 16:41:35.495 INFO STEP 550 (remove_files) COMPLETE |
5947 | 2024-12-02T16:41:36.272Z | [ recovery-image] Dec 02 16:41:35.495 INFO O| Dec 02 16:41:35.495 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-02T16:41:36.279Z | [ recovery-image] Dec 02 16:41:35.504 INFO O| Dec 02 16:41:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5949 | 2024-12-02T16:41:36.279Z | [ recovery-image] Dec 02 16:41:35.504 INFO O| Dec 02 16:41:35.504 INFO STEP 551 (remove_files) COMPLETE |
5950 | 2024-12-02T16:41:36.281Z | [ recovery-image] Dec 02 16:41:35.504 INFO O| Dec 02 16:41:35.504 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-02T16:41:36.289Z | [ recovery-image] Dec 02 16:41:35.514 INFO O| Dec 02 16:41:35.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5952 | 2024-12-02T16:41:36.289Z | [ recovery-image] Dec 02 16:41:35.514 INFO O| Dec 02 16:41:35.514 INFO STEP 552 (remove_files) COMPLETE |
5953 | 2024-12-02T16:41:36.291Z | [ recovery-image] Dec 02 16:41:35.514 INFO O| Dec 02 16:41:35.514 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-02T16:41:36.298Z | [ recovery-image] Dec 02 16:41:35.524 INFO O| Dec 02 16:41:35.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5955 | 2024-12-02T16:41:36.298Z | [ recovery-image] Dec 02 16:41:35.524 INFO O| Dec 02 16:41:35.524 INFO STEP 553 (remove_files) COMPLETE |
5956 | 2024-12-02T16:41:36.301Z | [ recovery-image] Dec 02 16:41:35.524 INFO O| Dec 02 16:41:35.524 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-02T16:41:36.308Z | [ recovery-image] Dec 02 16:41:35.533 INFO O| Dec 02 16:41:35.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5958 | 2024-12-02T16:41:36.310Z | [ recovery-image] Dec 02 16:41:35.534 INFO O| Dec 02 16:41:35.534 INFO STEP 554 (remove_files) COMPLETE |
5959 | 2024-12-02T16:41:36.310Z | [ recovery-image] Dec 02 16:41:35.534 INFO O| Dec 02 16:41:35.534 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-02T16:41:36.318Z | [ recovery-image] Dec 02 16:41:35.543 INFO O| Dec 02 16:41:35.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5961 | 2024-12-02T16:41:36.318Z | [ recovery-image] Dec 02 16:41:35.543 INFO O| Dec 02 16:41:35.543 INFO STEP 555 (remove_files) COMPLETE |
5962 | 2024-12-02T16:41:36.320Z | [ recovery-image] Dec 02 16:41:35.543 INFO O| Dec 02 16:41:35.543 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-02T16:41:36.327Z | [ recovery-image] Dec 02 16:41:35.553 INFO O| Dec 02 16:41:35.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5964 | 2024-12-02T16:41:36.328Z | [ recovery-image] Dec 02 16:41:35.553 INFO O| Dec 02 16:41:35.553 INFO STEP 556 (remove_files) COMPLETE |
5965 | 2024-12-02T16:41:36.330Z | [ recovery-image] Dec 02 16:41:35.553 INFO O| Dec 02 16:41:35.553 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-02T16:41:36.337Z | [ recovery-image] Dec 02 16:41:35.562 INFO O| Dec 02 16:41:35.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5967 | 2024-12-02T16:41:36.337Z | [ recovery-image] Dec 02 16:41:35.562 INFO O| Dec 02 16:41:35.562 INFO STEP 557 (remove_files) COMPLETE |
5968 | 2024-12-02T16:41:36.340Z | [ recovery-image] Dec 02 16:41:35.562 INFO O| Dec 02 16:41:35.562 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-02T16:41:36.346Z | [ recovery-image] Dec 02 16:41:35.572 INFO O| Dec 02 16:41:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5970 | 2024-12-02T16:41:36.346Z | [ recovery-image] Dec 02 16:41:35.572 INFO O| Dec 02 16:41:35.572 INFO STEP 558 (remove_files) COMPLETE |
5971 | 2024-12-02T16:41:36.349Z | [ recovery-image] Dec 02 16:41:35.572 INFO O| Dec 02 16:41:35.572 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-02T16:41:36.356Z | [ recovery-image] Dec 02 16:41:35.581 INFO O| Dec 02 16:41:35.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5973 | 2024-12-02T16:41:36.356Z | [ recovery-image] Dec 02 16:41:35.581 INFO O| Dec 02 16:41:35.581 INFO STEP 559 (remove_files) COMPLETE |
5974 | 2024-12-02T16:41:36.358Z | [ recovery-image] Dec 02 16:41:35.581 INFO O| Dec 02 16:41:35.581 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-02T16:41:36.365Z | [ recovery-image] Dec 02 16:41:35.591 INFO O| Dec 02 16:41:35.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5976 | 2024-12-02T16:41:36.365Z | [ recovery-image] Dec 02 16:41:35.591 INFO O| Dec 02 16:41:35.591 INFO STEP 560 (remove_files) COMPLETE |
5977 | 2024-12-02T16:41:36.365Z | [ recovery-image] Dec 02 16:41:35.591 INFO O| Dec 02 16:41:35.591 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-02T16:41:36.375Z | [ recovery-image] Dec 02 16:41:35.600 INFO O| Dec 02 16:41:35.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5979 | 2024-12-02T16:41:36.375Z | [ recovery-image] Dec 02 16:41:35.600 INFO O| Dec 02 16:41:35.600 INFO STEP 561 (remove_files) COMPLETE |
5980 | 2024-12-02T16:41:36.377Z | [ recovery-image] Dec 02 16:41:35.600 INFO O| Dec 02 16:41:35.600 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-02T16:41:36.384Z | [ recovery-image] Dec 02 16:41:35.610 INFO O| Dec 02 16:41:35.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5982 | 2024-12-02T16:41:36.387Z | [ recovery-image] Dec 02 16:41:35.610 INFO O| Dec 02 16:41:35.610 INFO STEP 562 (remove_files) COMPLETE |
5983 | 2024-12-02T16:41:36.387Z | [ recovery-image] Dec 02 16:41:35.610 INFO O| Dec 02 16:41:35.610 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-02T16:41:36.394Z | [ recovery-image] Dec 02 16:41:35.619 INFO O| Dec 02 16:41:35.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5985 | 2024-12-02T16:41:36.394Z | [ recovery-image] Dec 02 16:41:35.619 INFO O| Dec 02 16:41:35.619 INFO STEP 563 (remove_files) COMPLETE |
5986 | 2024-12-02T16:41:36.396Z | [ recovery-image] Dec 02 16:41:35.619 INFO O| Dec 02 16:41:35.619 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-02T16:41:36.404Z | [ recovery-image] Dec 02 16:41:35.629 INFO O| Dec 02 16:41:35.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5988 | 2024-12-02T16:41:36.407Z | [ recovery-image] Dec 02 16:41:35.629 INFO O| Dec 02 16:41:35.629 INFO STEP 564 (remove_files) COMPLETE |
5989 | 2024-12-02T16:41:36.407Z | [ recovery-image] Dec 02 16:41:35.629 INFO O| Dec 02 16:41:35.629 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-02T16:41:36.413Z | [ recovery-image] Dec 02 16:41:35.638 INFO O| Dec 02 16:41:35.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5991 | 2024-12-02T16:41:36.415Z | [ recovery-image] Dec 02 16:41:35.638 INFO O| Dec 02 16:41:35.638 INFO STEP 565 (remove_files) COMPLETE |
5992 | 2024-12-02T16:41:36.415Z | [ recovery-image] Dec 02 16:41:35.638 INFO O| Dec 02 16:41:35.638 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-02T16:41:36.423Z | [ recovery-image] Dec 02 16:41:35.648 INFO O| Dec 02 16:41:35.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5994 | 2024-12-02T16:41:36.423Z | [ recovery-image] Dec 02 16:41:35.648 INFO O| Dec 02 16:41:35.648 INFO STEP 566 (remove_files) COMPLETE |
5995 | 2024-12-02T16:41:36.423Z | [ recovery-image] Dec 02 16:41:35.648 INFO O| Dec 02 16:41:35.648 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-02T16:41:36.433Z | [ recovery-image] Dec 02 16:41:35.658 INFO O| Dec 02 16:41:35.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5997 | 2024-12-02T16:41:36.435Z | [ recovery-image] Dec 02 16:41:35.658 INFO O| Dec 02 16:41:35.658 INFO STEP 567 (remove_files) COMPLETE |
5998 | 2024-12-02T16:41:36.435Z | [ recovery-image] Dec 02 16:41:35.658 INFO O| Dec 02 16:41:35.658 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-02T16:41:36.443Z | [ recovery-image] Dec 02 16:41:35.668 INFO O| Dec 02 16:41:35.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6000 | 2024-12-02T16:41:36.443Z | [ recovery-image] Dec 02 16:41:35.668 INFO O| Dec 02 16:41:35.668 INFO STEP 568 (remove_files) COMPLETE |
6001 | 2024-12-02T16:41:36.445Z | [ recovery-image] Dec 02 16:41:35.668 INFO O| Dec 02 16:41:35.668 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-02T16:41:36.454Z | [ recovery-image] Dec 02 16:41:35.679 INFO O| Dec 02 16:41:35.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6003 | 2024-12-02T16:41:36.456Z | [ recovery-image] Dec 02 16:41:35.680 INFO O| Dec 02 16:41:35.680 INFO STEP 569 (remove_files) COMPLETE |
6004 | 2024-12-02T16:41:36.456Z | [ recovery-image] Dec 02 16:41:35.680 INFO O| Dec 02 16:41:35.680 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-02T16:41:36.464Z | [ recovery-image] Dec 02 16:41:35.689 INFO O| Dec 02 16:41:35.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6006 | 2024-12-02T16:41:36.464Z | [ recovery-image] Dec 02 16:41:35.689 INFO O| Dec 02 16:41:35.689 INFO STEP 570 (remove_files) COMPLETE |
6007 | 2024-12-02T16:41:36.466Z | [ recovery-image] Dec 02 16:41:35.689 INFO O| Dec 02 16:41:35.689 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-02T16:41:36.473Z | [ recovery-image] Dec 02 16:41:35.699 INFO O| Dec 02 16:41:35.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6009 | 2024-12-02T16:41:36.473Z | [ recovery-image] Dec 02 16:41:35.699 INFO O| Dec 02 16:41:35.699 INFO STEP 571 (remove_files) COMPLETE |
6010 | 2024-12-02T16:41:36.473Z | [ recovery-image] Dec 02 16:41:35.699 INFO O| Dec 02 16:41:35.699 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-02T16:41:36.484Z | [ recovery-image] Dec 02 16:41:35.709 INFO O| Dec 02 16:41:35.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6012 | 2024-12-02T16:41:36.484Z | [ recovery-image] Dec 02 16:41:35.709 INFO O| Dec 02 16:41:35.709 INFO STEP 572 (remove_files) COMPLETE |
6013 | 2024-12-02T16:41:36.484Z | [ recovery-image] Dec 02 16:41:35.709 INFO O| Dec 02 16:41:35.709 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-02T16:41:36.493Z | [ recovery-image] Dec 02 16:41:35.719 INFO O| Dec 02 16:41:35.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6015 | 2024-12-02T16:41:36.496Z | [ recovery-image] Dec 02 16:41:35.719 INFO O| Dec 02 16:41:35.719 INFO STEP 573 (remove_files) COMPLETE |
6016 | 2024-12-02T16:41:36.496Z | [ recovery-image] Dec 02 16:41:35.719 INFO O| Dec 02 16:41:35.719 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-02T16:41:36.503Z | [ recovery-image] Dec 02 16:41:35.728 INFO O| Dec 02 16:41:35.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6018 | 2024-12-02T16:41:36.503Z | [ recovery-image] Dec 02 16:41:35.728 INFO O| Dec 02 16:41:35.728 INFO STEP 574 (remove_files) COMPLETE |
6019 | 2024-12-02T16:41:36.505Z | [ recovery-image] Dec 02 16:41:35.728 INFO O| Dec 02 16:41:35.728 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-02T16:41:36.512Z | [ recovery-image] Dec 02 16:41:35.738 INFO O| Dec 02 16:41:35.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6021 | 2024-12-02T16:41:36.515Z | [ recovery-image] Dec 02 16:41:35.738 INFO O| Dec 02 16:41:35.738 INFO STEP 575 (remove_files) COMPLETE |
6022 | 2024-12-02T16:41:36.515Z | [ recovery-image] Dec 02 16:41:35.738 INFO O| Dec 02 16:41:35.738 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-02T16:41:36.522Z | [ recovery-image] Dec 02 16:41:35.748 INFO O| Dec 02 16:41:35.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6024 | 2024-12-02T16:41:36.523Z | [ recovery-image] Dec 02 16:41:35.748 INFO O| Dec 02 16:41:35.748 INFO STEP 576 (remove_files) COMPLETE |
6025 | 2024-12-02T16:41:36.523Z | [ recovery-image] Dec 02 16:41:35.748 INFO O| Dec 02 16:41:35.748 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-02T16:41:36.532Z | [ recovery-image] Dec 02 16:41:35.757 INFO O| Dec 02 16:41:35.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6027 | 2024-12-02T16:41:36.532Z | [ recovery-image] Dec 02 16:41:35.757 INFO O| Dec 02 16:41:35.757 INFO STEP 577 (remove_files) COMPLETE |
6028 | 2024-12-02T16:41:36.534Z | [ recovery-image] Dec 02 16:41:35.757 INFO O| Dec 02 16:41:35.757 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-02T16:41:36.543Z | [ recovery-image] Dec 02 16:41:35.768 INFO O| Dec 02 16:41:35.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6030 | 2024-12-02T16:41:36.543Z | [ recovery-image] Dec 02 16:41:35.768 INFO O| Dec 02 16:41:35.768 INFO STEP 578 (remove_files) COMPLETE |
6031 | 2024-12-02T16:41:36.546Z | [ recovery-image] Dec 02 16:41:35.768 INFO O| Dec 02 16:41:35.768 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-02T16:41:36.554Z | [ recovery-image] Dec 02 16:41:35.780 INFO O| Dec 02 16:41:35.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6033 | 2024-12-02T16:41:36.554Z | [ recovery-image] Dec 02 16:41:35.780 INFO O| Dec 02 16:41:35.780 INFO STEP 579 (remove_files) COMPLETE |
6034 | 2024-12-02T16:41:36.557Z | [ recovery-image] Dec 02 16:41:35.780 INFO O| Dec 02 16:41:35.780 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-02T16:41:36.564Z | [ recovery-image] Dec 02 16:41:35.790 INFO O| Dec 02 16:41:35.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6036 | 2024-12-02T16:41:36.564Z | [ recovery-image] Dec 02 16:41:35.790 INFO O| Dec 02 16:41:35.790 INFO STEP 580 (remove_files) COMPLETE |
6037 | 2024-12-02T16:41:36.565Z | [ recovery-image] Dec 02 16:41:35.790 INFO O| Dec 02 16:41:35.790 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-02T16:41:36.575Z | [ recovery-image] Dec 02 16:41:35.800 INFO O| Dec 02 16:41:35.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6039 | 2024-12-02T16:41:36.575Z | [ recovery-image] Dec 02 16:41:35.800 INFO O| Dec 02 16:41:35.800 INFO STEP 581 (remove_files) COMPLETE |
6040 | 2024-12-02T16:41:36.578Z | [ recovery-image] Dec 02 16:41:35.800 INFO O| Dec 02 16:41:35.800 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-02T16:41:36.586Z | [ recovery-image] Dec 02 16:41:35.811 INFO O| Dec 02 16:41:35.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6042 | 2024-12-02T16:41:36.586Z | [ recovery-image] Dec 02 16:41:35.811 INFO O| Dec 02 16:41:35.811 INFO STEP 582 (remove_files) COMPLETE |
6043 | 2024-12-02T16:41:36.586Z | [ recovery-image] Dec 02 16:41:35.811 INFO O| Dec 02 16:41:35.811 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-02T16:41:36.597Z | [ recovery-image] Dec 02 16:41:35.822 INFO O| Dec 02 16:41:35.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6045 | 2024-12-02T16:41:36.597Z | [ recovery-image] Dec 02 16:41:35.822 INFO O| Dec 02 16:41:35.822 INFO STEP 583 (remove_files) COMPLETE |
6046 | 2024-12-02T16:41:36.597Z | [ recovery-image] Dec 02 16:41:35.822 INFO O| Dec 02 16:41:35.822 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-02T16:41:36.607Z | [ recovery-image] Dec 02 16:41:35.833 INFO O| Dec 02 16:41:35.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6048 | 2024-12-02T16:41:36.607Z | [ recovery-image] Dec 02 16:41:35.833 INFO O| Dec 02 16:41:35.833 INFO STEP 584 (remove_files) COMPLETE |
6049 | 2024-12-02T16:41:36.610Z | [ recovery-image] Dec 02 16:41:35.833 INFO O| Dec 02 16:41:35.833 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-02T16:41:36.618Z | [ recovery-image] Dec 02 16:41:35.843 INFO O| Dec 02 16:41:35.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6051 | 2024-12-02T16:41:36.618Z | [ recovery-image] Dec 02 16:41:35.844 INFO O| Dec 02 16:41:35.844 INFO STEP 585 (remove_files) COMPLETE |
6052 | 2024-12-02T16:41:36.618Z | [ recovery-image] Dec 02 16:41:35.844 INFO O| Dec 02 16:41:35.844 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-02T16:41:36.631Z | [ recovery-image] Dec 02 16:41:35.856 INFO O| Dec 02 16:41:35.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6054 | 2024-12-02T16:41:36.631Z | [ recovery-image] Dec 02 16:41:35.856 INFO O| Dec 02 16:41:35.856 INFO STEP 586 (remove_files) COMPLETE |
6055 | 2024-12-02T16:41:36.633Z | [ recovery-image] Dec 02 16:41:35.856 INFO O| Dec 02 16:41:35.856 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-02T16:41:36.643Z | [ recovery-image] Dec 02 16:41:35.868 INFO O| Dec 02 16:41:35.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6057 | 2024-12-02T16:41:36.643Z | [ recovery-image] Dec 02 16:41:35.868 INFO O| Dec 02 16:41:35.868 INFO STEP 587 (remove_files) COMPLETE |
6058 | 2024-12-02T16:41:36.643Z | [ recovery-image] Dec 02 16:41:35.868 INFO O| Dec 02 16:41:35.868 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-02T16:41:36.655Z | [ recovery-image] Dec 02 16:41:35.880 INFO O| Dec 02 16:41:35.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6060 | 2024-12-02T16:41:36.658Z | [ recovery-image] Dec 02 16:41:35.881 INFO O| Dec 02 16:41:35.880 INFO STEP 588 (remove_files) COMPLETE |
6061 | 2024-12-02T16:41:36.658Z | [ recovery-image] Dec 02 16:41:35.881 INFO O| Dec 02 16:41:35.880 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-02T16:41:36.666Z | [ recovery-image] Dec 02 16:41:35.891 INFO O| Dec 02 16:41:35.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6063 | 2024-12-02T16:41:36.668Z | [ recovery-image] Dec 02 16:41:35.891 INFO O| Dec 02 16:41:35.891 INFO STEP 589 (remove_files) COMPLETE |
6064 | 2024-12-02T16:41:36.668Z | [ recovery-image] Dec 02 16:41:35.891 INFO O| Dec 02 16:41:35.891 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-02T16:41:36.676Z | [ recovery-image] Dec 02 16:41:35.901 INFO O| Dec 02 16:41:35.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6066 | 2024-12-02T16:41:36.678Z | [ recovery-image] Dec 02 16:41:35.901 INFO O| Dec 02 16:41:35.901 INFO STEP 590 (remove_files) COMPLETE |
6067 | 2024-12-02T16:41:36.678Z | [ recovery-image] Dec 02 16:41:35.901 INFO O| Dec 02 16:41:35.901 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-02T16:41:36.686Z | [ recovery-image] Dec 02 16:41:35.911 INFO O| Dec 02 16:41:35.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6069 | 2024-12-02T16:41:36.688Z | [ recovery-image] Dec 02 16:41:35.911 INFO O| Dec 02 16:41:35.911 INFO STEP 591 (remove_files) COMPLETE |
6070 | 2024-12-02T16:41:36.688Z | [ recovery-image] Dec 02 16:41:35.911 INFO O| Dec 02 16:41:35.911 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-02T16:41:36.696Z | [ recovery-image] Dec 02 16:41:35.921 INFO O| Dec 02 16:41:35.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6072 | 2024-12-02T16:41:36.696Z | [ recovery-image] Dec 02 16:41:35.921 INFO O| Dec 02 16:41:35.921 INFO STEP 592 (remove_files) COMPLETE |
6073 | 2024-12-02T16:41:36.696Z | [ recovery-image] Dec 02 16:41:35.921 INFO O| Dec 02 16:41:35.921 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-02T16:41:36.705Z | [ recovery-image] Dec 02 16:41:35.930 INFO O| Dec 02 16:41:35.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6075 | 2024-12-02T16:41:36.708Z | [ recovery-image] Dec 02 16:41:35.930 INFO O| Dec 02 16:41:35.930 INFO STEP 593 (remove_files) COMPLETE |
6076 | 2024-12-02T16:41:36.708Z | [ recovery-image] Dec 02 16:41:35.931 INFO O| Dec 02 16:41:35.930 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-02T16:41:36.715Z | [ recovery-image] Dec 02 16:41:35.940 INFO O| Dec 02 16:41:35.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6078 | 2024-12-02T16:41:36.717Z | [ recovery-image] Dec 02 16:41:35.940 INFO O| Dec 02 16:41:35.940 INFO STEP 594 (remove_files) COMPLETE |
6079 | 2024-12-02T16:41:36.718Z | [ recovery-image] Dec 02 16:41:35.940 INFO O| Dec 02 16:41:35.940 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-02T16:41:36.724Z | [ recovery-image] Dec 02 16:41:35.950 INFO O| Dec 02 16:41:35.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6081 | 2024-12-02T16:41:36.727Z | [ recovery-image] Dec 02 16:41:35.950 INFO O| Dec 02 16:41:35.950 INFO STEP 595 (remove_files) COMPLETE |
6082 | 2024-12-02T16:41:36.727Z | [ recovery-image] Dec 02 16:41:35.950 INFO O| Dec 02 16:41:35.950 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-02T16:41:36.734Z | [ recovery-image] Dec 02 16:41:35.959 INFO O| Dec 02 16:41:35.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6084 | 2024-12-02T16:41:36.734Z | [ recovery-image] Dec 02 16:41:35.960 INFO O| Dec 02 16:41:35.960 INFO STEP 596 (remove_files) COMPLETE |
6085 | 2024-12-02T16:41:36.734Z | [ recovery-image] Dec 02 16:41:35.960 INFO O| Dec 02 16:41:35.960 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-02T16:41:36.744Z | [ recovery-image] Dec 02 16:41:35.969 INFO O| Dec 02 16:41:35.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6087 | 2024-12-02T16:41:36.746Z | [ recovery-image] Dec 02 16:41:35.969 INFO O| Dec 02 16:41:35.969 INFO STEP 597 (remove_files) COMPLETE |
6088 | 2024-12-02T16:41:36.746Z | [ recovery-image] Dec 02 16:41:35.969 INFO O| Dec 02 16:41:35.969 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-02T16:41:36.753Z | [ recovery-image] Dec 02 16:41:35.978 INFO O| Dec 02 16:41:35.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6090 | 2024-12-02T16:41:36.753Z | [ recovery-image] Dec 02 16:41:35.978 INFO O| Dec 02 16:41:35.978 INFO STEP 598 (remove_files) COMPLETE |
6091 | 2024-12-02T16:41:36.755Z | [ recovery-image] Dec 02 16:41:35.978 INFO O| Dec 02 16:41:35.978 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-02T16:41:36.763Z | [ recovery-image] Dec 02 16:41:35.988 INFO O| Dec 02 16:41:35.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6093 | 2024-12-02T16:41:36.763Z | [ recovery-image] Dec 02 16:41:35.988 INFO O| Dec 02 16:41:35.988 INFO STEP 599 (remove_files) COMPLETE |
6094 | 2024-12-02T16:41:36.765Z | [ recovery-image] Dec 02 16:41:35.988 INFO O| Dec 02 16:41:35.988 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-02T16:41:36.772Z | [ recovery-image] Dec 02 16:41:35.998 INFO O| Dec 02 16:41:35.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6096 | 2024-12-02T16:41:36.772Z | [ recovery-image] Dec 02 16:41:35.998 INFO O| Dec 02 16:41:35.998 INFO STEP 600 (remove_files) COMPLETE |
6097 | 2024-12-02T16:41:36.775Z | [ recovery-image] Dec 02 16:41:35.998 INFO O| Dec 02 16:41:35.998 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-02T16:41:36.782Z | [ recovery-image] Dec 02 16:41:36.007 INFO O| Dec 02 16:41:36.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6099 | 2024-12-02T16:41:36.782Z | [ recovery-image] Dec 02 16:41:36.008 INFO O| Dec 02 16:41:36.008 INFO STEP 601 (remove_files) COMPLETE |
6100 | 2024-12-02T16:41:36.785Z | [ recovery-image] Dec 02 16:41:36.008 INFO O| Dec 02 16:41:36.008 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-02T16:41:36.792Z | [ recovery-image] Dec 02 16:41:36.017 INFO O| Dec 02 16:41:36.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6102 | 2024-12-02T16:41:36.792Z | [ recovery-image] Dec 02 16:41:36.017 INFO O| Dec 02 16:41:36.017 INFO STEP 602 (remove_files) COMPLETE |
6103 | 2024-12-02T16:41:36.792Z | [ recovery-image] Dec 02 16:41:36.017 INFO O| Dec 02 16:41:36.017 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-02T16:41:36.801Z | [ recovery-image] Dec 02 16:41:36.027 INFO O| Dec 02 16:41:36.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6105 | 2024-12-02T16:41:36.804Z | [ recovery-image] Dec 02 16:41:36.027 INFO O| Dec 02 16:41:36.027 INFO STEP 603 (remove_files) COMPLETE |
6106 | 2024-12-02T16:41:36.804Z | [ recovery-image] Dec 02 16:41:36.027 INFO O| Dec 02 16:41:36.027 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-02T16:41:36.811Z | [ recovery-image] Dec 02 16:41:36.036 INFO O| Dec 02 16:41:36.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6108 | 2024-12-02T16:41:36.811Z | [ recovery-image] Dec 02 16:41:36.036 INFO O| Dec 02 16:41:36.036 INFO STEP 604 (remove_files) COMPLETE |
6109 | 2024-12-02T16:41:36.811Z | [ recovery-image] Dec 02 16:41:36.036 INFO O| Dec 02 16:41:36.036 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-02T16:41:36.821Z | [ recovery-image] Dec 02 16:41:36.046 INFO O| Dec 02 16:41:36.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6111 | 2024-12-02T16:41:36.821Z | [ recovery-image] Dec 02 16:41:36.046 INFO O| Dec 02 16:41:36.046 INFO STEP 605 (remove_files) COMPLETE |
6112 | 2024-12-02T16:41:36.823Z | [ recovery-image] Dec 02 16:41:36.046 INFO O| Dec 02 16:41:36.046 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-02T16:41:36.830Z | [ recovery-image] Dec 02 16:41:36.056 INFO O| Dec 02 16:41:36.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6114 | 2024-12-02T16:41:36.831Z | [ recovery-image] Dec 02 16:41:36.056 INFO O| Dec 02 16:41:36.056 INFO STEP 606 (remove_files) COMPLETE |
6115 | 2024-12-02T16:41:36.833Z | [ recovery-image] Dec 02 16:41:36.056 INFO O| Dec 02 16:41:36.056 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-02T16:41:36.840Z | [ recovery-image] Dec 02 16:41:36.065 INFO O| Dec 02 16:41:36.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6117 | 2024-12-02T16:41:36.840Z | [ recovery-image] Dec 02 16:41:36.065 INFO O| Dec 02 16:41:36.065 INFO STEP 607 (remove_files) COMPLETE |
6118 | 2024-12-02T16:41:36.840Z | [ recovery-image] Dec 02 16:41:36.065 INFO O| Dec 02 16:41:36.065 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-02T16:41:36.850Z | [ recovery-image] Dec 02 16:41:36.075 INFO O| Dec 02 16:41:36.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6120 | 2024-12-02T16:41:36.850Z | [ recovery-image] Dec 02 16:41:36.075 INFO O| Dec 02 16:41:36.075 INFO STEP 608 (remove_files) COMPLETE |
6121 | 2024-12-02T16:41:36.850Z | [ recovery-image] Dec 02 16:41:36.075 INFO O| Dec 02 16:41:36.075 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-02T16:41:36.859Z | [ recovery-image] Dec 02 16:41:36.085 INFO O| Dec 02 16:41:36.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6123 | 2024-12-02T16:41:36.859Z | [ recovery-image] Dec 02 16:41:36.085 INFO O| Dec 02 16:41:36.085 INFO STEP 609 (remove_files) COMPLETE |
6124 | 2024-12-02T16:41:36.859Z | [ recovery-image] Dec 02 16:41:36.085 INFO O| Dec 02 16:41:36.085 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-02T16:41:36.869Z | [ recovery-image] Dec 02 16:41:36.094 INFO O| Dec 02 16:41:36.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6126 | 2024-12-02T16:41:36.869Z | [ recovery-image] Dec 02 16:41:36.094 INFO O| Dec 02 16:41:36.094 INFO STEP 610 (remove_files) COMPLETE |
6127 | 2024-12-02T16:41:36.869Z | [ recovery-image] Dec 02 16:41:36.094 INFO O| Dec 02 16:41:36.094 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-02T16:41:36.879Z | [ recovery-image] Dec 02 16:41:36.104 INFO O| Dec 02 16:41:36.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6129 | 2024-12-02T16:41:36.879Z | [ recovery-image] Dec 02 16:41:36.104 INFO O| Dec 02 16:41:36.104 INFO STEP 611 (remove_files) COMPLETE |
6130 | 2024-12-02T16:41:36.882Z | [ recovery-image] Dec 02 16:41:36.104 INFO O| Dec 02 16:41:36.104 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-02T16:41:36.889Z | [ recovery-image] Dec 02 16:41:36.114 INFO O| Dec 02 16:41:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6132 | 2024-12-02T16:41:36.892Z | [ recovery-image] Dec 02 16:41:36.114 INFO O| Dec 02 16:41:36.114 INFO STEP 612 (remove_files) COMPLETE |
6133 | 2024-12-02T16:41:36.892Z | [ recovery-image] Dec 02 16:41:36.114 INFO O| Dec 02 16:41:36.114 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-02T16:41:36.899Z | [ recovery-image] Dec 02 16:41:36.124 INFO O| Dec 02 16:41:36.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6135 | 2024-12-02T16:41:36.899Z | [ recovery-image] Dec 02 16:41:36.124 INFO O| Dec 02 16:41:36.124 INFO STEP 613 (remove_files) COMPLETE |
6136 | 2024-12-02T16:41:36.902Z | [ recovery-image] Dec 02 16:41:36.124 INFO O| Dec 02 16:41:36.124 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-02T16:41:36.909Z | [ recovery-image] Dec 02 16:41:36.134 INFO O| Dec 02 16:41:36.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6138 | 2024-12-02T16:41:36.909Z | [ recovery-image] Dec 02 16:41:36.134 INFO O| Dec 02 16:41:36.134 INFO STEP 614 (remove_files) COMPLETE |
6139 | 2024-12-02T16:41:36.912Z | [ recovery-image] Dec 02 16:41:36.134 INFO O| Dec 02 16:41:36.134 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-02T16:41:36.919Z | [ recovery-image] Dec 02 16:41:36.144 INFO O| Dec 02 16:41:36.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6141 | 2024-12-02T16:41:36.921Z | [ recovery-image] Dec 02 16:41:36.144 INFO O| Dec 02 16:41:36.144 INFO STEP 615 (remove_files) COMPLETE |
6142 | 2024-12-02T16:41:36.921Z | [ recovery-image] Dec 02 16:41:36.144 INFO O| Dec 02 16:41:36.144 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-02T16:41:36.928Z | [ recovery-image] Dec 02 16:41:36.154 INFO O| Dec 02 16:41:36.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6144 | 2024-12-02T16:41:36.931Z | [ recovery-image] Dec 02 16:41:36.154 INFO O| Dec 02 16:41:36.154 INFO STEP 616 (remove_files) COMPLETE |
6145 | 2024-12-02T16:41:36.931Z | [ recovery-image] Dec 02 16:41:36.154 INFO O| Dec 02 16:41:36.154 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-02T16:41:36.938Z | [ recovery-image] Dec 02 16:41:36.163 INFO O| Dec 02 16:41:36.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6147 | 2024-12-02T16:41:36.938Z | [ recovery-image] Dec 02 16:41:36.163 INFO O| Dec 02 16:41:36.163 INFO STEP 617 (remove_files) COMPLETE |
6148 | 2024-12-02T16:41:36.938Z | [ recovery-image] Dec 02 16:41:36.163 INFO O| Dec 02 16:41:36.163 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-02T16:41:36.947Z | [ recovery-image] Dec 02 16:41:36.173 INFO O| Dec 02 16:41:36.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6150 | 2024-12-02T16:41:36.947Z | [ recovery-image] Dec 02 16:41:36.173 INFO O| Dec 02 16:41:36.173 INFO STEP 618 (remove_files) COMPLETE |
6151 | 2024-12-02T16:41:36.950Z | [ recovery-image] Dec 02 16:41:36.173 INFO O| Dec 02 16:41:36.173 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-02T16:41:36.957Z | [ recovery-image] Dec 02 16:41:36.182 INFO O| Dec 02 16:41:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6153 | 2024-12-02T16:41:36.959Z | [ recovery-image] Dec 02 16:41:36.182 INFO O| Dec 02 16:41:36.182 INFO STEP 619 (remove_files) COMPLETE |
6154 | 2024-12-02T16:41:36.959Z | [ recovery-image] Dec 02 16:41:36.182 INFO O| Dec 02 16:41:36.182 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-02T16:41:36.967Z | [ recovery-image] Dec 02 16:41:36.192 INFO O| Dec 02 16:41:36.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6156 | 2024-12-02T16:41:36.970Z | [ recovery-image] Dec 02 16:41:36.192 INFO O| Dec 02 16:41:36.192 INFO STEP 620 (remove_files) COMPLETE |
6157 | 2024-12-02T16:41:36.970Z | [ recovery-image] Dec 02 16:41:36.192 INFO O| Dec 02 16:41:36.192 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-02T16:41:36.976Z | [ recovery-image] Dec 02 16:41:36.201 INFO O| Dec 02 16:41:36.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6159 | 2024-12-02T16:41:36.976Z | [ recovery-image] Dec 02 16:41:36.201 INFO O| Dec 02 16:41:36.201 INFO STEP 621 (remove_files) COMPLETE |
6160 | 2024-12-02T16:41:36.978Z | [ recovery-image] Dec 02 16:41:36.201 INFO O| Dec 02 16:41:36.201 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-02T16:41:36.985Z | [ recovery-image] Dec 02 16:41:36.210 INFO O| Dec 02 16:41:36.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6162 | 2024-12-02T16:41:36.985Z | [ recovery-image] Dec 02 16:41:36.211 INFO O| Dec 02 16:41:36.211 INFO STEP 622 (remove_files) COMPLETE |
6163 | 2024-12-02T16:41:36.987Z | [ recovery-image] Dec 02 16:41:36.211 INFO O| Dec 02 16:41:36.211 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-02T16:41:36.995Z | [ recovery-image] Dec 02 16:41:36.220 INFO O| Dec 02 16:41:36.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6165 | 2024-12-02T16:41:36.995Z | [ recovery-image] Dec 02 16:41:36.220 INFO O| Dec 02 16:41:36.220 INFO STEP 623 (remove_files) COMPLETE |
6166 | 2024-12-02T16:41:36.997Z | [ recovery-image] Dec 02 16:41:36.220 INFO O| Dec 02 16:41:36.220 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-02T16:41:37.004Z | [ recovery-image] Dec 02 16:41:36.230 INFO O| Dec 02 16:41:36.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6168 | 2024-12-02T16:41:37.007Z | [ recovery-image] Dec 02 16:41:36.230 INFO O| Dec 02 16:41:36.230 INFO STEP 624 (remove_files) COMPLETE |
6169 | 2024-12-02T16:41:37.007Z | [ recovery-image] Dec 02 16:41:36.230 INFO O| Dec 02 16:41:36.230 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-02T16:41:37.014Z | [ recovery-image] Dec 02 16:41:36.240 INFO O| Dec 02 16:41:36.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6171 | 2024-12-02T16:41:37.017Z | [ recovery-image] Dec 02 16:41:36.240 INFO O| Dec 02 16:41:36.240 INFO STEP 625 (remove_files) COMPLETE |
6172 | 2024-12-02T16:41:37.017Z | [ recovery-image] Dec 02 16:41:36.240 INFO O| Dec 02 16:41:36.240 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-02T16:41:37.024Z | [ recovery-image] Dec 02 16:41:36.249 INFO O| Dec 02 16:41:36.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6174 | 2024-12-02T16:41:37.024Z | [ recovery-image] Dec 02 16:41:36.249 INFO O| Dec 02 16:41:36.249 INFO STEP 626 (remove_files) COMPLETE |
6175 | 2024-12-02T16:41:37.027Z | [ recovery-image] Dec 02 16:41:36.249 INFO O| Dec 02 16:41:36.249 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-02T16:41:37.033Z | [ recovery-image] Dec 02 16:41:36.259 INFO O| Dec 02 16:41:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6177 | 2024-12-02T16:41:37.033Z | [ recovery-image] Dec 02 16:41:36.259 INFO O| Dec 02 16:41:36.259 INFO STEP 627 (remove_files) COMPLETE |
6178 | 2024-12-02T16:41:37.038Z | [ recovery-image] Dec 02 16:41:36.259 INFO O| Dec 02 16:41:36.259 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-02T16:41:37.043Z | [ recovery-image] Dec 02 16:41:36.268 INFO O| Dec 02 16:41:36.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6180 | 2024-12-02T16:41:37.043Z | [ recovery-image] Dec 02 16:41:36.268 INFO O| Dec 02 16:41:36.268 INFO STEP 628 (remove_files) COMPLETE |
6181 | 2024-12-02T16:41:37.043Z | [ recovery-image] Dec 02 16:41:36.268 INFO O| Dec 02 16:41:36.268 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-02T16:41:37.052Z | [ recovery-image] Dec 02 16:41:36.278 INFO O| Dec 02 16:41:36.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6183 | 2024-12-02T16:41:37.052Z | [ recovery-image] Dec 02 16:41:36.278 INFO O| Dec 02 16:41:36.278 INFO STEP 629 (remove_files) COMPLETE |
6184 | 2024-12-02T16:41:37.055Z | [ recovery-image] Dec 02 16:41:36.278 INFO O| Dec 02 16:41:36.278 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-02T16:41:37.062Z | [ recovery-image] Dec 02 16:41:36.287 INFO O| Dec 02 16:41:36.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6186 | 2024-12-02T16:41:37.062Z | [ recovery-image] Dec 02 16:41:36.287 INFO O| Dec 02 16:41:36.287 INFO STEP 630 (remove_files) COMPLETE |
6187 | 2024-12-02T16:41:37.064Z | [ recovery-image] Dec 02 16:41:36.287 INFO O| Dec 02 16:41:36.287 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-02T16:41:37.071Z | [ recovery-image] Dec 02 16:41:36.297 INFO O| Dec 02 16:41:36.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6189 | 2024-12-02T16:41:37.071Z | [ recovery-image] Dec 02 16:41:36.297 INFO O| Dec 02 16:41:36.297 INFO STEP 631 (remove_files) COMPLETE |
6190 | 2024-12-02T16:41:37.071Z | [ recovery-image] Dec 02 16:41:36.297 INFO O| Dec 02 16:41:36.297 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-02T16:41:37.081Z | [ recovery-image] Dec 02 16:41:36.306 INFO O| Dec 02 16:41:36.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6192 | 2024-12-02T16:41:37.081Z | [ recovery-image] Dec 02 16:41:36.306 INFO O| Dec 02 16:41:36.306 INFO STEP 632 (remove_files) COMPLETE |
6193 | 2024-12-02T16:41:37.081Z | [ recovery-image] Dec 02 16:41:36.306 INFO O| Dec 02 16:41:36.306 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-02T16:41:37.090Z | [ recovery-image] Dec 02 16:41:36.316 INFO O| Dec 02 16:41:36.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6195 | 2024-12-02T16:41:37.090Z | [ recovery-image] Dec 02 16:41:36.316 INFO O| Dec 02 16:41:36.316 INFO STEP 633 (remove_files) COMPLETE |
6196 | 2024-12-02T16:41:37.093Z | [ recovery-image] Dec 02 16:41:36.316 INFO O| Dec 02 16:41:36.316 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-02T16:41:37.100Z | [ recovery-image] Dec 02 16:41:36.325 INFO O| Dec 02 16:41:36.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6198 | 2024-12-02T16:41:37.100Z | [ recovery-image] Dec 02 16:41:36.325 INFO O| Dec 02 16:41:36.325 INFO STEP 634 (remove_files) COMPLETE |
6199 | 2024-12-02T16:41:37.100Z | [ recovery-image] Dec 02 16:41:36.325 INFO O| Dec 02 16:41:36.325 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-02T16:41:37.109Z | [ recovery-image] Dec 02 16:41:36.334 INFO O| Dec 02 16:41:36.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6201 | 2024-12-02T16:41:37.109Z | [ recovery-image] Dec 02 16:41:36.334 INFO O| Dec 02 16:41:36.334 INFO STEP 635 (remove_files) COMPLETE |
6202 | 2024-12-02T16:41:37.109Z | [ recovery-image] Dec 02 16:41:36.334 INFO O| Dec 02 16:41:36.334 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-02T16:41:37.118Z | [ recovery-image] Dec 02 16:41:36.344 INFO O| Dec 02 16:41:36.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6204 | 2024-12-02T16:41:37.121Z | [ recovery-image] Dec 02 16:41:36.344 INFO O| Dec 02 16:41:36.344 INFO STEP 636 (remove_files) COMPLETE |
6205 | 2024-12-02T16:41:37.121Z | [ recovery-image] Dec 02 16:41:36.344 INFO O| Dec 02 16:41:36.344 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-02T16:41:37.128Z | [ recovery-image] Dec 02 16:41:36.353 INFO O| Dec 02 16:41:36.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6207 | 2024-12-02T16:41:37.128Z | [ recovery-image] Dec 02 16:41:36.353 INFO O| Dec 02 16:41:36.353 INFO STEP 637 (remove_files) COMPLETE |
6208 | 2024-12-02T16:41:37.131Z | [ recovery-image] Dec 02 16:41:36.353 INFO O| Dec 02 16:41:36.353 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-02T16:41:37.134Z | [ host-image] Dec 02 16:41:36.357 INFO O| Dec 02 16:41:36.357 INFO O| Planning: Solver setup ... Done |
6210 | 2024-12-02T16:41:37.137Z | [ host-image] Dec 02 16:41:36.361 INFO O| Dec 02 16:41:36.361 INFO O| Planning: Running solver ... Done |
6211 | 2024-12-02T16:41:37.139Z | [ recovery-image] Dec 02 16:41:36.362 INFO O| Dec 02 16:41:36.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6212 | 2024-12-02T16:41:37.139Z | [ recovery-image] Dec 02 16:41:36.362 INFO O| Dec 02 16:41:36.362 INFO STEP 638 (remove_files) COMPLETE |
6213 | 2024-12-02T16:41:37.139Z | [ recovery-image] Dec 02 16:41:36.362 INFO O| Dec 02 16:41:36.362 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-12-02T16:41:37.147Z | [ recovery-image] Dec 02 16:41:36.372 INFO O| Dec 02 16:41:36.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6215 | 2024-12-02T16:41:37.149Z | [ recovery-image] Dec 02 16:41:36.372 INFO O| Dec 02 16:41:36.372 INFO STEP 639 (remove_files) COMPLETE |
6216 | 2024-12-02T16:41:37.149Z | [ recovery-image] Dec 02 16:41:36.372 INFO O| Dec 02 16:41:36.372 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-12-02T16:41:37.157Z | [ recovery-image] Dec 02 16:41:36.382 INFO O| Dec 02 16:41:36.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6218 | 2024-12-02T16:41:37.159Z | [ recovery-image] Dec 02 16:41:36.382 INFO O| Dec 02 16:41:36.382 INFO STEP 640 (remove_files) COMPLETE |
6219 | 2024-12-02T16:41:37.159Z | [ recovery-image] Dec 02 16:41:36.382 INFO O| Dec 02 16:41:36.382 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-12-02T16:41:37.166Z | [ recovery-image] Dec 02 16:41:36.392 INFO O| Dec 02 16:41:36.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6221 | 2024-12-02T16:41:37.166Z | [ recovery-image] Dec 02 16:41:36.392 INFO O| Dec 02 16:41:36.392 INFO STEP 641 (remove_files) COMPLETE |
6222 | 2024-12-02T16:41:37.169Z | [ recovery-image] Dec 02 16:41:36.392 INFO O| Dec 02 16:41:36.392 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-12-02T16:41:37.176Z | [ recovery-image] Dec 02 16:41:36.401 INFO O| Dec 02 16:41:36.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6224 | 2024-12-02T16:41:37.176Z | [ recovery-image] Dec 02 16:41:36.401 INFO O| Dec 02 16:41:36.401 INFO STEP 642 (remove_files) COMPLETE |
6225 | 2024-12-02T16:41:37.176Z | [ recovery-image] Dec 02 16:41:36.401 INFO O| Dec 02 16:41:36.401 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-12-02T16:41:37.185Z | [ recovery-image] Dec 02 16:41:36.411 INFO O| Dec 02 16:41:36.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6227 | 2024-12-02T16:41:37.186Z | [ recovery-image] Dec 02 16:41:36.411 INFO O| Dec 02 16:41:36.411 INFO STEP 643 (remove_files) COMPLETE |
6228 | 2024-12-02T16:41:37.186Z | [ recovery-image] Dec 02 16:41:36.411 INFO O| Dec 02 16:41:36.411 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-12-02T16:41:37.194Z | [ host-image] Dec 02 16:41:36.419 INFO O| Dec 02 16:41:36.419 INFO O| Planning: Finding local manifests ... Done |
6230 | 2024-12-02T16:41:37.196Z | [ recovery-image] Dec 02 16:41:36.420 INFO O| Dec 02 16:41:36.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6231 | 2024-12-02T16:41:37.196Z | [ recovery-image] Dec 02 16:41:36.420 INFO O| Dec 02 16:41:36.420 INFO STEP 644 (remove_files) COMPLETE |
6232 | 2024-12-02T16:41:37.196Z | [ recovery-image] Dec 02 16:41:36.420 INFO O| Dec 02 16:41:36.420 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-02T16:41:37.196Z | [ host-image] Dec 02 16:41:36.421 INFO O| Dec 02 16:41:36.421 INFO O| Planning: Fetching manifests: 0/6 0% complete |
6234 | 2024-12-02T16:41:37.205Z | [ recovery-image] Dec 02 16:41:36.430 INFO O| Dec 02 16:41:36.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6235 | 2024-12-02T16:41:37.208Z | [ recovery-image] Dec 02 16:41:36.431 INFO O| Dec 02 16:41:36.431 INFO STEP 645 (remove_files) COMPLETE |
6236 | 2024-12-02T16:41:37.208Z | [ recovery-image] Dec 02 16:41:36.431 INFO O| Dec 02 16:41:36.431 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-12-02T16:41:37.215Z | [ recovery-image] Dec 02 16:41:36.440 INFO O| Dec 02 16:41:36.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6238 | 2024-12-02T16:41:37.215Z | [ recovery-image] Dec 02 16:41:36.440 INFO O| Dec 02 16:41:36.440 INFO STEP 646 (remove_files) COMPLETE |
6239 | 2024-12-02T16:41:37.215Z | [ recovery-image] Dec 02 16:41:36.440 INFO O| Dec 02 16:41:36.440 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-12-02T16:41:37.225Z | [ recovery-image] Dec 02 16:41:36.451 INFO O| Dec 02 16:41:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6241 | 2024-12-02T16:41:37.225Z | [ recovery-image] Dec 02 16:41:36.451 INFO O| Dec 02 16:41:36.451 INFO STEP 647 (remove_files) COMPLETE |
6242 | 2024-12-02T16:41:37.225Z | [ recovery-image] Dec 02 16:41:36.451 INFO O| Dec 02 16:41:36.451 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-12-02T16:41:37.235Z | [ recovery-image] Dec 02 16:41:36.460 INFO O| Dec 02 16:41:36.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6244 | 2024-12-02T16:41:37.235Z | [ recovery-image] Dec 02 16:41:36.460 INFO O| Dec 02 16:41:36.460 INFO STEP 648 (remove_files) COMPLETE |
6245 | 2024-12-02T16:41:37.235Z | [ recovery-image] Dec 02 16:41:36.460 INFO O| Dec 02 16:41:36.460 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-12-02T16:41:37.244Z | [ recovery-image] Dec 02 16:41:36.470 INFO O| Dec 02 16:41:36.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6247 | 2024-12-02T16:41:37.244Z | [ recovery-image] Dec 02 16:41:36.470 INFO O| Dec 02 16:41:36.470 INFO STEP 649 (remove_files) COMPLETE |
6248 | 2024-12-02T16:41:37.247Z | [ recovery-image] Dec 02 16:41:36.470 INFO O| Dec 02 16:41:36.470 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-12-02T16:41:37.254Z | [ recovery-image] Dec 02 16:41:36.479 INFO O| Dec 02 16:41:36.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6250 | 2024-12-02T16:41:37.254Z | [ recovery-image] Dec 02 16:41:36.479 INFO O| Dec 02 16:41:36.479 INFO STEP 650 (remove_files) COMPLETE |
6251 | 2024-12-02T16:41:37.254Z | [ recovery-image] Dec 02 16:41:36.479 INFO O| Dec 02 16:41:36.479 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-12-02T16:41:37.264Z | [ recovery-image] Dec 02 16:41:36.489 INFO O| Dec 02 16:41:36.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6253 | 2024-12-02T16:41:37.264Z | [ recovery-image] Dec 02 16:41:36.489 INFO O| Dec 02 16:41:36.489 INFO STEP 651 (remove_files) COMPLETE |
6254 | 2024-12-02T16:41:37.264Z | [ recovery-image] Dec 02 16:41:36.489 INFO O| Dec 02 16:41:36.489 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-12-02T16:41:37.273Z | [ recovery-image] Dec 02 16:41:36.499 INFO O| Dec 02 16:41:36.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6256 | 2024-12-02T16:41:37.276Z | [ recovery-image] Dec 02 16:41:36.499 INFO O| Dec 02 16:41:36.499 INFO STEP 652 (remove_files) COMPLETE |
6257 | 2024-12-02T16:41:37.276Z | [ recovery-image] Dec 02 16:41:36.499 INFO O| Dec 02 16:41:36.499 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-12-02T16:41:37.284Z | [ recovery-image] Dec 02 16:41:36.509 INFO O| Dec 02 16:41:36.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6259 | 2024-12-02T16:41:37.284Z | [ recovery-image] Dec 02 16:41:36.509 INFO O| Dec 02 16:41:36.509 INFO STEP 653 (remove_files) COMPLETE |
6260 | 2024-12-02T16:41:37.284Z | [ recovery-image] Dec 02 16:41:36.509 INFO O| Dec 02 16:41:36.509 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-12-02T16:41:37.293Z | [ recovery-image] Dec 02 16:41:36.519 INFO O| Dec 02 16:41:36.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6262 | 2024-12-02T16:41:37.297Z | [ recovery-image] Dec 02 16:41:36.519 INFO O| Dec 02 16:41:36.519 INFO STEP 654 (remove_files) COMPLETE |
6263 | 2024-12-02T16:41:37.297Z | [ recovery-image] Dec 02 16:41:36.519 INFO O| Dec 02 16:41:36.519 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-12-02T16:41:37.304Z | [ recovery-image] Dec 02 16:41:36.529 INFO O| Dec 02 16:41:36.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6265 | 2024-12-02T16:41:37.307Z | [ recovery-image] Dec 02 16:41:36.529 INFO O| Dec 02 16:41:36.529 INFO STEP 655 (remove_files) COMPLETE |
6266 | 2024-12-02T16:41:37.307Z | [ recovery-image] Dec 02 16:41:36.529 INFO O| Dec 02 16:41:36.529 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-12-02T16:41:37.314Z | [ recovery-image] Dec 02 16:41:36.539 INFO O| Dec 02 16:41:36.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6268 | 2024-12-02T16:41:37.317Z | [ recovery-image] Dec 02 16:41:36.540 INFO O| Dec 02 16:41:36.539 INFO STEP 656 (remove_files) COMPLETE |
6269 | 2024-12-02T16:41:37.317Z | [ recovery-image] Dec 02 16:41:36.540 INFO O| Dec 02 16:41:36.540 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-02T16:41:37.324Z | [ recovery-image] Dec 02 16:41:36.549 INFO O| Dec 02 16:41:36.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6271 | 2024-12-02T16:41:37.324Z | [ recovery-image] Dec 02 16:41:36.549 INFO O| Dec 02 16:41:36.549 INFO STEP 657 (remove_files) COMPLETE |
6272 | 2024-12-02T16:41:37.326Z | [ recovery-image] Dec 02 16:41:36.549 INFO O| Dec 02 16:41:36.549 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-02T16:41:37.334Z | [ recovery-image] Dec 02 16:41:36.559 INFO O| Dec 02 16:41:36.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6274 | 2024-12-02T16:41:37.336Z | [ recovery-image] Dec 02 16:41:36.559 INFO O| Dec 02 16:41:36.559 INFO STEP 658 (remove_files) COMPLETE |
6275 | 2024-12-02T16:41:37.336Z | [ recovery-image] Dec 02 16:41:36.559 INFO O| Dec 02 16:41:36.559 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-02T16:41:37.344Z | [ recovery-image] Dec 02 16:41:36.569 INFO O| Dec 02 16:41:36.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6277 | 2024-12-02T16:41:37.344Z | [ recovery-image] Dec 02 16:41:36.569 INFO O| Dec 02 16:41:36.569 INFO STEP 659 (remove_files) COMPLETE |
6278 | 2024-12-02T16:41:37.344Z | [ recovery-image] Dec 02 16:41:36.569 INFO O| Dec 02 16:41:36.569 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-02T16:41:37.353Z | [ recovery-image] Dec 02 16:41:36.578 INFO O| Dec 02 16:41:36.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6280 | 2024-12-02T16:41:37.353Z | [ recovery-image] Dec 02 16:41:36.578 INFO O| Dec 02 16:41:36.578 INFO STEP 660 (remove_files) COMPLETE |
6281 | 2024-12-02T16:41:37.356Z | [ recovery-image] Dec 02 16:41:36.578 INFO O| Dec 02 16:41:36.578 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-02T16:41:37.359Z | [ host-image] Dec 02 16:41:36.584 INFO O| Dec 02 16:41:36.584 INFO O| Planning: Fetching manifests: 6/6 100% complete |
6283 | 2024-12-02T16:41:37.363Z | [ recovery-image] Dec 02 16:41:36.588 INFO O| Dec 02 16:41:36.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6284 | 2024-12-02T16:41:37.363Z | [ recovery-image] Dec 02 16:41:36.588 INFO O| Dec 02 16:41:36.588 INFO STEP 661 (remove_files) COMPLETE |
6285 | 2024-12-02T16:41:37.366Z | [ recovery-image] Dec 02 16:41:36.588 INFO O| Dec 02 16:41:36.588 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-12-02T16:41:37.373Z | [ recovery-image] Dec 02 16:41:36.598 INFO O| Dec 02 16:41:36.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6287 | 2024-12-02T16:41:37.373Z | [ recovery-image] Dec 02 16:41:36.598 INFO O| Dec 02 16:41:36.598 INFO STEP 662 (remove_files) COMPLETE |
6288 | 2024-12-02T16:41:37.373Z | [ recovery-image] Dec 02 16:41:36.598 INFO O| Dec 02 16:41:36.598 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-12-02T16:41:37.383Z | [ recovery-image] Dec 02 16:41:36.609 INFO O| Dec 02 16:41:36.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6290 | 2024-12-02T16:41:37.384Z | [ recovery-image] Dec 02 16:41:36.609 INFO O| Dec 02 16:41:36.609 INFO STEP 663 (remove_files) COMPLETE |
6291 | 2024-12-02T16:41:37.386Z | [ recovery-image] Dec 02 16:41:36.609 INFO O| Dec 02 16:41:36.609 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-12-02T16:41:37.393Z | [ recovery-image] Dec 02 16:41:36.618 INFO O| Dec 02 16:41:36.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6293 | 2024-12-02T16:41:37.393Z | [ host-image] Dec 02 16:41:36.618 INFO O| Dec 02 16:41:36.618 INFO O| Planning: Package planning ... Done |
6294 | 2024-12-02T16:41:37.393Z | [ recovery-image] Dec 02 16:41:36.618 INFO O| Dec 02 16:41:36.618 INFO STEP 664 (remove_files) COMPLETE |
6295 | 2024-12-02T16:41:37.395Z | [ recovery-image] Dec 02 16:41:36.618 INFO O| Dec 02 16:41:36.618 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-02T16:41:37.403Z | [ recovery-image] Dec 02 16:41:36.628 INFO O| Dec 02 16:41:36.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6297 | 2024-12-02T16:41:37.403Z | [ recovery-image] Dec 02 16:41:36.628 INFO O| Dec 02 16:41:36.628 INFO STEP 665 (remove_files) COMPLETE |
6298 | 2024-12-02T16:41:37.403Z | [ recovery-image] Dec 02 16:41:36.628 INFO O| Dec 02 16:41:36.628 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-12-02T16:41:37.412Z | [ host-image] Dec 02 16:41:36.637 INFO O| Dec 02 16:41:36.637 INFO O| Planning: Merging actions ... Done |
6300 | 2024-12-02T16:41:37.415Z | [ recovery-image] Dec 02 16:41:36.637 INFO O| Dec 02 16:41:36.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6301 | 2024-12-02T16:41:37.415Z | [ recovery-image] Dec 02 16:41:36.638 INFO O| Dec 02 16:41:36.638 INFO STEP 666 (remove_files) COMPLETE |
6302 | 2024-12-02T16:41:37.415Z | [ recovery-image] Dec 02 16:41:36.638 INFO O| Dec 02 16:41:36.638 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-02T16:41:37.422Z | [ recovery-image] Dec 02 16:41:36.647 INFO O| Dec 02 16:41:36.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6304 | 2024-12-02T16:41:37.422Z | [ recovery-image] Dec 02 16:41:36.647 INFO O| Dec 02 16:41:36.647 INFO STEP 667 (remove_files) COMPLETE |
6305 | 2024-12-02T16:41:37.425Z | [ recovery-image] Dec 02 16:41:36.648 INFO O| Dec 02 16:41:36.647 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-02T16:41:37.432Z | [ recovery-image] Dec 02 16:41:36.657 INFO O| Dec 02 16:41:36.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6307 | 2024-12-02T16:41:37.432Z | [ recovery-image] Dec 02 16:41:36.657 INFO O| Dec 02 16:41:36.657 INFO STEP 668 (remove_files) COMPLETE |
6308 | 2024-12-02T16:41:37.432Z | [ recovery-image] Dec 02 16:41:36.657 INFO O| Dec 02 16:41:36.657 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-02T16:41:37.442Z | [ recovery-image] Dec 02 16:41:36.667 INFO O| Dec 02 16:41:36.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6310 | 2024-12-02T16:41:37.442Z | [ recovery-image] Dec 02 16:41:36.667 INFO O| Dec 02 16:41:36.667 INFO STEP 669 (remove_files) COMPLETE |
6311 | 2024-12-02T16:41:37.445Z | [ recovery-image] Dec 02 16:41:36.667 INFO O| Dec 02 16:41:36.667 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-02T16:41:37.453Z | [ recovery-image] Dec 02 16:41:36.677 INFO O| Dec 02 16:41:36.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6313 | 2024-12-02T16:41:37.453Z | [ recovery-image] Dec 02 16:41:36.677 INFO O| Dec 02 16:41:36.677 INFO STEP 670 (remove_files) COMPLETE |
6314 | 2024-12-02T16:41:37.453Z | [ recovery-image] Dec 02 16:41:36.677 INFO O| Dec 02 16:41:36.677 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-02T16:41:37.461Z | [ recovery-image] Dec 02 16:41:36.686 INFO O| Dec 02 16:41:36.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6316 | 2024-12-02T16:41:37.461Z | [ recovery-image] Dec 02 16:41:36.686 INFO O| Dec 02 16:41:36.686 INFO STEP 671 (remove_files) COMPLETE |
6317 | 2024-12-02T16:41:37.464Z | [ recovery-image] Dec 02 16:41:36.686 INFO O| Dec 02 16:41:36.686 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-02T16:41:37.471Z | [ recovery-image] Dec 02 16:41:36.696 INFO O| Dec 02 16:41:36.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6319 | 2024-12-02T16:41:37.471Z | [ recovery-image] Dec 02 16:41:36.696 INFO O| Dec 02 16:41:36.696 INFO STEP 672 (remove_files) COMPLETE |
6320 | 2024-12-02T16:41:37.471Z | [ recovery-image] Dec 02 16:41:36.696 INFO O| Dec 02 16:41:36.696 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-02T16:41:37.480Z | [ recovery-image] Dec 02 16:41:36.705 INFO O| Dec 02 16:41:36.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6322 | 2024-12-02T16:41:37.480Z | [ recovery-image] Dec 02 16:41:36.705 INFO O| Dec 02 16:41:36.705 INFO STEP 673 (remove_files) COMPLETE |
6323 | 2024-12-02T16:41:37.482Z | [ recovery-image] Dec 02 16:41:36.705 INFO O| Dec 02 16:41:36.705 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-02T16:41:37.485Z | [ host-image] Dec 02 16:41:36.708 INFO O| Dec 02 16:41:36.708 INFO O| Planning: Checking for conflicting actions ... Done |
6325 | 2024-12-02T16:41:37.488Z | [ host-image] Dec 02 16:41:36.712 INFO O| Dec 02 16:41:36.712 INFO O| Planning: Consolidating action changes ... Done |
6326 | 2024-12-02T16:41:37.490Z | [ recovery-image] Dec 02 16:41:36.715 INFO O| Dec 02 16:41:36.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6327 | 2024-12-02T16:41:37.490Z | [ recovery-image] Dec 02 16:41:36.715 INFO O| Dec 02 16:41:36.715 INFO STEP 674 (remove_files) COMPLETE |
6328 | 2024-12-02T16:41:37.490Z | [ recovery-image] Dec 02 16:41:36.715 INFO O| Dec 02 16:41:36.715 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-12-02T16:41:37.499Z | [ recovery-image] Dec 02 16:41:36.724 INFO O| Dec 02 16:41:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6330 | 2024-12-02T16:41:37.501Z | [ recovery-image] Dec 02 16:41:36.724 INFO O| Dec 02 16:41:36.724 INFO STEP 675 (remove_files) COMPLETE |
6331 | 2024-12-02T16:41:37.501Z | [ recovery-image] Dec 02 16:41:36.724 INFO O| Dec 02 16:41:36.724 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-12-02T16:41:37.508Z | [ recovery-image] Dec 02 16:41:36.733 INFO O| Dec 02 16:41:36.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6333 | 2024-12-02T16:41:37.508Z | [ recovery-image] Dec 02 16:41:36.733 INFO O| Dec 02 16:41:36.733 INFO STEP 676 (remove_files) COMPLETE |
6334 | 2024-12-02T16:41:37.512Z | [ recovery-image] Dec 02 16:41:36.733 INFO O| Dec 02 16:41:36.733 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-02T16:41:37.523Z | [ recovery-image] Dec 02 16:41:36.743 INFO O| Dec 02 16:41:36.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6336 | 2024-12-02T16:41:37.523Z | [ recovery-image] Dec 02 16:41:36.743 INFO O| Dec 02 16:41:36.743 INFO STEP 677 (remove_files) COMPLETE |
6337 | 2024-12-02T16:41:37.523Z | [ recovery-image] Dec 02 16:41:36.743 INFO O| Dec 02 16:41:36.743 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-02T16:41:37.528Z | [ recovery-image] Dec 02 16:41:36.752 INFO O| Dec 02 16:41:36.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6339 | 2024-12-02T16:41:37.528Z | [ recovery-image] Dec 02 16:41:36.752 INFO O| Dec 02 16:41:36.752 INFO STEP 678 (remove_files) COMPLETE |
6340 | 2024-12-02T16:41:37.531Z | [ recovery-image] Dec 02 16:41:36.752 INFO O| Dec 02 16:41:36.752 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-02T16:41:37.537Z | [ recovery-image] Dec 02 16:41:36.762 INFO O| Dec 02 16:41:36.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6342 | 2024-12-02T16:41:37.537Z | [ recovery-image] Dec 02 16:41:36.762 INFO O| Dec 02 16:41:36.762 INFO STEP 679 (remove_files) COMPLETE |
6343 | 2024-12-02T16:41:37.539Z | [ recovery-image] Dec 02 16:41:36.762 INFO O| Dec 02 16:41:36.762 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-02T16:41:37.546Z | [ recovery-image] Dec 02 16:41:36.771 INFO O| Dec 02 16:41:36.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6345 | 2024-12-02T16:41:37.548Z | [ recovery-image] Dec 02 16:41:36.771 INFO O| Dec 02 16:41:36.771 INFO STEP 680 (remove_files) COMPLETE |
6346 | 2024-12-02T16:41:37.548Z | [ recovery-image] Dec 02 16:41:36.771 INFO O| Dec 02 16:41:36.771 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-02T16:41:37.555Z | [ recovery-image] Dec 02 16:41:36.780 INFO O| Dec 02 16:41:36.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6348 | 2024-12-02T16:41:37.555Z | [ recovery-image] Dec 02 16:41:36.781 INFO O| Dec 02 16:41:36.780 INFO STEP 681 (remove_files) COMPLETE |
6349 | 2024-12-02T16:41:37.558Z | [ recovery-image] Dec 02 16:41:36.781 INFO O| Dec 02 16:41:36.781 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-02T16:41:37.565Z | [ recovery-image] Dec 02 16:41:36.790 INFO O| Dec 02 16:41:36.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6351 | 2024-12-02T16:41:37.565Z | [ recovery-image] Dec 02 16:41:36.791 INFO O| Dec 02 16:41:36.790 INFO STEP 682 (remove_files) COMPLETE |
6352 | 2024-12-02T16:41:37.565Z | [ recovery-image] Dec 02 16:41:36.791 INFO O| Dec 02 16:41:36.791 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-02T16:41:37.575Z | [ recovery-image] Dec 02 16:41:36.800 INFO O| Dec 02 16:41:36.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6354 | 2024-12-02T16:41:37.575Z | [ recovery-image] Dec 02 16:41:36.800 INFO O| Dec 02 16:41:36.800 INFO STEP 683 (remove_files) COMPLETE |
6355 | 2024-12-02T16:41:37.575Z | [ recovery-image] Dec 02 16:41:36.800 INFO O| Dec 02 16:41:36.800 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-02T16:41:37.584Z | [ recovery-image] Dec 02 16:41:36.810 INFO O| Dec 02 16:41:36.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6357 | 2024-12-02T16:41:37.584Z | [ recovery-image] Dec 02 16:41:36.810 INFO O| Dec 02 16:41:36.810 INFO STEP 684 (remove_files) COMPLETE |
6358 | 2024-12-02T16:41:37.587Z | [ recovery-image] Dec 02 16:41:36.810 INFO O| Dec 02 16:41:36.810 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-02T16:41:37.594Z | [ recovery-image] Dec 02 16:41:36.819 INFO O| Dec 02 16:41:36.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6360 | 2024-12-02T16:41:37.594Z | [ recovery-image] Dec 02 16:41:36.819 INFO O| Dec 02 16:41:36.819 INFO STEP 685 (remove_files) COMPLETE |
6361 | 2024-12-02T16:41:37.597Z | [ recovery-image] Dec 02 16:41:36.819 INFO O| Dec 02 16:41:36.819 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-02T16:41:37.603Z | [ recovery-image] Dec 02 16:41:36.829 INFO O| Dec 02 16:41:36.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6363 | 2024-12-02T16:41:37.604Z | [ recovery-image] Dec 02 16:41:36.829 INFO O| Dec 02 16:41:36.829 INFO STEP 686 (remove_files) COMPLETE |
6364 | 2024-12-02T16:41:37.606Z | [ recovery-image] Dec 02 16:41:36.829 INFO O| Dec 02 16:41:36.829 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-02T16:41:37.615Z | [ recovery-image] Dec 02 16:41:36.840 INFO O| Dec 02 16:41:36.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6366 | 2024-12-02T16:41:37.615Z | [ recovery-image] Dec 02 16:41:36.840 INFO O| Dec 02 16:41:36.840 INFO STEP 687 (remove_files) COMPLETE |
6367 | 2024-12-02T16:41:37.618Z | [ recovery-image] Dec 02 16:41:36.840 INFO O| Dec 02 16:41:36.840 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-02T16:41:37.625Z | [ recovery-image] Dec 02 16:41:36.850 INFO O| Dec 02 16:41:36.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6369 | 2024-12-02T16:41:37.628Z | [ recovery-image] Dec 02 16:41:36.850 INFO O| Dec 02 16:41:36.850 INFO STEP 688 (remove_files) COMPLETE |
6370 | 2024-12-02T16:41:37.628Z | [ recovery-image] Dec 02 16:41:36.850 INFO O| Dec 02 16:41:36.850 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-02T16:41:37.635Z | [ recovery-image] Dec 02 16:41:36.861 INFO O| Dec 02 16:41:36.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6372 | 2024-12-02T16:41:37.636Z | [ recovery-image] Dec 02 16:41:36.861 INFO O| Dec 02 16:41:36.861 INFO STEP 689 (remove_files) COMPLETE |
6373 | 2024-12-02T16:41:37.636Z | [ recovery-image] Dec 02 16:41:36.861 INFO O| Dec 02 16:41:36.861 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-02T16:41:37.646Z | [ recovery-image] Dec 02 16:41:36.871 INFO O| Dec 02 16:41:36.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6375 | 2024-12-02T16:41:37.646Z | [ recovery-image] Dec 02 16:41:36.871 INFO O| Dec 02 16:41:36.871 INFO STEP 690 (remove_files) COMPLETE |
6376 | 2024-12-02T16:41:37.646Z | [ recovery-image] Dec 02 16:41:36.871 INFO O| Dec 02 16:41:36.871 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-02T16:41:37.656Z | [ recovery-image] Dec 02 16:41:36.881 INFO O| Dec 02 16:41:36.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6378 | 2024-12-02T16:41:37.656Z | [ recovery-image] Dec 02 16:41:36.881 INFO O| Dec 02 16:41:36.881 INFO STEP 691 (remove_files) COMPLETE |
6379 | 2024-12-02T16:41:37.658Z | [ recovery-image] Dec 02 16:41:36.881 INFO O| Dec 02 16:41:36.881 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-02T16:41:37.666Z | [ recovery-image] Dec 02 16:41:36.891 INFO O| Dec 02 16:41:36.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6381 | 2024-12-02T16:41:37.666Z | [ recovery-image] Dec 02 16:41:36.891 INFO O| Dec 02 16:41:36.891 INFO STEP 692 (remove_files) COMPLETE |
6382 | 2024-12-02T16:41:37.669Z | [ recovery-image] Dec 02 16:41:36.891 INFO O| Dec 02 16:41:36.891 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-02T16:41:37.676Z | [ recovery-image] Dec 02 16:41:36.902 INFO O| Dec 02 16:41:36.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6384 | 2024-12-02T16:41:37.677Z | [ recovery-image] Dec 02 16:41:36.902 INFO O| Dec 02 16:41:36.902 INFO STEP 693 (remove_files) COMPLETE |
6385 | 2024-12-02T16:41:37.679Z | [ recovery-image] Dec 02 16:41:36.902 INFO O| Dec 02 16:41:36.902 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-02T16:41:37.688Z | [ recovery-image] Dec 02 16:41:36.913 INFO O| Dec 02 16:41:36.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6387 | 2024-12-02T16:41:37.688Z | [ recovery-image] Dec 02 16:41:36.913 INFO O| Dec 02 16:41:36.913 INFO STEP 694 (remove_files) COMPLETE |
6388 | 2024-12-02T16:41:37.688Z | [ recovery-image] Dec 02 16:41:36.914 INFO O| Dec 02 16:41:36.913 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-02T16:41:37.699Z | [ recovery-image] Dec 02 16:41:36.924 INFO O| Dec 02 16:41:36.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6390 | 2024-12-02T16:41:37.699Z | [ recovery-image] Dec 02 16:41:36.925 INFO O| Dec 02 16:41:36.925 INFO STEP 695 (remove_files) COMPLETE |
6391 | 2024-12-02T16:41:37.699Z | [ recovery-image] Dec 02 16:41:36.925 INFO O| Dec 02 16:41:36.925 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-02T16:41:37.710Z | [ recovery-image] Dec 02 16:41:36.935 INFO O| Dec 02 16:41:36.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6393 | 2024-12-02T16:41:37.710Z | [ recovery-image] Dec 02 16:41:36.935 INFO O| Dec 02 16:41:36.935 INFO STEP 696 (remove_files) COMPLETE |
6394 | 2024-12-02T16:41:37.714Z | [ recovery-image] Dec 02 16:41:36.935 INFO O| Dec 02 16:41:36.935 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-02T16:41:37.719Z | [ recovery-image] Dec 02 16:41:36.945 INFO O| Dec 02 16:41:36.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6396 | 2024-12-02T16:41:37.720Z | [ recovery-image] Dec 02 16:41:36.945 INFO O| Dec 02 16:41:36.945 INFO STEP 697 (remove_files) COMPLETE |
6397 | 2024-12-02T16:41:37.722Z | [ recovery-image] Dec 02 16:41:36.945 INFO O| Dec 02 16:41:36.945 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-02T16:41:37.729Z | [ recovery-image] Dec 02 16:41:36.954 INFO O| Dec 02 16:41:36.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6399 | 2024-12-02T16:41:37.731Z | [ recovery-image] Dec 02 16:41:36.954 INFO O| Dec 02 16:41:36.954 INFO STEP 698 (remove_files) COMPLETE |
6400 | 2024-12-02T16:41:37.731Z | [ recovery-image] Dec 02 16:41:36.954 INFO O| Dec 02 16:41:36.954 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-02T16:41:37.739Z | [ recovery-image] Dec 02 16:41:36.964 INFO O| Dec 02 16:41:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6402 | 2024-12-02T16:41:37.739Z | [ recovery-image] Dec 02 16:41:36.964 INFO O| Dec 02 16:41:36.964 INFO STEP 699 (remove_files) COMPLETE |
6403 | 2024-12-02T16:41:37.741Z | [ recovery-image] Dec 02 16:41:36.964 INFO O| Dec 02 16:41:36.964 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-02T16:41:37.748Z | [ recovery-image] Dec 02 16:41:36.973 INFO O| Dec 02 16:41:36.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6405 | 2024-12-02T16:41:37.748Z | [ recovery-image] Dec 02 16:41:36.973 INFO O| Dec 02 16:41:36.973 INFO STEP 700 (remove_files) COMPLETE |
6406 | 2024-12-02T16:41:37.751Z | [ recovery-image] Dec 02 16:41:36.973 INFO O| Dec 02 16:41:36.973 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-02T16:41:37.758Z | [ recovery-image] Dec 02 16:41:36.983 INFO O| Dec 02 16:41:36.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6408 | 2024-12-02T16:41:37.758Z | [ recovery-image] Dec 02 16:41:36.983 INFO O| Dec 02 16:41:36.983 INFO STEP 701 (remove_files) COMPLETE |
6409 | 2024-12-02T16:41:37.760Z | [ recovery-image] Dec 02 16:41:36.983 INFO O| Dec 02 16:41:36.983 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-02T16:41:37.767Z | [ recovery-image] Dec 02 16:41:36.993 INFO O| Dec 02 16:41:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6411 | 2024-12-02T16:41:37.767Z | [ recovery-image] Dec 02 16:41:36.993 INFO O| Dec 02 16:41:36.993 INFO STEP 702 (remove_files) COMPLETE |
6412 | 2024-12-02T16:41:37.767Z | [ recovery-image] Dec 02 16:41:36.993 INFO O| Dec 02 16:41:36.993 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-02T16:41:37.770Z | [ host-image] Dec 02 16:41:36.993 INFO O| Dec 02 16:41:36.993 INFO O| Planning: Evaluating mediators ... Done |
6414 | 2024-12-02T16:41:37.773Z | [ host-image] Dec 02 16:41:36.996 INFO O| Dec 02 16:41:36.996 INFO O| Planning: Planning completed in 2.70 seconds |
6415 | 2024-12-02T16:41:37.773Z | [ host-image] Dec 02 16:41:36.998 INFO O| Dec 02 16:41:36.998 INFO O| Packages to install: 6 |
6416 | 2024-12-02T16:41:37.773Z | [ host-image] Dec 02 16:41:36.998 INFO O| Dec 02 16:41:36.998 INFO O| Mediators to change: 1 |
6417 | 2024-12-02T16:41:37.773Z | [ host-image] Dec 02 16:41:36.998 INFO O| Dec 02 16:41:36.998 INFO O| Services to change: 1 |
6418 | 2024-12-02T16:41:37.778Z | [ recovery-image] Dec 02 16:41:37.003 INFO O| Dec 02 16:41:37.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6419 | 2024-12-02T16:41:37.781Z | [ recovery-image] Dec 02 16:41:37.003 INFO O| Dec 02 16:41:37.003 INFO STEP 703 (remove_files) COMPLETE |
6420 | 2024-12-02T16:41:37.781Z | [ recovery-image] Dec 02 16:41:37.003 INFO O| Dec 02 16:41:37.003 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-02T16:41:37.785Z | [ host-image] Dec 02 16:41:37.011 INFO O| Dec 02 16:41:37.011 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6422 | 2024-12-02T16:41:37.788Z | [ recovery-image] Dec 02 16:41:37.014 INFO O| Dec 02 16:41:37.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6423 | 2024-12-02T16:41:37.791Z | [ recovery-image] Dec 02 16:41:37.014 INFO O| Dec 02 16:41:37.014 INFO STEP 704 (remove_files) COMPLETE |
6424 | 2024-12-02T16:41:37.791Z | [ recovery-image] Dec 02 16:41:37.014 INFO O| Dec 02 16:41:37.014 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-02T16:41:37.799Z | [ recovery-image] Dec 02 16:41:37.024 INFO O| Dec 02 16:41:37.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6426 | 2024-12-02T16:41:37.801Z | [ recovery-image] Dec 02 16:41:37.024 INFO O| Dec 02 16:41:37.024 INFO STEP 705 (remove_files) COMPLETE |
6427 | 2024-12-02T16:41:37.801Z | [ recovery-image] Dec 02 16:41:37.024 INFO O| Dec 02 16:41:37.024 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-02T16:41:37.809Z | [ recovery-image] Dec 02 16:41:37.034 INFO O| Dec 02 16:41:37.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6429 | 2024-12-02T16:41:37.809Z | [ recovery-image] Dec 02 16:41:37.034 INFO O| Dec 02 16:41:37.034 INFO STEP 706 (remove_files) COMPLETE |
6430 | 2024-12-02T16:41:37.811Z | [ recovery-image] Dec 02 16:41:37.034 INFO O| Dec 02 16:41:37.034 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-02T16:41:37.820Z | [ recovery-image] Dec 02 16:41:37.045 INFO O| Dec 02 16:41:37.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6432 | 2024-12-02T16:41:37.820Z | [ recovery-image] Dec 02 16:41:37.045 INFO O| Dec 02 16:41:37.045 INFO STEP 707 (remove_files) COMPLETE |
6433 | 2024-12-02T16:41:37.822Z | [ recovery-image] Dec 02 16:41:37.045 INFO O| Dec 02 16:41:37.045 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-02T16:41:37.830Z | [ recovery-image] Dec 02 16:41:37.055 INFO O| Dec 02 16:41:37.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6435 | 2024-12-02T16:41:37.833Z | [ recovery-image] Dec 02 16:41:37.055 INFO O| Dec 02 16:41:37.055 INFO STEP 708 (remove_files) COMPLETE |
6436 | 2024-12-02T16:41:37.833Z | [ recovery-image] Dec 02 16:41:37.055 INFO O| Dec 02 16:41:37.055 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-12-02T16:41:37.840Z | [ recovery-image] Dec 02 16:41:37.065 INFO O| Dec 02 16:41:37.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6438 | 2024-12-02T16:41:37.840Z | [ recovery-image] Dec 02 16:41:37.065 INFO O| Dec 02 16:41:37.065 INFO STEP 709 (remove_files) COMPLETE |
6439 | 2024-12-02T16:41:37.840Z | [ recovery-image] Dec 02 16:41:37.065 INFO O| Dec 02 16:41:37.065 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-12-02T16:41:37.851Z | [ recovery-image] Dec 02 16:41:37.076 INFO O| Dec 02 16:41:37.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6441 | 2024-12-02T16:41:37.851Z | [ recovery-image] Dec 02 16:41:37.076 INFO O| Dec 02 16:41:37.076 INFO STEP 710 (remove_files) COMPLETE |
6442 | 2024-12-02T16:41:37.853Z | [ recovery-image] Dec 02 16:41:37.076 INFO O| Dec 02 16:41:37.076 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-12-02T16:41:37.861Z | [ recovery-image] Dec 02 16:41:37.086 INFO O| Dec 02 16:41:37.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6444 | 2024-12-02T16:41:37.863Z | [ recovery-image] Dec 02 16:41:37.086 INFO O| Dec 02 16:41:37.086 INFO STEP 711 (remove_files) COMPLETE |
6445 | 2024-12-02T16:41:37.863Z | [ recovery-image] Dec 02 16:41:37.086 INFO O| Dec 02 16:41:37.086 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-12-02T16:41:37.870Z | [ recovery-image] Dec 02 16:41:37.096 INFO O| Dec 02 16:41:37.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6447 | 2024-12-02T16:41:37.871Z | [ recovery-image] Dec 02 16:41:37.096 INFO O| Dec 02 16:41:37.096 INFO STEP 712 (remove_files) COMPLETE |
6448 | 2024-12-02T16:41:37.871Z | [ recovery-image] Dec 02 16:41:37.096 INFO O| Dec 02 16:41:37.096 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-12-02T16:41:37.880Z | [ recovery-image] Dec 02 16:41:37.105 INFO O| Dec 02 16:41:37.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6450 | 2024-12-02T16:41:37.880Z | [ recovery-image] Dec 02 16:41:37.105 INFO O| Dec 02 16:41:37.105 INFO STEP 713 (remove_files) COMPLETE |
6451 | 2024-12-02T16:41:37.880Z | [ recovery-image] Dec 02 16:41:37.105 INFO O| Dec 02 16:41:37.105 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-12-02T16:41:37.889Z | [ recovery-image] Dec 02 16:41:37.115 INFO O| Dec 02 16:41:37.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6453 | 2024-12-02T16:41:37.890Z | [ recovery-image] Dec 02 16:41:37.115 INFO O| Dec 02 16:41:37.115 INFO STEP 714 (remove_files) COMPLETE |
6454 | 2024-12-02T16:41:37.892Z | [ recovery-image] Dec 02 16:41:37.115 INFO O| Dec 02 16:41:37.115 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-12-02T16:41:37.899Z | [ recovery-image] Dec 02 16:41:37.124 INFO O| Dec 02 16:41:37.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6456 | 2024-12-02T16:41:37.899Z | [ recovery-image] Dec 02 16:41:37.124 INFO O| Dec 02 16:41:37.124 INFO STEP 715 (remove_files) COMPLETE |
6457 | 2024-12-02T16:41:37.901Z | [ recovery-image] Dec 02 16:41:37.124 INFO O| Dec 02 16:41:37.124 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-12-02T16:41:37.908Z | [ recovery-image] Dec 02 16:41:37.134 INFO O| Dec 02 16:41:37.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6459 | 2024-12-02T16:41:37.908Z | [ recovery-image] Dec 02 16:41:37.134 INFO O| Dec 02 16:41:37.134 INFO STEP 716 (remove_files) COMPLETE |
6460 | 2024-12-02T16:41:37.911Z | [ recovery-image] Dec 02 16:41:37.134 INFO O| Dec 02 16:41:37.134 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-12-02T16:41:37.918Z | [ recovery-image] Dec 02 16:41:37.143 INFO O| Dec 02 16:41:37.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6462 | 2024-12-02T16:41:37.918Z | [ recovery-image] Dec 02 16:41:37.143 INFO O| Dec 02 16:41:37.143 INFO STEP 717 (remove_files) COMPLETE |
6463 | 2024-12-02T16:41:37.920Z | [ recovery-image] Dec 02 16:41:37.143 INFO O| Dec 02 16:41:37.143 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-12-02T16:41:37.927Z | [ recovery-image] Dec 02 16:41:37.153 INFO O| Dec 02 16:41:37.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6465 | 2024-12-02T16:41:37.927Z | [ recovery-image] Dec 02 16:41:37.153 INFO O| Dec 02 16:41:37.153 INFO STEP 718 (remove_files) COMPLETE |
6466 | 2024-12-02T16:41:37.930Z | [ recovery-image] Dec 02 16:41:37.153 INFO O| Dec 02 16:41:37.153 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-12-02T16:41:37.937Z | [ recovery-image] Dec 02 16:41:37.162 INFO O| Dec 02 16:41:37.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6468 | 2024-12-02T16:41:37.939Z | [ recovery-image] Dec 02 16:41:37.162 INFO O| Dec 02 16:41:37.162 INFO STEP 719 (remove_files) COMPLETE |
6469 | 2024-12-02T16:41:37.939Z | [ recovery-image] Dec 02 16:41:37.162 INFO O| Dec 02 16:41:37.162 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-12-02T16:41:37.947Z | [ recovery-image] Dec 02 16:41:37.172 INFO O| Dec 02 16:41:37.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6471 | 2024-12-02T16:41:37.947Z | [ recovery-image] Dec 02 16:41:37.172 INFO O| Dec 02 16:41:37.172 INFO STEP 720 (remove_files) COMPLETE |
6472 | 2024-12-02T16:41:37.947Z | [ recovery-image] Dec 02 16:41:37.172 INFO O| Dec 02 16:41:37.172 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-12-02T16:41:37.956Z | [ recovery-image] Dec 02 16:41:37.181 INFO O| Dec 02 16:41:37.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6474 | 2024-12-02T16:41:37.956Z | [ recovery-image] Dec 02 16:41:37.181 INFO O| Dec 02 16:41:37.181 INFO STEP 721 (remove_files) COMPLETE |
6475 | 2024-12-02T16:41:37.958Z | [ recovery-image] Dec 02 16:41:37.181 INFO O| Dec 02 16:41:37.181 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-12-02T16:41:37.966Z | [ recovery-image] Dec 02 16:41:37.191 INFO O| Dec 02 16:41:37.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6477 | 2024-12-02T16:41:37.966Z | [ recovery-image] Dec 02 16:41:37.191 INFO O| Dec 02 16:41:37.191 INFO STEP 722 (remove_files) COMPLETE |
6478 | 2024-12-02T16:41:37.966Z | [ recovery-image] Dec 02 16:41:37.191 INFO O| Dec 02 16:41:37.191 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-12-02T16:41:37.975Z | [ recovery-image] Dec 02 16:41:37.200 INFO O| Dec 02 16:41:37.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6480 | 2024-12-02T16:41:37.975Z | [ recovery-image] Dec 02 16:41:37.200 INFO O| Dec 02 16:41:37.200 INFO STEP 723 (remove_files) COMPLETE |
6481 | 2024-12-02T16:41:37.975Z | [ recovery-image] Dec 02 16:41:37.200 INFO O| Dec 02 16:41:37.200 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-12-02T16:41:37.985Z | [ recovery-image] Dec 02 16:41:37.210 INFO O| Dec 02 16:41:37.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6483 | 2024-12-02T16:41:37.985Z | [ recovery-image] Dec 02 16:41:37.210 INFO O| Dec 02 16:41:37.210 INFO STEP 724 (remove_files) COMPLETE |
6484 | 2024-12-02T16:41:37.988Z | [ recovery-image] Dec 02 16:41:37.210 INFO O| Dec 02 16:41:37.210 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-12-02T16:41:37.994Z | [ recovery-image] Dec 02 16:41:37.219 INFO O| Dec 02 16:41:37.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6486 | 2024-12-02T16:41:37.997Z | [ recovery-image] Dec 02 16:41:37.219 INFO O| Dec 02 16:41:37.219 INFO STEP 725 (remove_files) COMPLETE |
6487 | 2024-12-02T16:41:37.997Z | [ recovery-image] Dec 02 16:41:37.219 INFO O| Dec 02 16:41:37.219 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-12-02T16:41:38.004Z | [ recovery-image] Dec 02 16:41:37.229 INFO O| Dec 02 16:41:37.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6489 | 2024-12-02T16:41:38.006Z | [ recovery-image] Dec 02 16:41:37.229 INFO O| Dec 02 16:41:37.229 INFO STEP 726 (remove_files) COMPLETE |
6490 | 2024-12-02T16:41:38.006Z | [ recovery-image] Dec 02 16:41:37.229 INFO O| Dec 02 16:41:37.229 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-12-02T16:41:38.013Z | [ recovery-image] Dec 02 16:41:37.238 INFO O| Dec 02 16:41:37.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6492 | 2024-12-02T16:41:38.016Z | [ recovery-image] Dec 02 16:41:37.238 INFO O| Dec 02 16:41:37.238 INFO STEP 727 (remove_files) COMPLETE |
6493 | 2024-12-02T16:41:38.016Z | [ recovery-image] Dec 02 16:41:37.238 INFO O| Dec 02 16:41:37.238 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-12-02T16:41:38.023Z | [ recovery-image] Dec 02 16:41:37.248 INFO O| Dec 02 16:41:37.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6495 | 2024-12-02T16:41:38.023Z | [ recovery-image] Dec 02 16:41:37.248 INFO O| Dec 02 16:41:37.248 INFO STEP 728 (remove_files) COMPLETE |
6496 | 2024-12-02T16:41:38.025Z | [ recovery-image] Dec 02 16:41:37.248 INFO O| Dec 02 16:41:37.248 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-12-02T16:41:38.032Z | [ recovery-image] Dec 02 16:41:37.257 INFO O| Dec 02 16:41:37.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6498 | 2024-12-02T16:41:38.035Z | [ recovery-image] Dec 02 16:41:37.258 INFO O| Dec 02 16:41:37.258 INFO STEP 729 (remove_files) COMPLETE |
6499 | 2024-12-02T16:41:38.035Z | [ recovery-image] Dec 02 16:41:37.258 INFO O| Dec 02 16:41:37.258 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-12-02T16:41:38.042Z | [ recovery-image] Dec 02 16:41:37.267 INFO O| Dec 02 16:41:37.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6501 | 2024-12-02T16:41:38.045Z | [ recovery-image] Dec 02 16:41:37.267 INFO O| Dec 02 16:41:37.267 INFO STEP 730 (remove_files) COMPLETE |
6502 | 2024-12-02T16:41:38.045Z | [ recovery-image] Dec 02 16:41:37.267 INFO O| Dec 02 16:41:37.267 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-12-02T16:41:38.051Z | [ recovery-image] Dec 02 16:41:37.277 INFO O| Dec 02 16:41:37.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6504 | 2024-12-02T16:41:38.054Z | [ recovery-image] Dec 02 16:41:37.277 INFO O| Dec 02 16:41:37.277 INFO STEP 731 (remove_files) COMPLETE |
6505 | 2024-12-02T16:41:38.054Z | [ recovery-image] Dec 02 16:41:37.277 INFO O| Dec 02 16:41:37.277 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-12-02T16:41:38.061Z | [ recovery-image] Dec 02 16:41:37.286 INFO O| Dec 02 16:41:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6507 | 2024-12-02T16:41:38.061Z | [ recovery-image] Dec 02 16:41:37.286 INFO O| Dec 02 16:41:37.286 INFO STEP 732 (remove_files) COMPLETE |
6508 | 2024-12-02T16:41:38.064Z | [ recovery-image] Dec 02 16:41:37.286 INFO O| Dec 02 16:41:37.286 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-12-02T16:41:38.071Z | [ recovery-image] Dec 02 16:41:37.296 INFO O| Dec 02 16:41:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6510 | 2024-12-02T16:41:38.078Z | [ recovery-image] Dec 02 16:41:37.296 INFO O| Dec 02 16:41:37.296 INFO STEP 733 (remove_files) COMPLETE |
6511 | 2024-12-02T16:41:38.078Z | [ recovery-image] Dec 02 16:41:37.296 INFO O| Dec 02 16:41:37.296 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-12-02T16:41:38.080Z | [ recovery-image] Dec 02 16:41:37.305 INFO O| Dec 02 16:41:37.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6513 | 2024-12-02T16:41:38.080Z | [ recovery-image] Dec 02 16:41:37.305 INFO O| Dec 02 16:41:37.305 INFO STEP 734 (remove_files) COMPLETE |
6514 | 2024-12-02T16:41:38.080Z | [ recovery-image] Dec 02 16:41:37.305 INFO O| Dec 02 16:41:37.305 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-12-02T16:41:38.090Z | [ recovery-image] Dec 02 16:41:37.315 INFO O| Dec 02 16:41:37.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6516 | 2024-12-02T16:41:38.092Z | [ recovery-image] Dec 02 16:41:37.315 INFO O| Dec 02 16:41:37.315 INFO STEP 735 (remove_files) COMPLETE |
6517 | 2024-12-02T16:41:38.092Z | [ recovery-image] Dec 02 16:41:37.316 INFO O| Dec 02 16:41:37.315 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-12-02T16:41:38.100Z | [ recovery-image] Dec 02 16:41:37.325 INFO O| Dec 02 16:41:37.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6519 | 2024-12-02T16:41:38.100Z | [ recovery-image] Dec 02 16:41:37.325 INFO O| Dec 02 16:41:37.325 INFO STEP 736 (remove_files) COMPLETE |
6520 | 2024-12-02T16:41:38.100Z | [ recovery-image] Dec 02 16:41:37.325 INFO O| Dec 02 16:41:37.325 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-12-02T16:41:38.109Z | [ recovery-image] Dec 02 16:41:37.335 INFO O| Dec 02 16:41:37.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6522 | 2024-12-02T16:41:38.109Z | [ recovery-image] Dec 02 16:41:37.335 INFO O| Dec 02 16:41:37.335 INFO STEP 737 (remove_files) COMPLETE |
6523 | 2024-12-02T16:41:38.109Z | [ recovery-image] Dec 02 16:41:37.335 INFO O| Dec 02 16:41:37.335 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-12-02T16:41:38.119Z | [ recovery-image] Dec 02 16:41:37.344 INFO O| Dec 02 16:41:37.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6525 | 2024-12-02T16:41:38.119Z | [ recovery-image] Dec 02 16:41:37.344 INFO O| Dec 02 16:41:37.344 INFO STEP 738 (remove_files) COMPLETE |
6526 | 2024-12-02T16:41:38.119Z | [ recovery-image] Dec 02 16:41:37.344 INFO O| Dec 02 16:41:37.344 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-12-02T16:41:38.128Z | [ recovery-image] Dec 02 16:41:37.354 INFO O| Dec 02 16:41:37.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6528 | 2024-12-02T16:41:38.128Z | [ recovery-image] Dec 02 16:41:37.354 INFO O| Dec 02 16:41:37.354 INFO STEP 739 (remove_files) COMPLETE |
6529 | 2024-12-02T16:41:38.131Z | [ recovery-image] Dec 02 16:41:37.354 INFO O| Dec 02 16:41:37.354 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-12-02T16:41:38.138Z | [ recovery-image] Dec 02 16:41:37.363 INFO O| Dec 02 16:41:37.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6531 | 2024-12-02T16:41:38.140Z | [ recovery-image] Dec 02 16:41:37.363 INFO O| Dec 02 16:41:37.363 INFO STEP 740 (remove_files) COMPLETE |
6532 | 2024-12-02T16:41:38.140Z | [ recovery-image] Dec 02 16:41:37.363 INFO O| Dec 02 16:41:37.363 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-12-02T16:41:38.147Z | [ recovery-image] Dec 02 16:41:37.372 INFO O| Dec 02 16:41:37.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6534 | 2024-12-02T16:41:38.147Z | [ recovery-image] Dec 02 16:41:37.373 INFO O| Dec 02 16:41:37.373 INFO STEP 741 (remove_files) COMPLETE |
6535 | 2024-12-02T16:41:38.150Z | [ recovery-image] Dec 02 16:41:37.373 INFO O| Dec 02 16:41:37.373 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-12-02T16:41:38.157Z | [ recovery-image] Dec 02 16:41:37.382 INFO O| Dec 02 16:41:37.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6537 | 2024-12-02T16:41:38.157Z | [ recovery-image] Dec 02 16:41:37.382 INFO O| Dec 02 16:41:37.382 INFO STEP 742 (remove_files) COMPLETE |
6538 | 2024-12-02T16:41:38.157Z | [ recovery-image] Dec 02 16:41:37.382 INFO O| Dec 02 16:41:37.382 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-12-02T16:41:38.166Z | [ recovery-image] Dec 02 16:41:37.392 INFO O| Dec 02 16:41:37.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6540 | 2024-12-02T16:41:38.167Z | [ recovery-image] Dec 02 16:41:37.392 INFO O| Dec 02 16:41:37.392 INFO STEP 743 (remove_files) COMPLETE |
6541 | 2024-12-02T16:41:38.169Z | [ recovery-image] Dec 02 16:41:37.392 INFO O| Dec 02 16:41:37.392 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-12-02T16:41:38.176Z | [ recovery-image] Dec 02 16:41:37.401 INFO O| Dec 02 16:41:37.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6543 | 2024-12-02T16:41:38.178Z | [ recovery-image] Dec 02 16:41:37.402 INFO O| Dec 02 16:41:37.402 INFO STEP 744 (remove_files) COMPLETE |
6544 | 2024-12-02T16:41:38.178Z | [ recovery-image] Dec 02 16:41:37.402 INFO O| Dec 02 16:41:37.402 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-12-02T16:41:38.186Z | [ recovery-image] Dec 02 16:41:37.411 INFO O| Dec 02 16:41:37.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6546 | 2024-12-02T16:41:38.186Z | [ recovery-image] Dec 02 16:41:37.411 INFO O| Dec 02 16:41:37.411 INFO STEP 745 (remove_files) COMPLETE |
6547 | 2024-12-02T16:41:38.186Z | [ recovery-image] Dec 02 16:41:37.411 INFO O| Dec 02 16:41:37.411 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-12-02T16:41:38.196Z | [ recovery-image] Dec 02 16:41:37.421 INFO O| Dec 02 16:41:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6549 | 2024-12-02T16:41:38.196Z | [ recovery-image] Dec 02 16:41:37.421 INFO O| Dec 02 16:41:37.421 INFO STEP 746 (remove_files) COMPLETE |
6550 | 2024-12-02T16:41:38.196Z | [ recovery-image] Dec 02 16:41:37.421 INFO O| Dec 02 16:41:37.421 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-12-02T16:41:38.205Z | [ recovery-image] Dec 02 16:41:37.430 INFO O| Dec 02 16:41:37.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6552 | 2024-12-02T16:41:38.208Z | [ recovery-image] Dec 02 16:41:37.431 INFO O| Dec 02 16:41:37.431 INFO STEP 747 (remove_files) COMPLETE |
6553 | 2024-12-02T16:41:38.208Z | [ recovery-image] Dec 02 16:41:37.431 INFO O| Dec 02 16:41:37.431 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-12-02T16:41:38.216Z | [ recovery-image] Dec 02 16:41:37.440 INFO O| Dec 02 16:41:37.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6555 | 2024-12-02T16:41:38.216Z | [ recovery-image] Dec 02 16:41:37.440 INFO O| Dec 02 16:41:37.440 INFO STEP 748 (remove_files) COMPLETE |
6556 | 2024-12-02T16:41:38.219Z | [ recovery-image] Dec 02 16:41:37.440 INFO O| Dec 02 16:41:37.440 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-12-02T16:41:38.225Z | [ recovery-image] Dec 02 16:41:37.450 INFO O| Dec 02 16:41:37.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6558 | 2024-12-02T16:41:38.227Z | [ recovery-image] Dec 02 16:41:37.450 INFO O| Dec 02 16:41:37.450 INFO STEP 749 (remove_files) COMPLETE |
6559 | 2024-12-02T16:41:38.227Z | [ recovery-image] Dec 02 16:41:37.450 INFO O| Dec 02 16:41:37.450 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-12-02T16:41:38.234Z | [ recovery-image] Dec 02 16:41:37.459 INFO O| Dec 02 16:41:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6561 | 2024-12-02T16:41:38.234Z | [ recovery-image] Dec 02 16:41:37.459 INFO O| Dec 02 16:41:37.459 INFO STEP 750 (remove_files) COMPLETE |
6562 | 2024-12-02T16:41:38.237Z | [ recovery-image] Dec 02 16:41:37.459 INFO O| Dec 02 16:41:37.459 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-12-02T16:41:38.244Z | [ recovery-image] Dec 02 16:41:37.469 INFO O| Dec 02 16:41:37.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6564 | 2024-12-02T16:41:38.244Z | [ recovery-image] Dec 02 16:41:37.469 INFO O| Dec 02 16:41:37.469 INFO STEP 751 (remove_files) COMPLETE |
6565 | 2024-12-02T16:41:38.244Z | [ recovery-image] Dec 02 16:41:37.469 INFO O| Dec 02 16:41:37.469 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-12-02T16:41:38.253Z | [ recovery-image] Dec 02 16:41:37.478 INFO O| Dec 02 16:41:37.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6567 | 2024-12-02T16:41:38.253Z | [ recovery-image] Dec 02 16:41:37.478 INFO O| Dec 02 16:41:37.478 INFO STEP 752 (remove_files) COMPLETE |
6568 | 2024-12-02T16:41:38.256Z | [ recovery-image] Dec 02 16:41:37.478 INFO O| Dec 02 16:41:37.478 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-12-02T16:41:38.263Z | [ recovery-image] Dec 02 16:41:37.488 INFO O| Dec 02 16:41:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6570 | 2024-12-02T16:41:38.263Z | [ recovery-image] Dec 02 16:41:37.488 INFO O| Dec 02 16:41:37.488 INFO STEP 753 (remove_files) COMPLETE |
6571 | 2024-12-02T16:41:38.266Z | [ recovery-image] Dec 02 16:41:37.488 INFO O| Dec 02 16:41:37.488 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-12-02T16:41:38.272Z | [ recovery-image] Dec 02 16:41:37.497 INFO O| Dec 02 16:41:37.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6573 | 2024-12-02T16:41:38.272Z | [ recovery-image] Dec 02 16:41:37.497 INFO O| Dec 02 16:41:37.497 INFO STEP 754 (remove_files) COMPLETE |
6574 | 2024-12-02T16:41:38.272Z | [ recovery-image] Dec 02 16:41:37.497 INFO O| Dec 02 16:41:37.497 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-12-02T16:41:38.281Z | [ recovery-image] Dec 02 16:41:37.507 INFO O| Dec 02 16:41:37.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6576 | 2024-12-02T16:41:38.281Z | [ recovery-image] Dec 02 16:41:37.507 INFO O| Dec 02 16:41:37.507 INFO STEP 755 (remove_files) COMPLETE |
6577 | 2024-12-02T16:41:38.284Z | [ recovery-image] Dec 02 16:41:37.507 INFO O| Dec 02 16:41:37.507 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-12-02T16:41:38.291Z | [ recovery-image] Dec 02 16:41:37.516 INFO O| Dec 02 16:41:37.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6579 | 2024-12-02T16:41:38.294Z | [ recovery-image] Dec 02 16:41:37.516 INFO O| Dec 02 16:41:37.516 INFO STEP 756 (remove_files) COMPLETE |
6580 | 2024-12-02T16:41:38.294Z | [ recovery-image] Dec 02 16:41:37.516 INFO O| Dec 02 16:41:37.516 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-12-02T16:41:38.301Z | [ recovery-image] Dec 02 16:41:37.526 INFO O| Dec 02 16:41:37.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6582 | 2024-12-02T16:41:38.301Z | [ recovery-image] Dec 02 16:41:37.526 INFO O| Dec 02 16:41:37.526 INFO STEP 757 (remove_files) COMPLETE |
6583 | 2024-12-02T16:41:38.301Z | [ recovery-image] Dec 02 16:41:37.526 INFO O| Dec 02 16:41:37.526 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-12-02T16:41:38.310Z | [ recovery-image] Dec 02 16:41:37.535 INFO O| Dec 02 16:41:37.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6585 | 2024-12-02T16:41:38.312Z | [ recovery-image] Dec 02 16:41:37.535 INFO O| Dec 02 16:41:37.535 INFO STEP 758 (remove_files) COMPLETE |
6586 | 2024-12-02T16:41:38.312Z | [ recovery-image] Dec 02 16:41:37.535 INFO O| Dec 02 16:41:37.535 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-12-02T16:41:38.320Z | [ recovery-image] Dec 02 16:41:37.545 INFO O| Dec 02 16:41:37.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6588 | 2024-12-02T16:41:38.322Z | [ recovery-image] Dec 02 16:41:37.545 INFO O| Dec 02 16:41:37.545 INFO STEP 759 (remove_files) COMPLETE |
6589 | 2024-12-02T16:41:38.322Z | [ recovery-image] Dec 02 16:41:37.545 INFO O| Dec 02 16:41:37.545 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-12-02T16:41:38.329Z | [ recovery-image] Dec 02 16:41:37.554 INFO O| Dec 02 16:41:37.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6591 | 2024-12-02T16:41:38.329Z | [ recovery-image] Dec 02 16:41:37.555 INFO O| Dec 02 16:41:37.555 INFO STEP 760 (remove_files) COMPLETE |
6592 | 2024-12-02T16:41:38.329Z | [ recovery-image] Dec 02 16:41:37.555 INFO O| Dec 02 16:41:37.555 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-12-02T16:41:38.339Z | [ recovery-image] Dec 02 16:41:37.564 INFO O| Dec 02 16:41:37.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6594 | 2024-12-02T16:41:38.341Z | [ recovery-image] Dec 02 16:41:37.564 INFO O| Dec 02 16:41:37.564 INFO STEP 761 (remove_files) COMPLETE |
6595 | 2024-12-02T16:41:38.341Z | [ recovery-image] Dec 02 16:41:37.564 INFO O| Dec 02 16:41:37.564 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-12-02T16:41:38.348Z | [ recovery-image] Dec 02 16:41:37.573 INFO O| Dec 02 16:41:37.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6597 | 2024-12-02T16:41:38.348Z | [ recovery-image] Dec 02 16:41:37.574 INFO O| Dec 02 16:41:37.573 INFO STEP 762 (remove_files) COMPLETE |
6598 | 2024-12-02T16:41:38.351Z | [ recovery-image] Dec 02 16:41:37.574 INFO O| Dec 02 16:41:37.574 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-12-02T16:41:38.358Z | [ recovery-image] Dec 02 16:41:37.583 INFO O| Dec 02 16:41:37.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6600 | 2024-12-02T16:41:38.358Z | [ recovery-image] Dec 02 16:41:37.583 INFO O| Dec 02 16:41:37.583 INFO STEP 763 (remove_files) COMPLETE |
6601 | 2024-12-02T16:41:38.360Z | [ recovery-image] Dec 02 16:41:37.583 INFO O| Dec 02 16:41:37.583 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-12-02T16:41:38.367Z | [ recovery-image] Dec 02 16:41:37.592 INFO O| Dec 02 16:41:37.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6603 | 2024-12-02T16:41:38.367Z | [ recovery-image] Dec 02 16:41:37.592 INFO O| Dec 02 16:41:37.592 INFO STEP 764 (remove_files) COMPLETE |
6604 | 2024-12-02T16:41:38.367Z | [ recovery-image] Dec 02 16:41:37.592 INFO O| Dec 02 16:41:37.592 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-12-02T16:41:38.377Z | [ recovery-image] Dec 02 16:41:37.602 INFO O| Dec 02 16:41:37.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6606 | 2024-12-02T16:41:38.379Z | [ recovery-image] Dec 02 16:41:37.602 INFO O| Dec 02 16:41:37.602 INFO STEP 765 (remove_files) COMPLETE |
6607 | 2024-12-02T16:41:38.379Z | [ recovery-image] Dec 02 16:41:37.602 INFO O| Dec 02 16:41:37.602 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-12-02T16:41:38.386Z | [ recovery-image] Dec 02 16:41:37.611 INFO O| Dec 02 16:41:37.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6609 | 2024-12-02T16:41:38.386Z | [ recovery-image] Dec 02 16:41:37.611 INFO O| Dec 02 16:41:37.611 INFO STEP 766 (remove_files) COMPLETE |
6610 | 2024-12-02T16:41:38.388Z | [ recovery-image] Dec 02 16:41:37.611 INFO O| Dec 02 16:41:37.611 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-12-02T16:41:38.396Z | [ recovery-image] Dec 02 16:41:37.621 INFO O| Dec 02 16:41:37.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6612 | 2024-12-02T16:41:38.396Z | [ recovery-image] Dec 02 16:41:37.621 INFO O| Dec 02 16:41:37.621 INFO STEP 767 (remove_files) COMPLETE |
6613 | 2024-12-02T16:41:38.397Z | [ recovery-image] Dec 02 16:41:37.621 INFO O| Dec 02 16:41:37.621 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-12-02T16:41:38.406Z | [ recovery-image] Dec 02 16:41:37.631 INFO O| Dec 02 16:41:37.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6615 | 2024-12-02T16:41:38.406Z | [ recovery-image] Dec 02 16:41:37.631 INFO O| Dec 02 16:41:37.631 INFO STEP 768 (remove_files) COMPLETE |
6616 | 2024-12-02T16:41:38.408Z | [ recovery-image] Dec 02 16:41:37.631 INFO O| Dec 02 16:41:37.631 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-12-02T16:41:38.415Z | [ recovery-image] Dec 02 16:41:37.640 INFO O| Dec 02 16:41:37.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6618 | 2024-12-02T16:41:38.417Z | [ recovery-image] Dec 02 16:41:37.640 INFO O| Dec 02 16:41:37.640 INFO STEP 769 (remove_files) COMPLETE |
6619 | 2024-12-02T16:41:38.417Z | [ recovery-image] Dec 02 16:41:37.640 INFO O| Dec 02 16:41:37.640 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-12-02T16:41:38.424Z | [ recovery-image] Dec 02 16:41:37.649 INFO O| Dec 02 16:41:37.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6621 | 2024-12-02T16:41:38.424Z | [ recovery-image] Dec 02 16:41:37.650 INFO O| Dec 02 16:41:37.650 INFO STEP 770 (remove_files) COMPLETE |
6622 | 2024-12-02T16:41:38.424Z | [ recovery-image] Dec 02 16:41:37.650 INFO O| Dec 02 16:41:37.650 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-12-02T16:41:38.434Z | [ recovery-image] Dec 02 16:41:37.659 INFO O| Dec 02 16:41:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6624 | 2024-12-02T16:41:38.437Z | [ recovery-image] Dec 02 16:41:37.659 INFO O| Dec 02 16:41:37.659 INFO STEP 771 (remove_files) COMPLETE |
6625 | 2024-12-02T16:41:38.437Z | [ recovery-image] Dec 02 16:41:37.659 INFO O| Dec 02 16:41:37.659 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-12-02T16:41:38.443Z | [ recovery-image] Dec 02 16:41:37.668 INFO O| Dec 02 16:41:37.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6627 | 2024-12-02T16:41:38.443Z | [ recovery-image] Dec 02 16:41:37.668 INFO O| Dec 02 16:41:37.668 INFO STEP 772 (remove_files) COMPLETE |
6628 | 2024-12-02T16:41:38.446Z | [ recovery-image] Dec 02 16:41:37.668 INFO O| Dec 02 16:41:37.668 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-12-02T16:41:38.452Z | [ recovery-image] Dec 02 16:41:37.678 INFO O| Dec 02 16:41:37.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6630 | 2024-12-02T16:41:38.452Z | [ recovery-image] Dec 02 16:41:37.678 INFO O| Dec 02 16:41:37.678 INFO STEP 773 (remove_files) COMPLETE |
6631 | 2024-12-02T16:41:38.455Z | [ recovery-image] Dec 02 16:41:37.678 INFO O| Dec 02 16:41:37.678 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-12-02T16:41:38.462Z | [ recovery-image] Dec 02 16:41:37.687 INFO O| Dec 02 16:41:37.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6633 | 2024-12-02T16:41:38.462Z | [ recovery-image] Dec 02 16:41:37.687 INFO O| Dec 02 16:41:37.687 INFO STEP 774 (remove_files) COMPLETE |
6634 | 2024-12-02T16:41:38.464Z | [ recovery-image] Dec 02 16:41:37.687 INFO O| Dec 02 16:41:37.687 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-12-02T16:41:38.471Z | [ recovery-image] Dec 02 16:41:37.696 INFO O| Dec 02 16:41:37.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6636 | 2024-12-02T16:41:38.471Z | [ recovery-image] Dec 02 16:41:37.696 INFO O| Dec 02 16:41:37.696 INFO STEP 775 (remove_files) COMPLETE |
6637 | 2024-12-02T16:41:38.474Z | [ recovery-image] Dec 02 16:41:37.696 INFO O| Dec 02 16:41:37.696 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-12-02T16:41:38.481Z | [ recovery-image] Dec 02 16:41:37.706 INFO O| Dec 02 16:41:37.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6639 | 2024-12-02T16:41:38.483Z | [ recovery-image] Dec 02 16:41:37.706 INFO O| Dec 02 16:41:37.706 INFO STEP 776 (remove_files) COMPLETE |
6640 | 2024-12-02T16:41:38.483Z | [ recovery-image] Dec 02 16:41:37.706 INFO O| Dec 02 16:41:37.706 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-12-02T16:41:38.490Z | [ recovery-image] Dec 02 16:41:37.715 INFO O| Dec 02 16:41:37.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6642 | 2024-12-02T16:41:38.490Z | [ recovery-image] Dec 02 16:41:37.715 INFO O| Dec 02 16:41:37.715 INFO STEP 777 (remove_files) COMPLETE |
6643 | 2024-12-02T16:41:38.490Z | [ recovery-image] Dec 02 16:41:37.715 INFO O| Dec 02 16:41:37.715 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-12-02T16:41:38.500Z | [ recovery-image] Dec 02 16:41:37.725 INFO O| Dec 02 16:41:37.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6645 | 2024-12-02T16:41:38.500Z | [ recovery-image] Dec 02 16:41:37.725 INFO O| Dec 02 16:41:37.725 INFO STEP 778 (remove_files) COMPLETE |
6646 | 2024-12-02T16:41:38.502Z | [ recovery-image] Dec 02 16:41:37.725 INFO O| Dec 02 16:41:37.725 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-12-02T16:41:38.509Z | [ recovery-image] Dec 02 16:41:37.734 INFO O| Dec 02 16:41:37.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6648 | 2024-12-02T16:41:38.511Z | [ recovery-image] Dec 02 16:41:37.734 INFO O| Dec 02 16:41:37.734 INFO STEP 779 (remove_files) COMPLETE |
6649 | 2024-12-02T16:41:38.511Z | [ recovery-image] Dec 02 16:41:37.734 INFO O| Dec 02 16:41:37.734 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-12-02T16:41:38.519Z | [ recovery-image] Dec 02 16:41:37.744 INFO O| Dec 02 16:41:37.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6651 | 2024-12-02T16:41:38.519Z | [ recovery-image] Dec 02 16:41:37.744 INFO O| Dec 02 16:41:37.744 INFO STEP 780 (remove_files) COMPLETE |
6652 | 2024-12-02T16:41:38.521Z | [ recovery-image] Dec 02 16:41:37.744 INFO O| Dec 02 16:41:37.744 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-12-02T16:41:38.528Z | [ recovery-image] Dec 02 16:41:37.753 INFO O| Dec 02 16:41:37.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6654 | 2024-12-02T16:41:38.528Z | [ recovery-image] Dec 02 16:41:37.753 INFO O| Dec 02 16:41:37.753 INFO STEP 781 (remove_files) COMPLETE |
6655 | 2024-12-02T16:41:38.528Z | [ recovery-image] Dec 02 16:41:37.753 INFO O| Dec 02 16:41:37.753 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-12-02T16:41:38.540Z | [ recovery-image] Dec 02 16:41:37.763 INFO O| Dec 02 16:41:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6657 | 2024-12-02T16:41:38.540Z | [ recovery-image] Dec 02 16:41:37.763 INFO O| Dec 02 16:41:37.763 INFO STEP 782 (remove_files) COMPLETE |
6658 | 2024-12-02T16:41:38.540Z | [ recovery-image] Dec 02 16:41:37.763 INFO O| Dec 02 16:41:37.763 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-02T16:41:38.547Z | [ recovery-image] Dec 02 16:41:37.772 INFO O| Dec 02 16:41:37.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6660 | 2024-12-02T16:41:38.547Z | [ recovery-image] Dec 02 16:41:37.772 INFO O| Dec 02 16:41:37.772 INFO STEP 783 (remove_files) COMPLETE |
6661 | 2024-12-02T16:41:38.549Z | [ recovery-image] Dec 02 16:41:37.772 INFO O| Dec 02 16:41:37.772 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-02T16:41:38.556Z | [ recovery-image] Dec 02 16:41:37.781 INFO O| Dec 02 16:41:37.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6663 | 2024-12-02T16:41:38.556Z | [ recovery-image] Dec 02 16:41:37.781 INFO O| Dec 02 16:41:37.781 INFO STEP 784 (remove_files) COMPLETE |
6664 | 2024-12-02T16:41:38.556Z | [ recovery-image] Dec 02 16:41:37.781 INFO O| Dec 02 16:41:37.781 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-02T16:41:38.566Z | [ recovery-image] Dec 02 16:41:37.791 INFO O| Dec 02 16:41:37.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6666 | 2024-12-02T16:41:38.569Z | [ recovery-image] Dec 02 16:41:37.791 INFO O| Dec 02 16:41:37.791 INFO STEP 785 (remove_files) COMPLETE |
6667 | 2024-12-02T16:41:38.569Z | [ recovery-image] Dec 02 16:41:37.791 INFO O| Dec 02 16:41:37.791 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-12-02T16:41:38.575Z | [ recovery-image] Dec 02 16:41:37.800 INFO O| Dec 02 16:41:37.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6669 | 2024-12-02T16:41:38.577Z | [ recovery-image] Dec 02 16:41:37.800 INFO O| Dec 02 16:41:37.800 INFO STEP 786 (remove_files) COMPLETE |
6670 | 2024-12-02T16:41:38.577Z | [ recovery-image] Dec 02 16:41:37.800 INFO O| Dec 02 16:41:37.800 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-12-02T16:41:38.585Z | [ recovery-image] Dec 02 16:41:37.810 INFO O| Dec 02 16:41:37.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6672 | 2024-12-02T16:41:38.585Z | [ recovery-image] Dec 02 16:41:37.810 INFO O| Dec 02 16:41:37.810 INFO STEP 787 (remove_files) COMPLETE |
6673 | 2024-12-02T16:41:38.587Z | [ recovery-image] Dec 02 16:41:37.810 INFO O| Dec 02 16:41:37.810 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-12-02T16:41:38.594Z | [ recovery-image] Dec 02 16:41:37.819 INFO O| Dec 02 16:41:37.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6675 | 2024-12-02T16:41:38.594Z | [ recovery-image] Dec 02 16:41:37.819 INFO O| Dec 02 16:41:37.819 INFO STEP 788 (remove_files) COMPLETE |
6676 | 2024-12-02T16:41:38.594Z | [ recovery-image] Dec 02 16:41:37.819 INFO O| Dec 02 16:41:37.819 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-12-02T16:41:38.603Z | [ recovery-image] Dec 02 16:41:37.829 INFO O| Dec 02 16:41:37.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6678 | 2024-12-02T16:41:38.604Z | [ recovery-image] Dec 02 16:41:37.829 INFO O| Dec 02 16:41:37.829 INFO STEP 789 (remove_files) COMPLETE |
6679 | 2024-12-02T16:41:38.606Z | [ recovery-image] Dec 02 16:41:37.829 INFO O| Dec 02 16:41:37.829 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-12-02T16:41:38.613Z | [ recovery-image] Dec 02 16:41:37.838 INFO O| Dec 02 16:41:37.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6681 | 2024-12-02T16:41:38.613Z | [ recovery-image] Dec 02 16:41:37.838 INFO O| Dec 02 16:41:37.838 INFO STEP 790 (remove_files) COMPLETE |
6682 | 2024-12-02T16:41:38.613Z | [ recovery-image] Dec 02 16:41:37.838 INFO O| Dec 02 16:41:37.838 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-12-02T16:41:38.622Z | [ recovery-image] Dec 02 16:41:37.847 INFO O| Dec 02 16:41:37.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6684 | 2024-12-02T16:41:38.622Z | [ recovery-image] Dec 02 16:41:37.847 INFO O| Dec 02 16:41:37.847 INFO STEP 791 (remove_files) COMPLETE |
6685 | 2024-12-02T16:41:38.622Z | [ recovery-image] Dec 02 16:41:37.847 INFO O| Dec 02 16:41:37.847 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-12-02T16:41:38.632Z | [ recovery-image] Dec 02 16:41:37.857 INFO O| Dec 02 16:41:37.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6687 | 2024-12-02T16:41:38.632Z | [ recovery-image] Dec 02 16:41:37.857 INFO O| Dec 02 16:41:37.857 INFO STEP 792 (remove_files) COMPLETE |
6688 | 2024-12-02T16:41:38.632Z | [ recovery-image] Dec 02 16:41:37.857 INFO O| Dec 02 16:41:37.857 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-12-02T16:41:38.641Z | [ recovery-image] Dec 02 16:41:37.866 INFO O| Dec 02 16:41:37.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6690 | 2024-12-02T16:41:38.641Z | [ recovery-image] Dec 02 16:41:37.866 INFO O| Dec 02 16:41:37.866 INFO STEP 793 (remove_files) COMPLETE |
6691 | 2024-12-02T16:41:38.641Z | [ recovery-image] Dec 02 16:41:37.866 INFO O| Dec 02 16:41:37.866 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-12-02T16:41:38.650Z | [ recovery-image] Dec 02 16:41:37.876 INFO O| Dec 02 16:41:37.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6693 | 2024-12-02T16:41:38.651Z | [ recovery-image] Dec 02 16:41:37.876 INFO O| Dec 02 16:41:37.876 INFO STEP 794 (remove_files) COMPLETE |
6694 | 2024-12-02T16:41:38.653Z | [ recovery-image] Dec 02 16:41:37.876 INFO O| Dec 02 16:41:37.876 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-12-02T16:41:38.660Z | [ recovery-image] Dec 02 16:41:37.885 INFO O| Dec 02 16:41:37.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6696 | 2024-12-02T16:41:38.660Z | [ recovery-image] Dec 02 16:41:37.885 INFO O| Dec 02 16:41:37.885 INFO STEP 795 (remove_files) COMPLETE |
6697 | 2024-12-02T16:41:38.663Z | [ recovery-image] Dec 02 16:41:37.885 INFO O| Dec 02 16:41:37.885 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-12-02T16:41:38.669Z | [ recovery-image] Dec 02 16:41:37.894 INFO O| Dec 02 16:41:37.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6699 | 2024-12-02T16:41:38.672Z | [ recovery-image] Dec 02 16:41:37.895 INFO O| Dec 02 16:41:37.894 INFO STEP 796 (remove_files) COMPLETE |
6700 | 2024-12-02T16:41:38.672Z | [ recovery-image] Dec 02 16:41:37.895 INFO O| Dec 02 16:41:37.895 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-12-02T16:41:38.679Z | [ recovery-image] Dec 02 16:41:37.904 INFO O| Dec 02 16:41:37.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6702 | 2024-12-02T16:41:38.681Z | [ recovery-image] Dec 02 16:41:37.904 INFO O| Dec 02 16:41:37.904 INFO STEP 797 (remove_files) COMPLETE |
6703 | 2024-12-02T16:41:38.681Z | [ recovery-image] Dec 02 16:41:37.905 INFO O| Dec 02 16:41:37.904 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-12-02T16:41:38.689Z | [ recovery-image] Dec 02 16:41:37.914 INFO O| Dec 02 16:41:37.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6705 | 2024-12-02T16:41:38.689Z | [ recovery-image] Dec 02 16:41:37.914 INFO O| Dec 02 16:41:37.914 INFO STEP 798 (remove_files) COMPLETE |
6706 | 2024-12-02T16:41:38.689Z | [ recovery-image] Dec 02 16:41:37.914 INFO O| Dec 02 16:41:37.914 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-12-02T16:41:38.698Z | [ recovery-image] Dec 02 16:41:37.923 INFO O| Dec 02 16:41:37.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6708 | 2024-12-02T16:41:38.698Z | [ recovery-image] Dec 02 16:41:37.923 INFO O| Dec 02 16:41:37.923 INFO STEP 799 (remove_files) COMPLETE |
6709 | 2024-12-02T16:41:38.701Z | [ recovery-image] Dec 02 16:41:37.923 INFO O| Dec 02 16:41:37.923 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-12-02T16:41:38.708Z | [ recovery-image] Dec 02 16:41:37.933 INFO O| Dec 02 16:41:37.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6711 | 2024-12-02T16:41:38.708Z | [ recovery-image] Dec 02 16:41:37.933 INFO O| Dec 02 16:41:37.933 INFO STEP 800 (remove_files) COMPLETE |
6712 | 2024-12-02T16:41:38.710Z | [ recovery-image] Dec 02 16:41:37.933 INFO O| Dec 02 16:41:37.933 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-12-02T16:41:38.717Z | [ recovery-image] Dec 02 16:41:37.942 INFO O| Dec 02 16:41:37.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6714 | 2024-12-02T16:41:38.717Z | [ recovery-image] Dec 02 16:41:37.942 INFO O| Dec 02 16:41:37.942 INFO STEP 801 (remove_files) COMPLETE |
6715 | 2024-12-02T16:41:38.719Z | [ recovery-image] Dec 02 16:41:37.942 INFO O| Dec 02 16:41:37.942 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-12-02T16:41:38.726Z | [ recovery-image] Dec 02 16:41:37.951 INFO O| Dec 02 16:41:37.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6717 | 2024-12-02T16:41:38.726Z | [ recovery-image] Dec 02 16:41:37.952 INFO O| Dec 02 16:41:37.952 INFO STEP 802 (remove_files) COMPLETE |
6718 | 2024-12-02T16:41:38.729Z | [ recovery-image] Dec 02 16:41:37.952 INFO O| Dec 02 16:41:37.952 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-12-02T16:41:38.736Z | [ recovery-image] Dec 02 16:41:37.961 INFO O| Dec 02 16:41:37.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6720 | 2024-12-02T16:41:38.736Z | [ recovery-image] Dec 02 16:41:37.961 INFO O| Dec 02 16:41:37.961 INFO STEP 803 (remove_files) COMPLETE |
6721 | 2024-12-02T16:41:38.739Z | [ recovery-image] Dec 02 16:41:37.961 INFO O| Dec 02 16:41:37.961 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-12-02T16:41:38.745Z | [ recovery-image] Dec 02 16:41:37.970 INFO O| Dec 02 16:41:37.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6723 | 2024-12-02T16:41:38.745Z | [ recovery-image] Dec 02 16:41:37.970 INFO O| Dec 02 16:41:37.970 INFO STEP 804 (remove_files) COMPLETE |
6724 | 2024-12-02T16:41:38.747Z | [ recovery-image] Dec 02 16:41:37.970 INFO O| Dec 02 16:41:37.970 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-12-02T16:41:38.755Z | [ recovery-image] Dec 02 16:41:37.980 INFO O| Dec 02 16:41:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6726 | 2024-12-02T16:41:38.755Z | [ recovery-image] Dec 02 16:41:37.980 INFO O| Dec 02 16:41:37.980 INFO STEP 805 (remove_files) COMPLETE |
6727 | 2024-12-02T16:41:38.755Z | [ recovery-image] Dec 02 16:41:37.980 INFO O| Dec 02 16:41:37.980 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-12-02T16:41:38.764Z | [ recovery-image] Dec 02 16:41:37.989 INFO O| Dec 02 16:41:37.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6729 | 2024-12-02T16:41:38.764Z | [ recovery-image] Dec 02 16:41:37.989 INFO O| Dec 02 16:41:37.989 INFO STEP 806 (remove_files) COMPLETE |
6730 | 2024-12-02T16:41:38.767Z | [ recovery-image] Dec 02 16:41:37.989 INFO O| Dec 02 16:41:37.989 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-12-02T16:41:38.773Z | [ recovery-image] Dec 02 16:41:37.998 INFO O| Dec 02 16:41:37.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6732 | 2024-12-02T16:41:38.776Z | [ recovery-image] Dec 02 16:41:37.999 INFO O| Dec 02 16:41:37.998 INFO STEP 807 (remove_files) COMPLETE |
6733 | 2024-12-02T16:41:38.776Z | [ recovery-image] Dec 02 16:41:37.999 INFO O| Dec 02 16:41:37.999 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-12-02T16:41:38.784Z | [ recovery-image] Dec 02 16:41:38.009 INFO O| Dec 02 16:41:38.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6735 | 2024-12-02T16:41:38.784Z | [ recovery-image] Dec 02 16:41:38.009 INFO O| Dec 02 16:41:38.009 INFO STEP 808 (remove_files) COMPLETE |
6736 | 2024-12-02T16:41:38.786Z | [ recovery-image] Dec 02 16:41:38.009 INFO O| Dec 02 16:41:38.009 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-12-02T16:41:38.794Z | [ recovery-image] Dec 02 16:41:38.019 INFO O| Dec 02 16:41:38.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6738 | 2024-12-02T16:41:38.794Z | [ recovery-image] Dec 02 16:41:38.019 INFO O| Dec 02 16:41:38.019 INFO STEP 809 (remove_files) COMPLETE |
6739 | 2024-12-02T16:41:38.794Z | [ recovery-image] Dec 02 16:41:38.019 INFO O| Dec 02 16:41:38.019 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-12-02T16:41:38.803Z | [ recovery-image] Dec 02 16:41:38.028 INFO O| Dec 02 16:41:38.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6741 | 2024-12-02T16:41:38.803Z | [ recovery-image] Dec 02 16:41:38.028 INFO O| Dec 02 16:41:38.028 INFO STEP 810 (remove_files) COMPLETE |
6742 | 2024-12-02T16:41:38.803Z | [ recovery-image] Dec 02 16:41:38.028 INFO O| Dec 02 16:41:38.028 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-12-02T16:41:38.814Z | [ recovery-image] Dec 02 16:41:38.038 INFO O| Dec 02 16:41:38.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6744 | 2024-12-02T16:41:38.814Z | [ recovery-image] Dec 02 16:41:38.038 INFO O| Dec 02 16:41:38.038 INFO STEP 811 (remove_files) COMPLETE |
6745 | 2024-12-02T16:41:38.816Z | [ recovery-image] Dec 02 16:41:38.038 INFO O| Dec 02 16:41:38.038 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-12-02T16:41:38.823Z | [ recovery-image] Dec 02 16:41:38.048 INFO O| Dec 02 16:41:38.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6747 | 2024-12-02T16:41:38.825Z | [ recovery-image] Dec 02 16:41:38.048 INFO O| Dec 02 16:41:38.048 INFO STEP 812 (remove_files) COMPLETE |
6748 | 2024-12-02T16:41:38.825Z | [ recovery-image] Dec 02 16:41:38.048 INFO O| Dec 02 16:41:38.048 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-12-02T16:41:38.832Z | [ recovery-image] Dec 02 16:41:38.057 INFO O| Dec 02 16:41:38.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6750 | 2024-12-02T16:41:38.832Z | [ recovery-image] Dec 02 16:41:38.057 INFO O| Dec 02 16:41:38.057 INFO STEP 813 (remove_files) COMPLETE |
6751 | 2024-12-02T16:41:38.832Z | [ recovery-image] Dec 02 16:41:38.057 INFO O| Dec 02 16:41:38.057 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-12-02T16:41:38.842Z | [ recovery-image] Dec 02 16:41:38.067 INFO O| Dec 02 16:41:38.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6753 | 2024-12-02T16:41:38.842Z | [ recovery-image] Dec 02 16:41:38.067 INFO O| Dec 02 16:41:38.067 INFO STEP 814 (remove_files) COMPLETE |
6754 | 2024-12-02T16:41:38.842Z | [ recovery-image] Dec 02 16:41:38.067 INFO O| Dec 02 16:41:38.067 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-12-02T16:41:38.851Z | [ recovery-image] Dec 02 16:41:38.076 INFO O| Dec 02 16:41:38.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6756 | 2024-12-02T16:41:38.851Z | [ recovery-image] Dec 02 16:41:38.076 INFO O| Dec 02 16:41:38.076 INFO STEP 815 (remove_files) COMPLETE |
6757 | 2024-12-02T16:41:38.851Z | [ recovery-image] Dec 02 16:41:38.076 INFO O| Dec 02 16:41:38.076 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2024-12-02T16:41:38.860Z | [ recovery-image] Dec 02 16:41:38.085 INFO O| Dec 02 16:41:38.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6759 | 2024-12-02T16:41:38.860Z | [ recovery-image] Dec 02 16:41:38.085 INFO O| Dec 02 16:41:38.085 INFO STEP 816 (remove_files) COMPLETE |
6760 | 2024-12-02T16:41:38.863Z | [ recovery-image] Dec 02 16:41:38.085 INFO O| Dec 02 16:41:38.085 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2024-12-02T16:41:38.870Z | [ recovery-image] Dec 02 16:41:38.095 INFO O| Dec 02 16:41:38.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6762 | 2024-12-02T16:41:38.872Z | [ recovery-image] Dec 02 16:41:38.095 INFO O| Dec 02 16:41:38.095 INFO STEP 817 (remove_files) COMPLETE |
6763 | 2024-12-02T16:41:38.872Z | [ recovery-image] Dec 02 16:41:38.095 INFO O| Dec 02 16:41:38.095 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2024-12-02T16:41:38.879Z | [ recovery-image] Dec 02 16:41:38.104 INFO O| Dec 02 16:41:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6765 | 2024-12-02T16:41:38.879Z | [ recovery-image] Dec 02 16:41:38.104 INFO O| Dec 02 16:41:38.104 INFO STEP 818 (remove_files) COMPLETE |
6766 | 2024-12-02T16:41:38.879Z | [ recovery-image] Dec 02 16:41:38.104 INFO O| Dec 02 16:41:38.104 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2024-12-02T16:41:38.889Z | [ recovery-image] Dec 02 16:41:38.114 INFO O| Dec 02 16:41:38.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6768 | 2024-12-02T16:41:38.889Z | [ recovery-image] Dec 02 16:41:38.114 INFO O| Dec 02 16:41:38.114 INFO STEP 819 (remove_files) COMPLETE |
6769 | 2024-12-02T16:41:38.891Z | [ recovery-image] Dec 02 16:41:38.114 INFO O| Dec 02 16:41:38.114 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6770 | 2024-12-02T16:41:38.898Z | [ recovery-image] Dec 02 16:41:38.123 INFO O| Dec 02 16:41:38.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6771 | 2024-12-02T16:41:38.898Z | [ recovery-image] Dec 02 16:41:38.123 INFO O| Dec 02 16:41:38.123 INFO STEP 820 (remove_files) COMPLETE |
6772 | 2024-12-02T16:41:38.900Z | [ recovery-image] Dec 02 16:41:38.123 INFO O| Dec 02 16:41:38.123 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2024-12-02T16:41:38.908Z | [ recovery-image] Dec 02 16:41:38.133 INFO O| Dec 02 16:41:38.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6774 | 2024-12-02T16:41:38.908Z | [ recovery-image] Dec 02 16:41:38.133 INFO O| Dec 02 16:41:38.133 INFO STEP 821 (remove_files) COMPLETE |
6775 | 2024-12-02T16:41:38.910Z | [ recovery-image] Dec 02 16:41:38.133 INFO O| Dec 02 16:41:38.133 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6776 | 2024-12-02T16:41:38.917Z | [ recovery-image] Dec 02 16:41:38.142 INFO O| Dec 02 16:41:38.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6777 | 2024-12-02T16:41:38.919Z | [ recovery-image] Dec 02 16:41:38.142 INFO O| Dec 02 16:41:38.142 INFO STEP 822 (remove_files) COMPLETE |
6778 | 2024-12-02T16:41:38.919Z | [ recovery-image] Dec 02 16:41:38.142 INFO O| Dec 02 16:41:38.142 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2024-12-02T16:41:38.927Z | [ recovery-image] Dec 02 16:41:38.152 INFO O| Dec 02 16:41:38.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6780 | 2024-12-02T16:41:38.927Z | [ recovery-image] Dec 02 16:41:38.152 INFO O| Dec 02 16:41:38.152 INFO STEP 823 (remove_files) COMPLETE |
6781 | 2024-12-02T16:41:38.929Z | [ recovery-image] Dec 02 16:41:38.152 INFO O| Dec 02 16:41:38.152 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6782 | 2024-12-02T16:41:38.936Z | [ recovery-image] Dec 02 16:41:38.161 INFO O| Dec 02 16:41:38.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6783 | 2024-12-02T16:41:38.936Z | [ recovery-image] Dec 02 16:41:38.161 INFO O| Dec 02 16:41:38.161 INFO STEP 824 (remove_files) COMPLETE |
6784 | 2024-12-02T16:41:38.936Z | [ recovery-image] Dec 02 16:41:38.161 INFO O| Dec 02 16:41:38.161 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2024-12-02T16:41:38.945Z | [ recovery-image] Dec 02 16:41:38.170 INFO O| Dec 02 16:41:38.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6786 | 2024-12-02T16:41:38.945Z | [ recovery-image] Dec 02 16:41:38.171 INFO O| Dec 02 16:41:38.170 INFO STEP 825 (remove_files) COMPLETE |
6787 | 2024-12-02T16:41:38.948Z | [ recovery-image] Dec 02 16:41:38.171 INFO O| Dec 02 16:41:38.171 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6788 | 2024-12-02T16:41:38.955Z | [ recovery-image] Dec 02 16:41:38.180 INFO O| Dec 02 16:41:38.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6789 | 2024-12-02T16:41:38.955Z | [ recovery-image] Dec 02 16:41:38.180 INFO O| Dec 02 16:41:38.180 INFO STEP 826 (remove_files) COMPLETE |
6790 | 2024-12-02T16:41:38.958Z | [ recovery-image] Dec 02 16:41:38.180 INFO O| Dec 02 16:41:38.180 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6791 | 2024-12-02T16:41:38.964Z | [ recovery-image] Dec 02 16:41:38.189 INFO O| Dec 02 16:41:38.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6792 | 2024-12-02T16:41:38.967Z | [ recovery-image] Dec 02 16:41:38.189 INFO O| Dec 02 16:41:38.189 INFO STEP 827 (remove_files) COMPLETE |
6793 | 2024-12-02T16:41:38.967Z | [ recovery-image] Dec 02 16:41:38.189 INFO O| Dec 02 16:41:38.189 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6794 | 2024-12-02T16:41:38.974Z | [ recovery-image] Dec 02 16:41:38.199 INFO O| Dec 02 16:41:38.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6795 | 2024-12-02T16:41:38.974Z | [ recovery-image] Dec 02 16:41:38.199 INFO O| Dec 02 16:41:38.199 INFO STEP 828 (remove_files) COMPLETE |
6796 | 2024-12-02T16:41:38.976Z | [ recovery-image] Dec 02 16:41:38.199 INFO O| Dec 02 16:41:38.199 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6797 | 2024-12-02T16:41:38.983Z | [ recovery-image] Dec 02 16:41:38.208 INFO O| Dec 02 16:41:38.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6798 | 2024-12-02T16:41:38.983Z | [ recovery-image] Dec 02 16:41:38.208 INFO O| Dec 02 16:41:38.208 INFO STEP 829 (remove_files) COMPLETE |
6799 | 2024-12-02T16:41:38.985Z | [ recovery-image] Dec 02 16:41:38.208 INFO O| Dec 02 16:41:38.208 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2024-12-02T16:41:38.992Z | [ recovery-image] Dec 02 16:41:38.217 INFO O| Dec 02 16:41:38.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6801 | 2024-12-02T16:41:38.994Z | [ recovery-image] Dec 02 16:41:38.217 INFO O| Dec 02 16:41:38.217 INFO STEP 830 (remove_files) COMPLETE |
6802 | 2024-12-02T16:41:38.995Z | [ recovery-image] Dec 02 16:41:38.218 INFO O| Dec 02 16:41:38.217 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-12-02T16:41:39.002Z | [ recovery-image] Dec 02 16:41:38.227 INFO O| Dec 02 16:41:38.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6804 | 2024-12-02T16:41:39.002Z | [ recovery-image] Dec 02 16:41:38.227 INFO O| Dec 02 16:41:38.227 INFO STEP 831 (remove_files) COMPLETE |
6805 | 2024-12-02T16:41:39.002Z | [ recovery-image] Dec 02 16:41:38.227 INFO O| Dec 02 16:41:38.227 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-12-02T16:41:39.011Z | [ recovery-image] Dec 02 16:41:38.236 INFO O| Dec 02 16:41:38.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6807 | 2024-12-02T16:41:39.011Z | [ recovery-image] Dec 02 16:41:38.237 INFO O| Dec 02 16:41:38.237 INFO STEP 832 (remove_files) COMPLETE |
6808 | 2024-12-02T16:41:39.019Z | [ recovery-image] Dec 02 16:41:38.237 INFO O| Dec 02 16:41:38.237 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-12-02T16:41:39.022Z | [ recovery-image] Dec 02 16:41:38.246 INFO O| Dec 02 16:41:38.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6810 | 2024-12-02T16:41:39.022Z | [ recovery-image] Dec 02 16:41:38.246 INFO O| Dec 02 16:41:38.246 INFO STEP 833 (remove_files) COMPLETE |
6811 | 2024-12-02T16:41:39.023Z | [ recovery-image] Dec 02 16:41:38.246 INFO O| Dec 02 16:41:38.246 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-12-02T16:41:39.030Z | [ recovery-image] Dec 02 16:41:38.255 INFO O| Dec 02 16:41:38.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6813 | 2024-12-02T16:41:39.030Z | [ recovery-image] Dec 02 16:41:38.255 INFO O| Dec 02 16:41:38.255 INFO STEP 834 (remove_files) COMPLETE |
6814 | 2024-12-02T16:41:39.033Z | [ recovery-image] Dec 02 16:41:38.255 INFO O| Dec 02 16:41:38.255 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-12-02T16:41:39.040Z | [ recovery-image] Dec 02 16:41:38.265 INFO O| Dec 02 16:41:38.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6816 | 2024-12-02T16:41:39.040Z | [ recovery-image] Dec 02 16:41:38.265 INFO O| Dec 02 16:41:38.265 INFO STEP 835 (remove_files) COMPLETE |
6817 | 2024-12-02T16:41:39.042Z | [ recovery-image] Dec 02 16:41:38.265 INFO O| Dec 02 16:41:38.265 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-12-02T16:41:39.049Z | [ recovery-image] Dec 02 16:41:38.274 INFO O| Dec 02 16:41:38.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6819 | 2024-12-02T16:41:39.049Z | [ recovery-image] Dec 02 16:41:38.274 INFO O| Dec 02 16:41:38.274 INFO STEP 836 (remove_files) COMPLETE |
6820 | 2024-12-02T16:41:39.051Z | [ recovery-image] Dec 02 16:41:38.274 INFO O| Dec 02 16:41:38.274 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-12-02T16:41:39.059Z | [ recovery-image] Dec 02 16:41:38.284 INFO O| Dec 02 16:41:38.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6822 | 2024-12-02T16:41:39.061Z | [ recovery-image] Dec 02 16:41:38.284 INFO O| Dec 02 16:41:38.284 INFO STEP 837 (remove_files) COMPLETE |
6823 | 2024-12-02T16:41:39.061Z | [ recovery-image] Dec 02 16:41:38.284 INFO O| Dec 02 16:41:38.284 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-12-02T16:41:39.068Z | [ recovery-image] Dec 02 16:41:38.293 INFO O| Dec 02 16:41:38.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6825 | 2024-12-02T16:41:39.070Z | [ recovery-image] Dec 02 16:41:38.293 INFO O| Dec 02 16:41:38.293 INFO STEP 838 (remove_files) COMPLETE |
6826 | 2024-12-02T16:41:39.070Z | [ recovery-image] Dec 02 16:41:38.293 INFO O| Dec 02 16:41:38.293 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-12-02T16:41:39.080Z | [ recovery-image] Dec 02 16:41:38.303 INFO O| Dec 02 16:41:38.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6828 | 2024-12-02T16:41:39.083Z | [ recovery-image] Dec 02 16:41:38.303 INFO O| Dec 02 16:41:38.303 INFO STEP 839 (remove_files) COMPLETE |
6829 | 2024-12-02T16:41:39.083Z | [ recovery-image] Dec 02 16:41:38.303 INFO O| Dec 02 16:41:38.303 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-12-02T16:41:39.087Z | [ recovery-image] Dec 02 16:41:38.312 INFO O| Dec 02 16:41:38.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6831 | 2024-12-02T16:41:39.087Z | [ recovery-image] Dec 02 16:41:38.312 INFO O| Dec 02 16:41:38.312 INFO STEP 840 (remove_files) COMPLETE |
6832 | 2024-12-02T16:41:39.090Z | [ recovery-image] Dec 02 16:41:38.312 INFO O| Dec 02 16:41:38.312 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-12-02T16:41:39.096Z | [ recovery-image] Dec 02 16:41:38.322 INFO O| Dec 02 16:41:38.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6834 | 2024-12-02T16:41:39.096Z | [ recovery-image] Dec 02 16:41:38.322 INFO O| Dec 02 16:41:38.322 INFO STEP 841 (remove_files) COMPLETE |
6835 | 2024-12-02T16:41:39.097Z | [ recovery-image] Dec 02 16:41:38.322 INFO O| Dec 02 16:41:38.322 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-12-02T16:41:39.106Z | [ recovery-image] Dec 02 16:41:38.331 INFO O| Dec 02 16:41:38.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6837 | 2024-12-02T16:41:39.106Z | [ recovery-image] Dec 02 16:41:38.331 INFO O| Dec 02 16:41:38.331 INFO STEP 842 (remove_files) COMPLETE |
6838 | 2024-12-02T16:41:39.106Z | [ recovery-image] Dec 02 16:41:38.331 INFO O| Dec 02 16:41:38.331 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-12-02T16:41:39.115Z | [ recovery-image] Dec 02 16:41:38.340 INFO O| Dec 02 16:41:38.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6840 | 2024-12-02T16:41:39.118Z | [ recovery-image] Dec 02 16:41:38.340 INFO O| Dec 02 16:41:38.340 INFO STEP 843 (remove_files) COMPLETE |
6841 | 2024-12-02T16:41:39.118Z | [ recovery-image] Dec 02 16:41:38.340 INFO O| Dec 02 16:41:38.340 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-12-02T16:41:39.125Z | [ recovery-image] Dec 02 16:41:38.350 INFO O| Dec 02 16:41:38.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6843 | 2024-12-02T16:41:39.125Z | [ recovery-image] Dec 02 16:41:38.350 INFO O| Dec 02 16:41:38.350 INFO STEP 844 (remove_files) COMPLETE |
6844 | 2024-12-02T16:41:39.128Z | [ recovery-image] Dec 02 16:41:38.350 INFO O| Dec 02 16:41:38.350 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-12-02T16:41:39.134Z | [ recovery-image] Dec 02 16:41:38.359 INFO O| Dec 02 16:41:38.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6846 | 2024-12-02T16:41:39.134Z | [ recovery-image] Dec 02 16:41:38.359 INFO O| Dec 02 16:41:38.359 INFO STEP 845 (remove_files) COMPLETE |
6847 | 2024-12-02T16:41:39.137Z | [ recovery-image] Dec 02 16:41:38.359 INFO O| Dec 02 16:41:38.359 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-12-02T16:41:39.144Z | [ recovery-image] Dec 02 16:41:38.369 INFO O| Dec 02 16:41:38.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6849 | 2024-12-02T16:41:39.146Z | [ recovery-image] Dec 02 16:41:38.369 INFO O| Dec 02 16:41:38.369 INFO STEP 846 (remove_files) COMPLETE |
6850 | 2024-12-02T16:41:39.146Z | [ recovery-image] Dec 02 16:41:38.369 INFO O| Dec 02 16:41:38.369 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-12-02T16:41:39.153Z | [ recovery-image] Dec 02 16:41:38.378 INFO O| Dec 02 16:41:38.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6852 | 2024-12-02T16:41:39.153Z | [ recovery-image] Dec 02 16:41:38.378 INFO O| Dec 02 16:41:38.378 INFO STEP 847 (remove_files) COMPLETE |
6853 | 2024-12-02T16:41:39.155Z | [ recovery-image] Dec 02 16:41:38.378 INFO O| Dec 02 16:41:38.378 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-12-02T16:41:39.162Z | [ recovery-image] Dec 02 16:41:38.388 INFO O| Dec 02 16:41:38.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6855 | 2024-12-02T16:41:39.162Z | [ recovery-image] Dec 02 16:41:38.388 INFO O| Dec 02 16:41:38.388 INFO STEP 848 (remove_files) COMPLETE |
6856 | 2024-12-02T16:41:39.165Z | [ recovery-image] Dec 02 16:41:38.388 INFO O| Dec 02 16:41:38.388 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-12-02T16:41:39.172Z | [ recovery-image] Dec 02 16:41:38.397 INFO O| Dec 02 16:41:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6858 | 2024-12-02T16:41:39.174Z | [ recovery-image] Dec 02 16:41:38.397 INFO O| Dec 02 16:41:38.397 INFO STEP 849 (remove_files) COMPLETE |
6859 | 2024-12-02T16:41:39.174Z | [ recovery-image] Dec 02 16:41:38.397 INFO O| Dec 02 16:41:38.397 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-12-02T16:41:39.182Z | [ recovery-image] Dec 02 16:41:38.407 INFO O| Dec 02 16:41:38.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6861 | 2024-12-02T16:41:39.184Z | [ recovery-image] Dec 02 16:41:38.407 INFO O| Dec 02 16:41:38.407 INFO STEP 850 (remove_files) COMPLETE |
6862 | 2024-12-02T16:41:39.184Z | [ recovery-image] Dec 02 16:41:38.407 INFO O| Dec 02 16:41:38.407 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-12-02T16:41:39.191Z | [ recovery-image] Dec 02 16:41:38.416 INFO O| Dec 02 16:41:38.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6864 | 2024-12-02T16:41:39.191Z | [ recovery-image] Dec 02 16:41:38.416 INFO O| Dec 02 16:41:38.416 INFO STEP 851 (remove_files) COMPLETE |
6865 | 2024-12-02T16:41:39.193Z | [ recovery-image] Dec 02 16:41:38.416 INFO O| Dec 02 16:41:38.416 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-12-02T16:41:39.201Z | [ recovery-image] Dec 02 16:41:38.426 INFO O| Dec 02 16:41:38.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6867 | 2024-12-02T16:41:39.201Z | [ recovery-image] Dec 02 16:41:38.426 INFO O| Dec 02 16:41:38.426 INFO STEP 852 (remove_files) COMPLETE |
6868 | 2024-12-02T16:41:39.201Z | [ recovery-image] Dec 02 16:41:38.426 INFO O| Dec 02 16:41:38.426 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-12-02T16:41:39.210Z | [ recovery-image] Dec 02 16:41:38.435 INFO O| Dec 02 16:41:38.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6870 | 2024-12-02T16:41:39.213Z | [ recovery-image] Dec 02 16:41:38.435 INFO O| Dec 02 16:41:38.435 INFO STEP 853 (remove_files) COMPLETE |
6871 | 2024-12-02T16:41:39.213Z | [ recovery-image] Dec 02 16:41:38.435 INFO O| Dec 02 16:41:38.435 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-12-02T16:41:39.220Z | [ recovery-image] Dec 02 16:41:38.445 INFO O| Dec 02 16:41:38.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6873 | 2024-12-02T16:41:39.222Z | [ recovery-image] Dec 02 16:41:38.445 INFO O| Dec 02 16:41:38.445 INFO STEP 854 (remove_files) COMPLETE |
6874 | 2024-12-02T16:41:39.222Z | [ recovery-image] Dec 02 16:41:38.445 INFO O| Dec 02 16:41:38.445 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-12-02T16:41:39.230Z | [ recovery-image] Dec 02 16:41:38.455 INFO O| Dec 02 16:41:38.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6876 | 2024-12-02T16:41:39.232Z | [ recovery-image] Dec 02 16:41:38.455 INFO O| Dec 02 16:41:38.455 INFO STEP 855 (remove_files) COMPLETE |
6877 | 2024-12-02T16:41:39.232Z | [ recovery-image] Dec 02 16:41:38.455 INFO O| Dec 02 16:41:38.455 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-12-02T16:41:39.240Z | [ recovery-image] Dec 02 16:41:38.465 INFO O| Dec 02 16:41:38.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6879 | 2024-12-02T16:41:39.240Z | [ recovery-image] Dec 02 16:41:38.465 INFO O| Dec 02 16:41:38.465 INFO STEP 856 (remove_files) COMPLETE |
6880 | 2024-12-02T16:41:39.240Z | [ recovery-image] Dec 02 16:41:38.465 INFO O| Dec 02 16:41:38.465 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-12-02T16:41:39.249Z | [ recovery-image] Dec 02 16:41:38.474 INFO O| Dec 02 16:41:38.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6882 | 2024-12-02T16:41:39.251Z | [ recovery-image] Dec 02 16:41:38.474 INFO O| Dec 02 16:41:38.474 INFO STEP 857 (remove_files) COMPLETE |
6883 | 2024-12-02T16:41:39.251Z | [ recovery-image] Dec 02 16:41:38.474 INFO O| Dec 02 16:41:38.474 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-12-02T16:41:39.259Z | [ recovery-image] Dec 02 16:41:38.484 INFO O| Dec 02 16:41:38.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6885 | 2024-12-02T16:41:39.261Z | [ recovery-image] Dec 02 16:41:38.484 INFO O| Dec 02 16:41:38.484 INFO STEP 858 (remove_files) COMPLETE |
6886 | 2024-12-02T16:41:39.261Z | [ recovery-image] Dec 02 16:41:38.484 INFO O| Dec 02 16:41:38.484 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-12-02T16:41:39.268Z | [ recovery-image] Dec 02 16:41:38.493 INFO O| Dec 02 16:41:38.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6888 | 2024-12-02T16:41:39.270Z | [ recovery-image] Dec 02 16:41:38.493 INFO O| Dec 02 16:41:38.493 INFO STEP 859 (remove_files) COMPLETE |
6889 | 2024-12-02T16:41:39.270Z | [ recovery-image] Dec 02 16:41:38.493 INFO O| Dec 02 16:41:38.493 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-12-02T16:41:39.278Z | [ recovery-image] Dec 02 16:41:38.503 INFO O| Dec 02 16:41:38.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6891 | 2024-12-02T16:41:39.280Z | [ recovery-image] Dec 02 16:41:38.503 INFO O| Dec 02 16:41:38.503 INFO STEP 860 (remove_files) COMPLETE |
6892 | 2024-12-02T16:41:39.280Z | [ recovery-image] Dec 02 16:41:38.503 INFO O| Dec 02 16:41:38.503 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-12-02T16:41:39.287Z | [ recovery-image] Dec 02 16:41:38.513 INFO O| Dec 02 16:41:38.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6894 | 2024-12-02T16:41:39.290Z | [ recovery-image] Dec 02 16:41:38.513 INFO O| Dec 02 16:41:38.513 INFO STEP 861 (remove_files) COMPLETE |
6895 | 2024-12-02T16:41:39.290Z | [ recovery-image] Dec 02 16:41:38.513 INFO O| Dec 02 16:41:38.513 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-02T16:41:39.297Z | [ recovery-image] Dec 02 16:41:38.522 INFO O| Dec 02 16:41:38.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6897 | 2024-12-02T16:41:39.300Z | [ recovery-image] Dec 02 16:41:38.522 INFO O| Dec 02 16:41:38.522 INFO STEP 862 (remove_files) COMPLETE |
6898 | 2024-12-02T16:41:39.300Z | [ recovery-image] Dec 02 16:41:38.522 INFO O| Dec 02 16:41:38.522 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-02T16:41:39.306Z | [ recovery-image] Dec 02 16:41:38.531 INFO O| Dec 02 16:41:38.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6900 | 2024-12-02T16:41:39.309Z | [ recovery-image] Dec 02 16:41:38.532 INFO O| Dec 02 16:41:38.532 INFO STEP 863 (remove_files) COMPLETE |
6901 | 2024-12-02T16:41:39.309Z | [ recovery-image] Dec 02 16:41:38.532 INFO O| Dec 02 16:41:38.532 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-02T16:41:39.316Z | [ recovery-image] Dec 02 16:41:38.541 INFO O| Dec 02 16:41:38.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6903 | 2024-12-02T16:41:39.316Z | [ recovery-image] Dec 02 16:41:38.541 INFO O| Dec 02 16:41:38.541 INFO STEP 864 (remove_files) COMPLETE |
6904 | 2024-12-02T16:41:39.319Z | [ recovery-image] Dec 02 16:41:38.541 INFO O| Dec 02 16:41:38.541 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-02T16:41:39.326Z | [ recovery-image] Dec 02 16:41:38.550 INFO O| Dec 02 16:41:38.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6906 | 2024-12-02T16:41:39.329Z | [ recovery-image] Dec 02 16:41:38.550 INFO O| Dec 02 16:41:38.550 INFO STEP 865 (remove_files) COMPLETE |
6907 | 2024-12-02T16:41:39.329Z | [ recovery-image] Dec 02 16:41:38.550 INFO O| Dec 02 16:41:38.550 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-02T16:41:39.335Z | [ recovery-image] Dec 02 16:41:38.560 INFO O| Dec 02 16:41:38.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6909 | 2024-12-02T16:41:39.335Z | [ recovery-image] Dec 02 16:41:38.560 INFO O| Dec 02 16:41:38.560 INFO STEP 866 (remove_files) COMPLETE |
6910 | 2024-12-02T16:41:39.335Z | [ recovery-image] Dec 02 16:41:38.560 INFO O| Dec 02 16:41:38.560 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-02T16:41:39.344Z | [ recovery-image] Dec 02 16:41:38.569 INFO O| Dec 02 16:41:38.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6912 | 2024-12-02T16:41:39.347Z | [ recovery-image] Dec 02 16:41:38.569 INFO O| Dec 02 16:41:38.569 INFO STEP 867 (remove_files) COMPLETE |
6913 | 2024-12-02T16:41:39.347Z | [ recovery-image] Dec 02 16:41:38.569 INFO O| Dec 02 16:41:38.569 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-02T16:41:39.354Z | [ recovery-image] Dec 02 16:41:38.579 INFO O| Dec 02 16:41:38.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6915 | 2024-12-02T16:41:39.357Z | [ recovery-image] Dec 02 16:41:38.579 INFO O| Dec 02 16:41:38.579 INFO STEP 868 (remove_files) COMPLETE |
6916 | 2024-12-02T16:41:39.357Z | [ recovery-image] Dec 02 16:41:38.579 INFO O| Dec 02 16:41:38.579 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-02T16:41:39.363Z | [ recovery-image] Dec 02 16:41:38.588 INFO O| Dec 02 16:41:38.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6918 | 2024-12-02T16:41:39.364Z | [ recovery-image] Dec 02 16:41:38.589 INFO O| Dec 02 16:41:38.589 INFO STEP 869 (remove_files) COMPLETE |
6919 | 2024-12-02T16:41:39.364Z | [ recovery-image] Dec 02 16:41:38.589 INFO O| Dec 02 16:41:38.589 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-02T16:41:39.373Z | [ recovery-image] Dec 02 16:41:38.598 INFO O| Dec 02 16:41:38.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6921 | 2024-12-02T16:41:39.373Z | [ recovery-image] Dec 02 16:41:38.598 INFO O| Dec 02 16:41:38.598 INFO STEP 870 (remove_files) COMPLETE |
6922 | 2024-12-02T16:41:39.373Z | [ recovery-image] Dec 02 16:41:38.598 INFO O| Dec 02 16:41:38.598 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-02T16:41:39.382Z | [ recovery-image] Dec 02 16:41:38.607 INFO O| Dec 02 16:41:38.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6924 | 2024-12-02T16:41:39.385Z | [ recovery-image] Dec 02 16:41:38.608 INFO O| Dec 02 16:41:38.607 INFO STEP 871 (remove_files) COMPLETE |
6925 | 2024-12-02T16:41:39.385Z | [ recovery-image] Dec 02 16:41:38.608 INFO O| Dec 02 16:41:38.608 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-02T16:41:39.392Z | [ recovery-image] Dec 02 16:41:38.617 INFO O| Dec 02 16:41:38.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6927 | 2024-12-02T16:41:39.394Z | [ recovery-image] Dec 02 16:41:38.617 INFO O| Dec 02 16:41:38.617 INFO STEP 872 (remove_files) COMPLETE |
6928 | 2024-12-02T16:41:39.394Z | [ recovery-image] Dec 02 16:41:38.617 INFO O| Dec 02 16:41:38.617 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-02T16:41:39.402Z | [ recovery-image] Dec 02 16:41:38.627 INFO O| Dec 02 16:41:38.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6930 | 2024-12-02T16:41:39.404Z | [ recovery-image] Dec 02 16:41:38.627 INFO O| Dec 02 16:41:38.627 INFO STEP 873 (remove_files) COMPLETE |
6931 | 2024-12-02T16:41:39.404Z | [ recovery-image] Dec 02 16:41:38.627 INFO O| Dec 02 16:41:38.627 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-02T16:41:39.412Z | [ recovery-image] Dec 02 16:41:38.637 INFO O| Dec 02 16:41:38.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6933 | 2024-12-02T16:41:39.414Z | [ recovery-image] Dec 02 16:41:38.637 INFO O| Dec 02 16:41:38.637 INFO STEP 874 (remove_files) COMPLETE |
6934 | 2024-12-02T16:41:39.414Z | [ recovery-image] Dec 02 16:41:38.637 INFO O| Dec 02 16:41:38.637 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-02T16:41:39.422Z | [ recovery-image] Dec 02 16:41:38.647 INFO O| Dec 02 16:41:38.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6936 | 2024-12-02T16:41:39.422Z | [ recovery-image] Dec 02 16:41:38.647 INFO O| Dec 02 16:41:38.647 INFO STEP 875 (remove_files) COMPLETE |
6937 | 2024-12-02T16:41:39.422Z | [ recovery-image] Dec 02 16:41:38.647 INFO O| Dec 02 16:41:38.647 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-02T16:41:39.431Z | [ recovery-image] Dec 02 16:41:38.656 INFO O| Dec 02 16:41:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6939 | 2024-12-02T16:41:39.431Z | [ recovery-image] Dec 02 16:41:38.656 INFO O| Dec 02 16:41:38.656 INFO STEP 876 (remove_files) COMPLETE |
6940 | 2024-12-02T16:41:39.433Z | [ recovery-image] Dec 02 16:41:38.656 INFO O| Dec 02 16:41:38.656 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-02T16:41:39.440Z | [ recovery-image] Dec 02 16:41:38.665 INFO O| Dec 02 16:41:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6942 | 2024-12-02T16:41:39.440Z | [ recovery-image] Dec 02 16:41:38.666 INFO O| Dec 02 16:41:38.665 INFO STEP 877 (remove_files) COMPLETE |
6943 | 2024-12-02T16:41:39.440Z | [ recovery-image] Dec 02 16:41:38.666 INFO O| Dec 02 16:41:38.666 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-02T16:41:39.450Z | [ recovery-image] Dec 02 16:41:38.675 INFO O| Dec 02 16:41:38.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6945 | 2024-12-02T16:41:39.450Z | [ recovery-image] Dec 02 16:41:38.675 INFO O| Dec 02 16:41:38.675 INFO STEP 878 (remove_files) COMPLETE |
6946 | 2024-12-02T16:41:39.453Z | [ recovery-image] Dec 02 16:41:38.675 INFO O| Dec 02 16:41:38.675 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-02T16:41:39.460Z | [ recovery-image] Dec 02 16:41:38.685 INFO O| Dec 02 16:41:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6948 | 2024-12-02T16:41:39.460Z | [ recovery-image] Dec 02 16:41:38.685 INFO O| Dec 02 16:41:38.685 INFO STEP 879 (remove_files) COMPLETE |
6949 | 2024-12-02T16:41:39.460Z | [ recovery-image] Dec 02 16:41:38.685 INFO O| Dec 02 16:41:38.685 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-02T16:41:39.470Z | [ recovery-image] Dec 02 16:41:38.695 INFO O| Dec 02 16:41:38.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6951 | 2024-12-02T16:41:39.472Z | [ recovery-image] Dec 02 16:41:38.695 INFO O| Dec 02 16:41:38.695 INFO STEP 880 (remove_files) COMPLETE |
6952 | 2024-12-02T16:41:39.472Z | [ recovery-image] Dec 02 16:41:38.695 INFO O| Dec 02 16:41:38.695 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-02T16:41:39.480Z | [ recovery-image] Dec 02 16:41:38.705 INFO O| Dec 02 16:41:38.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6954 | 2024-12-02T16:41:39.480Z | [ recovery-image] Dec 02 16:41:38.705 INFO O| Dec 02 16:41:38.705 INFO STEP 881 (remove_files) COMPLETE |
6955 | 2024-12-02T16:41:39.482Z | [ recovery-image] Dec 02 16:41:38.705 INFO O| Dec 02 16:41:38.705 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-02T16:41:39.490Z | [ recovery-image] Dec 02 16:41:38.715 INFO O| Dec 02 16:41:38.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6957 | 2024-12-02T16:41:39.490Z | [ recovery-image] Dec 02 16:41:38.715 INFO O| Dec 02 16:41:38.715 INFO STEP 882 (remove_files) COMPLETE |
6958 | 2024-12-02T16:41:39.492Z | [ recovery-image] Dec 02 16:41:38.715 INFO O| Dec 02 16:41:38.715 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-02T16:41:39.499Z | [ recovery-image] Dec 02 16:41:38.724 INFO O| Dec 02 16:41:38.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6960 | 2024-12-02T16:41:39.502Z | [ recovery-image] Dec 02 16:41:38.724 INFO O| Dec 02 16:41:38.724 INFO STEP 883 (remove_files) COMPLETE |
6961 | 2024-12-02T16:41:39.502Z | [ recovery-image] Dec 02 16:41:38.724 INFO O| Dec 02 16:41:38.724 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-02T16:41:39.510Z | [ recovery-image] Dec 02 16:41:38.734 INFO O| Dec 02 16:41:38.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6963 | 2024-12-02T16:41:39.510Z | [ recovery-image] Dec 02 16:41:38.734 INFO O| Dec 02 16:41:38.734 INFO STEP 884 (remove_files) COMPLETE |
6964 | 2024-12-02T16:41:39.512Z | [ recovery-image] Dec 02 16:41:38.734 INFO O| Dec 02 16:41:38.734 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-02T16:41:39.519Z | [ recovery-image] Dec 02 16:41:38.744 INFO O| Dec 02 16:41:38.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6966 | 2024-12-02T16:41:39.519Z | [ recovery-image] Dec 02 16:41:38.744 INFO O| Dec 02 16:41:38.744 INFO STEP 885 (remove_files) COMPLETE |
6967 | 2024-12-02T16:41:39.522Z | [ recovery-image] Dec 02 16:41:38.744 INFO O| Dec 02 16:41:38.744 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-02T16:41:39.528Z | [ recovery-image] Dec 02 16:41:38.753 INFO O| Dec 02 16:41:38.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6969 | 2024-12-02T16:41:39.528Z | [ recovery-image] Dec 02 16:41:38.753 INFO O| Dec 02 16:41:38.753 INFO STEP 886 (remove_files) COMPLETE |
6970 | 2024-12-02T16:41:39.531Z | [ recovery-image] Dec 02 16:41:38.753 INFO O| Dec 02 16:41:38.753 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-02T16:41:39.538Z | [ recovery-image] Dec 02 16:41:38.763 INFO O| Dec 02 16:41:38.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6972 | 2024-12-02T16:41:39.540Z | [ recovery-image] Dec 02 16:41:38.763 INFO O| Dec 02 16:41:38.763 INFO STEP 887 (remove_files) COMPLETE |
6973 | 2024-12-02T16:41:39.540Z | [ recovery-image] Dec 02 16:41:38.763 INFO O| Dec 02 16:41:38.763 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-02T16:41:39.548Z | [ recovery-image] Dec 02 16:41:38.772 INFO O| Dec 02 16:41:38.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6975 | 2024-12-02T16:41:39.548Z | [ recovery-image] Dec 02 16:41:38.773 INFO O| Dec 02 16:41:38.773 INFO STEP 888 (remove_files) COMPLETE |
6976 | 2024-12-02T16:41:39.550Z | [ recovery-image] Dec 02 16:41:38.773 INFO O| Dec 02 16:41:38.773 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-02T16:41:39.557Z | [ recovery-image] Dec 02 16:41:38.782 INFO O| Dec 02 16:41:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6978 | 2024-12-02T16:41:39.560Z | [ recovery-image] Dec 02 16:41:38.782 INFO O| Dec 02 16:41:38.782 INFO STEP 889 (remove_files) COMPLETE |
6979 | 2024-12-02T16:41:39.560Z | [ recovery-image] Dec 02 16:41:38.782 INFO O| Dec 02 16:41:38.782 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-02T16:41:39.566Z | [ recovery-image] Dec 02 16:41:38.791 INFO O| Dec 02 16:41:38.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6981 | 2024-12-02T16:41:39.569Z | [ recovery-image] Dec 02 16:41:38.791 INFO O| Dec 02 16:41:38.791 INFO STEP 890 (remove_files) COMPLETE |
6982 | 2024-12-02T16:41:39.569Z | [ recovery-image] Dec 02 16:41:38.792 INFO O| Dec 02 16:41:38.791 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-02T16:41:39.576Z | [ recovery-image] Dec 02 16:41:38.801 INFO O| Dec 02 16:41:38.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6984 | 2024-12-02T16:41:39.576Z | [ recovery-image] Dec 02 16:41:38.801 INFO O| Dec 02 16:41:38.801 INFO STEP 891 (remove_files) COMPLETE |
6985 | 2024-12-02T16:41:39.578Z | [ recovery-image] Dec 02 16:41:38.801 INFO O| Dec 02 16:41:38.801 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-02T16:41:39.585Z | [ recovery-image] Dec 02 16:41:38.810 INFO O| Dec 02 16:41:38.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6987 | 2024-12-02T16:41:39.585Z | [ recovery-image] Dec 02 16:41:38.811 INFO O| Dec 02 16:41:38.810 INFO STEP 892 (remove_files) COMPLETE |
6988 | 2024-12-02T16:41:39.585Z | [ recovery-image] Dec 02 16:41:38.811 INFO O| Dec 02 16:41:38.810 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-02T16:41:39.595Z | [ recovery-image] Dec 02 16:41:38.820 INFO O| Dec 02 16:41:38.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6990 | 2024-12-02T16:41:39.595Z | [ recovery-image] Dec 02 16:41:38.820 INFO O| Dec 02 16:41:38.820 INFO STEP 893 (remove_files) COMPLETE |
6991 | 2024-12-02T16:41:39.595Z | [ recovery-image] Dec 02 16:41:38.820 INFO O| Dec 02 16:41:38.820 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-02T16:41:39.604Z | [ recovery-image] Dec 02 16:41:38.829 INFO O| Dec 02 16:41:38.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6993 | 2024-12-02T16:41:39.608Z | [ recovery-image] Dec 02 16:41:38.829 INFO O| Dec 02 16:41:38.829 INFO STEP 894 (remove_files) COMPLETE |
6994 | 2024-12-02T16:41:39.608Z | [ recovery-image] Dec 02 16:41:38.830 INFO O| Dec 02 16:41:38.829 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-02T16:41:39.614Z | [ recovery-image] Dec 02 16:41:38.839 INFO O| Dec 02 16:41:38.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6996 | 2024-12-02T16:41:39.614Z | [ recovery-image] Dec 02 16:41:38.839 INFO O| Dec 02 16:41:38.839 INFO STEP 895 (remove_files) COMPLETE |
6997 | 2024-12-02T16:41:39.616Z | [ recovery-image] Dec 02 16:41:38.839 INFO O| Dec 02 16:41:38.839 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-02T16:41:39.624Z | [ recovery-image] Dec 02 16:41:38.849 INFO O| Dec 02 16:41:38.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6999 | 2024-12-02T16:41:39.624Z | [ recovery-image] Dec 02 16:41:38.849 INFO O| Dec 02 16:41:38.849 INFO STEP 896 (remove_files) COMPLETE |
7000 | 2024-12-02T16:41:39.626Z | [ recovery-image] Dec 02 16:41:38.849 INFO O| Dec 02 16:41:38.849 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-02T16:41:39.633Z | [ recovery-image] Dec 02 16:41:38.858 INFO O| Dec 02 16:41:38.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7002 | 2024-12-02T16:41:39.633Z | [ recovery-image] Dec 02 16:41:38.858 INFO O| Dec 02 16:41:38.858 INFO STEP 897 (remove_files) COMPLETE |
7003 | 2024-12-02T16:41:39.633Z | [ recovery-image] Dec 02 16:41:38.858 INFO O| Dec 02 16:41:38.858 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-02T16:41:39.642Z | [ recovery-image] Dec 02 16:41:38.867 INFO O| Dec 02 16:41:38.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7005 | 2024-12-02T16:41:39.642Z | [ recovery-image] Dec 02 16:41:38.867 INFO O| Dec 02 16:41:38.867 INFO STEP 898 (remove_files) COMPLETE |
7006 | 2024-12-02T16:41:39.645Z | [ recovery-image] Dec 02 16:41:38.868 INFO O| Dec 02 16:41:38.867 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-02T16:41:39.652Z | [ recovery-image] Dec 02 16:41:38.877 INFO O| Dec 02 16:41:38.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7008 | 2024-12-02T16:41:39.654Z | [ recovery-image] Dec 02 16:41:38.877 INFO O| Dec 02 16:41:38.877 INFO STEP 899 (remove_files) COMPLETE |
7009 | 2024-12-02T16:41:39.654Z | [ recovery-image] Dec 02 16:41:38.877 INFO O| Dec 02 16:41:38.877 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-02T16:41:39.661Z | [ recovery-image] Dec 02 16:41:38.886 INFO O| Dec 02 16:41:38.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7011 | 2024-12-02T16:41:39.661Z | [ recovery-image] Dec 02 16:41:38.886 INFO O| Dec 02 16:41:38.886 INFO STEP 900 (remove_files) COMPLETE |
7012 | 2024-12-02T16:41:39.663Z | [ recovery-image] Dec 02 16:41:38.886 INFO O| Dec 02 16:41:38.886 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-02T16:41:39.671Z | [ recovery-image] Dec 02 16:41:38.896 INFO O| Dec 02 16:41:38.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7014 | 2024-12-02T16:41:39.671Z | [ recovery-image] Dec 02 16:41:38.896 INFO O| Dec 02 16:41:38.896 INFO STEP 901 (remove_files) COMPLETE |
7015 | 2024-12-02T16:41:39.673Z | [ recovery-image] Dec 02 16:41:38.896 INFO O| Dec 02 16:41:38.896 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-02T16:41:39.680Z | [ recovery-image] Dec 02 16:41:38.905 INFO O| Dec 02 16:41:38.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7017 | 2024-12-02T16:41:39.684Z | [ recovery-image] Dec 02 16:41:38.905 INFO O| Dec 02 16:41:38.905 INFO STEP 902 (remove_files) COMPLETE |
7018 | 2024-12-02T16:41:39.684Z | [ recovery-image] Dec 02 16:41:38.905 INFO O| Dec 02 16:41:38.905 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-02T16:41:39.690Z | [ recovery-image] Dec 02 16:41:38.915 INFO O| Dec 02 16:41:38.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7020 | 2024-12-02T16:41:39.690Z | [ recovery-image] Dec 02 16:41:38.915 INFO O| Dec 02 16:41:38.915 INFO STEP 903 (remove_files) COMPLETE |
7021 | 2024-12-02T16:41:39.693Z | [ recovery-image] Dec 02 16:41:38.915 INFO O| Dec 02 16:41:38.915 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-02T16:41:39.700Z | [ recovery-image] Dec 02 16:41:38.924 INFO O| Dec 02 16:41:38.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7023 | 2024-12-02T16:41:39.700Z | [ recovery-image] Dec 02 16:41:38.924 INFO O| Dec 02 16:41:38.924 INFO STEP 904 (remove_files) COMPLETE |
7024 | 2024-12-02T16:41:39.703Z | [ recovery-image] Dec 02 16:41:38.924 INFO O| Dec 02 16:41:38.924 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-02T16:41:39.709Z | [ recovery-image] Dec 02 16:41:38.934 INFO O| Dec 02 16:41:38.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7026 | 2024-12-02T16:41:39.711Z | [ recovery-image] Dec 02 16:41:38.934 INFO O| Dec 02 16:41:38.934 INFO STEP 905 (remove_files) COMPLETE |
7027 | 2024-12-02T16:41:39.711Z | [ recovery-image] Dec 02 16:41:38.934 INFO O| Dec 02 16:41:38.934 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-02T16:41:39.718Z | [ recovery-image] Dec 02 16:41:38.943 INFO O| Dec 02 16:41:38.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7029 | 2024-12-02T16:41:39.718Z | [ recovery-image] Dec 02 16:41:38.943 INFO O| Dec 02 16:41:38.943 INFO STEP 906 (remove_files) COMPLETE |
7030 | 2024-12-02T16:41:39.721Z | [ recovery-image] Dec 02 16:41:38.943 INFO O| Dec 02 16:41:38.943 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-02T16:41:39.728Z | [ recovery-image] Dec 02 16:41:38.953 INFO O| Dec 02 16:41:38.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7032 | 2024-12-02T16:41:39.728Z | [ recovery-image] Dec 02 16:41:38.953 INFO O| Dec 02 16:41:38.953 INFO STEP 907 (remove_files) COMPLETE |
7033 | 2024-12-02T16:41:39.730Z | [ recovery-image] Dec 02 16:41:38.953 INFO O| Dec 02 16:41:38.953 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-02T16:41:39.737Z | [ recovery-image] Dec 02 16:41:38.962 INFO O| Dec 02 16:41:38.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7035 | 2024-12-02T16:41:39.740Z | [ recovery-image] Dec 02 16:41:38.962 INFO O| Dec 02 16:41:38.962 INFO STEP 908 (remove_files) COMPLETE |
7036 | 2024-12-02T16:41:39.740Z | [ recovery-image] Dec 02 16:41:38.962 INFO O| Dec 02 16:41:38.962 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-02T16:41:39.746Z | [ recovery-image] Dec 02 16:41:38.971 INFO O| Dec 02 16:41:38.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7038 | 2024-12-02T16:41:39.746Z | [ recovery-image] Dec 02 16:41:38.972 INFO O| Dec 02 16:41:38.972 INFO STEP 909 (remove_files) COMPLETE |
7039 | 2024-12-02T16:41:39.749Z | [ recovery-image] Dec 02 16:41:38.972 INFO O| Dec 02 16:41:38.972 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-02T16:41:39.756Z | [ recovery-image] Dec 02 16:41:38.981 INFO O| Dec 02 16:41:38.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7041 | 2024-12-02T16:41:39.758Z | [ recovery-image] Dec 02 16:41:38.981 INFO O| Dec 02 16:41:38.981 INFO STEP 910 (remove_files) COMPLETE |
7042 | 2024-12-02T16:41:39.758Z | [ recovery-image] Dec 02 16:41:38.981 INFO O| Dec 02 16:41:38.981 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-02T16:41:39.765Z | [ recovery-image] Dec 02 16:41:38.990 INFO O| Dec 02 16:41:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7044 | 2024-12-02T16:41:39.765Z | [ recovery-image] Dec 02 16:41:38.991 INFO O| Dec 02 16:41:38.990 INFO STEP 911 (remove_files) COMPLETE |
7045 | 2024-12-02T16:41:39.768Z | [ recovery-image] Dec 02 16:41:38.991 INFO O| Dec 02 16:41:38.990 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-02T16:41:39.775Z | [ recovery-image] Dec 02 16:41:39.000 INFO O| Dec 02 16:41:39.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7047 | 2024-12-02T16:41:39.777Z | [ recovery-image] Dec 02 16:41:39.000 INFO O| Dec 02 16:41:39.000 INFO STEP 912 (remove_files) COMPLETE |
7048 | 2024-12-02T16:41:39.777Z | [ recovery-image] Dec 02 16:41:39.000 INFO O| Dec 02 16:41:39.000 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-02T16:41:39.785Z | [ recovery-image] Dec 02 16:41:39.010 INFO O| Dec 02 16:41:39.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7050 | 2024-12-02T16:41:39.785Z | [ recovery-image] Dec 02 16:41:39.010 INFO O| Dec 02 16:41:39.010 INFO STEP 913 (remove_files) COMPLETE |
7051 | 2024-12-02T16:41:39.788Z | [ recovery-image] Dec 02 16:41:39.010 INFO O| Dec 02 16:41:39.010 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-02T16:41:39.795Z | [ recovery-image] Dec 02 16:41:39.020 INFO O| Dec 02 16:41:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7053 | 2024-12-02T16:41:39.797Z | [ recovery-image] Dec 02 16:41:39.020 INFO O| Dec 02 16:41:39.020 INFO STEP 914 (remove_files) COMPLETE |
7054 | 2024-12-02T16:41:39.797Z | [ recovery-image] Dec 02 16:41:39.020 INFO O| Dec 02 16:41:39.020 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-02T16:41:39.804Z | [ recovery-image] Dec 02 16:41:39.029 INFO O| Dec 02 16:41:39.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7056 | 2024-12-02T16:41:39.807Z | [ recovery-image] Dec 02 16:41:39.029 INFO O| Dec 02 16:41:39.029 INFO STEP 915 (remove_files) COMPLETE |
7057 | 2024-12-02T16:41:39.807Z | [ recovery-image] Dec 02 16:41:39.029 INFO O| Dec 02 16:41:39.029 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-02T16:41:39.814Z | [ recovery-image] Dec 02 16:41:39.039 INFO O| Dec 02 16:41:39.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7059 | 2024-12-02T16:41:39.814Z | [ recovery-image] Dec 02 16:41:39.039 INFO O| Dec 02 16:41:39.039 INFO STEP 916 (remove_files) COMPLETE |
7060 | 2024-12-02T16:41:39.817Z | [ recovery-image] Dec 02 16:41:39.039 INFO O| Dec 02 16:41:39.039 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-02T16:41:39.824Z | [ recovery-image] Dec 02 16:41:39.048 INFO O| Dec 02 16:41:39.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7062 | 2024-12-02T16:41:39.824Z | [ recovery-image] Dec 02 16:41:39.048 INFO O| Dec 02 16:41:39.048 INFO STEP 917 (remove_files) COMPLETE |
7063 | 2024-12-02T16:41:39.826Z | [ recovery-image] Dec 02 16:41:39.048 INFO O| Dec 02 16:41:39.048 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-02T16:41:39.833Z | [ recovery-image] Dec 02 16:41:39.058 INFO O| Dec 02 16:41:39.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7065 | 2024-12-02T16:41:39.833Z | [ recovery-image] Dec 02 16:41:39.058 INFO O| Dec 02 16:41:39.058 INFO STEP 918 (remove_files) COMPLETE |
7066 | 2024-12-02T16:41:39.836Z | [ recovery-image] Dec 02 16:41:39.058 INFO O| Dec 02 16:41:39.058 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-02T16:41:39.842Z | [ recovery-image] Dec 02 16:41:39.067 INFO O| Dec 02 16:41:39.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7068 | 2024-12-02T16:41:39.842Z | [ recovery-image] Dec 02 16:41:39.067 INFO O| Dec 02 16:41:39.067 INFO STEP 919 (remove_files) COMPLETE |
7069 | 2024-12-02T16:41:39.842Z | [ recovery-image] Dec 02 16:41:39.067 INFO O| Dec 02 16:41:39.067 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-02T16:41:39.852Z | [ recovery-image] Dec 02 16:41:39.077 INFO O| Dec 02 16:41:39.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7071 | 2024-12-02T16:41:39.854Z | [ recovery-image] Dec 02 16:41:39.077 INFO O| Dec 02 16:41:39.077 INFO STEP 920 (remove_files) COMPLETE |
7072 | 2024-12-02T16:41:39.854Z | [ recovery-image] Dec 02 16:41:39.077 INFO O| Dec 02 16:41:39.077 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-02T16:41:39.862Z | [ recovery-image] Dec 02 16:41:39.086 INFO O| Dec 02 16:41:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7074 | 2024-12-02T16:41:39.865Z | [ recovery-image] Dec 02 16:41:39.086 INFO O| Dec 02 16:41:39.086 INFO STEP 921 (remove_files) COMPLETE |
7075 | 2024-12-02T16:41:39.865Z | [ recovery-image] Dec 02 16:41:39.086 INFO O| Dec 02 16:41:39.086 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-02T16:41:39.871Z | [ recovery-image] Dec 02 16:41:39.096 INFO O| Dec 02 16:41:39.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7077 | 2024-12-02T16:41:39.871Z | [ recovery-image] Dec 02 16:41:39.096 INFO O| Dec 02 16:41:39.096 INFO STEP 922 (remove_files) COMPLETE |
7078 | 2024-12-02T16:41:39.873Z | [ recovery-image] Dec 02 16:41:39.096 INFO O| Dec 02 16:41:39.096 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-02T16:41:39.880Z | [ recovery-image] Dec 02 16:41:39.105 INFO O| Dec 02 16:41:39.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7080 | 2024-12-02T16:41:39.880Z | [ recovery-image] Dec 02 16:41:39.105 INFO O| Dec 02 16:41:39.105 INFO STEP 923 (remove_files) COMPLETE |
7081 | 2024-12-02T16:41:39.880Z | [ recovery-image] Dec 02 16:41:39.105 INFO O| Dec 02 16:41:39.105 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-02T16:41:39.889Z | [ recovery-image] Dec 02 16:41:39.114 INFO O| Dec 02 16:41:39.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7083 | 2024-12-02T16:41:39.889Z | [ recovery-image] Dec 02 16:41:39.114 INFO O| Dec 02 16:41:39.114 INFO STEP 924 (remove_files) COMPLETE |
7084 | 2024-12-02T16:41:39.890Z | [ recovery-image] Dec 02 16:41:39.114 INFO O| Dec 02 16:41:39.114 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-02T16:41:39.899Z | [ recovery-image] Dec 02 16:41:39.124 INFO O| Dec 02 16:41:39.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7086 | 2024-12-02T16:41:39.899Z | [ recovery-image] Dec 02 16:41:39.124 INFO O| Dec 02 16:41:39.124 INFO STEP 925 (remove_files) COMPLETE |
7087 | 2024-12-02T16:41:39.899Z | [ recovery-image] Dec 02 16:41:39.124 INFO O| Dec 02 16:41:39.124 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-02T16:41:39.908Z | [ recovery-image] Dec 02 16:41:39.133 INFO O| Dec 02 16:41:39.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7089 | 2024-12-02T16:41:39.908Z | [ recovery-image] Dec 02 16:41:39.133 INFO O| Dec 02 16:41:39.133 INFO STEP 926 (remove_files) COMPLETE |
7090 | 2024-12-02T16:41:39.908Z | [ recovery-image] Dec 02 16:41:39.133 INFO O| Dec 02 16:41:39.133 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-02T16:41:39.918Z | [ recovery-image] Dec 02 16:41:39.143 INFO O| Dec 02 16:41:39.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7092 | 2024-12-02T16:41:39.920Z | [ recovery-image] Dec 02 16:41:39.143 INFO O| Dec 02 16:41:39.143 INFO STEP 927 (remove_files) COMPLETE |
7093 | 2024-12-02T16:41:39.920Z | [ recovery-image] Dec 02 16:41:39.143 INFO O| Dec 02 16:41:39.143 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-02T16:41:39.927Z | [ recovery-image] Dec 02 16:41:39.152 INFO O| Dec 02 16:41:39.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7095 | 2024-12-02T16:41:39.927Z | [ recovery-image] Dec 02 16:41:39.152 INFO O| Dec 02 16:41:39.152 INFO STEP 928 (remove_files) COMPLETE |
7096 | 2024-12-02T16:41:39.927Z | [ recovery-image] Dec 02 16:41:39.152 INFO O| Dec 02 16:41:39.152 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-02T16:41:39.937Z | [ recovery-image] Dec 02 16:41:39.162 INFO O| Dec 02 16:41:39.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7098 | 2024-12-02T16:41:39.937Z | [ recovery-image] Dec 02 16:41:39.162 INFO O| Dec 02 16:41:39.162 INFO STEP 929 (remove_files) COMPLETE |
7099 | 2024-12-02T16:41:39.939Z | [ recovery-image] Dec 02 16:41:39.162 INFO O| Dec 02 16:41:39.162 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-02T16:41:39.946Z | [ recovery-image] Dec 02 16:41:39.171 INFO O| Dec 02 16:41:39.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7101 | 2024-12-02T16:41:39.948Z | [ recovery-image] Dec 02 16:41:39.171 INFO O| Dec 02 16:41:39.171 INFO STEP 930 (remove_files) COMPLETE |
7102 | 2024-12-02T16:41:39.948Z | [ recovery-image] Dec 02 16:41:39.171 INFO O| Dec 02 16:41:39.171 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-02T16:41:39.956Z | [ recovery-image] Dec 02 16:41:39.181 INFO O| Dec 02 16:41:39.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7104 | 2024-12-02T16:41:39.956Z | [ recovery-image] Dec 02 16:41:39.181 INFO O| Dec 02 16:41:39.181 INFO STEP 931 (remove_files) COMPLETE |
7105 | 2024-12-02T16:41:39.958Z | [ recovery-image] Dec 02 16:41:39.181 INFO O| Dec 02 16:41:39.181 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-02T16:41:39.965Z | [ recovery-image] Dec 02 16:41:39.190 INFO O| Dec 02 16:41:39.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7107 | 2024-12-02T16:41:39.965Z | [ recovery-image] Dec 02 16:41:39.190 INFO O| Dec 02 16:41:39.190 INFO STEP 932 (remove_files) COMPLETE |
7108 | 2024-12-02T16:41:39.968Z | [ recovery-image] Dec 02 16:41:39.190 INFO O| Dec 02 16:41:39.190 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-02T16:41:39.975Z | [ recovery-image] Dec 02 16:41:39.200 INFO O| Dec 02 16:41:39.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7110 | 2024-12-02T16:41:39.975Z | [ recovery-image] Dec 02 16:41:39.200 INFO O| Dec 02 16:41:39.200 INFO STEP 933 (remove_files) COMPLETE |
7111 | 2024-12-02T16:41:39.975Z | [ recovery-image] Dec 02 16:41:39.200 INFO O| Dec 02 16:41:39.200 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-02T16:41:39.984Z | [ recovery-image] Dec 02 16:41:39.209 INFO O| Dec 02 16:41:39.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7113 | 2024-12-02T16:41:39.987Z | [ recovery-image] Dec 02 16:41:39.209 INFO O| Dec 02 16:41:39.209 INFO STEP 934 (remove_files) COMPLETE |
7114 | 2024-12-02T16:41:39.987Z | [ recovery-image] Dec 02 16:41:39.209 INFO O| Dec 02 16:41:39.209 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-02T16:41:39.994Z | [ recovery-image] Dec 02 16:41:39.219 INFO O| Dec 02 16:41:39.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7116 | 2024-12-02T16:41:39.994Z | [ recovery-image] Dec 02 16:41:39.219 INFO O| Dec 02 16:41:39.219 INFO STEP 935 (remove_files) COMPLETE |
7117 | 2024-12-02T16:41:39.996Z | [ recovery-image] Dec 02 16:41:39.219 INFO O| Dec 02 16:41:39.219 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-02T16:41:40.003Z | [ recovery-image] Dec 02 16:41:39.228 INFO O| Dec 02 16:41:39.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7119 | 2024-12-02T16:41:40.003Z | [ recovery-image] Dec 02 16:41:39.228 INFO O| Dec 02 16:41:39.228 INFO STEP 936 (remove_files) COMPLETE |
7120 | 2024-12-02T16:41:40.003Z | [ recovery-image] Dec 02 16:41:39.228 INFO O| Dec 02 16:41:39.228 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-02T16:41:40.013Z | [ recovery-image] Dec 02 16:41:39.238 INFO O| Dec 02 16:41:39.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7122 | 2024-12-02T16:41:40.015Z | [ recovery-image] Dec 02 16:41:39.238 INFO O| Dec 02 16:41:39.238 INFO STEP 937 (remove_files) COMPLETE |
7123 | 2024-12-02T16:41:40.015Z | [ recovery-image] Dec 02 16:41:39.238 INFO O| Dec 02 16:41:39.238 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-02T16:41:40.022Z | [ recovery-image] Dec 02 16:41:39.247 INFO O| Dec 02 16:41:39.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7125 | 2024-12-02T16:41:40.022Z | [ recovery-image] Dec 02 16:41:39.247 INFO O| Dec 02 16:41:39.247 INFO STEP 938 (remove_files) COMPLETE |
7126 | 2024-12-02T16:41:40.022Z | [ recovery-image] Dec 02 16:41:39.247 INFO O| Dec 02 16:41:39.247 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-02T16:41:40.032Z | [ recovery-image] Dec 02 16:41:39.257 INFO O| Dec 02 16:41:39.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7128 | 2024-12-02T16:41:40.032Z | [ recovery-image] Dec 02 16:41:39.257 INFO O| Dec 02 16:41:39.257 INFO STEP 939 (remove_files) COMPLETE |
7129 | 2024-12-02T16:41:40.034Z | [ recovery-image] Dec 02 16:41:39.257 INFO O| Dec 02 16:41:39.257 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-02T16:41:40.041Z | [ recovery-image] Dec 02 16:41:39.266 INFO O| Dec 02 16:41:39.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7131 | 2024-12-02T16:41:40.043Z | [ recovery-image] Dec 02 16:41:39.266 INFO O| Dec 02 16:41:39.266 INFO STEP 940 (remove_files) COMPLETE |
7132 | 2024-12-02T16:41:40.043Z | [ recovery-image] Dec 02 16:41:39.266 INFO O| Dec 02 16:41:39.266 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-02T16:41:40.051Z | [ recovery-image] Dec 02 16:41:39.276 INFO O| Dec 02 16:41:39.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7134 | 2024-12-02T16:41:40.051Z | [ recovery-image] Dec 02 16:41:39.276 INFO O| Dec 02 16:41:39.276 INFO STEP 941 (remove_files) COMPLETE |
7135 | 2024-12-02T16:41:40.053Z | [ recovery-image] Dec 02 16:41:39.276 INFO O| Dec 02 16:41:39.276 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-02T16:41:40.060Z | [ recovery-image] Dec 02 16:41:39.285 INFO O| Dec 02 16:41:39.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7137 | 2024-12-02T16:41:40.060Z | [ recovery-image] Dec 02 16:41:39.285 INFO O| Dec 02 16:41:39.285 INFO STEP 942 (remove_files) COMPLETE |
7138 | 2024-12-02T16:41:40.060Z | [ recovery-image] Dec 02 16:41:39.285 INFO O| Dec 02 16:41:39.285 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-02T16:41:40.070Z | [ recovery-image] Dec 02 16:41:39.294 INFO O| Dec 02 16:41:39.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7140 | 2024-12-02T16:41:40.070Z | [ recovery-image] Dec 02 16:41:39.295 INFO O| Dec 02 16:41:39.294 INFO STEP 943 (remove_files) COMPLETE |
7141 | 2024-12-02T16:41:40.070Z | [ recovery-image] Dec 02 16:41:39.295 INFO O| Dec 02 16:41:39.295 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-02T16:41:40.079Z | [ recovery-image] Dec 02 16:41:39.304 INFO O| Dec 02 16:41:39.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7143 | 2024-12-02T16:41:40.079Z | [ recovery-image] Dec 02 16:41:39.304 INFO O| Dec 02 16:41:39.304 INFO STEP 944 (remove_files) COMPLETE |
7144 | 2024-12-02T16:41:40.079Z | [ recovery-image] Dec 02 16:41:39.304 INFO O| Dec 02 16:41:39.304 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-02T16:41:40.088Z | [ recovery-image] Dec 02 16:41:39.313 INFO O| Dec 02 16:41:39.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7146 | 2024-12-02T16:41:40.088Z | [ recovery-image] Dec 02 16:41:39.313 INFO O| Dec 02 16:41:39.313 INFO STEP 945 (remove_files) COMPLETE |
7147 | 2024-12-02T16:41:40.091Z | [ recovery-image] Dec 02 16:41:39.313 INFO O| Dec 02 16:41:39.313 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-02T16:41:40.097Z | [ recovery-image] Dec 02 16:41:39.322 INFO O| Dec 02 16:41:39.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7149 | 2024-12-02T16:41:40.100Z | [ recovery-image] Dec 02 16:41:39.322 INFO O| Dec 02 16:41:39.322 INFO STEP 946 (remove_files) COMPLETE |
7150 | 2024-12-02T16:41:40.100Z | [ recovery-image] Dec 02 16:41:39.322 INFO O| Dec 02 16:41:39.322 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-02T16:41:40.107Z | [ recovery-image] Dec 02 16:41:39.332 INFO O| Dec 02 16:41:39.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7152 | 2024-12-02T16:41:40.109Z | [ recovery-image] Dec 02 16:41:39.332 INFO O| Dec 02 16:41:39.332 INFO STEP 947 (remove_files) COMPLETE |
7153 | 2024-12-02T16:41:40.109Z | [ recovery-image] Dec 02 16:41:39.332 INFO O| Dec 02 16:41:39.332 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-02T16:41:40.116Z | [ recovery-image] Dec 02 16:41:39.341 INFO O| Dec 02 16:41:39.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7155 | 2024-12-02T16:41:40.116Z | [ recovery-image] Dec 02 16:41:39.341 INFO O| Dec 02 16:41:39.341 INFO STEP 948 (remove_files) COMPLETE |
7156 | 2024-12-02T16:41:40.118Z | [ recovery-image] Dec 02 16:41:39.341 INFO O| Dec 02 16:41:39.341 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-02T16:41:40.126Z | [ recovery-image] Dec 02 16:41:39.351 INFO O| Dec 02 16:41:39.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7158 | 2024-12-02T16:41:40.126Z | [ recovery-image] Dec 02 16:41:39.351 INFO O| Dec 02 16:41:39.351 INFO STEP 949 (remove_files) COMPLETE |
7159 | 2024-12-02T16:41:40.128Z | [ recovery-image] Dec 02 16:41:39.351 INFO O| Dec 02 16:41:39.351 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-02T16:41:40.136Z | [ recovery-image] Dec 02 16:41:39.361 INFO O| Dec 02 16:41:39.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7161 | 2024-12-02T16:41:40.136Z | [ recovery-image] Dec 02 16:41:39.361 INFO O| Dec 02 16:41:39.361 INFO STEP 950 (remove_files) COMPLETE |
7162 | 2024-12-02T16:41:40.138Z | [ recovery-image] Dec 02 16:41:39.361 INFO O| Dec 02 16:41:39.361 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-02T16:41:40.145Z | [ recovery-image] Dec 02 16:41:39.370 INFO O| Dec 02 16:41:39.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7164 | 2024-12-02T16:41:40.145Z | [ recovery-image] Dec 02 16:41:39.370 INFO O| Dec 02 16:41:39.370 INFO STEP 951 (remove_files) COMPLETE |
7165 | 2024-12-02T16:41:40.145Z | [ recovery-image] Dec 02 16:41:39.370 INFO O| Dec 02 16:41:39.370 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-02T16:41:40.155Z | [ recovery-image] Dec 02 16:41:39.380 INFO O| Dec 02 16:41:39.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7167 | 2024-12-02T16:41:40.155Z | [ recovery-image] Dec 02 16:41:39.380 INFO O| Dec 02 16:41:39.380 INFO STEP 952 (remove_files) COMPLETE |
7168 | 2024-12-02T16:41:40.157Z | [ recovery-image] Dec 02 16:41:39.380 INFO O| Dec 02 16:41:39.380 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-02T16:41:40.164Z | [ recovery-image] Dec 02 16:41:39.389 INFO O| Dec 02 16:41:39.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7170 | 2024-12-02T16:41:40.164Z | [ recovery-image] Dec 02 16:41:39.389 INFO O| Dec 02 16:41:39.389 INFO STEP 953 (remove_files) COMPLETE |
7171 | 2024-12-02T16:41:40.166Z | [ recovery-image] Dec 02 16:41:39.389 INFO O| Dec 02 16:41:39.389 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-02T16:41:40.174Z | [ recovery-image] Dec 02 16:41:39.399 INFO O| Dec 02 16:41:39.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7173 | 2024-12-02T16:41:40.176Z | [ recovery-image] Dec 02 16:41:39.399 INFO O| Dec 02 16:41:39.399 INFO STEP 954 (remove_files) COMPLETE |
7174 | 2024-12-02T16:41:40.176Z | [ recovery-image] Dec 02 16:41:39.399 INFO O| Dec 02 16:41:39.399 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-02T16:41:40.184Z | [ recovery-image] Dec 02 16:41:39.409 INFO O| Dec 02 16:41:39.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7176 | 2024-12-02T16:41:40.184Z | [ recovery-image] Dec 02 16:41:39.409 INFO O| Dec 02 16:41:39.409 INFO STEP 955 (remove_files) COMPLETE |
7177 | 2024-12-02T16:41:40.184Z | [ recovery-image] Dec 02 16:41:39.409 INFO O| Dec 02 16:41:39.409 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-02T16:41:40.194Z | [ recovery-image] Dec 02 16:41:39.419 INFO O| Dec 02 16:41:39.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7179 | 2024-12-02T16:41:40.196Z | [ recovery-image] Dec 02 16:41:39.419 INFO O| Dec 02 16:41:39.419 INFO STEP 956 (remove_files) COMPLETE |
7180 | 2024-12-02T16:41:40.196Z | [ recovery-image] Dec 02 16:41:39.419 INFO O| Dec 02 16:41:39.419 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-02T16:41:40.204Z | [ recovery-image] Dec 02 16:41:39.429 INFO O| Dec 02 16:41:39.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7182 | 2024-12-02T16:41:40.204Z | [ recovery-image] Dec 02 16:41:39.429 INFO O| Dec 02 16:41:39.429 INFO STEP 957 (remove_files) COMPLETE |
7183 | 2024-12-02T16:41:40.204Z | [ recovery-image] Dec 02 16:41:39.429 INFO O| Dec 02 16:41:39.429 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-02T16:41:40.214Z | [ recovery-image] Dec 02 16:41:39.439 INFO O| Dec 02 16:41:39.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7185 | 2024-12-02T16:41:40.214Z | [ recovery-image] Dec 02 16:41:39.439 INFO O| Dec 02 16:41:39.439 INFO STEP 958 (remove_files) COMPLETE |
7186 | 2024-12-02T16:41:40.214Z | [ recovery-image] Dec 02 16:41:39.439 INFO O| Dec 02 16:41:39.439 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-02T16:41:40.224Z | [ recovery-image] Dec 02 16:41:39.449 INFO O| Dec 02 16:41:39.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7188 | 2024-12-02T16:41:40.224Z | [ recovery-image] Dec 02 16:41:39.449 INFO O| Dec 02 16:41:39.449 INFO STEP 959 (remove_files) COMPLETE |
7189 | 2024-12-02T16:41:40.224Z | [ recovery-image] Dec 02 16:41:39.449 INFO O| Dec 02 16:41:39.449 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-02T16:41:40.233Z | [ recovery-image] Dec 02 16:41:39.458 INFO O| Dec 02 16:41:39.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7191 | 2024-12-02T16:41:40.233Z | [ recovery-image] Dec 02 16:41:39.458 INFO O| Dec 02 16:41:39.458 INFO STEP 960 (remove_files) COMPLETE |
7192 | 2024-12-02T16:41:40.236Z | [ recovery-image] Dec 02 16:41:39.458 INFO O| Dec 02 16:41:39.458 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-02T16:41:40.243Z | [ recovery-image] Dec 02 16:41:39.468 INFO O| Dec 02 16:41:39.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7194 | 2024-12-02T16:41:40.243Z | [ recovery-image] Dec 02 16:41:39.468 INFO O| Dec 02 16:41:39.468 INFO STEP 961 (remove_files) COMPLETE |
7195 | 2024-12-02T16:41:40.246Z | [ recovery-image] Dec 02 16:41:39.468 INFO O| Dec 02 16:41:39.468 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-02T16:41:40.253Z | [ recovery-image] Dec 02 16:41:39.478 INFO O| Dec 02 16:41:39.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7197 | 2024-12-02T16:41:40.253Z | [ recovery-image] Dec 02 16:41:39.478 INFO O| Dec 02 16:41:39.478 INFO STEP 962 (remove_files) COMPLETE |
7198 | 2024-12-02T16:41:40.255Z | [ recovery-image] Dec 02 16:41:39.478 INFO O| Dec 02 16:41:39.478 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-02T16:41:40.263Z | [ recovery-image] Dec 02 16:41:39.488 INFO O| Dec 02 16:41:39.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7200 | 2024-12-02T16:41:40.263Z | [ recovery-image] Dec 02 16:41:39.488 INFO O| Dec 02 16:41:39.488 INFO STEP 963 (remove_files) COMPLETE |
7201 | 2024-12-02T16:41:40.263Z | [ recovery-image] Dec 02 16:41:39.488 INFO O| Dec 02 16:41:39.488 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-02T16:41:40.272Z | [ recovery-image] Dec 02 16:41:39.497 INFO O| Dec 02 16:41:39.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7203 | 2024-12-02T16:41:40.275Z | [ recovery-image] Dec 02 16:41:39.497 INFO O| Dec 02 16:41:39.497 INFO STEP 964 (remove_files) COMPLETE |
7204 | 2024-12-02T16:41:40.275Z | [ recovery-image] Dec 02 16:41:39.498 INFO O| Dec 02 16:41:39.497 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-02T16:41:40.282Z | [ recovery-image] Dec 02 16:41:39.507 INFO O| Dec 02 16:41:39.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7206 | 2024-12-02T16:41:40.285Z | [ recovery-image] Dec 02 16:41:39.507 INFO O| Dec 02 16:41:39.507 INFO STEP 965 (remove_files) COMPLETE |
7207 | 2024-12-02T16:41:40.285Z | [ recovery-image] Dec 02 16:41:39.507 INFO O| Dec 02 16:41:39.507 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-02T16:41:40.292Z | [ recovery-image] Dec 02 16:41:39.517 INFO O| Dec 02 16:41:39.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7209 | 2024-12-02T16:41:40.292Z | [ recovery-image] Dec 02 16:41:39.517 INFO O| Dec 02 16:41:39.517 INFO STEP 966 (remove_files) COMPLETE |
7210 | 2024-12-02T16:41:40.292Z | [ recovery-image] Dec 02 16:41:39.517 INFO O| Dec 02 16:41:39.517 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-02T16:41:40.302Z | [ recovery-image] Dec 02 16:41:39.527 INFO O| Dec 02 16:41:39.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7212 | 2024-12-02T16:41:40.302Z | [ recovery-image] Dec 02 16:41:39.527 INFO O| Dec 02 16:41:39.527 INFO STEP 967 (remove_files) COMPLETE |
7213 | 2024-12-02T16:41:40.304Z | [ recovery-image] Dec 02 16:41:39.527 INFO O| Dec 02 16:41:39.527 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-02T16:41:40.311Z | [ recovery-image] Dec 02 16:41:39.536 INFO O| Dec 02 16:41:39.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7215 | 2024-12-02T16:41:40.311Z | [ recovery-image] Dec 02 16:41:39.536 INFO O| Dec 02 16:41:39.536 INFO STEP 968 (remove_files) COMPLETE |
7216 | 2024-12-02T16:41:40.311Z | [ recovery-image] Dec 02 16:41:39.536 INFO O| Dec 02 16:41:39.536 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-02T16:41:40.321Z | [ recovery-image] Dec 02 16:41:39.546 INFO O| Dec 02 16:41:39.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7218 | 2024-12-02T16:41:40.321Z | [ recovery-image] Dec 02 16:41:39.546 INFO O| Dec 02 16:41:39.546 INFO STEP 969 (remove_files) COMPLETE |
7219 | 2024-12-02T16:41:40.323Z | [ recovery-image] Dec 02 16:41:39.546 INFO O| Dec 02 16:41:39.546 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-02T16:41:40.331Z | [ recovery-image] Dec 02 16:41:39.556 INFO O| Dec 02 16:41:39.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7221 | 2024-12-02T16:41:40.331Z | [ recovery-image] Dec 02 16:41:39.556 INFO O| Dec 02 16:41:39.556 INFO STEP 970 (remove_files) COMPLETE |
7222 | 2024-12-02T16:41:40.333Z | [ recovery-image] Dec 02 16:41:39.556 INFO O| Dec 02 16:41:39.556 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-02T16:41:40.340Z | [ recovery-image] Dec 02 16:41:39.565 INFO O| Dec 02 16:41:39.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7224 | 2024-12-02T16:41:40.340Z | [ recovery-image] Dec 02 16:41:39.565 INFO O| Dec 02 16:41:39.565 INFO STEP 971 (remove_files) COMPLETE |
7225 | 2024-12-02T16:41:40.343Z | [ recovery-image] Dec 02 16:41:39.565 INFO O| Dec 02 16:41:39.565 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-02T16:41:40.350Z | [ recovery-image] Dec 02 16:41:39.575 INFO O| Dec 02 16:41:39.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7227 | 2024-12-02T16:41:40.353Z | [ recovery-image] Dec 02 16:41:39.575 INFO O| Dec 02 16:41:39.575 INFO STEP 972 (remove_files) COMPLETE |
7228 | 2024-12-02T16:41:40.353Z | [ recovery-image] Dec 02 16:41:39.575 INFO O| Dec 02 16:41:39.575 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-02T16:41:40.360Z | [ recovery-image] Dec 02 16:41:39.585 INFO O| Dec 02 16:41:39.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7230 | 2024-12-02T16:41:40.362Z | [ recovery-image] Dec 02 16:41:39.585 INFO O| Dec 02 16:41:39.585 INFO STEP 973 (remove_files) COMPLETE |
7231 | 2024-12-02T16:41:40.362Z | [ recovery-image] Dec 02 16:41:39.585 INFO O| Dec 02 16:41:39.585 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-02T16:41:40.369Z | [ recovery-image] Dec 02 16:41:39.594 INFO O| Dec 02 16:41:39.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7233 | 2024-12-02T16:41:40.372Z | [ recovery-image] Dec 02 16:41:39.594 INFO O| Dec 02 16:41:39.594 INFO STEP 974 (remove_files) COMPLETE |
7234 | 2024-12-02T16:41:40.372Z | [ recovery-image] Dec 02 16:41:39.594 INFO O| Dec 02 16:41:39.594 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-02T16:41:40.379Z | [ recovery-image] Dec 02 16:41:39.604 INFO O| Dec 02 16:41:39.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7236 | 2024-12-02T16:41:40.379Z | [ recovery-image] Dec 02 16:41:39.604 INFO O| Dec 02 16:41:39.604 INFO STEP 975 (remove_files) COMPLETE |
7237 | 2024-12-02T16:41:40.379Z | [ recovery-image] Dec 02 16:41:39.604 INFO O| Dec 02 16:41:39.604 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-02T16:41:40.388Z | [ recovery-image] Dec 02 16:41:39.613 INFO O| Dec 02 16:41:39.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7239 | 2024-12-02T16:41:40.388Z | [ recovery-image] Dec 02 16:41:39.613 INFO O| Dec 02 16:41:39.613 INFO STEP 976 (remove_files) COMPLETE |
7240 | 2024-12-02T16:41:40.391Z | [ recovery-image] Dec 02 16:41:39.613 INFO O| Dec 02 16:41:39.613 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-02T16:41:40.400Z | [ recovery-image] Dec 02 16:41:39.624 INFO O| Dec 02 16:41:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7242 | 2024-12-02T16:41:40.400Z | [ recovery-image] Dec 02 16:41:39.625 INFO O| Dec 02 16:41:39.625 INFO STEP 977 (remove_files) COMPLETE |
7243 | 2024-12-02T16:41:40.402Z | [ recovery-image] Dec 02 16:41:39.625 INFO O| Dec 02 16:41:39.625 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-02T16:41:40.411Z | [ recovery-image] Dec 02 16:41:39.636 INFO O| Dec 02 16:41:39.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7245 | 2024-12-02T16:41:40.413Z | [ recovery-image] Dec 02 16:41:39.636 INFO O| Dec 02 16:41:39.636 INFO STEP 978 (remove_files) COMPLETE |
7246 | 2024-12-02T16:41:40.413Z | [ recovery-image] Dec 02 16:41:39.636 INFO O| Dec 02 16:41:39.636 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-02T16:41:40.422Z | [ recovery-image] Dec 02 16:41:39.646 INFO O| Dec 02 16:41:39.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7248 | 2024-12-02T16:41:40.422Z | [ recovery-image] Dec 02 16:41:39.647 INFO O| Dec 02 16:41:39.646 INFO STEP 979 (remove_files) COMPLETE |
7249 | 2024-12-02T16:41:40.424Z | [ recovery-image] Dec 02 16:41:39.647 INFO O| Dec 02 16:41:39.647 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-02T16:41:40.432Z | [ recovery-image] Dec 02 16:41:39.657 INFO O| Dec 02 16:41:39.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7251 | 2024-12-02T16:41:40.432Z | [ recovery-image] Dec 02 16:41:39.657 INFO O| Dec 02 16:41:39.657 INFO STEP 980 (remove_files) COMPLETE |
7252 | 2024-12-02T16:41:40.435Z | [ recovery-image] Dec 02 16:41:39.657 INFO O| Dec 02 16:41:39.657 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-02T16:41:40.442Z | [ recovery-image] Dec 02 16:41:39.667 INFO O| Dec 02 16:41:39.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7254 | 2024-12-02T16:41:40.445Z | [ recovery-image] Dec 02 16:41:39.667 INFO O| Dec 02 16:41:39.667 INFO STEP 981 (remove_files) COMPLETE |
7255 | 2024-12-02T16:41:40.445Z | [ recovery-image] Dec 02 16:41:39.667 INFO O| Dec 02 16:41:39.667 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-02T16:41:40.452Z | [ recovery-image] Dec 02 16:41:39.677 INFO O| Dec 02 16:41:39.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7257 | 2024-12-02T16:41:40.452Z | [ recovery-image] Dec 02 16:41:39.677 INFO O| Dec 02 16:41:39.677 INFO STEP 982 (remove_files) COMPLETE |
7258 | 2024-12-02T16:41:40.455Z | [ recovery-image] Dec 02 16:41:39.677 INFO O| Dec 02 16:41:39.677 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-02T16:41:40.462Z | [ recovery-image] Dec 02 16:41:39.687 INFO O| Dec 02 16:41:39.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7260 | 2024-12-02T16:41:40.465Z | [ recovery-image] Dec 02 16:41:39.687 INFO O| Dec 02 16:41:39.687 INFO STEP 983 (remove_files) COMPLETE |
7261 | 2024-12-02T16:41:40.465Z | [ recovery-image] Dec 02 16:41:39.687 INFO O| Dec 02 16:41:39.687 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-02T16:41:40.474Z | [ recovery-image] Dec 02 16:41:39.699 INFO O| Dec 02 16:41:39.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7263 | 2024-12-02T16:41:40.474Z | [ recovery-image] Dec 02 16:41:39.699 INFO O| Dec 02 16:41:39.699 INFO STEP 984 (remove_files) COMPLETE |
7264 | 2024-12-02T16:41:40.474Z | [ recovery-image] Dec 02 16:41:39.699 INFO O| Dec 02 16:41:39.699 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-02T16:41:40.485Z | [ recovery-image] Dec 02 16:41:39.709 INFO O| Dec 02 16:41:39.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7266 | 2024-12-02T16:41:40.487Z | [ recovery-image] Dec 02 16:41:39.709 INFO O| Dec 02 16:41:39.709 INFO STEP 985 (remove_files) COMPLETE |
7267 | 2024-12-02T16:41:40.487Z | [ recovery-image] Dec 02 16:41:39.709 INFO O| Dec 02 16:41:39.709 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-02T16:41:40.495Z | [ recovery-image] Dec 02 16:41:39.720 INFO O| Dec 02 16:41:39.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7269 | 2024-12-02T16:41:40.498Z | [ recovery-image] Dec 02 16:41:39.720 INFO O| Dec 02 16:41:39.720 INFO STEP 986 (remove_files) COMPLETE |
7270 | 2024-12-02T16:41:40.498Z | [ recovery-image] Dec 02 16:41:39.720 INFO O| Dec 02 16:41:39.720 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-02T16:41:40.506Z | [ recovery-image] Dec 02 16:41:39.731 INFO O| Dec 02 16:41:39.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7272 | 2024-12-02T16:41:40.509Z | [ recovery-image] Dec 02 16:41:39.731 INFO O| Dec 02 16:41:39.731 INFO STEP 987 (remove_files) COMPLETE |
7273 | 2024-12-02T16:41:40.510Z | [ recovery-image] Dec 02 16:41:39.731 INFO O| Dec 02 16:41:39.731 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-02T16:41:40.516Z | [ recovery-image] Dec 02 16:41:39.741 INFO O| Dec 02 16:41:39.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7275 | 2024-12-02T16:41:40.519Z | [ recovery-image] Dec 02 16:41:39.741 INFO O| Dec 02 16:41:39.741 INFO STEP 988 (remove_files) COMPLETE |
7276 | 2024-12-02T16:41:40.519Z | [ recovery-image] Dec 02 16:41:39.741 INFO O| Dec 02 16:41:39.741 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-02T16:41:40.526Z | [ recovery-image] Dec 02 16:41:39.751 INFO O| Dec 02 16:41:39.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7278 | 2024-12-02T16:41:40.526Z | [ recovery-image] Dec 02 16:41:39.751 INFO O| Dec 02 16:41:39.751 INFO STEP 989 (remove_files) COMPLETE |
7279 | 2024-12-02T16:41:40.529Z | [ recovery-image] Dec 02 16:41:39.751 INFO O| Dec 02 16:41:39.751 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-02T16:41:40.538Z | [ recovery-image] Dec 02 16:41:39.763 INFO O| Dec 02 16:41:39.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7281 | 2024-12-02T16:41:40.538Z | [ recovery-image] Dec 02 16:41:39.763 INFO O| Dec 02 16:41:39.763 INFO STEP 990 (remove_files) COMPLETE |
7282 | 2024-12-02T16:41:40.541Z | [ recovery-image] Dec 02 16:41:39.763 INFO O| Dec 02 16:41:39.763 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-02T16:41:40.550Z | [ recovery-image] Dec 02 16:41:39.775 INFO O| Dec 02 16:41:39.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7284 | 2024-12-02T16:41:40.553Z | [ recovery-image] Dec 02 16:41:39.775 INFO O| Dec 02 16:41:39.775 INFO STEP 991 (remove_files) COMPLETE |
7285 | 2024-12-02T16:41:40.553Z | [ recovery-image] Dec 02 16:41:39.775 INFO O| Dec 02 16:41:39.775 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-02T16:41:40.560Z | [ recovery-image] Dec 02 16:41:39.785 INFO O| Dec 02 16:41:39.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7287 | 2024-12-02T16:41:40.560Z | [ recovery-image] Dec 02 16:41:39.785 INFO O| Dec 02 16:41:39.785 INFO STEP 992 (remove_files) COMPLETE |
7288 | 2024-12-02T16:41:40.560Z | [ recovery-image] Dec 02 16:41:39.785 INFO O| Dec 02 16:41:39.785 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-02T16:41:40.569Z | [ recovery-image] Dec 02 16:41:39.794 INFO O| Dec 02 16:41:39.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7290 | 2024-12-02T16:41:40.573Z | [ recovery-image] Dec 02 16:41:39.794 INFO O| Dec 02 16:41:39.794 INFO STEP 993 (remove_files) COMPLETE |
7291 | 2024-12-02T16:41:40.574Z | [ recovery-image] Dec 02 16:41:39.794 INFO O| Dec 02 16:41:39.794 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-02T16:41:40.579Z | [ recovery-image] Dec 02 16:41:39.804 INFO O| Dec 02 16:41:39.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7293 | 2024-12-02T16:41:40.579Z | [ recovery-image] Dec 02 16:41:39.804 INFO O| Dec 02 16:41:39.804 INFO STEP 994 (remove_files) COMPLETE |
7294 | 2024-12-02T16:41:40.579Z | [ recovery-image] Dec 02 16:41:39.804 INFO O| Dec 02 16:41:39.804 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-02T16:41:40.588Z | [ recovery-image] Dec 02 16:41:39.813 INFO O| Dec 02 16:41:39.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7296 | 2024-12-02T16:41:40.588Z | [ recovery-image] Dec 02 16:41:39.813 INFO O| Dec 02 16:41:39.813 INFO STEP 995 (remove_files) COMPLETE |
7297 | 2024-12-02T16:41:40.588Z | [ recovery-image] Dec 02 16:41:39.813 INFO O| Dec 02 16:41:39.813 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-02T16:41:40.597Z | [ recovery-image] Dec 02 16:41:39.822 INFO O| Dec 02 16:41:39.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7299 | 2024-12-02T16:41:40.597Z | [ recovery-image] Dec 02 16:41:39.822 INFO O| Dec 02 16:41:39.822 INFO STEP 996 (remove_files) COMPLETE |
7300 | 2024-12-02T16:41:40.597Z | [ recovery-image] Dec 02 16:41:39.822 INFO O| Dec 02 16:41:39.822 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-02T16:41:40.607Z | [ recovery-image] Dec 02 16:41:39.832 INFO O| Dec 02 16:41:39.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7302 | 2024-12-02T16:41:40.607Z | [ recovery-image] Dec 02 16:41:39.832 INFO O| Dec 02 16:41:39.832 INFO STEP 997 (remove_files) COMPLETE |
7303 | 2024-12-02T16:41:40.609Z | [ recovery-image] Dec 02 16:41:39.832 INFO O| Dec 02 16:41:39.832 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-02T16:41:40.616Z | [ recovery-image] Dec 02 16:41:39.841 INFO O| Dec 02 16:41:39.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7305 | 2024-12-02T16:41:40.616Z | [ recovery-image] Dec 02 16:41:39.841 INFO O| Dec 02 16:41:39.841 INFO STEP 998 (remove_files) COMPLETE |
7306 | 2024-12-02T16:41:40.618Z | [ recovery-image] Dec 02 16:41:39.841 INFO O| Dec 02 16:41:39.841 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-02T16:41:40.625Z | [ recovery-image] Dec 02 16:41:39.850 INFO O| Dec 02 16:41:39.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7308 | 2024-12-02T16:41:40.628Z | [ recovery-image] Dec 02 16:41:39.850 INFO O| Dec 02 16:41:39.850 INFO STEP 999 (remove_files) COMPLETE |
7309 | 2024-12-02T16:41:40.628Z | [ recovery-image] Dec 02 16:41:39.850 INFO O| Dec 02 16:41:39.850 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-02T16:41:40.635Z | [ recovery-image] Dec 02 16:41:39.860 INFO O| Dec 02 16:41:39.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7311 | 2024-12-02T16:41:40.635Z | [ recovery-image] Dec 02 16:41:39.860 INFO O| Dec 02 16:41:39.860 INFO STEP 1000 (remove_files) COMPLETE |
7312 | 2024-12-02T16:41:40.635Z | [ recovery-image] Dec 02 16:41:39.860 INFO O| Dec 02 16:41:39.860 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-02T16:41:40.644Z | [ recovery-image] Dec 02 16:41:39.869 INFO O| Dec 02 16:41:39.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7314 | 2024-12-02T16:41:40.644Z | [ recovery-image] Dec 02 16:41:39.869 INFO O| Dec 02 16:41:39.869 INFO STEP 1001 (remove_files) COMPLETE |
7315 | 2024-12-02T16:41:40.644Z | [ recovery-image] Dec 02 16:41:39.869 INFO O| Dec 02 16:41:39.869 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-02T16:41:40.653Z | [ recovery-image] Dec 02 16:41:39.878 INFO O| Dec 02 16:41:39.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7317 | 2024-12-02T16:41:40.653Z | [ recovery-image] Dec 02 16:41:39.878 INFO O| Dec 02 16:41:39.878 INFO STEP 1002 (remove_files) COMPLETE |
7318 | 2024-12-02T16:41:40.656Z | [ recovery-image] Dec 02 16:41:39.878 INFO O| Dec 02 16:41:39.878 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-02T16:41:40.662Z | [ recovery-image] Dec 02 16:41:39.887 INFO O| Dec 02 16:41:39.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7320 | 2024-12-02T16:41:40.665Z | [ recovery-image] Dec 02 16:41:39.887 INFO O| Dec 02 16:41:39.887 INFO STEP 1003 (remove_files) COMPLETE |
7321 | 2024-12-02T16:41:40.665Z | [ recovery-image] Dec 02 16:41:39.888 INFO O| Dec 02 16:41:39.887 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-02T16:41:40.672Z | [ recovery-image] Dec 02 16:41:39.897 INFO O| Dec 02 16:41:39.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7323 | 2024-12-02T16:41:40.672Z | [ recovery-image] Dec 02 16:41:39.897 INFO O| Dec 02 16:41:39.897 INFO STEP 1004 (remove_files) COMPLETE |
7324 | 2024-12-02T16:41:40.674Z | [ recovery-image] Dec 02 16:41:39.897 INFO O| Dec 02 16:41:39.897 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-02T16:41:40.681Z | [ recovery-image] Dec 02 16:41:39.906 INFO O| Dec 02 16:41:39.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7326 | 2024-12-02T16:41:40.681Z | [ recovery-image] Dec 02 16:41:39.906 INFO O| Dec 02 16:41:39.906 INFO STEP 1005 (remove_files) COMPLETE |
7327 | 2024-12-02T16:41:40.681Z | [ recovery-image] Dec 02 16:41:39.906 INFO O| Dec 02 16:41:39.906 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-02T16:41:40.691Z | [ recovery-image] Dec 02 16:41:39.915 INFO O| Dec 02 16:41:39.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7329 | 2024-12-02T16:41:40.691Z | [ recovery-image] Dec 02 16:41:39.915 INFO O| Dec 02 16:41:39.915 INFO STEP 1006 (remove_files) COMPLETE |
7330 | 2024-12-02T16:41:40.693Z | [ recovery-image] Dec 02 16:41:39.915 INFO O| Dec 02 16:41:39.915 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-02T16:41:40.700Z | [ recovery-image] Dec 02 16:41:39.925 INFO O| Dec 02 16:41:39.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7332 | 2024-12-02T16:41:40.700Z | [ recovery-image] Dec 02 16:41:39.925 INFO O| Dec 02 16:41:39.925 INFO STEP 1007 (remove_files) COMPLETE |
7333 | 2024-12-02T16:41:40.702Z | [ recovery-image] Dec 02 16:41:39.925 INFO O| Dec 02 16:41:39.925 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-02T16:41:40.709Z | [ recovery-image] Dec 02 16:41:39.934 INFO O| Dec 02 16:41:39.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7335 | 2024-12-02T16:41:40.709Z | [ recovery-image] Dec 02 16:41:39.934 INFO O| Dec 02 16:41:39.934 INFO STEP 1008 (remove_files) COMPLETE |
7336 | 2024-12-02T16:41:40.711Z | [ recovery-image] Dec 02 16:41:39.934 INFO O| Dec 02 16:41:39.934 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-02T16:41:40.719Z | [ recovery-image] Dec 02 16:41:39.943 INFO O| Dec 02 16:41:39.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7338 | 2024-12-02T16:41:40.719Z | [ recovery-image] Dec 02 16:41:39.943 INFO O| Dec 02 16:41:39.943 INFO STEP 1009 (remove_files) COMPLETE |
7339 | 2024-12-02T16:41:40.721Z | [ recovery-image] Dec 02 16:41:39.944 INFO O| Dec 02 16:41:39.943 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-02T16:41:40.729Z | [ recovery-image] Dec 02 16:41:39.953 INFO O| Dec 02 16:41:39.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7341 | 2024-12-02T16:41:40.729Z | [ recovery-image] Dec 02 16:41:39.953 INFO O| Dec 02 16:41:39.953 INFO STEP 1010 (remove_files) COMPLETE |
7342 | 2024-12-02T16:41:40.729Z | [ recovery-image] Dec 02 16:41:39.953 INFO O| Dec 02 16:41:39.953 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-02T16:41:40.737Z | [ recovery-image] Dec 02 16:41:39.962 INFO O| Dec 02 16:41:39.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7344 | 2024-12-02T16:41:40.737Z | [ recovery-image] Dec 02 16:41:39.962 INFO O| Dec 02 16:41:39.962 INFO STEP 1011 (remove_files) COMPLETE |
7345 | 2024-12-02T16:41:40.737Z | [ recovery-image] Dec 02 16:41:39.962 INFO O| Dec 02 16:41:39.962 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-02T16:41:40.747Z | [ recovery-image] Dec 02 16:41:39.971 INFO O| Dec 02 16:41:39.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7347 | 2024-12-02T16:41:40.747Z | [ recovery-image] Dec 02 16:41:39.971 INFO O| Dec 02 16:41:39.971 INFO STEP 1012 (remove_files) COMPLETE |
7348 | 2024-12-02T16:41:40.749Z | [ recovery-image] Dec 02 16:41:39.971 INFO O| Dec 02 16:41:39.971 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-02T16:41:40.756Z | [ recovery-image] Dec 02 16:41:39.981 INFO O| Dec 02 16:41:39.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7350 | 2024-12-02T16:41:40.758Z | [ recovery-image] Dec 02 16:41:39.981 INFO O| Dec 02 16:41:39.981 INFO STEP 1013 (remove_files) COMPLETE |
7351 | 2024-12-02T16:41:40.758Z | [ recovery-image] Dec 02 16:41:39.981 INFO O| Dec 02 16:41:39.981 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-02T16:41:40.765Z | [ recovery-image] Dec 02 16:41:39.990 INFO O| Dec 02 16:41:39.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7353 | 2024-12-02T16:41:40.765Z | [ recovery-image] Dec 02 16:41:39.990 INFO O| Dec 02 16:41:39.990 INFO STEP 1014 (remove_files) COMPLETE |
7354 | 2024-12-02T16:41:40.768Z | [ recovery-image] Dec 02 16:41:39.990 INFO O| Dec 02 16:41:39.990 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-02T16:41:40.775Z | [ recovery-image] Dec 02 16:41:39.999 INFO O| Dec 02 16:41:39.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7356 | 2024-12-02T16:41:40.777Z | [ recovery-image] Dec 02 16:41:40.000 INFO O| Dec 02 16:41:40.000 INFO STEP 1015 (remove_files) COMPLETE |
7357 | 2024-12-02T16:41:40.777Z | [ recovery-image] Dec 02 16:41:40.000 INFO O| Dec 02 16:41:40.000 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-02T16:41:40.785Z | [ recovery-image] Dec 02 16:41:40.010 INFO O| Dec 02 16:41:40.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7359 | 2024-12-02T16:41:40.785Z | [ recovery-image] Dec 02 16:41:40.010 INFO O| Dec 02 16:41:40.010 INFO STEP 1016 (remove_files) COMPLETE |
7360 | 2024-12-02T16:41:40.786Z | [ recovery-image] Dec 02 16:41:40.010 INFO O| Dec 02 16:41:40.010 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-02T16:41:40.795Z | [ recovery-image] Dec 02 16:41:40.020 INFO O| Dec 02 16:41:40.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7362 | 2024-12-02T16:41:40.795Z | [ recovery-image] Dec 02 16:41:40.020 INFO O| Dec 02 16:41:40.020 INFO STEP 1017 (remove_files) COMPLETE |
7363 | 2024-12-02T16:41:40.795Z | [ recovery-image] Dec 02 16:41:40.020 INFO O| Dec 02 16:41:40.020 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-02T16:41:40.804Z | [ recovery-image] Dec 02 16:41:40.029 INFO O| Dec 02 16:41:40.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7365 | 2024-12-02T16:41:40.807Z | [ recovery-image] Dec 02 16:41:40.029 INFO O| Dec 02 16:41:40.029 INFO STEP 1018 (remove_files) COMPLETE |
7366 | 2024-12-02T16:41:40.807Z | [ recovery-image] Dec 02 16:41:40.029 INFO O| Dec 02 16:41:40.029 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-02T16:41:40.814Z | [ recovery-image] Dec 02 16:41:40.038 INFO O| Dec 02 16:41:40.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7368 | 2024-12-02T16:41:40.814Z | [ recovery-image] Dec 02 16:41:40.039 INFO O| Dec 02 16:41:40.039 INFO STEP 1019 (remove_files) COMPLETE |
7369 | 2024-12-02T16:41:40.816Z | [ recovery-image] Dec 02 16:41:40.039 INFO O| Dec 02 16:41:40.039 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-02T16:41:40.823Z | [ recovery-image] Dec 02 16:41:40.048 INFO O| Dec 02 16:41:40.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7371 | 2024-12-02T16:41:40.825Z | [ recovery-image] Dec 02 16:41:40.048 INFO O| Dec 02 16:41:40.048 INFO STEP 1020 (remove_files) COMPLETE |
7372 | 2024-12-02T16:41:40.825Z | [ recovery-image] Dec 02 16:41:40.048 INFO O| Dec 02 16:41:40.048 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-02T16:41:40.832Z | [ recovery-image] Dec 02 16:41:40.057 INFO O| Dec 02 16:41:40.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7374 | 2024-12-02T16:41:40.832Z | [ recovery-image] Dec 02 16:41:40.057 INFO O| Dec 02 16:41:40.057 INFO STEP 1021 (remove_files) COMPLETE |
7375 | 2024-12-02T16:41:40.835Z | [ recovery-image] Dec 02 16:41:40.057 INFO O| Dec 02 16:41:40.057 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-02T16:41:40.841Z | [ recovery-image] Dec 02 16:41:40.066 INFO O| Dec 02 16:41:40.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7377 | 2024-12-02T16:41:40.841Z | [ recovery-image] Dec 02 16:41:40.066 INFO O| Dec 02 16:41:40.066 INFO STEP 1022 (remove_files) COMPLETE |
7378 | 2024-12-02T16:41:40.844Z | [ recovery-image] Dec 02 16:41:40.066 INFO O| Dec 02 16:41:40.066 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-02T16:41:40.851Z | [ recovery-image] Dec 02 16:41:40.076 INFO O| Dec 02 16:41:40.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7380 | 2024-12-02T16:41:40.851Z | [ recovery-image] Dec 02 16:41:40.076 INFO O| Dec 02 16:41:40.076 INFO STEP 1023 (remove_files) COMPLETE |
7381 | 2024-12-02T16:41:40.853Z | [ recovery-image] Dec 02 16:41:40.076 INFO O| Dec 02 16:41:40.076 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-02T16:41:40.860Z | [ recovery-image] Dec 02 16:41:40.085 INFO O| Dec 02 16:41:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7383 | 2024-12-02T16:41:40.860Z | [ recovery-image] Dec 02 16:41:40.085 INFO O| Dec 02 16:41:40.085 INFO STEP 1024 (remove_files) COMPLETE |
7384 | 2024-12-02T16:41:40.860Z | [ recovery-image] Dec 02 16:41:40.085 INFO O| Dec 02 16:41:40.085 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-02T16:41:40.869Z | [ recovery-image] Dec 02 16:41:40.094 INFO O| Dec 02 16:41:40.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7386 | 2024-12-02T16:41:40.869Z | [ recovery-image] Dec 02 16:41:40.094 INFO O| Dec 02 16:41:40.094 INFO STEP 1025 (remove_files) COMPLETE |
7387 | 2024-12-02T16:41:40.872Z | [ recovery-image] Dec 02 16:41:40.094 INFO O| Dec 02 16:41:40.094 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-02T16:41:40.879Z | [ recovery-image] Dec 02 16:41:40.103 INFO O| Dec 02 16:41:40.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7389 | 2024-12-02T16:41:40.879Z | [ recovery-image] Dec 02 16:41:40.104 INFO O| Dec 02 16:41:40.103 INFO STEP 1026 (remove_files) COMPLETE |
7390 | 2024-12-02T16:41:40.881Z | [ recovery-image] Dec 02 16:41:40.104 INFO O| Dec 02 16:41:40.103 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-02T16:41:40.888Z | [ recovery-image] Dec 02 16:41:40.113 INFO O| Dec 02 16:41:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7392 | 2024-12-02T16:41:40.888Z | [ recovery-image] Dec 02 16:41:40.113 INFO O| Dec 02 16:41:40.113 INFO STEP 1027 (remove_files) COMPLETE |
7393 | 2024-12-02T16:41:40.890Z | [ recovery-image] Dec 02 16:41:40.113 INFO O| Dec 02 16:41:40.113 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-02T16:41:40.897Z | [ recovery-image] Dec 02 16:41:40.122 INFO O| Dec 02 16:41:40.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7395 | 2024-12-02T16:41:40.897Z | [ recovery-image] Dec 02 16:41:40.122 INFO O| Dec 02 16:41:40.122 INFO STEP 1028 (remove_files) COMPLETE |
7396 | 2024-12-02T16:41:40.900Z | [ recovery-image] Dec 02 16:41:40.122 INFO O| Dec 02 16:41:40.122 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-02T16:41:40.906Z | [ recovery-image] Dec 02 16:41:40.131 INFO O| Dec 02 16:41:40.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7398 | 2024-12-02T16:41:40.909Z | [ recovery-image] Dec 02 16:41:40.131 INFO O| Dec 02 16:41:40.131 INFO STEP 1029 (remove_files) COMPLETE |
7399 | 2024-12-02T16:41:40.909Z | [ recovery-image] Dec 02 16:41:40.131 INFO O| Dec 02 16:41:40.131 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-02T16:41:40.916Z | [ recovery-image] Dec 02 16:41:40.141 INFO O| Dec 02 16:41:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7401 | 2024-12-02T16:41:40.916Z | [ recovery-image] Dec 02 16:41:40.141 INFO O| Dec 02 16:41:40.141 INFO STEP 1030 (remove_files) COMPLETE |
7402 | 2024-12-02T16:41:40.918Z | [ recovery-image] Dec 02 16:41:40.141 INFO O| Dec 02 16:41:40.141 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-02T16:41:40.925Z | [ recovery-image] Dec 02 16:41:40.150 INFO O| Dec 02 16:41:40.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7404 | 2024-12-02T16:41:40.925Z | [ recovery-image] Dec 02 16:41:40.150 INFO O| Dec 02 16:41:40.150 INFO STEP 1031 (remove_files) COMPLETE |
7405 | 2024-12-02T16:41:40.925Z | [ recovery-image] Dec 02 16:41:40.150 INFO O| Dec 02 16:41:40.150 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-02T16:41:40.934Z | [ recovery-image] Dec 02 16:41:40.159 INFO O| Dec 02 16:41:40.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7407 | 2024-12-02T16:41:40.934Z | [ recovery-image] Dec 02 16:41:40.159 INFO O| Dec 02 16:41:40.159 INFO STEP 1032 (remove_files) COMPLETE |
7408 | 2024-12-02T16:41:40.937Z | [ recovery-image] Dec 02 16:41:40.159 INFO O| Dec 02 16:41:40.159 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-02T16:41:40.944Z | [ recovery-image] Dec 02 16:41:40.168 INFO O| Dec 02 16:41:40.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7410 | 2024-12-02T16:41:40.944Z | [ recovery-image] Dec 02 16:41:40.168 INFO O| Dec 02 16:41:40.168 INFO STEP 1033 (remove_files) COMPLETE |
7411 | 2024-12-02T16:41:40.946Z | [ recovery-image] Dec 02 16:41:40.168 INFO O| Dec 02 16:41:40.168 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-02T16:41:40.953Z | [ recovery-image] Dec 02 16:41:40.178 INFO O| Dec 02 16:41:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7413 | 2024-12-02T16:41:40.953Z | [ recovery-image] Dec 02 16:41:40.178 INFO O| Dec 02 16:41:40.178 INFO STEP 1034 (remove_files) COMPLETE |
7414 | 2024-12-02T16:41:40.956Z | [ recovery-image] Dec 02 16:41:40.178 INFO O| Dec 02 16:41:40.178 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-02T16:41:40.962Z | [ recovery-image] Dec 02 16:41:40.187 INFO O| Dec 02 16:41:40.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7416 | 2024-12-02T16:41:40.962Z | [ recovery-image] Dec 02 16:41:40.187 INFO O| Dec 02 16:41:40.187 INFO STEP 1035 (remove_files) COMPLETE |
7417 | 2024-12-02T16:41:40.966Z | [ recovery-image] Dec 02 16:41:40.187 INFO O| Dec 02 16:41:40.187 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-02T16:41:40.971Z | [ recovery-image] Dec 02 16:41:40.196 INFO O| Dec 02 16:41:40.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7419 | 2024-12-02T16:41:40.971Z | [ recovery-image] Dec 02 16:41:40.196 INFO O| Dec 02 16:41:40.196 INFO STEP 1036 (remove_files) COMPLETE |
7420 | 2024-12-02T16:41:40.974Z | [ recovery-image] Dec 02 16:41:40.196 INFO O| Dec 02 16:41:40.196 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-02T16:41:40.987Z | [ recovery-image] Dec 02 16:41:40.205 INFO O| Dec 02 16:41:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7422 | 2024-12-02T16:41:40.987Z | [ recovery-image] Dec 02 16:41:40.205 INFO O| Dec 02 16:41:40.205 INFO STEP 1037 (remove_files) COMPLETE |
7423 | 2024-12-02T16:41:40.989Z | [ recovery-image] Dec 02 16:41:40.206 INFO O| Dec 02 16:41:40.205 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-02T16:41:40.992Z | [ recovery-image] Dec 02 16:41:40.215 INFO O| Dec 02 16:41:40.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7425 | 2024-12-02T16:41:40.992Z | [ recovery-image] Dec 02 16:41:40.215 INFO O| Dec 02 16:41:40.215 INFO STEP 1038 (remove_files) COMPLETE |
7426 | 2024-12-02T16:41:40.992Z | [ recovery-image] Dec 02 16:41:40.215 INFO O| Dec 02 16:41:40.215 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-02T16:41:40.999Z | [ recovery-image] Dec 02 16:41:40.224 INFO O| Dec 02 16:41:40.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7428 | 2024-12-02T16:41:40.999Z | [ recovery-image] Dec 02 16:41:40.224 INFO O| Dec 02 16:41:40.224 INFO STEP 1039 (remove_files) COMPLETE |
7429 | 2024-12-02T16:41:41.003Z | [ recovery-image] Dec 02 16:41:40.224 INFO O| Dec 02 16:41:40.224 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-02T16:41:41.009Z | [ recovery-image] Dec 02 16:41:40.233 INFO O| Dec 02 16:41:40.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7431 | 2024-12-02T16:41:41.009Z | [ recovery-image] Dec 02 16:41:40.234 INFO O| Dec 02 16:41:40.233 INFO STEP 1040 (remove_files) COMPLETE |
7432 | 2024-12-02T16:41:41.011Z | [ recovery-image] Dec 02 16:41:40.234 INFO O| Dec 02 16:41:40.233 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-02T16:41:41.018Z | [ recovery-image] Dec 02 16:41:40.243 INFO O| Dec 02 16:41:40.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7434 | 2024-12-02T16:41:41.021Z | [ recovery-image] Dec 02 16:41:40.243 INFO O| Dec 02 16:41:40.243 INFO STEP 1041 (remove_files) COMPLETE |
7435 | 2024-12-02T16:41:41.021Z | [ recovery-image] Dec 02 16:41:40.243 INFO O| Dec 02 16:41:40.243 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-02T16:41:41.027Z | [ recovery-image] Dec 02 16:41:40.252 INFO O| Dec 02 16:41:40.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7437 | 2024-12-02T16:41:41.030Z | [ recovery-image] Dec 02 16:41:40.252 INFO O| Dec 02 16:41:40.252 INFO STEP 1042 (remove_files) COMPLETE |
7438 | 2024-12-02T16:41:41.030Z | [ recovery-image] Dec 02 16:41:40.252 INFO O| Dec 02 16:41:40.252 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-02T16:41:41.037Z | [ recovery-image] Dec 02 16:41:40.261 INFO O| Dec 02 16:41:40.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7440 | 2024-12-02T16:41:41.037Z | [ recovery-image] Dec 02 16:41:40.261 INFO O| Dec 02 16:41:40.261 INFO STEP 1043 (remove_files) COMPLETE |
7441 | 2024-12-02T16:41:41.037Z | [ recovery-image] Dec 02 16:41:40.261 INFO O| Dec 02 16:41:40.261 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-02T16:41:41.046Z | [ recovery-image] Dec 02 16:41:40.271 INFO O| Dec 02 16:41:40.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7443 | 2024-12-02T16:41:41.048Z | [ recovery-image] Dec 02 16:41:40.271 INFO O| Dec 02 16:41:40.271 INFO STEP 1044 (remove_files) COMPLETE |
7444 | 2024-12-02T16:41:41.048Z | [ recovery-image] Dec 02 16:41:40.271 INFO O| Dec 02 16:41:40.271 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-02T16:41:41.055Z | [ recovery-image] Dec 02 16:41:40.280 INFO O| Dec 02 16:41:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7446 | 2024-12-02T16:41:41.058Z | [ recovery-image] Dec 02 16:41:40.280 INFO O| Dec 02 16:41:40.280 INFO STEP 1045 (remove_files) COMPLETE |
7447 | 2024-12-02T16:41:41.058Z | [ recovery-image] Dec 02 16:41:40.280 INFO O| Dec 02 16:41:40.280 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-02T16:41:41.064Z | [ recovery-image] Dec 02 16:41:40.289 INFO O| Dec 02 16:41:40.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7449 | 2024-12-02T16:41:41.064Z | [ recovery-image] Dec 02 16:41:40.289 INFO O| Dec 02 16:41:40.289 INFO STEP 1046 (remove_files) COMPLETE |
7450 | 2024-12-02T16:41:41.067Z | [ recovery-image] Dec 02 16:41:40.289 INFO O| Dec 02 16:41:40.289 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-02T16:41:41.073Z | [ recovery-image] Dec 02 16:41:40.298 INFO O| Dec 02 16:41:40.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7452 | 2024-12-02T16:41:41.073Z | [ recovery-image] Dec 02 16:41:40.298 INFO O| Dec 02 16:41:40.298 INFO STEP 1047 (remove_files) COMPLETE |
7453 | 2024-12-02T16:41:41.073Z | [ recovery-image] Dec 02 16:41:40.298 INFO O| Dec 02 16:41:40.298 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-02T16:41:41.083Z | [ recovery-image] Dec 02 16:41:40.307 INFO O| Dec 02 16:41:40.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7455 | 2024-12-02T16:41:41.083Z | [ recovery-image] Dec 02 16:41:40.307 INFO O| Dec 02 16:41:40.307 INFO STEP 1048 (remove_files) COMPLETE |
7456 | 2024-12-02T16:41:41.083Z | [ recovery-image] Dec 02 16:41:40.308 INFO O| Dec 02 16:41:40.307 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-02T16:41:41.092Z | [ recovery-image] Dec 02 16:41:40.317 INFO O| Dec 02 16:41:40.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7458 | 2024-12-02T16:41:41.094Z | [ recovery-image] Dec 02 16:41:40.317 INFO O| Dec 02 16:41:40.317 INFO STEP 1049 (remove_files) COMPLETE |
7459 | 2024-12-02T16:41:41.094Z | [ recovery-image] Dec 02 16:41:40.317 INFO O| Dec 02 16:41:40.317 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-02T16:41:41.101Z | [ recovery-image] Dec 02 16:41:40.326 INFO O| Dec 02 16:41:40.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7461 | 2024-12-02T16:41:41.104Z | [ recovery-image] Dec 02 16:41:40.326 INFO O| Dec 02 16:41:40.326 INFO STEP 1050 (remove_files) COMPLETE |
7462 | 2024-12-02T16:41:41.104Z | [ recovery-image] Dec 02 16:41:40.326 INFO O| Dec 02 16:41:40.326 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-02T16:41:41.110Z | [ recovery-image] Dec 02 16:41:40.335 INFO O| Dec 02 16:41:40.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7464 | 2024-12-02T16:41:41.113Z | [ recovery-image] Dec 02 16:41:40.335 INFO O| Dec 02 16:41:40.335 INFO STEP 1051 (remove_files) COMPLETE |
7465 | 2024-12-02T16:41:41.113Z | [ recovery-image] Dec 02 16:41:40.335 INFO O| Dec 02 16:41:40.335 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-02T16:41:41.120Z | [ recovery-image] Dec 02 16:41:40.344 INFO O| Dec 02 16:41:40.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7467 | 2024-12-02T16:41:41.122Z | [ recovery-image] Dec 02 16:41:40.344 INFO O| Dec 02 16:41:40.344 INFO STEP 1052 (remove_files) COMPLETE |
7468 | 2024-12-02T16:41:41.122Z | [ recovery-image] Dec 02 16:41:40.345 INFO O| Dec 02 16:41:40.344 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-02T16:41:41.129Z | [ recovery-image] Dec 02 16:41:40.354 INFO O| Dec 02 16:41:40.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7470 | 2024-12-02T16:41:41.129Z | [ recovery-image] Dec 02 16:41:40.354 INFO O| Dec 02 16:41:40.354 INFO STEP 1053 (remove_files) COMPLETE |
7471 | 2024-12-02T16:41:41.129Z | [ recovery-image] Dec 02 16:41:40.354 INFO O| Dec 02 16:41:40.354 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-02T16:41:41.138Z | [ recovery-image] Dec 02 16:41:40.363 INFO O| Dec 02 16:41:40.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7473 | 2024-12-02T16:41:41.140Z | [ recovery-image] Dec 02 16:41:40.363 INFO O| Dec 02 16:41:40.363 INFO STEP 1054 (remove_files) COMPLETE |
7474 | 2024-12-02T16:41:41.140Z | [ recovery-image] Dec 02 16:41:40.363 INFO O| Dec 02 16:41:40.363 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-02T16:41:41.147Z | [ recovery-image] Dec 02 16:41:40.372 INFO O| Dec 02 16:41:40.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7476 | 2024-12-02T16:41:41.147Z | [ recovery-image] Dec 02 16:41:40.372 INFO O| Dec 02 16:41:40.372 INFO STEP 1055 (remove_files) COMPLETE |
7477 | 2024-12-02T16:41:41.147Z | [ recovery-image] Dec 02 16:41:40.372 INFO O| Dec 02 16:41:40.372 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-02T16:41:41.158Z | [ recovery-image] Dec 02 16:41:40.381 INFO O| Dec 02 16:41:40.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7479 | 2024-12-02T16:41:41.158Z | [ recovery-image] Dec 02 16:41:40.381 INFO O| Dec 02 16:41:40.381 INFO STEP 1056 (remove_files) COMPLETE |
7480 | 2024-12-02T16:41:41.161Z | [ recovery-image] Dec 02 16:41:40.381 INFO O| Dec 02 16:41:40.381 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-02T16:41:41.166Z | [ recovery-image] Dec 02 16:41:40.391 INFO O| Dec 02 16:41:40.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7482 | 2024-12-02T16:41:41.166Z | [ recovery-image] Dec 02 16:41:40.391 INFO O| Dec 02 16:41:40.391 INFO STEP 1057 (remove_files) COMPLETE |
7483 | 2024-12-02T16:41:41.166Z | [ recovery-image] Dec 02 16:41:40.391 INFO O| Dec 02 16:41:40.391 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-02T16:41:41.175Z | [ recovery-image] Dec 02 16:41:40.400 INFO O| Dec 02 16:41:40.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7485 | 2024-12-02T16:41:41.175Z | [ recovery-image] Dec 02 16:41:40.400 INFO O| Dec 02 16:41:40.400 INFO STEP 1058 (remove_files) COMPLETE |
7486 | 2024-12-02T16:41:41.178Z | [ recovery-image] Dec 02 16:41:40.400 INFO O| Dec 02 16:41:40.400 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-02T16:41:41.184Z | [ recovery-image] Dec 02 16:41:40.409 INFO O| Dec 02 16:41:40.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7488 | 2024-12-02T16:41:41.184Z | [ recovery-image] Dec 02 16:41:40.409 INFO O| Dec 02 16:41:40.409 INFO STEP 1059 (remove_files) COMPLETE |
7489 | 2024-12-02T16:41:41.184Z | [ recovery-image] Dec 02 16:41:40.409 INFO O| Dec 02 16:41:40.409 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-02T16:41:41.193Z | [ recovery-image] Dec 02 16:41:40.418 INFO O| Dec 02 16:41:40.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7491 | 2024-12-02T16:41:41.196Z | [ recovery-image] Dec 02 16:41:40.418 INFO O| Dec 02 16:41:40.418 INFO STEP 1060 (remove_files) COMPLETE |
7492 | 2024-12-02T16:41:41.196Z | [ recovery-image] Dec 02 16:41:40.418 INFO O| Dec 02 16:41:40.418 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-02T16:41:41.203Z | [ recovery-image] Dec 02 16:41:40.427 INFO O| Dec 02 16:41:40.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7494 | 2024-12-02T16:41:41.211Z | [ recovery-image] Dec 02 16:41:40.428 INFO O| Dec 02 16:41:40.428 INFO STEP 1061 (remove_files) COMPLETE |
7495 | 2024-12-02T16:41:41.211Z | [ recovery-image] Dec 02 16:41:40.428 INFO O| Dec 02 16:41:40.428 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-02T16:41:41.216Z | [ recovery-image] Dec 02 16:41:40.437 INFO O| Dec 02 16:41:40.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7497 | 2024-12-02T16:41:41.216Z | [ recovery-image] Dec 02 16:41:40.437 INFO O| Dec 02 16:41:40.437 INFO STEP 1062 (remove_files) COMPLETE |
7498 | 2024-12-02T16:41:41.216Z | [ recovery-image] Dec 02 16:41:40.437 INFO O| Dec 02 16:41:40.437 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-02T16:41:41.221Z | [ recovery-image] Dec 02 16:41:40.446 INFO O| Dec 02 16:41:40.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7500 | 2024-12-02T16:41:41.224Z | [ recovery-image] Dec 02 16:41:40.446 INFO O| Dec 02 16:41:40.446 INFO STEP 1063 (remove_files) COMPLETE |
7501 | 2024-12-02T16:41:41.224Z | [ recovery-image] Dec 02 16:41:40.446 INFO O| Dec 02 16:41:40.446 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-02T16:41:41.231Z | [ recovery-image] Dec 02 16:41:40.455 INFO O| Dec 02 16:41:40.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7503 | 2024-12-02T16:41:41.231Z | [ recovery-image] Dec 02 16:41:40.456 INFO O| Dec 02 16:41:40.456 INFO STEP 1064 (remove_files) COMPLETE |
7504 | 2024-12-02T16:41:41.233Z | [ recovery-image] Dec 02 16:41:40.456 INFO O| Dec 02 16:41:40.456 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-02T16:41:41.240Z | [ recovery-image] Dec 02 16:41:40.465 INFO O| Dec 02 16:41:40.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7506 | 2024-12-02T16:41:41.242Z | [ recovery-image] Dec 02 16:41:40.465 INFO O| Dec 02 16:41:40.465 INFO STEP 1065 (remove_files) COMPLETE |
7507 | 2024-12-02T16:41:41.242Z | [ recovery-image] Dec 02 16:41:40.465 INFO O| Dec 02 16:41:40.465 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-02T16:41:41.249Z | [ recovery-image] Dec 02 16:41:40.474 INFO O| Dec 02 16:41:40.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7509 | 2024-12-02T16:41:41.252Z | [ recovery-image] Dec 02 16:41:40.474 INFO O| Dec 02 16:41:40.474 INFO STEP 1066 (remove_files) COMPLETE |
7510 | 2024-12-02T16:41:41.252Z | [ recovery-image] Dec 02 16:41:40.474 INFO O| Dec 02 16:41:40.474 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-02T16:41:41.258Z | [ recovery-image] Dec 02 16:41:40.483 INFO O| Dec 02 16:41:40.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7512 | 2024-12-02T16:41:41.258Z | [ recovery-image] Dec 02 16:41:40.483 INFO O| Dec 02 16:41:40.483 INFO STEP 1067 (remove_files) COMPLETE |
7513 | 2024-12-02T16:41:41.261Z | [ recovery-image] Dec 02 16:41:40.483 INFO O| Dec 02 16:41:40.483 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-02T16:41:41.268Z | [ recovery-image] Dec 02 16:41:40.492 INFO O| Dec 02 16:41:40.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7515 | 2024-12-02T16:41:41.268Z | [ recovery-image] Dec 02 16:41:40.492 INFO O| Dec 02 16:41:40.492 INFO STEP 1068 (remove_files) COMPLETE |
7516 | 2024-12-02T16:41:41.270Z | [ recovery-image] Dec 02 16:41:40.493 INFO O| Dec 02 16:41:40.492 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-02T16:41:41.277Z | [ recovery-image] Dec 02 16:41:40.502 INFO O| Dec 02 16:41:40.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7518 | 2024-12-02T16:41:41.277Z | [ recovery-image] Dec 02 16:41:40.502 INFO O| Dec 02 16:41:40.502 INFO STEP 1069 (remove_files) COMPLETE |
7519 | 2024-12-02T16:41:41.277Z | [ recovery-image] Dec 02 16:41:40.502 INFO O| Dec 02 16:41:40.502 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-02T16:41:41.286Z | [ recovery-image] Dec 02 16:41:40.511 INFO O| Dec 02 16:41:40.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7521 | 2024-12-02T16:41:41.286Z | [ recovery-image] Dec 02 16:41:40.511 INFO O| Dec 02 16:41:40.511 INFO STEP 1070 (remove_files) COMPLETE |
7522 | 2024-12-02T16:41:41.289Z | [ recovery-image] Dec 02 16:41:40.511 INFO O| Dec 02 16:41:40.511 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-02T16:41:41.295Z | [ recovery-image] Dec 02 16:41:40.520 INFO O| Dec 02 16:41:40.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7524 | 2024-12-02T16:41:41.295Z | [ recovery-image] Dec 02 16:41:40.520 INFO O| Dec 02 16:41:40.520 INFO STEP 1071 (remove_files) COMPLETE |
7525 | 2024-12-02T16:41:41.298Z | [ recovery-image] Dec 02 16:41:40.520 INFO O| Dec 02 16:41:40.520 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-02T16:41:41.304Z | [ recovery-image] Dec 02 16:41:40.529 INFO O| Dec 02 16:41:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7527 | 2024-12-02T16:41:41.304Z | [ recovery-image] Dec 02 16:41:40.529 INFO O| Dec 02 16:41:40.529 INFO STEP 1072 (remove_files) COMPLETE |
7528 | 2024-12-02T16:41:41.307Z | [ recovery-image] Dec 02 16:41:40.529 INFO O| Dec 02 16:41:40.529 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-02T16:41:41.314Z | [ recovery-image] Dec 02 16:41:40.539 INFO O| Dec 02 16:41:40.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7530 | 2024-12-02T16:41:41.316Z | [ recovery-image] Dec 02 16:41:40.539 INFO O| Dec 02 16:41:40.539 INFO STEP 1073 (remove_files) COMPLETE |
7531 | 2024-12-02T16:41:41.316Z | [ recovery-image] Dec 02 16:41:40.539 INFO O| Dec 02 16:41:40.539 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-02T16:41:41.324Z | [ recovery-image] Dec 02 16:41:40.548 INFO O| Dec 02 16:41:40.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7533 | 2024-12-02T16:41:41.326Z | [ recovery-image] Dec 02 16:41:40.548 INFO O| Dec 02 16:41:40.548 INFO STEP 1074 (remove_files) COMPLETE |
7534 | 2024-12-02T16:41:41.326Z | [ recovery-image] Dec 02 16:41:40.548 INFO O| Dec 02 16:41:40.548 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-02T16:41:41.333Z | [ recovery-image] Dec 02 16:41:40.558 INFO O| Dec 02 16:41:40.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7536 | 2024-12-02T16:41:41.333Z | [ recovery-image] Dec 02 16:41:40.558 INFO O| Dec 02 16:41:40.558 INFO STEP 1075 (remove_files) COMPLETE |
7537 | 2024-12-02T16:41:41.333Z | [ recovery-image] Dec 02 16:41:40.558 INFO O| Dec 02 16:41:40.558 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-02T16:41:41.344Z | [ recovery-image] Dec 02 16:41:40.567 INFO O| Dec 02 16:41:40.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7539 | 2024-12-02T16:41:41.344Z | [ recovery-image] Dec 02 16:41:40.567 INFO O| Dec 02 16:41:40.567 INFO STEP 1076 (remove_files) COMPLETE |
7540 | 2024-12-02T16:41:41.344Z | [ recovery-image] Dec 02 16:41:40.567 INFO O| Dec 02 16:41:40.567 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-02T16:41:41.351Z | [ recovery-image] Dec 02 16:41:40.576 INFO O| Dec 02 16:41:40.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7542 | 2024-12-02T16:41:41.351Z | [ recovery-image] Dec 02 16:41:40.576 INFO O| Dec 02 16:41:40.576 INFO STEP 1077 (remove_files) COMPLETE |
7543 | 2024-12-02T16:41:41.351Z | [ recovery-image] Dec 02 16:41:40.576 INFO O| Dec 02 16:41:40.576 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-02T16:41:41.360Z | [ recovery-image] Dec 02 16:41:40.585 INFO O| Dec 02 16:41:40.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7545 | 2024-12-02T16:41:41.360Z | [ recovery-image] Dec 02 16:41:40.585 INFO O| Dec 02 16:41:40.585 INFO STEP 1078 (remove_files) COMPLETE |
7546 | 2024-12-02T16:41:41.363Z | [ recovery-image] Dec 02 16:41:40.585 INFO O| Dec 02 16:41:40.585 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-02T16:41:41.370Z | [ recovery-image] Dec 02 16:41:40.594 INFO O| Dec 02 16:41:40.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7548 | 2024-12-02T16:41:41.370Z | [ recovery-image] Dec 02 16:41:40.595 INFO O| Dec 02 16:41:40.595 INFO STEP 1079 (remove_files) COMPLETE |
7549 | 2024-12-02T16:41:41.372Z | [ recovery-image] Dec 02 16:41:40.595 INFO O| Dec 02 16:41:40.595 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-02T16:41:41.379Z | [ recovery-image] Dec 02 16:41:40.604 INFO O| Dec 02 16:41:40.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7551 | 2024-12-02T16:41:41.381Z | [ recovery-image] Dec 02 16:41:40.604 INFO O| Dec 02 16:41:40.604 INFO STEP 1080 (remove_files) COMPLETE |
7552 | 2024-12-02T16:41:41.381Z | [ recovery-image] Dec 02 16:41:40.604 INFO O| Dec 02 16:41:40.604 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-12-02T16:41:41.388Z | [ recovery-image] Dec 02 16:41:40.613 INFO O| Dec 02 16:41:40.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7554 | 2024-12-02T16:41:41.388Z | [ recovery-image] Dec 02 16:41:40.613 INFO O| Dec 02 16:41:40.613 INFO STEP 1081 (remove_files) COMPLETE |
7555 | 2024-12-02T16:41:41.391Z | [ recovery-image] Dec 02 16:41:40.613 INFO O| Dec 02 16:41:40.613 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-02T16:41:41.397Z | [ recovery-image] Dec 02 16:41:40.622 INFO O| Dec 02 16:41:40.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7557 | 2024-12-02T16:41:41.397Z | [ recovery-image] Dec 02 16:41:40.622 INFO O| Dec 02 16:41:40.622 INFO STEP 1082 (remove_files) COMPLETE |
7558 | 2024-12-02T16:41:41.400Z | [ recovery-image] Dec 02 16:41:40.622 INFO O| Dec 02 16:41:40.622 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-02T16:41:41.406Z | [ recovery-image] Dec 02 16:41:40.631 INFO O| Dec 02 16:41:40.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7560 | 2024-12-02T16:41:41.407Z | [ recovery-image] Dec 02 16:41:40.631 INFO O| Dec 02 16:41:40.631 INFO STEP 1083 (remove_files) COMPLETE |
7561 | 2024-12-02T16:41:41.407Z | [ recovery-image] Dec 02 16:41:40.631 INFO O| Dec 02 16:41:40.631 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-02T16:41:41.416Z | [ recovery-image] Dec 02 16:41:40.641 INFO O| Dec 02 16:41:40.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7563 | 2024-12-02T16:41:41.416Z | [ recovery-image] Dec 02 16:41:40.641 INFO O| Dec 02 16:41:40.641 INFO STEP 1084 (remove_files) COMPLETE |
7564 | 2024-12-02T16:41:41.418Z | [ recovery-image] Dec 02 16:41:40.641 INFO O| Dec 02 16:41:40.641 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-02T16:41:41.425Z | [ recovery-image] Dec 02 16:41:40.650 INFO O| Dec 02 16:41:40.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7566 | 2024-12-02T16:41:41.425Z | [ recovery-image] Dec 02 16:41:40.650 INFO O| Dec 02 16:41:40.650 INFO STEP 1085 (remove_files) COMPLETE |
7567 | 2024-12-02T16:41:41.426Z | [ recovery-image] Dec 02 16:41:40.650 INFO O| Dec 02 16:41:40.650 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-02T16:41:41.434Z | [ recovery-image] Dec 02 16:41:40.659 INFO O| Dec 02 16:41:40.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7569 | 2024-12-02T16:41:41.435Z | [ recovery-image] Dec 02 16:41:40.659 INFO O| Dec 02 16:41:40.659 INFO STEP 1086 (remove_files) COMPLETE |
7570 | 2024-12-02T16:41:41.438Z | [ recovery-image] Dec 02 16:41:40.659 INFO O| Dec 02 16:41:40.659 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-02T16:41:41.444Z | [ recovery-image] Dec 02 16:41:40.668 INFO O| Dec 02 16:41:40.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7572 | 2024-12-02T16:41:41.444Z | [ recovery-image] Dec 02 16:41:40.668 INFO O| Dec 02 16:41:40.668 INFO STEP 1087 (remove_files) COMPLETE |
7573 | 2024-12-02T16:41:41.449Z | [ recovery-image] Dec 02 16:41:40.669 INFO O| Dec 02 16:41:40.668 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-02T16:41:41.453Z | [ recovery-image] Dec 02 16:41:40.678 INFO O| Dec 02 16:41:40.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7575 | 2024-12-02T16:41:41.453Z | [ recovery-image] Dec 02 16:41:40.678 INFO O| Dec 02 16:41:40.678 INFO STEP 1088 (remove_files) COMPLETE |
7576 | 2024-12-02T16:41:41.456Z | [ recovery-image] Dec 02 16:41:40.678 INFO O| Dec 02 16:41:40.678 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-02T16:41:41.463Z | [ recovery-image] Dec 02 16:41:40.687 INFO O| Dec 02 16:41:40.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7578 | 2024-12-02T16:41:41.463Z | [ recovery-image] Dec 02 16:41:40.687 INFO O| Dec 02 16:41:40.687 INFO STEP 1089 (remove_files) COMPLETE |
7579 | 2024-12-02T16:41:41.465Z | [ recovery-image] Dec 02 16:41:40.687 INFO O| Dec 02 16:41:40.687 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-02T16:41:41.471Z | [ recovery-image] Dec 02 16:41:40.696 INFO O| Dec 02 16:41:40.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7581 | 2024-12-02T16:41:41.471Z | [ recovery-image] Dec 02 16:41:40.696 INFO O| Dec 02 16:41:40.696 INFO STEP 1090 (remove_files) COMPLETE |
7582 | 2024-12-02T16:41:41.474Z | [ recovery-image] Dec 02 16:41:40.696 INFO O| Dec 02 16:41:40.696 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-02T16:41:41.481Z | [ recovery-image] Dec 02 16:41:40.705 INFO O| Dec 02 16:41:40.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7584 | 2024-12-02T16:41:41.481Z | [ recovery-image] Dec 02 16:41:40.705 INFO O| Dec 02 16:41:40.705 INFO STEP 1091 (remove_files) COMPLETE |
7585 | 2024-12-02T16:41:41.481Z | [ recovery-image] Dec 02 16:41:40.705 INFO O| Dec 02 16:41:40.705 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-02T16:41:41.490Z | [ recovery-image] Dec 02 16:41:40.715 INFO O| Dec 02 16:41:40.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7587 | 2024-12-02T16:41:41.490Z | [ recovery-image] Dec 02 16:41:40.715 INFO O| Dec 02 16:41:40.715 INFO STEP 1092 (remove_files) COMPLETE |
7588 | 2024-12-02T16:41:41.493Z | [ recovery-image] Dec 02 16:41:40.715 INFO O| Dec 02 16:41:40.715 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-02T16:41:41.500Z | [ recovery-image] Dec 02 16:41:40.724 INFO O| Dec 02 16:41:40.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7590 | 2024-12-02T16:41:41.500Z | [ recovery-image] Dec 02 16:41:40.724 INFO O| Dec 02 16:41:40.724 INFO STEP 1093 (remove_files) COMPLETE |
7591 | 2024-12-02T16:41:41.503Z | [ recovery-image] Dec 02 16:41:40.724 INFO O| Dec 02 16:41:40.724 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-02T16:41:41.508Z | [ recovery-image] Dec 02 16:41:40.733 INFO O| Dec 02 16:41:40.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7593 | 2024-12-02T16:41:41.511Z | [ recovery-image] Dec 02 16:41:40.733 INFO O| Dec 02 16:41:40.733 INFO STEP 1094 (remove_files) COMPLETE |
7594 | 2024-12-02T16:41:41.511Z | [ recovery-image] Dec 02 16:41:40.733 INFO O| Dec 02 16:41:40.733 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-02T16:41:41.518Z | [ recovery-image] Dec 02 16:41:40.742 INFO O| Dec 02 16:41:40.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7596 | 2024-12-02T16:41:41.520Z | [ recovery-image] Dec 02 16:41:40.742 INFO O| Dec 02 16:41:40.742 INFO STEP 1095 (remove_files) COMPLETE |
7597 | 2024-12-02T16:41:41.520Z | [ recovery-image] Dec 02 16:41:40.742 INFO O| Dec 02 16:41:40.742 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-02T16:41:41.527Z | [ recovery-image] Dec 02 16:41:40.752 INFO O| Dec 02 16:41:40.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7599 | 2024-12-02T16:41:41.527Z | [ recovery-image] Dec 02 16:41:40.752 INFO O| Dec 02 16:41:40.752 INFO STEP 1096 (remove_files) COMPLETE |
7600 | 2024-12-02T16:41:41.527Z | [ recovery-image] Dec 02 16:41:40.752 INFO O| Dec 02 16:41:40.752 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-02T16:41:41.536Z | [ recovery-image] Dec 02 16:41:40.761 INFO O| Dec 02 16:41:40.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7602 | 2024-12-02T16:41:41.539Z | [ recovery-image] Dec 02 16:41:40.761 INFO O| Dec 02 16:41:40.761 INFO STEP 1097 (remove_files) COMPLETE |
7603 | 2024-12-02T16:41:41.539Z | [ recovery-image] Dec 02 16:41:40.761 INFO O| Dec 02 16:41:40.761 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-02T16:41:41.545Z | [ recovery-image] Dec 02 16:41:40.770 INFO O| Dec 02 16:41:40.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7605 | 2024-12-02T16:41:41.545Z | [ recovery-image] Dec 02 16:41:40.770 INFO O| Dec 02 16:41:40.770 INFO STEP 1098 (remove_files) COMPLETE |
7606 | 2024-12-02T16:41:41.545Z | [ recovery-image] Dec 02 16:41:40.770 INFO O| Dec 02 16:41:40.770 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-02T16:41:41.555Z | [ recovery-image] Dec 02 16:41:40.779 INFO O| Dec 02 16:41:40.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7608 | 2024-12-02T16:41:41.555Z | [ recovery-image] Dec 02 16:41:40.779 INFO O| Dec 02 16:41:40.779 INFO STEP 1099 (remove_files) COMPLETE |
7609 | 2024-12-02T16:41:41.555Z | [ recovery-image] Dec 02 16:41:40.779 INFO O| Dec 02 16:41:40.779 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-02T16:41:41.564Z | [ recovery-image] Dec 02 16:41:40.788 INFO O| Dec 02 16:41:40.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7611 | 2024-12-02T16:41:41.568Z | [ recovery-image] Dec 02 16:41:40.789 INFO O| Dec 02 16:41:40.789 INFO STEP 1100 (remove_files) COMPLETE |
7612 | 2024-12-02T16:41:41.568Z | [ recovery-image] Dec 02 16:41:40.789 INFO O| Dec 02 16:41:40.789 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-02T16:41:41.573Z | [ recovery-image] Dec 02 16:41:40.798 INFO O| Dec 02 16:41:40.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7614 | 2024-12-02T16:41:41.573Z | [ recovery-image] Dec 02 16:41:40.798 INFO O| Dec 02 16:41:40.798 INFO STEP 1101 (remove_files) COMPLETE |
7615 | 2024-12-02T16:41:41.573Z | [ recovery-image] Dec 02 16:41:40.798 INFO O| Dec 02 16:41:40.798 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-02T16:41:41.582Z | [ recovery-image] Dec 02 16:41:40.807 INFO O| Dec 02 16:41:40.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7617 | 2024-12-02T16:41:41.582Z | [ recovery-image] Dec 02 16:41:40.807 INFO O| Dec 02 16:41:40.807 INFO STEP 1102 (remove_files) COMPLETE |
7618 | 2024-12-02T16:41:41.585Z | [ recovery-image] Dec 02 16:41:40.807 INFO O| Dec 02 16:41:40.807 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-02T16:41:41.592Z | [ recovery-image] Dec 02 16:41:40.816 INFO O| Dec 02 16:41:40.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7620 | 2024-12-02T16:41:41.592Z | [ recovery-image] Dec 02 16:41:40.816 INFO O| Dec 02 16:41:40.816 INFO STEP 1103 (remove_files) COMPLETE |
7621 | 2024-12-02T16:41:41.592Z | [ recovery-image] Dec 02 16:41:40.816 INFO O| Dec 02 16:41:40.816 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-02T16:41:41.601Z | [ recovery-image] Dec 02 16:41:40.825 INFO O| Dec 02 16:41:40.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7623 | 2024-12-02T16:41:41.601Z | [ recovery-image] Dec 02 16:41:40.826 INFO O| Dec 02 16:41:40.826 INFO STEP 1104 (remove_files) COMPLETE |
7624 | 2024-12-02T16:41:41.601Z | [ recovery-image] Dec 02 16:41:40.826 INFO O| Dec 02 16:41:40.826 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-02T16:41:41.610Z | [ recovery-image] Dec 02 16:41:40.835 INFO O| Dec 02 16:41:40.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7626 | 2024-12-02T16:41:41.610Z | [ recovery-image] Dec 02 16:41:40.835 INFO O| Dec 02 16:41:40.835 INFO STEP 1105 (remove_files) COMPLETE |
7627 | 2024-12-02T16:41:41.613Z | [ recovery-image] Dec 02 16:41:40.835 INFO O| Dec 02 16:41:40.835 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-02T16:41:41.620Z | [ recovery-image] Dec 02 16:41:40.844 INFO O| Dec 02 16:41:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7629 | 2024-12-02T16:41:41.622Z | [ recovery-image] Dec 02 16:41:40.844 INFO O| Dec 02 16:41:40.844 INFO STEP 1106 (remove_files) COMPLETE |
7630 | 2024-12-02T16:41:41.622Z | [ recovery-image] Dec 02 16:41:40.844 INFO O| Dec 02 16:41:40.844 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-02T16:41:41.629Z | [ recovery-image] Dec 02 16:41:40.853 INFO O| Dec 02 16:41:40.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7632 | 2024-12-02T16:41:41.629Z | [ recovery-image] Dec 02 16:41:40.853 INFO O| Dec 02 16:41:40.853 INFO STEP 1107 (remove_files) COMPLETE |
7633 | 2024-12-02T16:41:41.629Z | [ recovery-image] Dec 02 16:41:40.853 INFO O| Dec 02 16:41:40.853 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-02T16:41:41.638Z | [ recovery-image] Dec 02 16:41:40.862 INFO O| Dec 02 16:41:40.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7635 | 2024-12-02T16:41:41.640Z | [ recovery-image] Dec 02 16:41:40.862 INFO O| Dec 02 16:41:40.862 INFO STEP 1108 (remove_files) COMPLETE |
7636 | 2024-12-02T16:41:41.640Z | [ recovery-image] Dec 02 16:41:40.862 INFO O| Dec 02 16:41:40.862 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-02T16:41:41.647Z | [ recovery-image] Dec 02 16:41:40.872 INFO O| Dec 02 16:41:40.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7638 | 2024-12-02T16:41:41.647Z | [ recovery-image] Dec 02 16:41:40.872 INFO O| Dec 02 16:41:40.872 INFO STEP 1109 (remove_files) COMPLETE |
7639 | 2024-12-02T16:41:41.649Z | [ recovery-image] Dec 02 16:41:40.872 INFO O| Dec 02 16:41:40.872 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-02T16:41:41.656Z | [ recovery-image] Dec 02 16:41:40.881 INFO O| Dec 02 16:41:40.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7641 | 2024-12-02T16:41:41.656Z | [ recovery-image] Dec 02 16:41:40.881 INFO O| Dec 02 16:41:40.881 INFO STEP 1110 (remove_files) COMPLETE |
7642 | 2024-12-02T16:41:41.659Z | [ recovery-image] Dec 02 16:41:40.881 INFO O| Dec 02 16:41:40.881 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-02T16:41:41.666Z | [ recovery-image] Dec 02 16:41:40.891 INFO O| Dec 02 16:41:40.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7644 | 2024-12-02T16:41:41.673Z | [ recovery-image] Dec 02 16:41:40.891 INFO O| Dec 02 16:41:40.891 INFO STEP 1111 (remove_files) COMPLETE |
7645 | 2024-12-02T16:41:41.673Z | [ recovery-image] Dec 02 16:41:40.891 INFO O| Dec 02 16:41:40.891 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-02T16:41:41.676Z | [ recovery-image] Dec 02 16:41:40.900 INFO O| Dec 02 16:41:40.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7647 | 2024-12-02T16:41:41.676Z | [ recovery-image] Dec 02 16:41:40.900 INFO O| Dec 02 16:41:40.900 INFO STEP 1112 (remove_files) COMPLETE |
7648 | 2024-12-02T16:41:41.676Z | [ recovery-image] Dec 02 16:41:40.900 INFO O| Dec 02 16:41:40.900 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-02T16:41:41.684Z | [ recovery-image] Dec 02 16:41:40.909 INFO O| Dec 02 16:41:40.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7650 | 2024-12-02T16:41:41.684Z | [ recovery-image] Dec 02 16:41:40.909 INFO O| Dec 02 16:41:40.909 INFO STEP 1113 (remove_files) COMPLETE |
7651 | 2024-12-02T16:41:41.687Z | [ recovery-image] Dec 02 16:41:40.909 INFO O| Dec 02 16:41:40.909 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-02T16:41:41.693Z | [ recovery-image] Dec 02 16:41:40.918 INFO O| Dec 02 16:41:40.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7653 | 2024-12-02T16:41:41.694Z | [ recovery-image] Dec 02 16:41:40.918 INFO O| Dec 02 16:41:40.918 INFO STEP 1114 (remove_files) COMPLETE |
7654 | 2024-12-02T16:41:41.696Z | [ recovery-image] Dec 02 16:41:40.918 INFO O| Dec 02 16:41:40.918 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-02T16:41:41.703Z | [ recovery-image] Dec 02 16:41:40.928 INFO O| Dec 02 16:41:40.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7656 | 2024-12-02T16:41:41.705Z | [ recovery-image] Dec 02 16:41:40.928 INFO O| Dec 02 16:41:40.928 INFO STEP 1115 (remove_files) COMPLETE |
7657 | 2024-12-02T16:41:41.705Z | [ recovery-image] Dec 02 16:41:40.928 INFO O| Dec 02 16:41:40.928 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-02T16:41:41.712Z | [ recovery-image] Dec 02 16:41:40.937 INFO O| Dec 02 16:41:40.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7659 | 2024-12-02T16:41:41.714Z | [ recovery-image] Dec 02 16:41:40.937 INFO O| Dec 02 16:41:40.937 INFO STEP 1116 (remove_files) COMPLETE |
7660 | 2024-12-02T16:41:41.714Z | [ recovery-image] Dec 02 16:41:40.937 INFO O| Dec 02 16:41:40.937 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-02T16:41:41.721Z | [ recovery-image] Dec 02 16:41:40.946 INFO O| Dec 02 16:41:40.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7662 | 2024-12-02T16:41:41.724Z | [ recovery-image] Dec 02 16:41:40.946 INFO O| Dec 02 16:41:40.946 INFO STEP 1117 (remove_files) COMPLETE |
7663 | 2024-12-02T16:41:41.724Z | [ recovery-image] Dec 02 16:41:40.946 INFO O| Dec 02 16:41:40.946 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-02T16:41:41.730Z | [ recovery-image] Dec 02 16:41:40.955 INFO O| Dec 02 16:41:40.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7665 | 2024-12-02T16:41:41.733Z | [ recovery-image] Dec 02 16:41:40.955 INFO O| Dec 02 16:41:40.955 INFO STEP 1118 (remove_files) COMPLETE |
7666 | 2024-12-02T16:41:41.733Z | [ recovery-image] Dec 02 16:41:40.955 INFO O| Dec 02 16:41:40.955 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-02T16:41:41.740Z | [ recovery-image] Dec 02 16:41:40.964 INFO O| Dec 02 16:41:40.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7668 | 2024-12-02T16:41:41.742Z | [ recovery-image] Dec 02 16:41:40.964 INFO O| Dec 02 16:41:40.964 INFO STEP 1119 (remove_files) COMPLETE |
7669 | 2024-12-02T16:41:41.742Z | [ recovery-image] Dec 02 16:41:40.965 INFO O| Dec 02 16:41:40.964 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-02T16:41:41.749Z | [ recovery-image] Dec 02 16:41:40.974 INFO O| Dec 02 16:41:40.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7671 | 2024-12-02T16:41:41.749Z | [ recovery-image] Dec 02 16:41:40.974 INFO O| Dec 02 16:41:40.974 INFO STEP 1120 (remove_files) COMPLETE |
7672 | 2024-12-02T16:41:41.751Z | [ recovery-image] Dec 02 16:41:40.974 INFO O| Dec 02 16:41:40.974 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-02T16:41:41.758Z | [ recovery-image] Dec 02 16:41:40.983 INFO O| Dec 02 16:41:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7674 | 2024-12-02T16:41:41.758Z | [ recovery-image] Dec 02 16:41:40.983 INFO O| Dec 02 16:41:40.983 INFO STEP 1121 (remove_files) COMPLETE |
7675 | 2024-12-02T16:41:41.761Z | [ recovery-image] Dec 02 16:41:40.983 INFO O| Dec 02 16:41:40.983 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-02T16:41:41.767Z | [ recovery-image] Dec 02 16:41:40.992 INFO O| Dec 02 16:41:40.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7677 | 2024-12-02T16:41:41.770Z | [ recovery-image] Dec 02 16:41:40.992 INFO O| Dec 02 16:41:40.992 INFO STEP 1122 (remove_files) COMPLETE |
7678 | 2024-12-02T16:41:41.770Z | [ recovery-image] Dec 02 16:41:40.992 INFO O| Dec 02 16:41:40.992 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-02T16:41:41.777Z | [ recovery-image] Dec 02 16:41:41.002 INFO O| Dec 02 16:41:41.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7680 | 2024-12-02T16:41:41.777Z | [ recovery-image] Dec 02 16:41:41.002 INFO O| Dec 02 16:41:41.002 INFO STEP 1123 (remove_files) COMPLETE |
7681 | 2024-12-02T16:41:41.779Z | [ recovery-image] Dec 02 16:41:41.002 INFO O| Dec 02 16:41:41.002 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-12-02T16:41:41.787Z | [ recovery-image] Dec 02 16:41:41.011 INFO O| Dec 02 16:41:41.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7683 | 2024-12-02T16:41:41.789Z | [ recovery-image] Dec 02 16:41:41.012 INFO O| Dec 02 16:41:41.012 INFO STEP 1124 (remove_files) COMPLETE |
7684 | 2024-12-02T16:41:41.789Z | [ recovery-image] Dec 02 16:41:41.012 INFO O| Dec 02 16:41:41.012 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-12-02T16:41:41.796Z | [ recovery-image] Dec 02 16:41:41.021 INFO O| Dec 02 16:41:41.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7686 | 2024-12-02T16:41:41.799Z | [ recovery-image] Dec 02 16:41:41.021 INFO O| Dec 02 16:41:41.021 INFO STEP 1125 (remove_files) COMPLETE |
7687 | 2024-12-02T16:41:41.799Z | [ recovery-image] Dec 02 16:41:41.021 INFO O| Dec 02 16:41:41.021 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-12-02T16:41:41.805Z | [ recovery-image] Dec 02 16:41:41.030 INFO O| Dec 02 16:41:41.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7689 | 2024-12-02T16:41:41.808Z | [ recovery-image] Dec 02 16:41:41.030 INFO O| Dec 02 16:41:41.030 INFO STEP 1126 (remove_files) COMPLETE |
7690 | 2024-12-02T16:41:41.809Z | [ recovery-image] Dec 02 16:41:41.030 INFO O| Dec 02 16:41:41.030 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-12-02T16:41:41.815Z | [ recovery-image] Dec 02 16:41:41.040 INFO O| Dec 02 16:41:41.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7692 | 2024-12-02T16:41:41.817Z | [ recovery-image] Dec 02 16:41:41.040 INFO O| Dec 02 16:41:41.040 INFO STEP 1127 (remove_files) COMPLETE |
7693 | 2024-12-02T16:41:41.817Z | [ recovery-image] Dec 02 16:41:41.040 INFO O| Dec 02 16:41:41.040 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-12-02T16:41:41.824Z | [ recovery-image] Dec 02 16:41:41.049 INFO O| Dec 02 16:41:41.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7695 | 2024-12-02T16:41:41.827Z | [ recovery-image] Dec 02 16:41:41.049 INFO O| Dec 02 16:41:41.049 INFO STEP 1128 (remove_files) COMPLETE |
7696 | 2024-12-02T16:41:41.827Z | [ recovery-image] Dec 02 16:41:41.049 INFO O| Dec 02 16:41:41.049 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-12-02T16:41:41.833Z | [ recovery-image] Dec 02 16:41:41.058 INFO O| Dec 02 16:41:41.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7698 | 2024-12-02T16:41:41.833Z | [ recovery-image] Dec 02 16:41:41.058 INFO O| Dec 02 16:41:41.058 INFO STEP 1129 (remove_files) COMPLETE |
7699 | 2024-12-02T16:41:41.833Z | [ recovery-image] Dec 02 16:41:41.058 INFO O| Dec 02 16:41:41.058 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-12-02T16:41:41.843Z | [ recovery-image] Dec 02 16:41:41.067 INFO O| Dec 02 16:41:41.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7701 | 2024-12-02T16:41:41.843Z | [ recovery-image] Dec 02 16:41:41.067 INFO O| Dec 02 16:41:41.067 INFO STEP 1130 (remove_files) COMPLETE |
7702 | 2024-12-02T16:41:41.843Z | [ recovery-image] Dec 02 16:41:41.067 INFO O| Dec 02 16:41:41.067 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-12-02T16:41:41.852Z | [ recovery-image] Dec 02 16:41:41.077 INFO O| Dec 02 16:41:41.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7704 | 2024-12-02T16:41:41.852Z | [ recovery-image] Dec 02 16:41:41.077 INFO O| Dec 02 16:41:41.077 INFO STEP 1131 (remove_files) COMPLETE |
7705 | 2024-12-02T16:41:41.854Z | [ recovery-image] Dec 02 16:41:41.077 INFO O| Dec 02 16:41:41.077 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-12-02T16:41:41.861Z | [ recovery-image] Dec 02 16:41:41.086 INFO O| Dec 02 16:41:41.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7707 | 2024-12-02T16:41:41.861Z | [ recovery-image] Dec 02 16:41:41.086 INFO O| Dec 02 16:41:41.086 INFO STEP 1132 (remove_files) COMPLETE |
7708 | 2024-12-02T16:41:41.864Z | [ recovery-image] Dec 02 16:41:41.086 INFO O| Dec 02 16:41:41.086 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-12-02T16:41:41.870Z | [ recovery-image] Dec 02 16:41:41.095 INFO O| Dec 02 16:41:41.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7710 | 2024-12-02T16:41:41.870Z | [ recovery-image] Dec 02 16:41:41.095 INFO O| Dec 02 16:41:41.095 INFO STEP 1133 (remove_files) COMPLETE |
7711 | 2024-12-02T16:41:41.870Z | [ recovery-image] Dec 02 16:41:41.095 INFO O| Dec 02 16:41:41.095 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-12-02T16:41:41.880Z | [ recovery-image] Dec 02 16:41:41.105 INFO O| Dec 02 16:41:41.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7713 | 2024-12-02T16:41:41.880Z | [ recovery-image] Dec 02 16:41:41.105 INFO O| Dec 02 16:41:41.105 INFO STEP 1134 (remove_files) COMPLETE |
7714 | 2024-12-02T16:41:41.882Z | [ recovery-image] Dec 02 16:41:41.105 INFO O| Dec 02 16:41:41.105 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-12-02T16:41:41.889Z | [ recovery-image] Dec 02 16:41:41.114 INFO O| Dec 02 16:41:41.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7716 | 2024-12-02T16:41:41.890Z | [ recovery-image] Dec 02 16:41:41.114 INFO O| Dec 02 16:41:41.114 INFO STEP 1135 (remove_files) COMPLETE |
7717 | 2024-12-02T16:41:41.892Z | [ recovery-image] Dec 02 16:41:41.114 INFO O| Dec 02 16:41:41.114 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-02T16:41:41.899Z | [ recovery-image] Dec 02 16:41:41.124 INFO O| Dec 02 16:41:41.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7719 | 2024-12-02T16:41:41.899Z | [ recovery-image] Dec 02 16:41:41.124 INFO O| Dec 02 16:41:41.124 INFO STEP 1136 (remove_files) COMPLETE |
7720 | 2024-12-02T16:41:41.899Z | [ recovery-image] Dec 02 16:41:41.124 INFO O| Dec 02 16:41:41.124 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-02T16:41:41.908Z | [ recovery-image] Dec 02 16:41:41.133 INFO O| Dec 02 16:41:41.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7722 | 2024-12-02T16:41:41.911Z | [ recovery-image] Dec 02 16:41:41.133 INFO O| Dec 02 16:41:41.133 INFO STEP 1137 (remove_files) COMPLETE |
7723 | 2024-12-02T16:41:41.911Z | [ recovery-image] Dec 02 16:41:41.133 INFO O| Dec 02 16:41:41.133 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-02T16:41:41.918Z | [ recovery-image] Dec 02 16:41:41.142 INFO O| Dec 02 16:41:41.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7725 | 2024-12-02T16:41:41.918Z | [ recovery-image] Dec 02 16:41:41.142 INFO O| Dec 02 16:41:41.142 INFO STEP 1138 (remove_files) COMPLETE |
7726 | 2024-12-02T16:41:41.920Z | [ recovery-image] Dec 02 16:41:41.143 INFO O| Dec 02 16:41:41.142 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-02T16:41:41.927Z | [ recovery-image] Dec 02 16:41:41.152 INFO O| Dec 02 16:41:41.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7728 | 2024-12-02T16:41:41.927Z | [ recovery-image] Dec 02 16:41:41.152 INFO O| Dec 02 16:41:41.152 INFO STEP 1139 (remove_files) COMPLETE |
7729 | 2024-12-02T16:41:41.929Z | [ recovery-image] Dec 02 16:41:41.152 INFO O| Dec 02 16:41:41.152 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-02T16:41:41.936Z | [ recovery-image] Dec 02 16:41:41.161 INFO O| Dec 02 16:41:41.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7731 | 2024-12-02T16:41:41.936Z | [ recovery-image] Dec 02 16:41:41.161 INFO O| Dec 02 16:41:41.161 INFO STEP 1140 (remove_files) COMPLETE |
7732 | 2024-12-02T16:41:41.939Z | [ recovery-image] Dec 02 16:41:41.161 INFO O| Dec 02 16:41:41.161 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-02T16:41:41.946Z | [ recovery-image] Dec 02 16:41:41.170 INFO O| Dec 02 16:41:41.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7734 | 2024-12-02T16:41:41.946Z | [ recovery-image] Dec 02 16:41:41.170 INFO O| Dec 02 16:41:41.170 INFO STEP 1141 (remove_files) COMPLETE |
7735 | 2024-12-02T16:41:41.948Z | [ recovery-image] Dec 02 16:41:41.170 INFO O| Dec 02 16:41:41.170 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-02T16:41:41.955Z | [ recovery-image] Dec 02 16:41:41.180 INFO O| Dec 02 16:41:41.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7737 | 2024-12-02T16:41:41.957Z | [ recovery-image] Dec 02 16:41:41.180 INFO O| Dec 02 16:41:41.180 INFO STEP 1142 (remove_files) COMPLETE |
7738 | 2024-12-02T16:41:41.957Z | [ recovery-image] Dec 02 16:41:41.180 INFO O| Dec 02 16:41:41.180 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-02T16:41:41.964Z | [ recovery-image] Dec 02 16:41:41.189 INFO O| Dec 02 16:41:41.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7740 | 2024-12-02T16:41:41.964Z | [ recovery-image] Dec 02 16:41:41.189 INFO O| Dec 02 16:41:41.189 INFO STEP 1143 (remove_files) COMPLETE |
7741 | 2024-12-02T16:41:41.967Z | [ recovery-image] Dec 02 16:41:41.189 INFO O| Dec 02 16:41:41.189 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-02T16:41:41.973Z | [ recovery-image] Dec 02 16:41:41.198 INFO O| Dec 02 16:41:41.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7743 | 2024-12-02T16:41:41.974Z | [ recovery-image] Dec 02 16:41:41.198 INFO O| Dec 02 16:41:41.198 INFO STEP 1144 (remove_files) COMPLETE |
7744 | 2024-12-02T16:41:41.976Z | [ recovery-image] Dec 02 16:41:41.198 INFO O| Dec 02 16:41:41.198 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-02T16:41:41.983Z | [ recovery-image] Dec 02 16:41:41.208 INFO O| Dec 02 16:41:41.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7746 | 2024-12-02T16:41:41.983Z | [ recovery-image] Dec 02 16:41:41.208 INFO O| Dec 02 16:41:41.208 INFO STEP 1145 (remove_files) COMPLETE |
7747 | 2024-12-02T16:41:41.985Z | [ recovery-image] Dec 02 16:41:41.208 INFO O| Dec 02 16:41:41.208 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-02T16:41:41.992Z | [ recovery-image] Dec 02 16:41:41.217 INFO O| Dec 02 16:41:41.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7749 | 2024-12-02T16:41:41.995Z | [ recovery-image] Dec 02 16:41:41.217 INFO O| Dec 02 16:41:41.217 INFO STEP 1146 (remove_files) COMPLETE |
7750 | 2024-12-02T16:41:41.995Z | [ recovery-image] Dec 02 16:41:41.217 INFO O| Dec 02 16:41:41.217 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-02T16:41:42.002Z | [ recovery-image] Dec 02 16:41:41.226 INFO O| Dec 02 16:41:41.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7752 | 2024-12-02T16:41:42.002Z | [ recovery-image] Dec 02 16:41:41.226 INFO O| Dec 02 16:41:41.226 INFO STEP 1147 (remove_files) COMPLETE |
7753 | 2024-12-02T16:41:42.002Z | [ recovery-image] Dec 02 16:41:41.226 INFO O| Dec 02 16:41:41.226 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-02T16:41:42.011Z | [ recovery-image] Dec 02 16:41:41.236 INFO O| Dec 02 16:41:41.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7755 | 2024-12-02T16:41:42.011Z | [ recovery-image] Dec 02 16:41:41.236 INFO O| Dec 02 16:41:41.236 INFO STEP 1148 (remove_files) COMPLETE |
7756 | 2024-12-02T16:41:42.011Z | [ recovery-image] Dec 02 16:41:41.236 INFO O| Dec 02 16:41:41.236 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-02T16:41:42.020Z | [ recovery-image] Dec 02 16:41:41.245 INFO O| Dec 02 16:41:41.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7758 | 2024-12-02T16:41:42.020Z | [ recovery-image] Dec 02 16:41:41.245 INFO O| Dec 02 16:41:41.245 INFO STEP 1149 (remove_files) COMPLETE |
7759 | 2024-12-02T16:41:42.023Z | [ recovery-image] Dec 02 16:41:41.245 INFO O| Dec 02 16:41:41.245 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-02T16:41:42.029Z | [ recovery-image] Dec 02 16:41:41.254 INFO O| Dec 02 16:41:41.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7761 | 2024-12-02T16:41:42.032Z | [ recovery-image] Dec 02 16:41:41.255 INFO O| Dec 02 16:41:41.255 INFO STEP 1150 (remove_files) COMPLETE |
7762 | 2024-12-02T16:41:42.032Z | [ recovery-image] Dec 02 16:41:41.255 INFO O| Dec 02 16:41:41.255 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-02T16:41:42.040Z | [ recovery-image] Dec 02 16:41:41.264 INFO O| Dec 02 16:41:41.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7764 | 2024-12-02T16:41:42.040Z | [ recovery-image] Dec 02 16:41:41.264 INFO O| Dec 02 16:41:41.264 INFO STEP 1151 (remove_files) COMPLETE |
7765 | 2024-12-02T16:41:42.042Z | [ recovery-image] Dec 02 16:41:41.264 INFO O| Dec 02 16:41:41.264 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-02T16:41:42.049Z | [ recovery-image] Dec 02 16:41:41.274 INFO O| Dec 02 16:41:41.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7767 | 2024-12-02T16:41:42.049Z | [ recovery-image] Dec 02 16:41:41.274 INFO O| Dec 02 16:41:41.274 INFO STEP 1152 (remove_files) COMPLETE |
7768 | 2024-12-02T16:41:42.052Z | [ recovery-image] Dec 02 16:41:41.274 INFO O| Dec 02 16:41:41.274 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-02T16:41:42.059Z | [ recovery-image] Dec 02 16:41:41.283 INFO O| Dec 02 16:41:41.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7770 | 2024-12-02T16:41:42.059Z | [ recovery-image] Dec 02 16:41:41.284 INFO O| Dec 02 16:41:41.283 INFO STEP 1153 (remove_files) COMPLETE |
7771 | 2024-12-02T16:41:42.061Z | [ recovery-image] Dec 02 16:41:41.284 INFO O| Dec 02 16:41:41.284 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-02T16:41:42.068Z | [ recovery-image] Dec 02 16:41:41.293 INFO O| Dec 02 16:41:41.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7773 | 2024-12-02T16:41:42.071Z | [ recovery-image] Dec 02 16:41:41.293 INFO O| Dec 02 16:41:41.293 INFO STEP 1154 (remove_files) COMPLETE |
7774 | 2024-12-02T16:41:42.071Z | [ recovery-image] Dec 02 16:41:41.293 INFO O| Dec 02 16:41:41.293 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-02T16:41:42.078Z | [ recovery-image] Dec 02 16:41:41.302 INFO O| Dec 02 16:41:41.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7776 | 2024-12-02T16:41:42.078Z | [ recovery-image] Dec 02 16:41:41.302 INFO O| Dec 02 16:41:41.302 INFO STEP 1155 (remove_files) COMPLETE |
7777 | 2024-12-02T16:41:42.080Z | [ recovery-image] Dec 02 16:41:41.302 INFO O| Dec 02 16:41:41.302 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-02T16:41:42.087Z | [ recovery-image] Dec 02 16:41:41.312 INFO O| Dec 02 16:41:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7779 | 2024-12-02T16:41:42.091Z | [ recovery-image] Dec 02 16:41:41.312 INFO O| Dec 02 16:41:41.312 INFO STEP 1156 (remove_files) COMPLETE |
7780 | 2024-12-02T16:41:42.091Z | [ recovery-image] Dec 02 16:41:41.312 INFO O| Dec 02 16:41:41.312 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-02T16:41:42.096Z | [ recovery-image] Dec 02 16:41:41.321 INFO O| Dec 02 16:41:41.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7782 | 2024-12-02T16:41:42.096Z | [ recovery-image] Dec 02 16:41:41.321 INFO O| Dec 02 16:41:41.321 INFO STEP 1157 (remove_files) COMPLETE |
7783 | 2024-12-02T16:41:42.096Z | [ recovery-image] Dec 02 16:41:41.321 INFO O| Dec 02 16:41:41.321 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-02T16:41:42.106Z | [ recovery-image] Dec 02 16:41:41.330 INFO O| Dec 02 16:41:41.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7785 | 2024-12-02T16:41:42.106Z | [ recovery-image] Dec 02 16:41:41.330 INFO O| Dec 02 16:41:41.330 INFO STEP 1158 (remove_files) COMPLETE |
7786 | 2024-12-02T16:41:42.108Z | [ recovery-image] Dec 02 16:41:41.330 INFO O| Dec 02 16:41:41.330 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-02T16:41:42.115Z | [ recovery-image] Dec 02 16:41:41.340 INFO O| Dec 02 16:41:41.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7788 | 2024-12-02T16:41:42.115Z | [ recovery-image] Dec 02 16:41:41.340 INFO O| Dec 02 16:41:41.340 INFO STEP 1159 (remove_files) COMPLETE |
7789 | 2024-12-02T16:41:42.115Z | [ recovery-image] Dec 02 16:41:41.340 INFO O| Dec 02 16:41:41.340 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-02T16:41:42.125Z | [ recovery-image] Dec 02 16:41:41.350 INFO O| Dec 02 16:41:41.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7791 | 2024-12-02T16:41:42.125Z | [ recovery-image] Dec 02 16:41:41.350 INFO O| Dec 02 16:41:41.350 INFO STEP 1160 (remove_files) COMPLETE |
7792 | 2024-12-02T16:41:42.125Z | [ recovery-image] Dec 02 16:41:41.350 INFO O| Dec 02 16:41:41.350 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-02T16:41:42.134Z | [ recovery-image] Dec 02 16:41:41.359 INFO O| Dec 02 16:41:41.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7794 | 2024-12-02T16:41:42.137Z | [ recovery-image] Dec 02 16:41:41.359 INFO O| Dec 02 16:41:41.359 INFO STEP 1161 (remove_files) COMPLETE |
7795 | 2024-12-02T16:41:42.137Z | [ recovery-image] Dec 02 16:41:41.359 INFO O| Dec 02 16:41:41.359 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-02T16:41:42.144Z | [ recovery-image] Dec 02 16:41:41.369 INFO O| Dec 02 16:41:41.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7797 | 2024-12-02T16:41:42.144Z | [ recovery-image] Dec 02 16:41:41.369 INFO O| Dec 02 16:41:41.369 INFO STEP 1162 (remove_files) COMPLETE |
7798 | 2024-12-02T16:41:42.144Z | [ recovery-image] Dec 02 16:41:41.369 INFO O| Dec 02 16:41:41.369 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-02T16:41:42.154Z | [ recovery-image] Dec 02 16:41:41.378 INFO O| Dec 02 16:41:41.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7800 | 2024-12-02T16:41:42.157Z | [ recovery-image] Dec 02 16:41:41.378 INFO O| Dec 02 16:41:41.378 INFO STEP 1163 (remove_files) COMPLETE |
7801 | 2024-12-02T16:41:42.157Z | [ recovery-image] Dec 02 16:41:41.378 INFO O| Dec 02 16:41:41.378 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-02T16:41:42.163Z | [ recovery-image] Dec 02 16:41:41.387 INFO O| Dec 02 16:41:41.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7803 | 2024-12-02T16:41:42.163Z | [ recovery-image] Dec 02 16:41:41.387 INFO O| Dec 02 16:41:41.387 INFO STEP 1164 (remove_files) COMPLETE |
7804 | 2024-12-02T16:41:42.165Z | [ recovery-image] Dec 02 16:41:41.387 INFO O| Dec 02 16:41:41.387 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-02T16:41:42.172Z | [ recovery-image] Dec 02 16:41:41.397 INFO O| Dec 02 16:41:41.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7806 | 2024-12-02T16:41:42.175Z | [ recovery-image] Dec 02 16:41:41.397 INFO O| Dec 02 16:41:41.397 INFO STEP 1165 (remove_files) COMPLETE |
7807 | 2024-12-02T16:41:42.175Z | [ recovery-image] Dec 02 16:41:41.397 INFO O| Dec 02 16:41:41.397 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-02T16:41:42.183Z | [ recovery-image] Dec 02 16:41:41.408 INFO O| Dec 02 16:41:41.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7809 | 2024-12-02T16:41:42.183Z | [ recovery-image] Dec 02 16:41:41.408 INFO O| Dec 02 16:41:41.408 INFO STEP 1166 (remove_files) COMPLETE |
7810 | 2024-12-02T16:41:42.185Z | [ recovery-image] Dec 02 16:41:41.408 INFO O| Dec 02 16:41:41.408 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-02T16:41:42.194Z | [ recovery-image] Dec 02 16:41:41.419 INFO O| Dec 02 16:41:41.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7812 | 2024-12-02T16:41:42.197Z | [ recovery-image] Dec 02 16:41:41.419 INFO O| Dec 02 16:41:41.419 INFO STEP 1167 (remove_files) COMPLETE |
7813 | 2024-12-02T16:41:42.197Z | [ recovery-image] Dec 02 16:41:41.419 INFO O| Dec 02 16:41:41.419 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-02T16:41:42.203Z | [ host-image] Dec 02 16:41:41.427 INFO O| Dec 02 16:41:41.427 INFO O| Download: Completed 8.42 MB in 4.42 seconds (1.9M/s) |
7815 | 2024-12-02T16:41:42.206Z | [ recovery-image] Dec 02 16:41:41.429 INFO O| Dec 02 16:41:41.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7816 | 2024-12-02T16:41:42.206Z | [ recovery-image] Dec 02 16:41:41.429 INFO O| Dec 02 16:41:41.429 INFO STEP 1168 (remove_files) COMPLETE |
7817 | 2024-12-02T16:41:42.206Z | [ recovery-image] Dec 02 16:41:41.429 INFO O| Dec 02 16:41:41.429 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-02T16:41:42.216Z | [ recovery-image] Dec 02 16:41:41.439 INFO O| Dec 02 16:41:41.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7819 | 2024-12-02T16:41:42.222Z | [ recovery-image] Dec 02 16:41:41.439 INFO O| Dec 02 16:41:41.439 INFO STEP 1169 (remove_files) COMPLETE |
7820 | 2024-12-02T16:41:42.222Z | [ recovery-image] Dec 02 16:41:41.439 INFO O| Dec 02 16:41:41.439 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-02T16:41:42.224Z | [ recovery-image] Dec 02 16:41:41.448 INFO O| Dec 02 16:41:41.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7822 | 2024-12-02T16:41:42.224Z | [ recovery-image] Dec 02 16:41:41.448 INFO O| Dec 02 16:41:41.448 INFO STEP 1170 (remove_files) COMPLETE |
7823 | 2024-12-02T16:41:42.225Z | [ recovery-image] Dec 02 16:41:41.448 INFO O| Dec 02 16:41:41.448 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2024-12-02T16:41:42.233Z | [ recovery-image] Dec 02 16:41:41.458 INFO O| Dec 02 16:41:41.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7825 | 2024-12-02T16:41:42.233Z | [ recovery-image] Dec 02 16:41:41.458 INFO O| Dec 02 16:41:41.458 INFO STEP 1171 (remove_files) COMPLETE |
7826 | 2024-12-02T16:41:42.236Z | [ recovery-image] Dec 02 16:41:41.458 INFO O| Dec 02 16:41:41.458 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2024-12-02T16:41:42.242Z | [ recovery-image] Dec 02 16:41:41.467 INFO O| Dec 02 16:41:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7828 | 2024-12-02T16:41:42.242Z | [ recovery-image] Dec 02 16:41:41.467 INFO O| Dec 02 16:41:41.467 INFO STEP 1172 (remove_files) COMPLETE |
7829 | 2024-12-02T16:41:42.245Z | [ recovery-image] Dec 02 16:41:41.467 INFO O| Dec 02 16:41:41.467 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2024-12-02T16:41:42.252Z | [ recovery-image] Dec 02 16:41:41.476 INFO O| Dec 02 16:41:41.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7831 | 2024-12-02T16:41:42.252Z | [ recovery-image] Dec 02 16:41:41.476 INFO O| Dec 02 16:41:41.476 INFO STEP 1173 (remove_files) COMPLETE |
7832 | 2024-12-02T16:41:42.252Z | [ recovery-image] Dec 02 16:41:41.477 INFO O| Dec 02 16:41:41.476 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-02T16:41:42.257Z | [ host-image] Dec 02 16:41:41.481 INFO O| Dec 02 16:41:41.481 INFO O| Actions: 1/1361 actions (Installing new actions) |
7834 | 2024-12-02T16:41:42.261Z | [ recovery-image] Dec 02 16:41:41.486 INFO O| Dec 02 16:41:41.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7835 | 2024-12-02T16:41:42.261Z | [ recovery-image] Dec 02 16:41:41.486 INFO O| Dec 02 16:41:41.486 INFO STEP 1174 (remove_files) COMPLETE |
7836 | 2024-12-02T16:41:42.264Z | [ recovery-image] Dec 02 16:41:41.486 INFO O| Dec 02 16:41:41.486 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-02T16:41:42.272Z | [ recovery-image] Dec 02 16:41:41.496 INFO O| Dec 02 16:41:41.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7838 | 2024-12-02T16:41:42.272Z | [ recovery-image] Dec 02 16:41:41.497 INFO O| Dec 02 16:41:41.497 INFO STEP 1175 (remove_files) COMPLETE |
7839 | 2024-12-02T16:41:42.275Z | [ recovery-image] Dec 02 16:41:41.497 INFO O| Dec 02 16:41:41.497 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-02T16:41:42.286Z | [ recovery-image] Dec 02 16:41:41.506 INFO O| Dec 02 16:41:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7841 | 2024-12-02T16:41:42.286Z | [ recovery-image] Dec 02 16:41:41.506 INFO O| Dec 02 16:41:41.506 INFO STEP 1176 (remove_files) COMPLETE |
7842 | 2024-12-02T16:41:42.289Z | [ recovery-image] Dec 02 16:41:41.506 INFO O| Dec 02 16:41:41.506 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-02T16:41:42.292Z | [ recovery-image] Dec 02 16:41:41.515 INFO O| Dec 02 16:41:41.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7844 | 2024-12-02T16:41:42.292Z | [ recovery-image] Dec 02 16:41:41.515 INFO O| Dec 02 16:41:41.515 INFO STEP 1177 (remove_files) COMPLETE |
7845 | 2024-12-02T16:41:42.292Z | [ recovery-image] Dec 02 16:41:41.515 INFO O| Dec 02 16:41:41.515 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2024-12-02T16:41:42.300Z | [ recovery-image] Dec 02 16:41:41.524 INFO O| Dec 02 16:41:41.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7847 | 2024-12-02T16:41:42.300Z | [ recovery-image] Dec 02 16:41:41.525 INFO O| Dec 02 16:41:41.525 INFO STEP 1178 (remove_files) COMPLETE |
7848 | 2024-12-02T16:41:42.303Z | [ recovery-image] Dec 02 16:41:41.525 INFO O| Dec 02 16:41:41.525 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2024-12-02T16:41:42.309Z | [ recovery-image] Dec 02 16:41:41.534 INFO O| Dec 02 16:41:41.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7850 | 2024-12-02T16:41:42.312Z | [ recovery-image] Dec 02 16:41:41.534 INFO O| Dec 02 16:41:41.534 INFO STEP 1179 (remove_files) COMPLETE |
7851 | 2024-12-02T16:41:42.312Z | [ recovery-image] Dec 02 16:41:41.534 INFO O| Dec 02 16:41:41.534 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2024-12-02T16:41:42.319Z | [ recovery-image] Dec 02 16:41:41.543 INFO O| Dec 02 16:41:41.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7853 | 2024-12-02T16:41:42.323Z | [ recovery-image] Dec 02 16:41:41.543 INFO O| Dec 02 16:41:41.543 INFO STEP 1180 (remove_files) COMPLETE |
7854 | 2024-12-02T16:41:42.323Z | [ recovery-image] Dec 02 16:41:41.543 INFO O| Dec 02 16:41:41.543 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2024-12-02T16:41:42.328Z | [ recovery-image] Dec 02 16:41:41.553 INFO O| Dec 02 16:41:41.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7856 | 2024-12-02T16:41:42.328Z | [ recovery-image] Dec 02 16:41:41.553 INFO O| Dec 02 16:41:41.553 INFO STEP 1181 (remove_files) COMPLETE |
7857 | 2024-12-02T16:41:42.330Z | [ recovery-image] Dec 02 16:41:41.553 INFO O| Dec 02 16:41:41.553 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2024-12-02T16:41:42.337Z | [ recovery-image] Dec 02 16:41:41.562 INFO O| Dec 02 16:41:41.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7859 | 2024-12-02T16:41:42.337Z | [ recovery-image] Dec 02 16:41:41.562 INFO O| Dec 02 16:41:41.562 INFO STEP 1182 (remove_files) COMPLETE |
7860 | 2024-12-02T16:41:42.337Z | [ recovery-image] Dec 02 16:41:41.562 INFO O| Dec 02 16:41:41.562 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2024-12-02T16:41:42.347Z | [ recovery-image] Dec 02 16:41:41.571 INFO O| Dec 02 16:41:41.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7862 | 2024-12-02T16:41:42.347Z | [ recovery-image] Dec 02 16:41:41.571 INFO O| Dec 02 16:41:41.571 INFO STEP 1183 (remove_files) COMPLETE |
7863 | 2024-12-02T16:41:42.347Z | [ recovery-image] Dec 02 16:41:41.571 INFO O| Dec 02 16:41:41.571 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2024-12-02T16:41:42.357Z | [ recovery-image] Dec 02 16:41:41.581 INFO O| Dec 02 16:41:41.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7865 | 2024-12-02T16:41:42.357Z | [ recovery-image] Dec 02 16:41:41.581 INFO O| Dec 02 16:41:41.581 INFO STEP 1184 (remove_files) COMPLETE |
7866 | 2024-12-02T16:41:42.360Z | [ recovery-image] Dec 02 16:41:41.581 INFO O| Dec 02 16:41:41.581 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2024-12-02T16:41:42.365Z | [ recovery-image] Dec 02 16:41:41.590 INFO O| Dec 02 16:41:41.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7868 | 2024-12-02T16:41:42.365Z | [ recovery-image] Dec 02 16:41:41.590 INFO O| Dec 02 16:41:41.590 INFO STEP 1185 (remove_files) COMPLETE |
7869 | 2024-12-02T16:41:42.365Z | [ recovery-image] Dec 02 16:41:41.590 INFO O| Dec 02 16:41:41.590 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2024-12-02T16:41:42.375Z | [ recovery-image] Dec 02 16:41:41.599 INFO O| Dec 02 16:41:41.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7871 | 2024-12-02T16:41:42.375Z | [ recovery-image] Dec 02 16:41:41.600 INFO O| Dec 02 16:41:41.599 INFO STEP 1186 (remove_files) COMPLETE |
7872 | 2024-12-02T16:41:42.377Z | [ recovery-image] Dec 02 16:41:41.600 INFO O| Dec 02 16:41:41.600 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2024-12-02T16:41:42.387Z | [ recovery-image] Dec 02 16:41:41.609 INFO O| Dec 02 16:41:41.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7874 | 2024-12-02T16:41:42.390Z | [ recovery-image] Dec 02 16:41:41.609 INFO O| Dec 02 16:41:41.609 INFO STEP 1187 (remove_files) COMPLETE |
7875 | 2024-12-02T16:41:42.390Z | [ recovery-image] Dec 02 16:41:41.609 INFO O| Dec 02 16:41:41.609 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2024-12-02T16:41:42.393Z | [ recovery-image] Dec 02 16:41:41.618 INFO O| Dec 02 16:41:41.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7877 | 2024-12-02T16:41:42.396Z | [ recovery-image] Dec 02 16:41:41.618 INFO O| Dec 02 16:41:41.618 INFO STEP 1188 (remove_files) COMPLETE |
7878 | 2024-12-02T16:41:42.396Z | [ recovery-image] Dec 02 16:41:41.618 INFO O| Dec 02 16:41:41.618 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2024-12-02T16:41:42.403Z | [ recovery-image] Dec 02 16:41:41.628 INFO O| Dec 02 16:41:41.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7880 | 2024-12-02T16:41:42.403Z | [ recovery-image] Dec 02 16:41:41.628 INFO O| Dec 02 16:41:41.628 INFO STEP 1189 (remove_files) COMPLETE |
7881 | 2024-12-02T16:41:42.406Z | [ recovery-image] Dec 02 16:41:41.628 INFO O| Dec 02 16:41:41.628 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2024-12-02T16:41:42.413Z | [ recovery-image] Dec 02 16:41:41.638 INFO O| Dec 02 16:41:41.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7883 | 2024-12-02T16:41:42.413Z | [ recovery-image] Dec 02 16:41:41.638 INFO O| Dec 02 16:41:41.638 INFO STEP 1190 (remove_files) COMPLETE |
7884 | 2024-12-02T16:41:42.413Z | [ recovery-image] Dec 02 16:41:41.638 INFO O| Dec 02 16:41:41.638 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7885 | 2024-12-02T16:41:42.424Z | [ recovery-image] Dec 02 16:41:41.649 INFO O| Dec 02 16:41:41.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7886 | 2024-12-02T16:41:42.424Z | [ recovery-image] Dec 02 16:41:41.649 INFO O| Dec 02 16:41:41.649 INFO STEP 1191 (remove_files) COMPLETE |
7887 | 2024-12-02T16:41:42.424Z | [ recovery-image] Dec 02 16:41:41.649 INFO O| Dec 02 16:41:41.649 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7888 | 2024-12-02T16:41:42.435Z | [ recovery-image] Dec 02 16:41:41.659 INFO O| Dec 02 16:41:41.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7889 | 2024-12-02T16:41:42.435Z | [ recovery-image] Dec 02 16:41:41.659 INFO O| Dec 02 16:41:41.659 INFO STEP 1192 (remove_files) COMPLETE |
7890 | 2024-12-02T16:41:42.438Z | [ recovery-image] Dec 02 16:41:41.659 INFO O| Dec 02 16:41:41.659 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7891 | 2024-12-02T16:41:42.446Z | [ recovery-image] Dec 02 16:41:41.670 INFO O| Dec 02 16:41:41.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7892 | 2024-12-02T16:41:42.446Z | [ recovery-image] Dec 02 16:41:41.671 INFO O| Dec 02 16:41:41.671 INFO STEP 1193 (remove_files) COMPLETE |
7893 | 2024-12-02T16:41:42.448Z | [ recovery-image] Dec 02 16:41:41.671 INFO O| Dec 02 16:41:41.671 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7894 | 2024-12-02T16:41:42.456Z | [ recovery-image] Dec 02 16:41:41.680 INFO O| Dec 02 16:41:41.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7895 | 2024-12-02T16:41:42.456Z | [ recovery-image] Dec 02 16:41:41.680 INFO O| Dec 02 16:41:41.680 INFO STEP 1194 (remove_files) COMPLETE |
7896 | 2024-12-02T16:41:42.458Z | [ recovery-image] Dec 02 16:41:41.680 INFO O| Dec 02 16:41:41.680 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7897 | 2024-12-02T16:41:42.465Z | [ recovery-image] Dec 02 16:41:41.690 INFO O| Dec 02 16:41:41.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7898 | 2024-12-02T16:41:42.468Z | [ recovery-image] Dec 02 16:41:41.690 INFO O| Dec 02 16:41:41.690 INFO STEP 1195 (remove_files) COMPLETE |
7899 | 2024-12-02T16:41:42.468Z | [ recovery-image] Dec 02 16:41:41.690 INFO O| Dec 02 16:41:41.690 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7900 | 2024-12-02T16:41:42.476Z | [ recovery-image] Dec 02 16:41:41.701 INFO O| Dec 02 16:41:41.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7901 | 2024-12-02T16:41:42.478Z | [ recovery-image] Dec 02 16:41:41.701 INFO O| Dec 02 16:41:41.701 INFO STEP 1196 (remove_files) COMPLETE |
7902 | 2024-12-02T16:41:42.478Z | [ recovery-image] Dec 02 16:41:41.701 INFO O| Dec 02 16:41:41.701 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7903 | 2024-12-02T16:41:42.487Z | [ recovery-image] Dec 02 16:41:41.711 INFO O| Dec 02 16:41:41.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7904 | 2024-12-02T16:41:42.487Z | [ recovery-image] Dec 02 16:41:41.711 INFO O| Dec 02 16:41:41.711 INFO STEP 1197 (remove_files) COMPLETE |
7905 | 2024-12-02T16:41:42.487Z | [ recovery-image] Dec 02 16:41:41.712 INFO O| Dec 02 16:41:41.711 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7906 | 2024-12-02T16:41:42.496Z | [ recovery-image] Dec 02 16:41:41.721 INFO O| Dec 02 16:41:41.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7907 | 2024-12-02T16:41:42.496Z | [ recovery-image] Dec 02 16:41:41.721 INFO O| Dec 02 16:41:41.721 INFO STEP 1198 (remove_files) COMPLETE |
7908 | 2024-12-02T16:41:42.496Z | [ recovery-image] Dec 02 16:41:41.721 INFO O| Dec 02 16:41:41.721 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7909 | 2024-12-02T16:41:42.505Z | [ recovery-image] Dec 02 16:41:41.730 INFO O| Dec 02 16:41:41.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7910 | 2024-12-02T16:41:42.505Z | [ recovery-image] Dec 02 16:41:41.730 INFO O| Dec 02 16:41:41.730 INFO STEP 1199 (remove_files) COMPLETE |
7911 | 2024-12-02T16:41:42.508Z | [ recovery-image] Dec 02 16:41:41.730 INFO O| Dec 02 16:41:41.730 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7912 | 2024-12-02T16:41:42.515Z | [ recovery-image] Dec 02 16:41:41.740 INFO O| Dec 02 16:41:41.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7913 | 2024-12-02T16:41:42.515Z | [ recovery-image] Dec 02 16:41:41.740 INFO O| Dec 02 16:41:41.740 INFO STEP 1200 (remove_files) COMPLETE |
7914 | 2024-12-02T16:41:42.515Z | [ recovery-image] Dec 02 16:41:41.740 INFO O| Dec 02 16:41:41.740 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7915 | 2024-12-02T16:41:42.524Z | [ recovery-image] Dec 02 16:41:41.749 INFO O| Dec 02 16:41:41.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7916 | 2024-12-02T16:41:42.529Z | [ recovery-image] Dec 02 16:41:41.750 INFO O| Dec 02 16:41:41.750 INFO STEP 1201 (remove_files) COMPLETE |
7917 | 2024-12-02T16:41:42.529Z | [ recovery-image] Dec 02 16:41:41.750 INFO O| Dec 02 16:41:41.750 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7918 | 2024-12-02T16:41:42.534Z | [ recovery-image] Dec 02 16:41:41.759 INFO O| Dec 02 16:41:41.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7919 | 2024-12-02T16:41:42.534Z | [ recovery-image] Dec 02 16:41:41.759 INFO O| Dec 02 16:41:41.759 INFO STEP 1202 (remove_files) COMPLETE |
7920 | 2024-12-02T16:41:42.534Z | [ recovery-image] Dec 02 16:41:41.759 INFO O| Dec 02 16:41:41.759 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7921 | 2024-12-02T16:41:42.544Z | [ recovery-image] Dec 02 16:41:41.768 INFO O| Dec 02 16:41:41.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7922 | 2024-12-02T16:41:42.544Z | [ recovery-image] Dec 02 16:41:41.768 INFO O| Dec 02 16:41:41.768 INFO STEP 1203 (remove_files) COMPLETE |
7923 | 2024-12-02T16:41:42.544Z | [ recovery-image] Dec 02 16:41:41.768 INFO O| Dec 02 16:41:41.768 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7924 | 2024-12-02T16:41:42.553Z | [ recovery-image] Dec 02 16:41:41.778 INFO O| Dec 02 16:41:41.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7925 | 2024-12-02T16:41:42.556Z | [ recovery-image] Dec 02 16:41:41.778 INFO O| Dec 02 16:41:41.778 INFO STEP 1204 (remove_files) COMPLETE |
7926 | 2024-12-02T16:41:42.556Z | [ recovery-image] Dec 02 16:41:41.778 INFO O| Dec 02 16:41:41.778 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7927 | 2024-12-02T16:41:42.562Z | [ recovery-image] Dec 02 16:41:41.787 INFO O| Dec 02 16:41:41.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7928 | 2024-12-02T16:41:42.562Z | [ recovery-image] Dec 02 16:41:41.787 INFO O| Dec 02 16:41:41.787 INFO STEP 1205 (remove_files) COMPLETE |
7929 | 2024-12-02T16:41:42.565Z | [ recovery-image] Dec 02 16:41:41.787 INFO O| Dec 02 16:41:41.787 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7930 | 2024-12-02T16:41:42.576Z | [ recovery-image] Dec 02 16:41:41.801 INFO O| Dec 02 16:41:41.801 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7931 | 2024-12-02T16:41:42.576Z | [ recovery-image] Dec 02 16:41:41.801 INFO O| Dec 02 16:41:41.801 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7932 | 2024-12-02T16:41:42.667Z | [ host-image] Dec 02 16:41:41.891 INFO O| Dec 02 16:41:41.891 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
7933 | 2024-12-02T16:41:42.996Z | [ host-image] Dec 02 16:41:42.221 INFO O| Dec 02 16:41:42.220 INFO O| Done |
7934 | 2024-12-02T16:41:42.996Z | [ host-image] Dec 02 16:41:42.221 INFO O| Dec 02 16:41:42.221 INFO O| Done |
7935 | 2024-12-02T16:41:43.205Z | [ recovery-image] Dec 02 16:41:42.429 INFO O| Dec 02 16:41:42.429 INFO STEP 1206 (pack_tar) COMPLETE |
7936 | 2024-12-02T16:41:43.205Z | [ recovery-image] Dec 02 16:41:42.429 INFO O| Dec 02 16:41:42.429 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7937 | 2024-12-02T16:41:43.208Z | [ recovery-image] Dec 02 16:41:42.429 INFO O| Dec 02 16:41:42.429 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7938 | 2024-12-02T16:41:43.494Z | [ recovery-image] Dec 02 16:41:42.719 INFO O| Dec 02 16:41:42.718 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7939 | 2024-12-02T16:41:43.564Z | [ host-image] Dec 02 16:41:42.788 INFO O| Dec 02 16:41:42.788 INFO O| Done |
7940 | 2024-12-02T16:41:43.579Z | [ recovery-image] Dec 02 16:41:42.803 INFO O| Dec 02 16:41:42.803 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7941 | 2024-12-02T16:41:43.585Z | [ recovery-image] Dec 02 16:41:42.809 INFO image builder template: zfs-recovery... |
7942 | 2024-12-02T16:41:43.585Z | [ recovery-image] Dec 02 16:41:42.809 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/.tmpcAIMQT/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.301", "-n", "zfs-recovery"], pwd: None |
7943 | 2024-12-02T16:41:43.619Z | [ recovery-image] Dec 02 16:41:42.843 INFO O| Dec 02 16:41:42.843 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7944 | 2024-12-02T16:41:43.623Z | [ recovery-image] Dec 02 16:41:42.847 INFO O| Dec 02 16:41:42.847 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7945 | 2024-12-02T16:41:43.736Z | [ recovery-image] Dec 02 16:41:42.961 INFO O| Dec 02 16:41:42.960 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7946 | 2024-12-02T16:41:43.789Z | [ recovery-image] Dec 02 16:41:43.014 INFO O| Dec 02 16:41:43.013 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7947 | 2024-12-02T16:41:43.789Z | [ recovery-image] Dec 02 16:41:43.014 INFO O| Dec 02 16:41:43.014 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7948 | 2024-12-02T16:41:43.793Z | [ recovery-image] Dec 02 16:41:43.018 INFO O| Dec 02 16:41:43.018 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7949 | 2024-12-02T16:41:43.870Z | [ recovery-image] Dec 02 16:41:43.094 INFO O| Dec 02 16:41:43.094 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7950 | 2024-12-02T16:41:43.908Z | [ recovery-image] Dec 02 16:41:43.132 INFO O| Dec 02 16:41:43.132 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7951 | 2024-12-02T16:41:43.917Z | [ recovery-image] Dec 02 16:41:43.141 INFO O| Dec 02 16:41:43.141 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7952 | 2024-12-02T16:41:43.921Z | [ recovery-image] Dec 02 16:41:43.146 INFO O| Dec 02 16:41:43.146 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7953 | 2024-12-02T16:41:43.924Z | [ recovery-image] Dec 02 16:41:43.147 INFO O| Dec 02 16:41:43.147 INFO no lofi found |
7954 | 2024-12-02T16:41:43.924Z | [ recovery-image] Dec 02 16:41:43.147 INFO O| Dec 02 16:41:43.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7955 | 2024-12-02T16:41:43.924Z | [ recovery-image] Dec 02 16:41:43.147 INFO O| Dec 02 16:41:43.147 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7956 | 2024-12-02T16:41:44.815Z | [ host-image] Dec 02 16:41:44.040 INFO O| Dec 02 16:41:44.040 INFO O| Done |
7957 | 2024-12-02T16:41:44.839Z | [ host-image] Dec 02 16:41:44.063 INFO O| Dec 02 16:41:44.063 INFO O| Done |
7958 | 2024-12-02T16:41:44.842Z | [ host-image] Dec 02 16:41:44.063 INFO O| Dec 02 16:41:44.063 INFO O| Done |
7959 | 2024-12-02T16:41:44.876Z | [ host-image] Dec 02 16:41:44.100 INFO O| Dec 02 16:41:44.100 INFO O| Done |
7960 | 2024-12-02T16:41:44.979Z | [ host-image] Dec 02 16:41:44.203 INFO O| Dec 02 16:41:44.203 INFO STEP 13 (pkg_install) COMPLETE |
7961 | 2024-12-02T16:41:44.979Z | [ host-image] Dec 02 16:41:44.203 INFO O| Dec 02 16:41:44.203 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7962 | 2024-12-02T16:41:44.989Z | [ host-image] Dec 02 16:41:44.214 INFO O| Dec 02 16:41:44.214 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.301"] |
7963 | 2024-12-02T16:41:45.442Z | [ host-image] Dec 02 16:41:44.666 INFO O| Dec 02 16:41:44.666 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7964 | 2024-12-02T16:41:45.786Z | [ recovery-image] Dec 02 16:41:45.010 INFO O| Dec 02 16:41:45.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7965 | 2024-12-02T16:41:45.786Z | [ recovery-image] Dec 02 16:41:45.010 INFO O| Dec 02 16:41:45.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7966 | 2024-12-02T16:41:45.789Z | [ recovery-image] Dec 02 16:41:45.010 INFO O| Dec 02 16:41:45.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7967 | 2024-12-02T16:41:45.862Z | [ recovery-image] Dec 02 16:41:45.086 INFO O| Dec 02 16:41:45.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7968 | 2024-12-02T16:41:45.862Z | [ recovery-image] Dec 02 16:41:45.086 INFO O| Dec 02 16:41:45.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7969 | 2024-12-02T16:41:45.880Z | [ recovery-image] Dec 02 16:41:45.104 INFO O| Dec 02 16:41:45.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7970 | 2024-12-02T16:41:45.948Z | [ recovery-image] Dec 02 16:41:45.172 INFO O| Dec 02 16:41:45.172 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7971 | 2024-12-02T16:41:45.986Z | [ recovery-image] Dec 02 16:41:45.210 INFO O| Dec 02 16:41:45.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7972 | 2024-12-02T16:41:46.000Z | [ recovery-image] Dec 02 16:41:45.224 INFO O| Dec 02 16:41:45.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7973 | 2024-12-02T16:41:46.010Z | [ recovery-image] Dec 02 16:41:45.234 INFO O| Dec 02 16:41:45.234 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7974 | 2024-12-02T16:41:46.057Z | [ recovery-image] Dec 02 16:41:45.281 INFO O| Dec 02 16:41:45.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7975 | 2024-12-02T16:41:46.057Z | [ recovery-image] Dec 02 16:41:45.281 INFO O| Dec 02 16:41:45.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7976 | 2024-12-02T16:41:46.060Z | [ recovery-image] Dec 02 16:41:45.281 INFO O| Dec 02 16:41:45.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7977 | 2024-12-02T16:41:46.065Z | [ recovery-image] Dec 02 16:41:45.290 INFO O| Dec 02 16:41:45.290 INFO boot environment UUID: fd810da5-eab9-4393-bd0b-10579f0a341a |
7978 | 2024-12-02T16:41:46.065Z | [ recovery-image] Dec 02 16:41:45.290 INFO O| Dec 02 16:41:45.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fd810da5-eab9-4393-bd0b-10579f0a341a |
7979 | 2024-12-02T16:41:46.076Z | [ recovery-image] Dec 02 16:41:45.300 INFO O| Dec 02 16:41:45.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7980 | 2024-12-02T16:41:46.086Z | [ recovery-image] Dec 02 16:41:45.310 INFO O| Dec 02 16:41:45.310 INFO STEP 0 (create_be) COMPLETE |
7981 | 2024-12-02T16:41:46.086Z | [ recovery-image] Dec 02 16:41:45.310 INFO O| Dec 02 16:41:45.310 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7982 | 2024-12-02T16:41:46.101Z | [ recovery-image] Dec 02 16:41:45.325 INFO O| Dec 02 16:41:45.325 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"] |
7983 | 2024-12-02T16:41:48.163Z | [ recovery-image] Dec 02 16:41:47.387 INFO O| Dec 02 16:41:47.387 INFO STEP 1 (unpack_tar) COMPLETE |
7984 | 2024-12-02T16:41:48.163Z | [ recovery-image] Dec 02 16:41:47.387 INFO O| Dec 02 16:41:47.387 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7985 | 2024-12-02T16:41:48.175Z | [ recovery-image] Dec 02 16:41:47.399 INFO O| Dec 02 16:41:47.399 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7986 | 2024-12-02T16:41:48.292Z | [ host-image] Dec 02 16:41:47.516 INFO O| Dec 02 16:41:47.516 INFO O| Planning: Solver setup ... Done |
7987 | 2024-12-02T16:41:48.296Z | [ host-image] Dec 02 16:41:47.520 INFO O| Dec 02 16:41:47.520 INFO O| Planning: Running solver ... Done |
7988 | 2024-12-02T16:41:48.303Z | [ recovery-image] Dec 02 16:41:47.527 INFO O| Dec 02 16:41:47.527 INFO STEP 2 (devfsadm) COMPLETE |
7989 | 2024-12-02T16:41:48.303Z | [ recovery-image] Dec 02 16:41:47.527 INFO O| Dec 02 16:41:47.527 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7990 | 2024-12-02T16:41:48.316Z | [ recovery-image] Dec 02 16:41:47.540 INFO O| Dec 02 16:41:47.540 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7991 | 2024-12-02T16:41:48.316Z | [ recovery-image] Dec 02 16:41:47.540 INFO O| Dec 02 16:41:47.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7992 | 2024-12-02T16:41:48.318Z | [ recovery-image] Dec 02 16:41:47.540 INFO O| Dec 02 16:41:47.540 INFO STEP 3 (ensure_dir) COMPLETE |
7993 | 2024-12-02T16:41:48.318Z | [ recovery-image] Dec 02 16:41:47.540 INFO O| Dec 02 16:41:47.540 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7994 | 2024-12-02T16:41:48.327Z | [ recovery-image] Dec 02 16:41:47.551 INFO O| Dec 02 16:41:47.551 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7995 | 2024-12-02T16:41:48.330Z | [ recovery-image] Dec 02 16:41:47.551 INFO O| Dec 02 16:41:47.551 INFO STEP 4 (ensure_dir) COMPLETE |
7996 | 2024-12-02T16:41:48.330Z | [ recovery-image] Dec 02 16:41:47.551 INFO O| Dec 02 16:41:47.551 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7997 | 2024-12-02T16:41:48.338Z | [ recovery-image] Dec 02 16:41:47.562 INFO O| Dec 02 16:41:47.562 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7998 | 2024-12-02T16:41:48.338Z | [ recovery-image] Dec 02 16:41:47.562 INFO O| Dec 02 16:41:47.562 INFO STEP 5 (ensure_dir) COMPLETE |
7999 | 2024-12-02T16:41:48.340Z | [ recovery-image] Dec 02 16:41:47.562 INFO O| Dec 02 16:41:47.562 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8000 | 2024-12-02T16:41:48.347Z | [ recovery-image] Dec 02 16:41:47.572 INFO O| Dec 02 16:41:47.572 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8001 | 2024-12-02T16:41:48.350Z | [ recovery-image] Dec 02 16:41:47.572 INFO O| Dec 02 16:41:47.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8002 | 2024-12-02T16:41:48.350Z | [ recovery-image] Dec 02 16:41:47.572 INFO O| Dec 02 16:41:47.572 INFO STEP 6 (ensure_dir) COMPLETE |
8003 | 2024-12-02T16:41:48.350Z | [ recovery-image] Dec 02 16:41:47.572 INFO O| Dec 02 16:41:47.572 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8004 | 2024-12-02T16:41:48.356Z | [ host-image] Dec 02 16:41:47.579 INFO O| Dec 02 16:41:47.579 INFO O| Planning: Finding local manifests ... Done |
8005 | 2024-12-02T16:41:48.359Z | [ host-image] Dec 02 16:41:47.580 INFO O| Dec 02 16:41:47.580 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8006 | 2024-12-02T16:41:48.359Z | [ recovery-image] Dec 02 16:41:47.582 INFO O| Dec 02 16:41:47.582 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8007 | 2024-12-02T16:41:48.359Z | [ recovery-image] Dec 02 16:41:47.582 INFO O| Dec 02 16:41:47.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8008 | 2024-12-02T16:41:48.359Z | [ recovery-image] Dec 02 16:41:47.582 INFO O| Dec 02 16:41:47.582 INFO STEP 7 (ensure_dir) COMPLETE |
8009 | 2024-12-02T16:41:48.359Z | [ recovery-image] Dec 02 16:41:47.582 INFO O| Dec 02 16:41:47.582 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8010 | 2024-12-02T16:41:48.369Z | [ recovery-image] Dec 02 16:41:47.593 INFO O| Dec 02 16:41:47.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8011 | 2024-12-02T16:41:48.372Z | [ recovery-image] Dec 02 16:41:47.593 INFO O| Dec 02 16:41:47.593 INFO STEP 8 (remove_files) COMPLETE |
8012 | 2024-12-02T16:41:48.372Z | [ recovery-image] Dec 02 16:41:47.593 INFO O| Dec 02 16:41:47.593 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8013 | 2024-12-02T16:41:48.379Z | [ recovery-image] Dec 02 16:41:47.603 INFO O| Dec 02 16:41:47.603 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8014 | 2024-12-02T16:41:48.381Z | [ recovery-image] Dec 02 16:41:47.604 INFO O| Dec 02 16:41:47.604 INFO STEP 9 (remove_files) COMPLETE |
8015 | 2024-12-02T16:41:48.381Z | [ recovery-image] Dec 02 16:41:47.604 INFO O| Dec 02 16:41:47.604 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8016 | 2024-12-02T16:41:48.390Z | [ recovery-image] Dec 02 16:41:47.614 INFO O| Dec 02 16:41:47.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8017 | 2024-12-02T16:41:48.392Z | [ recovery-image] Dec 02 16:41:47.615 INFO O| Dec 02 16:41:47.615 INFO STEP 10 (remove_files) COMPLETE |
8018 | 2024-12-02T16:41:48.392Z | [ recovery-image] Dec 02 16:41:47.615 INFO O| Dec 02 16:41:47.615 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8019 | 2024-12-02T16:41:48.401Z | [ recovery-image] Dec 02 16:41:47.625 INFO O| Dec 02 16:41:47.624 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8020 | 2024-12-02T16:41:48.401Z | [ recovery-image] Dec 02 16:41:47.625 INFO O| Dec 02 16:41:47.625 INFO STEP 11 (remove_files) COMPLETE |
8021 | 2024-12-02T16:41:48.401Z | [ recovery-image] Dec 02 16:41:47.625 INFO O| Dec 02 16:41:47.625 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8022 | 2024-12-02T16:41:48.411Z | [ recovery-image] Dec 02 16:41:47.635 INFO O| Dec 02 16:41:47.635 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8023 | 2024-12-02T16:41:48.413Z | [ recovery-image] Dec 02 16:41:47.635 INFO O| Dec 02 16:41:47.635 INFO STEP 12 (remove_files) COMPLETE |
8024 | 2024-12-02T16:41:48.413Z | [ recovery-image] Dec 02 16:41:47.635 INFO O| Dec 02 16:41:47.635 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8025 | 2024-12-02T16:41:48.421Z | [ recovery-image] Dec 02 16:41:47.645 INFO O| Dec 02 16:41:47.645 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8026 | 2024-12-02T16:41:48.421Z | [ recovery-image] Dec 02 16:41:47.645 INFO O| Dec 02 16:41:47.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8027 | 2024-12-02T16:41:48.421Z | [ recovery-image] Dec 02 16:41:47.645 INFO O| Dec 02 16:41:47.645 INFO STEP 13 (ensure_dir) COMPLETE |
8028 | 2024-12-02T16:41:48.423Z | [ recovery-image] Dec 02 16:41:47.645 INFO O| Dec 02 16:41:47.645 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8029 | 2024-12-02T16:41:48.431Z | [ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8030 | 2024-12-02T16:41:48.433Z | [ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8031 | 2024-12-02T16:41:48.433Z | [ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8032 | 2024-12-02T16:41:48.433Z | [ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO STEP 14 (ensure_dir) COMPLETE |
8033 | 2024-12-02T16:41:48.433Z | [ recovery-image] Dec 02 16:41:47.655 INFO O| Dec 02 16:41:47.655 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8034 | 2024-12-02T16:41:48.440Z | [ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.664 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8035 | 2024-12-02T16:41:48.440Z | [ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8036 | 2024-12-02T16:41:48.443Z | [ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.665 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8037 | 2024-12-02T16:41:48.443Z | [ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.665 INFO STEP 15 (ensure_dir) COMPLETE |
8038 | 2024-12-02T16:41:48.443Z | [ recovery-image] Dec 02 16:41:47.665 INFO O| Dec 02 16:41:47.665 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8039 | 2024-12-02T16:41:48.446Z | [ host-image] Dec 02 16:41:47.670 INFO O| Dec 02 16:41:47.670 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8040 | 2024-12-02T16:41:48.450Z | [ recovery-image] Dec 02 16:41:47.674 INFO O| Dec 02 16:41:47.674 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8041 | 2024-12-02T16:41:48.453Z | [ recovery-image] Dec 02 16:41:47.674 INFO O| Dec 02 16:41:47.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8042 | 2024-12-02T16:41:48.453Z | [ recovery-image] Dec 02 16:41:47.674 INFO O| Dec 02 16:41:47.674 INFO STEP 16 (ensure_dir) COMPLETE |
8043 | 2024-12-02T16:41:48.453Z | [ recovery-image] Dec 02 16:41:47.674 INFO O| Dec 02 16:41:47.674 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8044 | 2024-12-02T16:41:48.460Z | [ recovery-image] Dec 02 16:41:47.684 INFO O| Dec 02 16:41:47.684 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8045 | 2024-12-02T16:41:48.460Z | [ recovery-image] Dec 02 16:41:47.684 INFO O| Dec 02 16:41:47.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8046 | 2024-12-02T16:41:48.463Z | [ recovery-image] Dec 02 16:41:47.684 INFO O| Dec 02 16:41:47.684 INFO STEP 17 (ensure_dir) COMPLETE |
8047 | 2024-12-02T16:41:48.463Z | [ recovery-image] Dec 02 16:41:47.684 INFO O| Dec 02 16:41:47.684 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8048 | 2024-12-02T16:41:48.465Z | [ host-image] Dec 02 16:41:47.688 INFO O| Dec 02 16:41:47.688 INFO O| Planning: Package planning ... Done |
8049 | 2024-12-02T16:41:48.465Z | [ host-image] Dec 02 16:41:47.689 INFO O| Dec 02 16:41:47.689 INFO O| Planning: Merging actions ... Done |
8050 | 2024-12-02T16:41:48.470Z | [ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8051 | 2024-12-02T16:41:48.470Z | [ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8052 | 2024-12-02T16:41:48.470Z | [ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO ok! |
8053 | 2024-12-02T16:41:48.470Z | [ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO STEP 18 (ensure_symlink) COMPLETE |
8054 | 2024-12-02T16:41:48.473Z | [ recovery-image] Dec 02 16:41:47.694 INFO O| Dec 02 16:41:47.694 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8055 | 2024-12-02T16:41:48.480Z | [ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8056 | 2024-12-02T16:41:48.480Z | [ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8057 | 2024-12-02T16:41:48.480Z | [ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO ok! |
8058 | 2024-12-02T16:41:48.483Z | [ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO STEP 19 (ensure_file) COMPLETE |
8059 | 2024-12-02T16:41:48.483Z | [ recovery-image] Dec 02 16:41:47.704 INFO O| Dec 02 16:41:47.704 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8060 | 2024-12-02T16:41:48.490Z | [ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8061 | 2024-12-02T16:41:48.490Z | [ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8062 | 2024-12-02T16:41:48.492Z | [ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8063 | 2024-12-02T16:41:48.493Z | [ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO ok! |
8064 | 2024-12-02T16:41:48.493Z | [ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO STEP 20 (ensure_symlink) COMPLETE |
8065 | 2024-12-02T16:41:48.493Z | [ recovery-image] Dec 02 16:41:47.714 INFO O| Dec 02 16:41:47.714 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8066 | 2024-12-02T16:41:48.500Z | [ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8067 | 2024-12-02T16:41:48.500Z | [ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8068 | 2024-12-02T16:41:48.503Z | [ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8069 | 2024-12-02T16:41:48.503Z | [ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO ok! |
8070 | 2024-12-02T16:41:48.503Z | [ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO STEP 21 (ensure_symlink) COMPLETE |
8071 | 2024-12-02T16:41:48.503Z | [ recovery-image] Dec 02 16:41:47.724 INFO O| Dec 02 16:41:47.724 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8072 | 2024-12-02T16:41:48.511Z | [ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8073 | 2024-12-02T16:41:48.514Z | [ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8074 | 2024-12-02T16:41:48.514Z | [ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8075 | 2024-12-02T16:41:48.514Z | [ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO ok! |
8076 | 2024-12-02T16:41:48.514Z | [ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO STEP 22 (ensure_symlink) COMPLETE |
8077 | 2024-12-02T16:41:48.514Z | [ recovery-image] Dec 02 16:41:47.734 INFO O| Dec 02 16:41:47.734 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8078 | 2024-12-02T16:41:48.521Z | [ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8079 | 2024-12-02T16:41:48.521Z | [ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8080 | 2024-12-02T16:41:48.524Z | [ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8081 | 2024-12-02T16:41:48.524Z | [ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO ok! |
8082 | 2024-12-02T16:41:48.524Z | [ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO STEP 23 (ensure_symlink) COMPLETE |
8083 | 2024-12-02T16:41:48.524Z | [ recovery-image] Dec 02 16:41:47.745 INFO O| Dec 02 16:41:47.745 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8084 | 2024-12-02T16:41:48.526Z | [ host-image] Dec 02 16:41:47.748 INFO O| Dec 02 16:41:47.748 INFO O| Planning: Checking for conflicting actions ... Done |
8085 | 2024-12-02T16:41:48.526Z | [ host-image] Dec 02 16:41:47.749 INFO O| Dec 02 16:41:47.748 INFO O| Planning: Consolidating action changes ... Done |
8086 | 2024-12-02T16:41:48.531Z | [ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8087 | 2024-12-02T16:41:48.533Z | [ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 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 ... |
8088 | 2024-12-02T16:41:48.533Z | [ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8089 | 2024-12-02T16:41:48.534Z | [ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 INFO ok! |
8090 | 2024-12-02T16:41:48.534Z | [ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 INFO STEP 24 (ensure_file) COMPLETE |
8091 | 2024-12-02T16:41:48.534Z | [ recovery-image] Dec 02 16:41:47.755 INFO O| Dec 02 16:41:47.755 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8092 | 2024-12-02T16:41:48.541Z | [ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO updating shadow file |
8093 | 2024-12-02T16:41:48.544Z | [ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8094 | 2024-12-02T16:41:48.544Z | [ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8095 | 2024-12-02T16:41:48.544Z | [ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO STEP 25 (shadow) COMPLETE |
8096 | 2024-12-02T16:41:48.544Z | [ recovery-image] Dec 02 16:41:47.765 INFO O| Dec 02 16:41:47.765 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8097 | 2024-12-02T16:41:48.551Z | [ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8098 | 2024-12-02T16:41:48.551Z | [ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8099 | 2024-12-02T16:41:48.551Z | [ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8100 | 2024-12-02T16:41:48.554Z | [ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO ok! |
8101 | 2024-12-02T16:41:48.554Z | [ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO STEP 26 (ensure_file) COMPLETE |
8102 | 2024-12-02T16:41:48.554Z | [ recovery-image] Dec 02 16:41:47.775 INFO O| Dec 02 16:41:47.775 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8103 | 2024-12-02T16:41:48.561Z | [ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8104 | 2024-12-02T16:41:48.561Z | [ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8105 | 2024-12-02T16:41:48.564Z | [ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8106 | 2024-12-02T16:41:48.564Z | [ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO ok! |
8107 | 2024-12-02T16:41:48.564Z | [ recovery-image] Dec 02 16:41:47.785 INFO O| Dec 02 16:41:47.785 INFO STEP 27 (ensure_file) COMPLETE |
8108 | 2024-12-02T16:41:48.564Z | [ recovery-image] Dec 02 16:41:47.786 INFO O| Dec 02 16:41:47.785 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8109 | 2024-12-02T16:41:48.571Z | [ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.795 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8110 | 2024-12-02T16:41:48.574Z | [ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8111 | 2024-12-02T16:41:48.574Z | [ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8112 | 2024-12-02T16:41:48.574Z | [ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8113 | 2024-12-02T16:41:48.574Z | [ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO ok! |
8114 | 2024-12-02T16:41:48.574Z | [ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO STEP 28 (ensure_file) COMPLETE |
8115 | 2024-12-02T16:41:48.574Z | [ recovery-image] Dec 02 16:41:47.796 INFO O| Dec 02 16:41:47.796 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8116 | 2024-12-02T16:41:48.581Z | [ recovery-image] Dec 02 16:41:47.805 INFO O| Dec 02 16:41:47.805 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8117 | 2024-12-02T16:41:48.584Z | [ recovery-image] Dec 02 16:41:47.805 INFO O| Dec 02 16:41:47.805 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8118 | 2024-12-02T16:41:48.584Z | [ recovery-image] Dec 02 16:41:47.806 INFO O| Dec 02 16:41:47.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8119 | 2024-12-02T16:41:48.584Z | [ recovery-image] Dec 02 16:41:47.806 INFO O| Dec 02 16:41:47.806 INFO ok! |
8120 | 2024-12-02T16:41:48.584Z | [ recovery-image] Dec 02 16:41:47.806 INFO O| Dec 02 16:41:47.806 INFO STEP 29 (ensure_file) COMPLETE |
8121 | 2024-12-02T16:41:48.584Z | [ recovery-image] Dec 02 16:41:47.806 INFO O| Dec 02 16:41:47.806 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8122 | 2024-12-02T16:41:48.592Z | [ recovery-image] Dec 02 16:41:47.815 INFO O| Dec 02 16:41:47.815 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8123 | 2024-12-02T16:41:48.592Z | [ recovery-image] Dec 02 16:41:47.815 INFO O| Dec 02 16:41:47.815 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8124 | 2024-12-02T16:41:48.595Z | [ recovery-image] Dec 02 16:41:47.816 INFO O| Dec 02 16:41:47.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8125 | 2024-12-02T16:41:48.595Z | [ recovery-image] Dec 02 16:41:47.816 INFO O| Dec 02 16:41:47.816 INFO ok! |
8126 | 2024-12-02T16:41:48.595Z | [ recovery-image] Dec 02 16:41:47.816 INFO O| Dec 02 16:41:47.816 INFO STEP 30 (ensure_file) COMPLETE |
8127 | 2024-12-02T16:41:48.595Z | [ recovery-image] Dec 02 16:41:47.816 INFO O| Dec 02 16:41:47.816 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8128 | 2024-12-02T16:41:48.602Z | [ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8129 | 2024-12-02T16:41:48.602Z | [ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8130 | 2024-12-02T16:41:48.604Z | [ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8131 | 2024-12-02T16:41:48.605Z | [ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8132 | 2024-12-02T16:41:48.605Z | [ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO ok! |
8133 | 2024-12-02T16:41:48.605Z | [ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO STEP 31 (ensure_file) COMPLETE |
8134 | 2024-12-02T16:41:48.605Z | [ recovery-image] Dec 02 16:41:47.826 INFO O| Dec 02 16:41:47.826 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8135 | 2024-12-02T16:41:48.612Z | [ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8136 | 2024-12-02T16:41:48.612Z | [ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8137 | 2024-12-02T16:41:48.614Z | [ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8138 | 2024-12-02T16:41:48.614Z | [ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO ok! |
8139 | 2024-12-02T16:41:48.615Z | [ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO STEP 32 (ensure_file) COMPLETE |
8140 | 2024-12-02T16:41:48.615Z | [ recovery-image] Dec 02 16:41:47.836 INFO O| Dec 02 16:41:47.836 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8141 | 2024-12-02T16:41:48.622Z | [ recovery-image] Dec 02 16:41:47.846 INFO O| Dec 02 16:41:47.846 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8142 | 2024-12-02T16:41:48.622Z | [ recovery-image] Dec 02 16:41:47.846 INFO O| Dec 02 16:41:47.846 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8143 | 2024-12-02T16:41:48.625Z | [ recovery-image] Dec 02 16:41:47.846 INFO O| Dec 02 16:41:47.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8144 | 2024-12-02T16:41:48.625Z | [ recovery-image] Dec 02 16:41:47.846 INFO O| Dec 02 16:41:47.846 INFO ok! |
8145 | 2024-12-02T16:41:48.625Z | [ recovery-image] Dec 02 16:41:47.847 INFO O| Dec 02 16:41:47.846 INFO STEP 33 (ensure_file) COMPLETE |
8146 | 2024-12-02T16:41:48.625Z | [ recovery-image] Dec 02 16:41:47.847 INFO O| Dec 02 16:41:47.846 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8147 | 2024-12-02T16:41:48.633Z | [ recovery-image] Dec 02 16:41:47.856 INFO O| Dec 02 16:41:47.856 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8148 | 2024-12-02T16:41:48.633Z | [ recovery-image] Dec 02 16:41:47.856 INFO O| Dec 02 16:41:47.856 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8149 | 2024-12-02T16:41:48.636Z | [ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.856 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8150 | 2024-12-02T16:41:48.636Z | [ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8151 | 2024-12-02T16:41:48.636Z | [ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8152 | 2024-12-02T16:41:48.636Z | [ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8153 | 2024-12-02T16:41:48.636Z | [ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO ok! |
8154 | 2024-12-02T16:41:48.636Z | [ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO STEP 34 (ensure_file) COMPLETE |
8155 | 2024-12-02T16:41:48.636Z | [ recovery-image] Dec 02 16:41:47.857 INFO O| Dec 02 16:41:47.857 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8156 | 2024-12-02T16:41:48.642Z | [ recovery-image] Dec 02 16:41:47.866 INFO O| Dec 02 16:41:47.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8157 | 2024-12-02T16:41:48.645Z | [ recovery-image] Dec 02 16:41:47.867 INFO O| Dec 02 16:41:47.866 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8158 | 2024-12-02T16:41:48.645Z | [ recovery-image] Dec 02 16:41:47.867 INFO O| Dec 02 16:41:47.867 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8159 | 2024-12-02T16:41:48.645Z | [ recovery-image] Dec 02 16:41:47.867 INFO O| Dec 02 16:41:47.867 INFO STEP 35 (ensure_dir) COMPLETE |
8160 | 2024-12-02T16:41:48.645Z | [ recovery-image] Dec 02 16:41:47.867 INFO O| Dec 02 16:41:47.867 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8161 | 2024-12-02T16:41:48.652Z | [ recovery-image] Dec 02 16:41:47.876 INFO O| Dec 02 16:41:47.876 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 |
8162 | 2024-12-02T16:41:48.652Z | [ recovery-image] Dec 02 16:41:47.876 INFO O| Dec 02 16:41:47.876 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 ... |
8163 | 2024-12-02T16:41:48.655Z | [ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 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 |
8164 | 2024-12-02T16:41:48.655Z | [ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 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 |
8165 | 2024-12-02T16:41:48.655Z | [ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 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 |
8166 | 2024-12-02T16:41:48.655Z | [ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 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 |
8167 | 2024-12-02T16:41:48.655Z | [ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 INFO ok! |
8168 | 2024-12-02T16:41:48.655Z | [ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 INFO STEP 36 (ensure_file) COMPLETE |
8169 | 2024-12-02T16:41:48.655Z | [ recovery-image] Dec 02 16:41:47.877 INFO O| Dec 02 16:41:47.877 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8170 | 2024-12-02T16:41:48.662Z | [ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.886 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8171 | 2024-12-02T16:41:48.662Z | [ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 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 ... |
8172 | 2024-12-02T16:41:48.665Z | [ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8173 | 2024-12-02T16:41:48.665Z | [ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 INFO ok! |
8174 | 2024-12-02T16:41:48.665Z | [ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 INFO STEP 37 (ensure_symlink) COMPLETE |
8175 | 2024-12-02T16:41:48.665Z | [ recovery-image] Dec 02 16:41:47.887 INFO O| Dec 02 16:41:47.887 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8176 | 2024-12-02T16:41:48.672Z | [ recovery-image] Dec 02 16:41:47.896 INFO O| Dec 02 16:41:47.896 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8177 | 2024-12-02T16:41:48.672Z | [ recovery-image] Dec 02 16:41:47.896 INFO O| Dec 02 16:41:47.896 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8178 | 2024-12-02T16:41:48.675Z | [ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8179 | 2024-12-02T16:41:48.675Z | [ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8180 | 2024-12-02T16:41:48.675Z | [ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8181 | 2024-12-02T16:41:48.675Z | [ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8182 | 2024-12-02T16:41:48.675Z | [ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO ok! |
8183 | 2024-12-02T16:41:48.675Z | [ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO STEP 38 (ensure_file) COMPLETE |
8184 | 2024-12-02T16:41:48.675Z | [ recovery-image] Dec 02 16:41:47.897 INFO O| Dec 02 16:41:47.897 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8185 | 2024-12-02T16:41:48.684Z | [ recovery-image] Dec 02 16:41:47.906 INFO O| Dec 02 16:41:47.906 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8186 | 2024-12-02T16:41:48.684Z | [ recovery-image] Dec 02 16:41:47.906 INFO O| Dec 02 16:41:47.906 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 ... |
8187 | 2024-12-02T16:41:48.684Z | [ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.906 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 |
8188 | 2024-12-02T16:41:48.684Z | [ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.907 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8189 | 2024-12-02T16:41:48.684Z | [ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.907 INFO ok! |
8190 | 2024-12-02T16:41:48.684Z | [ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.907 INFO STEP 39 (ensure_file) COMPLETE |
8191 | 2024-12-02T16:41:48.684Z | [ recovery-image] Dec 02 16:41:47.907 INFO O| Dec 02 16:41:47.907 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8192 | 2024-12-02T16:41:48.693Z | [ recovery-image] Dec 02 16:41:47.916 INFO O| Dec 02 16:41:47.916 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8193 | 2024-12-02T16:41:48.696Z | [ recovery-image] Dec 02 16:41:47.916 INFO O| Dec 02 16:41:47.916 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8194 | 2024-12-02T16:41:48.696Z | [ recovery-image] Dec 02 16:41:47.916 INFO O| Dec 02 16:41:47.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8195 | 2024-12-02T16:41:48.696Z | [ recovery-image] Dec 02 16:41:47.917 INFO O| Dec 02 16:41:47.916 INFO ok! |
8196 | 2024-12-02T16:41:48.696Z | [ recovery-image] Dec 02 16:41:47.917 INFO O| Dec 02 16:41:47.917 INFO STEP 40 (ensure_file) COMPLETE |
8197 | 2024-12-02T16:41:48.696Z | [ recovery-image] Dec 02 16:41:47.917 INFO O| Dec 02 16:41:47.917 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8198 | 2024-12-02T16:41:48.703Z | [ recovery-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO updating shadow file |
8199 | 2024-12-02T16:41:48.703Z | [ host-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO O| Planning: Evaluating mediators ... Done |
8200 | 2024-12-02T16:41:48.703Z | [ recovery-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8201 | 2024-12-02T16:41:48.705Z | [ recovery-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO STEP 41 (shadow) COMPLETE |
8202 | 2024-12-02T16:41:48.705Z | [ recovery-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8203 | 2024-12-02T16:41:48.705Z | [ host-image] Dec 02 16:41:47.927 INFO O| Dec 02 16:41:47.927 INFO O| Planning: Planning completed in 3.26 seconds |
8204 | 2024-12-02T16:41:48.705Z | [ host-image] Dec 02 16:41:47.929 INFO O| Dec 02 16:41:47.929 INFO O| Packages to install: 1 |
8205 | 2024-12-02T16:41:48.713Z | [ recovery-image] Dec 02 16:41:47.937 INFO O| Dec 02 16:41:47.937 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8206 | 2024-12-02T16:41:48.713Z | [ recovery-image] Dec 02 16:41:47.937 INFO O| Dec 02 16:41:47.937 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8207 | 2024-12-02T16:41:48.716Z | [ recovery-image] Dec 02 16:41:47.937 INFO O| Dec 02 16:41:47.937 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8208 | 2024-12-02T16:41:48.716Z | [ recovery-image] Dec 02 16:41:47.937 INFO O| Dec 02 16:41:47.937 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8209 | 2024-12-02T16:41:48.717Z | [ recovery-image] Dec 02 16:41:47.938 INFO O| Dec 02 16:41:47.937 INFO ok! |
8210 | 2024-12-02T16:41:48.717Z | [ recovery-image] Dec 02 16:41:47.938 INFO O| Dec 02 16:41:47.937 INFO STEP 42 (ensure_file) COMPLETE |
8211 | 2024-12-02T16:41:48.717Z | [ recovery-image] Dec 02 16:41:47.938 INFO O| Dec 02 16:41:47.937 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8212 | 2024-12-02T16:41:48.717Z | [ host-image] Dec 02 16:41:47.940 INFO O| Dec 02 16:41:47.940 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
8213 | 2024-12-02T16:41:48.724Z | [ recovery-image] Dec 02 16:41:47.948 INFO O| Dec 02 16:41:47.948 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8214 | 2024-12-02T16:41:48.724Z | [ recovery-image] Dec 02 16:41:47.948 INFO O| Dec 02 16:41:47.948 INFO STEP 43 (ensure_dir) COMPLETE |
8215 | 2024-12-02T16:41:48.726Z | [ recovery-image] Dec 02 16:41:47.948 INFO O| Dec 02 16:41:47.948 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8216 | 2024-12-02T16:41:48.736Z | [ recovery-image] Dec 02 16:41:47.960 INFO O| Dec 02 16:41:47.960 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8217 | 2024-12-02T16:41:48.736Z | [ recovery-image] Dec 02 16:41:47.960 INFO O| Dec 02 16:41:47.960 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8218 | 2024-12-02T16:41:48.739Z | [ recovery-image] Dec 02 16:41:47.960 INFO O| Dec 02 16:41:47.960 INFO STEP 44 (ensure_dir) COMPLETE |
8219 | 2024-12-02T16:41:48.739Z | [ recovery-image] Dec 02 16:41:47.960 INFO O| Dec 02 16:41:47.960 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8220 | 2024-12-02T16:41:48.748Z | [ recovery-image] Dec 02 16:41:47.972 INFO O| Dec 02 16:41:47.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8221 | 2024-12-02T16:41:48.750Z | [ recovery-image] Dec 02 16:41:47.972 INFO O| Dec 02 16:41:47.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8222 | 2024-12-02T16:41:48.750Z | [ recovery-image] Dec 02 16:41:47.972 INFO O| Dec 02 16:41:47.972 INFO STEP 45 (ensure_dir) COMPLETE |
8223 | 2024-12-02T16:41:48.750Z | [ recovery-image] Dec 02 16:41:47.972 INFO O| Dec 02 16:41:47.972 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8224 | 2024-12-02T16:41:48.763Z | [ recovery-image] Dec 02 16:41:47.987 INFO O| Dec 02 16:41:47.987 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8225 | 2024-12-02T16:41:48.763Z | [ recovery-image] Dec 02 16:41:47.987 INFO O| Dec 02 16:41:47.987 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8226 | 2024-12-02T16:41:48.799Z | [ recovery-image] Dec 02 16:41:48.022 INFO O| Dec 02 16:41:48.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8227 | 2024-12-02T16:41:48.800Z | [ recovery-image] Dec 02 16:41:48.022 INFO O| Dec 02 16:41:48.022 INFO ok! |
8228 | 2024-12-02T16:41:48.802Z | [ recovery-image] Dec 02 16:41:48.022 INFO O| Dec 02 16:41:48.022 INFO STEP 46 (ensure_file) COMPLETE |
8229 | 2024-12-02T16:41:48.802Z | [ recovery-image] Dec 02 16:41:48.022 INFO O| Dec 02 16:41:48.022 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8230 | 2024-12-02T16:41:48.814Z | [ recovery-image] Dec 02 16:41:48.038 INFO O| Dec 02 16:41:48.038 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8231 | 2024-12-02T16:41:48.817Z | [ recovery-image] Dec 02 16:41:48.038 INFO O| Dec 02 16:41:48.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8232 | 2024-12-02T16:41:48.817Z | [ recovery-image] Dec 02 16:41:48.038 INFO O| Dec 02 16:41:48.038 INFO STEP 47 (ensure_dir) COMPLETE |
8233 | 2024-12-02T16:41:48.817Z | [ recovery-image] Dec 02 16:41:48.038 INFO O| Dec 02 16:41:48.038 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8234 | 2024-12-02T16:41:48.830Z | [ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8235 | 2024-12-02T16:41:48.830Z | [ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8236 | 2024-12-02T16:41:48.833Z | [ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8237 | 2024-12-02T16:41:48.833Z | [ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO ok! |
8238 | 2024-12-02T16:41:48.833Z | [ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO STEP 48 (ensure_file) COMPLETE |
8239 | 2024-12-02T16:41:48.833Z | [ recovery-image] Dec 02 16:41:48.054 INFO O| Dec 02 16:41:48.054 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8240 | 2024-12-02T16:41:48.840Z | [ recovery-image] Dec 02 16:41:48.064 INFO O| Dec 02 16:41:48.064 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8241 | 2024-12-02T16:41:48.840Z | [ recovery-image] Dec 02 16:41:48.064 INFO O| Dec 02 16:41:48.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8242 | 2024-12-02T16:41:48.843Z | [ recovery-image] Dec 02 16:41:48.064 INFO O| Dec 02 16:41:48.064 INFO STEP 49 (ensure_dir) COMPLETE |
8243 | 2024-12-02T16:41:48.843Z | [ recovery-image] Dec 02 16:41:48.064 INFO O| Dec 02 16:41:48.064 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8244 | 2024-12-02T16:41:48.850Z | [ recovery-image] Dec 02 16:41:48.074 INFO O| Dec 02 16:41:48.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8245 | 2024-12-02T16:41:48.850Z | [ recovery-image] Dec 02 16:41:48.074 INFO O| Dec 02 16:41:48.074 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8246 | 2024-12-02T16:41:48.870Z | [ recovery-image] Dec 02 16:41:48.094 INFO O| Dec 02 16:41:48.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8247 | 2024-12-02T16:41:48.870Z | [ recovery-image] Dec 02 16:41:48.094 INFO O| Dec 02 16:41:48.094 INFO ok! |
8248 | 2024-12-02T16:41:48.873Z | [ recovery-image] Dec 02 16:41:48.094 INFO O| Dec 02 16:41:48.094 INFO STEP 50 (ensure_file) COMPLETE |
8249 | 2024-12-02T16:41:48.873Z | [ recovery-image] Dec 02 16:41:48.094 INFO O| Dec 02 16:41:48.094 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8250 | 2024-12-02T16:41:48.881Z | [ recovery-image] Dec 02 16:41:48.105 INFO O| Dec 02 16:41:48.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8251 | 2024-12-02T16:41:48.881Z | [ recovery-image] Dec 02 16:41:48.105 INFO O| Dec 02 16:41:48.105 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8252 | 2024-12-02T16:41:49.110Z | [ recovery-image] Dec 02 16:41:48.334 INFO O| Dec 02 16:41:48.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8253 | 2024-12-02T16:41:49.110Z | [ recovery-image] Dec 02 16:41:48.334 INFO O| Dec 02 16:41:48.334 INFO ok! |
8254 | 2024-12-02T16:41:49.110Z | [ recovery-image] Dec 02 16:41:48.334 INFO O| Dec 02 16:41:48.334 INFO STEP 51 (ensure_file) COMPLETE |
8255 | 2024-12-02T16:41:49.110Z | [ recovery-image] Dec 02 16:41:48.334 INFO O| Dec 02 16:41:48.334 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8256 | 2024-12-02T16:41:49.122Z | [ recovery-image] Dec 02 16:41:48.345 INFO O| Dec 02 16:41:48.345 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8257 | 2024-12-02T16:41:49.122Z | [ recovery-image] Dec 02 16:41:48.345 INFO O| Dec 02 16:41:48.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8258 | 2024-12-02T16:41:49.124Z | [ recovery-image] Dec 02 16:41:48.345 INFO O| Dec 02 16:41:48.345 INFO STEP 52 (ensure_dir) COMPLETE |
8259 | 2024-12-02T16:41:49.124Z | [ recovery-image] Dec 02 16:41:48.345 INFO O| Dec 02 16:41:48.345 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8260 | 2024-12-02T16:41:49.131Z | [ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8261 | 2024-12-02T16:41:49.134Z | [ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO copying /tmp/.tmpcAIMQT/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 ... |
8262 | 2024-12-02T16:41:49.134Z | [ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 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 |
8263 | 2024-12-02T16:41:49.134Z | [ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO ok! |
8264 | 2024-12-02T16:41:49.134Z | [ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO STEP 53 (ensure_file) COMPLETE |
8265 | 2024-12-02T16:41:49.134Z | [ recovery-image] Dec 02 16:41:48.355 INFO O| Dec 02 16:41:48.355 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8266 | 2024-12-02T16:41:49.141Z | [ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8267 | 2024-12-02T16:41:49.141Z | [ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO copying /tmp/.tmpcAIMQT/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 ... |
8268 | 2024-12-02T16:41:49.143Z | [ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 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 |
8269 | 2024-12-02T16:41:49.143Z | [ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO ok! |
8270 | 2024-12-02T16:41:49.143Z | [ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO STEP 54 (ensure_file) COMPLETE |
8271 | 2024-12-02T16:41:49.143Z | [ recovery-image] Dec 02 16:41:48.365 INFO O| Dec 02 16:41:48.365 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8272 | 2024-12-02T16:41:49.151Z | [ recovery-image] Dec 02 16:41:48.375 INFO O| Dec 02 16:41:48.375 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8273 | 2024-12-02T16:41:49.151Z | [ recovery-image] Dec 02 16:41:48.375 INFO O| Dec 02 16:41:48.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8274 | 2024-12-02T16:41:49.154Z | [ recovery-image] Dec 02 16:41:48.375 INFO O| Dec 02 16:41:48.375 INFO STEP 55 (ensure_dir) COMPLETE |
8275 | 2024-12-02T16:41:49.154Z | [ recovery-image] Dec 02 16:41:48.375 INFO O| Dec 02 16:41:48.375 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8276 | 2024-12-02T16:41:49.163Z | [ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8277 | 2024-12-02T16:41:49.163Z | [ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO copying /tmp/.tmpcAIMQT/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 ... |
8278 | 2024-12-02T16:41:49.163Z | [ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8279 | 2024-12-02T16:41:49.166Z | [ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO ok! |
8280 | 2024-12-02T16:41:49.166Z | [ recovery-image] Dec 02 16:41:48.387 INFO O| Dec 02 16:41:48.387 INFO STEP 56 (ensure_file) COMPLETE |
8281 | 2024-12-02T16:41:49.166Z | [ recovery-image] Dec 02 16:41:48.388 INFO O| Dec 02 16:41:48.387 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8282 | 2024-12-02T16:41:49.174Z | [ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8283 | 2024-12-02T16:41:49.174Z | [ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO copying /tmp/.tmpcAIMQT/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 ... |
8284 | 2024-12-02T16:41:49.177Z | [ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 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 |
8285 | 2024-12-02T16:41:49.177Z | [ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO ok! |
8286 | 2024-12-02T16:41:49.177Z | [ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO STEP 57 (ensure_file) COMPLETE |
8287 | 2024-12-02T16:41:49.177Z | [ recovery-image] Dec 02 16:41:48.398 INFO O| Dec 02 16:41:48.398 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8288 | 2024-12-02T16:41:49.184Z | [ recovery-image] Dec 02 16:41:48.409 INFO O| Dec 02 16:41:48.408 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8289 | 2024-12-02T16:41:49.187Z | [ recovery-image] Dec 02 16:41:48.409 INFO O| Dec 02 16:41:48.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8290 | 2024-12-02T16:41:49.187Z | [ recovery-image] Dec 02 16:41:48.409 INFO O| Dec 02 16:41:48.409 INFO STEP 58 (ensure_dir) COMPLETE |
8291 | 2024-12-02T16:41:49.187Z | [ recovery-image] Dec 02 16:41:48.409 INFO O| Dec 02 16:41:48.409 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8292 | 2024-12-02T16:41:49.195Z | [ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8293 | 2024-12-02T16:41:49.195Z | [ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO copying /tmp/.tmpcAIMQT/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 ... |
8294 | 2024-12-02T16:41:49.195Z | [ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8295 | 2024-12-02T16:41:49.198Z | [ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO ok! |
8296 | 2024-12-02T16:41:49.198Z | [ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO STEP 59 (ensure_file) COMPLETE |
8297 | 2024-12-02T16:41:49.198Z | [ recovery-image] Dec 02 16:41:48.419 INFO O| Dec 02 16:41:48.419 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8298 | 2024-12-02T16:41:49.198Z | [ host-image] Dec 02 16:41:48.422 INFO O| Dec 02 16:41:48.422 INFO O| Download: Completed 10.00 MB in 0.48 seconds (20.8M/s) |
8299 | 2024-12-02T16:41:49.205Z | [ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8300 | 2024-12-02T16:41:49.205Z | [ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8301 | 2024-12-02T16:41:49.208Z | [ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8302 | 2024-12-02T16:41:49.208Z | [ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO ok! |
8303 | 2024-12-02T16:41:49.208Z | [ recovery-image] Dec 02 16:41:48.429 INFO O| Dec 02 16:41:48.429 INFO STEP 60 (ensure_file) COMPLETE |
8304 | 2024-12-02T16:41:49.208Z | [ recovery-image] Dec 02 16:41:48.430 INFO O| Dec 02 16:41:48.429 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8305 | 2024-12-02T16:41:49.215Z | [ recovery-image] Dec 02 16:41:48.439 INFO O| Dec 02 16:41:48.439 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8306 | 2024-12-02T16:41:49.215Z | [ recovery-image] Dec 02 16:41:48.439 INFO O| Dec 02 16:41:48.439 INFO STEP 61 (ensure_dir) COMPLETE |
8307 | 2024-12-02T16:41:49.218Z | [ recovery-image] Dec 02 16:41:48.439 INFO O| Dec 02 16:41:48.439 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2024-12-02T16:41:49.227Z | [ recovery-image] Dec 02 16:41:48.450 INFO O| Dec 02 16:41:48.450 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8309 | 2024-12-02T16:41:49.227Z | [ recovery-image] Dec 02 16:41:48.451 INFO O| Dec 02 16:41:48.451 INFO STEP 62 (ensure_dir) COMPLETE |
8310 | 2024-12-02T16:41:49.227Z | [ recovery-image] Dec 02 16:41:48.451 INFO O| Dec 02 16:41:48.451 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8311 | 2024-12-02T16:41:49.237Z | [ host-image] Dec 02 16:41:48.457 INFO O| Dec 02 16:41:48.457 INFO O| Actions: 1/22 actions (Installing new actions) |
8312 | 2024-12-02T16:41:49.250Z | [ recovery-image] Dec 02 16:41:48.472 INFO O| Dec 02 16:41:48.472 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8313 | 2024-12-02T16:41:49.250Z | [ recovery-image] Dec 02 16:41:48.473 INFO O| Dec 02 16:41:48.473 INFO STEP 63 (ensure_dir) COMPLETE |
8314 | 2024-12-02T16:41:49.250Z | [ recovery-image] Dec 02 16:41:48.473 INFO O| Dec 02 16:41:48.473 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8315 | 2024-12-02T16:41:49.273Z | [ recovery-image] Dec 02 16:41:48.495 INFO O| Dec 02 16:41:48.495 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8316 | 2024-12-02T16:41:49.273Z | [ recovery-image] Dec 02 16:41:48.495 INFO O| Dec 02 16:41:48.495 INFO STEP 64 (ensure_dir) COMPLETE |
8317 | 2024-12-02T16:41:49.273Z | [ recovery-image] Dec 02 16:41:48.495 INFO O| Dec 02 16:41:48.495 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8318 | 2024-12-02T16:41:49.295Z | [ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8319 | 2024-12-02T16:41:49.295Z | [ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO copying /tmp/.tmpcAIMQT/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8320 | 2024-12-02T16:41:49.295Z | [ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8321 | 2024-12-02T16:41:49.298Z | [ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO ok! |
8322 | 2024-12-02T16:41:49.298Z | [ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO STEP 65 (ensure_file) COMPLETE |
8323 | 2024-12-02T16:41:49.298Z | [ recovery-image] Dec 02 16:41:48.518 INFO O| Dec 02 16:41:48.517 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8324 | 2024-12-02T16:41:49.319Z | [ recovery-image] Dec 02 16:41:48.542 INFO O| Dec 02 16:41:48.540 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8325 | 2024-12-02T16:41:49.319Z | [ recovery-image] Dec 02 16:41:48.542 INFO O| Dec 02 16:41:48.541 INFO STEP 66 (remove_files) COMPLETE |
8326 | 2024-12-02T16:41:49.319Z | [ recovery-image] Dec 02 16:41:48.542 INFO O| Dec 02 16:41:48.541 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8327 | 2024-12-02T16:41:49.341Z | [ recovery-image] Dec 02 16:41:48.563 INFO O| Dec 02 16:41:48.562 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8328 | 2024-12-02T16:41:49.343Z | [ recovery-image] Dec 02 16:41:48.564 INFO O| Dec 02 16:41:48.563 INFO STEP 67 (remove_files) COMPLETE |
8329 | 2024-12-02T16:41:49.343Z | [ recovery-image] Dec 02 16:41:48.564 INFO O| Dec 02 16:41:48.563 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8330 | 2024-12-02T16:41:49.359Z | [ recovery-image] Dec 02 16:41:48.583 INFO O| Dec 02 16:41:48.583 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8331 | 2024-12-02T16:41:49.362Z | [ recovery-image] Dec 02 16:41:48.584 INFO O| Dec 02 16:41:48.583 INFO STEP 68 (remove_files) COMPLETE |
8332 | 2024-12-02T16:41:49.363Z | [ recovery-image] Dec 02 16:41:48.584 INFO O| Dec 02 16:41:48.584 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8333 | 2024-12-02T16:41:49.372Z | [ recovery-image] Dec 02 16:41:48.596 INFO O| Dec 02 16:41:48.596 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8334 | 2024-12-02T16:41:49.374Z | [ recovery-image] Dec 02 16:41:48.596 INFO O| Dec 02 16:41:48.596 INFO STEP 69 (remove_files) COMPLETE |
8335 | 2024-12-02T16:41:49.374Z | [ recovery-image] Dec 02 16:41:48.596 INFO O| Dec 02 16:41:48.596 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8336 | 2024-12-02T16:41:49.385Z | [ recovery-image] Dec 02 16:41:48.608 INFO O| Dec 02 16:41:48.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8337 | 2024-12-02T16:41:49.388Z | [ recovery-image] Dec 02 16:41:48.609 INFO O| Dec 02 16:41:48.609 INFO STEP 70 (remove_files) COMPLETE |
8338 | 2024-12-02T16:41:49.388Z | [ recovery-image] Dec 02 16:41:48.609 INFO O| Dec 02 16:41:48.609 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8339 | 2024-12-02T16:41:49.397Z | [ recovery-image] Dec 02 16:41:48.621 INFO O| Dec 02 16:41:48.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8340 | 2024-12-02T16:41:49.399Z | [ recovery-image] Dec 02 16:41:48.621 INFO O| Dec 02 16:41:48.621 INFO STEP 71 (remove_files) COMPLETE |
8341 | 2024-12-02T16:41:49.399Z | [ recovery-image] Dec 02 16:41:48.621 INFO O| Dec 02 16:41:48.621 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8342 | 2024-12-02T16:41:49.409Z | [ recovery-image] Dec 02 16:41:48.633 INFO O| Dec 02 16:41:48.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8343 | 2024-12-02T16:41:49.409Z | [ recovery-image] Dec 02 16:41:48.633 INFO O| Dec 02 16:41:48.633 INFO STEP 72 (remove_files) COMPLETE |
8344 | 2024-12-02T16:41:49.412Z | [ recovery-image] Dec 02 16:41:48.633 INFO O| Dec 02 16:41:48.633 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8345 | 2024-12-02T16:41:49.423Z | [ recovery-image] Dec 02 16:41:48.647 INFO O| Dec 02 16:41:48.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8346 | 2024-12-02T16:41:49.423Z | [ recovery-image] Dec 02 16:41:48.647 INFO O| Dec 02 16:41:48.647 INFO STEP 73 (remove_files) COMPLETE |
8347 | 2024-12-02T16:41:49.423Z | [ recovery-image] Dec 02 16:41:48.647 INFO O| Dec 02 16:41:48.647 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8348 | 2024-12-02T16:41:49.435Z | [ recovery-image] Dec 02 16:41:48.659 INFO O| Dec 02 16:41:48.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8349 | 2024-12-02T16:41:49.435Z | [ recovery-image] Dec 02 16:41:48.659 INFO O| Dec 02 16:41:48.659 INFO STEP 74 (remove_files) COMPLETE |
8350 | 2024-12-02T16:41:49.438Z | [ recovery-image] Dec 02 16:41:48.659 INFO O| Dec 02 16:41:48.659 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8351 | 2024-12-02T16:41:49.448Z | [ recovery-image] Dec 02 16:41:48.672 INFO O| Dec 02 16:41:48.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8352 | 2024-12-02T16:41:49.448Z | [ recovery-image] Dec 02 16:41:48.672 INFO O| Dec 02 16:41:48.672 INFO STEP 75 (remove_files) COMPLETE |
8353 | 2024-12-02T16:41:49.448Z | [ recovery-image] Dec 02 16:41:48.672 INFO O| Dec 02 16:41:48.672 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8354 | 2024-12-02T16:41:49.459Z | [ recovery-image] Dec 02 16:41:48.683 INFO O| Dec 02 16:41:48.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8355 | 2024-12-02T16:41:49.459Z | [ recovery-image] Dec 02 16:41:48.683 INFO O| Dec 02 16:41:48.683 INFO STEP 76 (remove_files) COMPLETE |
8356 | 2024-12-02T16:41:49.459Z | [ recovery-image] Dec 02 16:41:48.683 INFO O| Dec 02 16:41:48.683 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8357 | 2024-12-02T16:41:49.471Z | [ recovery-image] Dec 02 16:41:48.695 INFO O| Dec 02 16:41:48.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8358 | 2024-12-02T16:41:49.474Z | [ recovery-image] Dec 02 16:41:48.695 INFO O| Dec 02 16:41:48.695 INFO STEP 77 (remove_files) COMPLETE |
8359 | 2024-12-02T16:41:49.474Z | [ recovery-image] Dec 02 16:41:48.695 INFO O| Dec 02 16:41:48.695 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8360 | 2024-12-02T16:41:49.482Z | [ recovery-image] Dec 02 16:41:48.706 INFO O| Dec 02 16:41:48.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8361 | 2024-12-02T16:41:49.482Z | [ recovery-image] Dec 02 16:41:48.706 INFO O| Dec 02 16:41:48.706 INFO STEP 78 (remove_files) COMPLETE |
8362 | 2024-12-02T16:41:49.484Z | [ recovery-image] Dec 02 16:41:48.706 INFO O| Dec 02 16:41:48.706 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8363 | 2024-12-02T16:41:49.492Z | [ recovery-image] Dec 02 16:41:48.716 INFO O| Dec 02 16:41:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8364 | 2024-12-02T16:41:49.492Z | [ recovery-image] Dec 02 16:41:48.716 INFO O| Dec 02 16:41:48.716 INFO STEP 79 (remove_files) COMPLETE |
8365 | 2024-12-02T16:41:49.495Z | [ recovery-image] Dec 02 16:41:48.716 INFO O| Dec 02 16:41:48.716 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8366 | 2024-12-02T16:41:49.502Z | [ recovery-image] Dec 02 16:41:48.726 INFO O| Dec 02 16:41:48.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8367 | 2024-12-02T16:41:49.502Z | [ recovery-image] Dec 02 16:41:48.726 INFO O| Dec 02 16:41:48.726 INFO STEP 80 (remove_files) COMPLETE |
8368 | 2024-12-02T16:41:49.505Z | [ recovery-image] Dec 02 16:41:48.726 INFO O| Dec 02 16:41:48.726 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8369 | 2024-12-02T16:41:49.512Z | [ recovery-image] Dec 02 16:41:48.736 INFO O| Dec 02 16:41:48.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8370 | 2024-12-02T16:41:49.512Z | [ recovery-image] Dec 02 16:41:48.736 INFO O| Dec 02 16:41:48.736 INFO STEP 81 (remove_files) COMPLETE |
8371 | 2024-12-02T16:41:49.512Z | [ recovery-image] Dec 02 16:41:48.736 INFO O| Dec 02 16:41:48.736 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8372 | 2024-12-02T16:41:49.522Z | [ recovery-image] Dec 02 16:41:48.746 INFO O| Dec 02 16:41:48.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8373 | 2024-12-02T16:41:49.522Z | [ recovery-image] Dec 02 16:41:48.746 INFO O| Dec 02 16:41:48.746 INFO STEP 82 (remove_files) COMPLETE |
8374 | 2024-12-02T16:41:49.522Z | [ recovery-image] Dec 02 16:41:48.746 INFO O| Dec 02 16:41:48.746 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8375 | 2024-12-02T16:41:49.533Z | [ recovery-image] Dec 02 16:41:48.757 INFO O| Dec 02 16:41:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8376 | 2024-12-02T16:41:49.533Z | [ recovery-image] Dec 02 16:41:48.757 INFO O| Dec 02 16:41:48.757 INFO STEP 83 (remove_files) COMPLETE |
8377 | 2024-12-02T16:41:49.533Z | [ recovery-image] Dec 02 16:41:48.757 INFO O| Dec 02 16:41:48.757 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8378 | 2024-12-02T16:41:49.536Z | [ host-image] Dec 02 16:41:48.760 INFO O| Dec 02 16:41:48.760 INFO O| Actions: Completed 22 actions in 0.30 seconds. |
8379 | 2024-12-02T16:41:49.543Z | [ recovery-image] Dec 02 16:41:48.767 INFO O| Dec 02 16:41:48.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8380 | 2024-12-02T16:41:49.546Z | [ recovery-image] Dec 02 16:41:48.767 INFO O| Dec 02 16:41:48.767 INFO STEP 84 (remove_files) COMPLETE |
8381 | 2024-12-02T16:41:49.546Z | [ recovery-image] Dec 02 16:41:48.767 INFO O| Dec 02 16:41:48.767 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8382 | 2024-12-02T16:41:49.555Z | [ recovery-image] Dec 02 16:41:48.778 INFO O| Dec 02 16:41:48.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8383 | 2024-12-02T16:41:49.555Z | [ recovery-image] Dec 02 16:41:48.779 INFO O| Dec 02 16:41:48.778 INFO STEP 85 (remove_files) COMPLETE |
8384 | 2024-12-02T16:41:49.555Z | [ recovery-image] Dec 02 16:41:48.779 INFO O| Dec 02 16:41:48.779 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-02T16:41:49.567Z | [ recovery-image] Dec 02 16:41:48.791 INFO O| Dec 02 16:41:48.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8386 | 2024-12-02T16:41:49.567Z | [ recovery-image] Dec 02 16:41:48.791 INFO O| Dec 02 16:41:48.791 INFO STEP 86 (remove_files) COMPLETE |
8387 | 2024-12-02T16:41:49.570Z | [ recovery-image] Dec 02 16:41:48.791 INFO O| Dec 02 16:41:48.791 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-02T16:41:49.579Z | [ recovery-image] Dec 02 16:41:48.803 INFO O| Dec 02 16:41:48.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8389 | 2024-12-02T16:41:49.581Z | [ recovery-image] Dec 02 16:41:48.803 INFO O| Dec 02 16:41:48.803 INFO STEP 87 (remove_files) COMPLETE |
8390 | 2024-12-02T16:41:49.581Z | [ recovery-image] Dec 02 16:41:48.803 INFO O| Dec 02 16:41:48.803 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-02T16:41:49.590Z | [ recovery-image] Dec 02 16:41:48.814 INFO O| Dec 02 16:41:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8392 | 2024-12-02T16:41:49.590Z | [ recovery-image] Dec 02 16:41:48.814 INFO O| Dec 02 16:41:48.814 INFO STEP 88 (remove_files) COMPLETE |
8393 | 2024-12-02T16:41:49.592Z | [ recovery-image] Dec 02 16:41:48.814 INFO O| Dec 02 16:41:48.814 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-02T16:41:49.601Z | [ recovery-image] Dec 02 16:41:48.825 INFO O| Dec 02 16:41:48.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8395 | 2024-12-02T16:41:49.601Z | [ recovery-image] Dec 02 16:41:48.825 INFO O| Dec 02 16:41:48.825 INFO STEP 89 (remove_files) COMPLETE |
8396 | 2024-12-02T16:41:49.603Z | [ recovery-image] Dec 02 16:41:48.825 INFO O| Dec 02 16:41:48.825 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-02T16:41:49.612Z | [ recovery-image] Dec 02 16:41:48.836 INFO O| Dec 02 16:41:48.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8398 | 2024-12-02T16:41:49.612Z | [ recovery-image] Dec 02 16:41:48.836 INFO O| Dec 02 16:41:48.836 INFO STEP 90 (remove_files) COMPLETE |
8399 | 2024-12-02T16:41:49.612Z | [ recovery-image] Dec 02 16:41:48.836 INFO O| Dec 02 16:41:48.836 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-02T16:41:49.623Z | [ recovery-image] Dec 02 16:41:48.847 INFO O| Dec 02 16:41:48.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8401 | 2024-12-02T16:41:49.623Z | [ recovery-image] Dec 02 16:41:48.847 INFO O| Dec 02 16:41:48.847 INFO STEP 91 (remove_files) COMPLETE |
8402 | 2024-12-02T16:41:49.626Z | [ recovery-image] Dec 02 16:41:48.847 INFO O| Dec 02 16:41:48.847 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-02T16:41:49.635Z | [ recovery-image] Dec 02 16:41:48.859 INFO O| Dec 02 16:41:48.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8404 | 2024-12-02T16:41:49.637Z | [ recovery-image] Dec 02 16:41:48.859 INFO O| Dec 02 16:41:48.859 INFO STEP 92 (remove_files) COMPLETE |
8405 | 2024-12-02T16:41:49.637Z | [ recovery-image] Dec 02 16:41:48.859 INFO O| Dec 02 16:41:48.859 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-02T16:41:49.646Z | [ recovery-image] Dec 02 16:41:48.870 INFO O| Dec 02 16:41:48.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8407 | 2024-12-02T16:41:49.648Z | [ recovery-image] Dec 02 16:41:48.870 INFO O| Dec 02 16:41:48.870 INFO STEP 93 (remove_files) COMPLETE |
8408 | 2024-12-02T16:41:49.648Z | [ recovery-image] Dec 02 16:41:48.870 INFO O| Dec 02 16:41:48.870 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-02T16:41:49.656Z | [ recovery-image] Dec 02 16:41:48.880 INFO O| Dec 02 16:41:48.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8410 | 2024-12-02T16:41:49.657Z | [ recovery-image] Dec 02 16:41:48.881 INFO O| Dec 02 16:41:48.880 INFO STEP 94 (remove_files) COMPLETE |
8411 | 2024-12-02T16:41:49.657Z | [ recovery-image] Dec 02 16:41:48.881 INFO O| Dec 02 16:41:48.881 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8412 | 2024-12-02T16:41:49.672Z | [ recovery-image] Dec 02 16:41:48.896 INFO O| Dec 02 16:41:48.896 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8413 | 2024-12-02T16:41:49.675Z | [ recovery-image] Dec 02 16:41:48.896 INFO O| Dec 02 16:41:48.896 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8414 | 2024-12-02T16:41:49.977Z | [ host-image] Dec 02 16:41:49.201 INFO O| Dec 02 16:41:49.201 INFO O| Done |
8415 | 2024-12-02T16:41:49.977Z | [ host-image] Dec 02 16:41:49.201 INFO O| Dec 02 16:41:49.201 INFO O| Done |
8416 | 2024-12-02T16:41:50.513Z | [ host-image] Dec 02 16:41:49.737 INFO O| Dec 02 16:41:49.737 INFO O| Done |
8417 | 2024-12-02T16:41:51.685Z | [ host-image] Dec 02 16:41:50.908 INFO O| Dec 02 16:41:50.908 INFO O| Done |
8418 | 2024-12-02T16:41:51.710Z | [ host-image] Dec 02 16:41:50.934 INFO O| Dec 02 16:41:50.934 INFO O| Done |
8419 | 2024-12-02T16:41:51.710Z | [ host-image] Dec 02 16:41:50.934 INFO O| Dec 02 16:41:50.934 INFO O| Done |
8420 | 2024-12-02T16:41:51.720Z | [ host-image] Dec 02 16:41:50.944 INFO O| Dec 02 16:41:50.944 INFO O| Done |
8421 | 2024-12-02T16:41:51.827Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 14 (pkg_install) COMPLETE |
8422 | 2024-12-02T16:41:51.827Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8423 | 2024-12-02T16:41:51.829Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO skip step because feature "mfg" is not enabled |
8424 | 2024-12-02T16:41:51.829Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8425 | 2024-12-02T16:41:51.829Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO skip step because feature "compliance" is not enabled |
8426 | 2024-12-02T16:41:51.829Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8427 | 2024-12-02T16:41:51.829Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO skip step because feature "stress" is not enabled |
8428 | 2024-12-02T16:41:51.829Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8429 | 2024-12-02T16:41:51.830Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO skip step because feature "nfs" is not enabled |
8430 | 2024-12-02T16:41:51.830Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8431 | 2024-12-02T16:41:51.830Z | [ host-image] Dec 02 16:41:51.050 INFO O| Dec 02 16:41:51.050 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8432 | 2024-12-02T16:41:51.936Z | [ host-image] Dec 02 16:41:51.159 INFO O| Dec 02 16:41:51.159 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8433 | 2024-12-02T16:41:52.011Z | [ host-image] Dec 02 16:41:51.234 INFO O| Dec 02 16:41:51.234 INFO completed processing gimlet/ramdisk-01-os |
8434 | 2024-12-02T16:41:52.014Z | [ host-image] Dec 02 16:41:51.236 INFO omicron1 baseline generation... |
8435 | 2024-12-02T16:41:52.014Z | [ host-image] Dec 02 16:41:51.236 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8436 | 2024-12-02T16:41:52.407Z | [ host-image] Dec 02 16:41:51.631 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23046:20241128T143803Z |
8437 | 2024-12-02T16:41:54.426Z | [ recovery-image] Dec 02 16:41:53.649 INFO O| Dec 02 16:41:53.649 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 |
8438 | 2024-12-02T16:41:54.426Z | [ recovery-image] Dec 02 16:41:53.649 INFO O| Dec 02 16:41:53.649 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8439 | 2024-12-02T16:41:54.437Z | [ recovery-image] Dec 02 16:41:53.661 INFO O| Dec 02 16:41:53.661 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8440 | 2024-12-02T16:41:54.513Z | [ recovery-image] Dec 02 16:41:53.736 INFO O| Dec 02 16:41:53.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8441 | 2024-12-02T16:41:54.513Z | [ recovery-image] Dec 02 16:41:53.736 INFO O| Dec 02 16:41:53.736 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 ... |
8442 | 2024-12-02T16:41:54.515Z | [ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8443 | 2024-12-02T16:41:54.515Z | [ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO ok! |
8444 | 2024-12-02T16:41:54.515Z | [ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8445 | 2024-12-02T16:41:54.515Z | [ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO STEP 95 (seed_smf) COMPLETE |
8446 | 2024-12-02T16:41:54.515Z | [ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO steps complete; finalising image! |
8447 | 2024-12-02T16:41:54.515Z | [ recovery-image] Dec 02 16:41:53.738 INFO O| Dec 02 16:41:53.738 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8448 | 2024-12-02T16:41:54.549Z | [ recovery-image] Dec 02 16:41:53.772 INFO O| Dec 02 16:41:53.772 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Mon Dec 2 16:41:53 2024) |
8449 | 2024-12-02T16:41:54.770Z | [ recovery-image] Dec 02 16:41:53.993 INFO O| Dec 02 16:41:53.993 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio |
8450 | 2024-12-02T16:41:54.770Z | [ recovery-image] Dec 02 16:41:53.993 INFO O| Dec 02 16:41:53.993 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8451 | 2024-12-02T16:41:54.985Z | [ recovery-image] Dec 02 16:41:54.208 INFO O| Dec 02 16:41:54.208 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 |
8452 | 2024-12-02T16:41:54.985Z | [ recovery-image] Dec 02 16:41:54.208 INFO O| Dec 02 16:41:54.208 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8453 | 2024-12-02T16:41:58.053Z | [ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.275 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8454 | 2024-12-02T16:41:58.053Z | [ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.276 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8455 | 2024-12-02T16:41:58.056Z | [ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8456 | 2024-12-02T16:41:58.056Z | [ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.276 INFO completed processing gimlet/zfs-recovery |
8457 | 2024-12-02T16:41:58.056Z | [ recovery-image] Dec 02 16:41:57.276 INFO O| Dec 02 16:41:57.276 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8458 | 2024-12-02T16:41:58.628Z | [ recovery-image] Dec 02 16:41:57.851 INFO O| Dec 02 16:41:57.851 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8459 | 2024-12-02T16:41:58.706Z | [ recovery-image] Dec 02 16:41:57.929 INFO BUILD STRING "heads/stlouis-0-g4ebadf7190\n" |
8460 | 2024-12-02T16:41:58.709Z | [ recovery-image] Dec 02 16:41:57.930 INFO expanded image name: "recovery 86522dc/${os_short_commit} 2024-12-02 16:12" -> "recovery 86522dc/4ebadf7 2024-12-02 16:12" |
8461 | 2024-12-02T16:41:58.709Z | [ recovery-image] Dec 02 16:41:57.930 INFO output artefacts stored in: "/work/os-recovery" |
8462 | 2024-12-02T16:41:58.709Z | [ recovery-image] Dec 02 16:41:57.930 INFO collecting git info from project "phbl"... |
8463 | 2024-12-02T16:41:58.718Z | [ recovery-image] Dec 02 16:41:57.941 INFO collecting git info from project "image-builder"... |
8464 | 2024-12-02T16:41:58.724Z | [ recovery-image] Dec 02 16:41:57.947 INFO collecting git info from project "bootserver"... |
8465 | 2024-12-02T16:41:58.730Z | [ recovery-image] Dec 02 16:41:57.952 INFO collecting git info from project "pinprick"... |
8466 | 2024-12-02T16:41:58.734Z | [ recovery-image] Dec 02 16:41:57.957 INFO collecting git info from project "pilot"... |
8467 | 2024-12-02T16:41:58.745Z | [ recovery-image] Dec 02 16:41:57.968 INFO collecting git info from project "amd-host-image-builder"... |
8468 | 2024-12-02T16:41:59.031Z | [ recovery-image] Dec 02 16:41:58.254 INFO collecting git info from project "chelsio-t6-roms"... |
8469 | 2024-12-02T16:41:59.052Z | [ recovery-image] Dec 02 16:41:58.275 INFO collecting git info from project "amd-firmware"... |
8470 | 2024-12-02T16:41:59.360Z | [ recovery-image] Dec 02 16:41:58.582 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8471 | 2024-12-02T16:41:59.716Z | [ recovery-image] Dec 02 16:41:58.939 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8472 | 2024-12-02T16:42:00.068Z | [ recovery-image] Dec 02 16:41:59.291 INFO creating Oxide boot image... |
8473 | 2024-12-02T16:42:00.071Z | [ recovery-image] Dec 02 16:41:59.291 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 86522dc/4ebadf7 2024-12-02 16:12", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8474 | 2024-12-02T16:42:39.910Z | [ host-image] Dec 02 16:42:39.129 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23046:20241128T143835Z |
8475 | 2024-12-02T16:42:39.910Z | [ host-image] Dec 02 16:42:39.129 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23046:20241128T143836Z |
8476 | 2024-12-02T16:42:39.913Z | [ host-image] Dec 02 16:42:39.129 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8477 | 2024-12-02T16:42:39.913Z | [ host-image] Dec 02 16:42:39.130 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8478 | 2024-12-02T16:42:39.913Z | [ host-image] Dec 02 16:42:39.130 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8479 | 2024-12-02T16:42:39.914Z | [ host-image] Dec 02 16:42:39.130 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8480 | 2024-12-02T16:42:39.914Z | [ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8481 | 2024-12-02T16:42:39.914Z | [ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8482 | 2024-12-02T16:42:39.914Z | [ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8483 | 2024-12-02T16:42:39.914Z | [ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8484 | 2024-12-02T16:42:39.914Z | [ host-image] Dec 02 16:42:39.131 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23046:20241128T143836Z |
8485 | 2024-12-02T16:42:39.917Z | [ host-image] Dec 02 16:42:39.133 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23046:20241128T143837Z |
8486 | 2024-12-02T16:42:39.917Z | [ host-image] Dec 02 16:42:39.134 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23046:20241128T143837Z |
8487 | 2024-12-02T16:42:39.917Z | [ host-image] Dec 02 16:42:39.134 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23046:20241128T143837Z |
8488 | 2024-12-02T16:42:39.917Z | [ host-image] Dec 02 16:42:39.134 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8489 | 2024-12-02T16:42:39.917Z | [ host-image] Dec 02 16:42:39.135 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23046:20241128T143837Z |
8490 | 2024-12-02T16:42:39.917Z | [ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23046:20241128T143837Z |
8491 | 2024-12-02T16:42:39.917Z | [ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23046:20241128T143837Z |
8492 | 2024-12-02T16:42:39.917Z | [ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23046:20241128T143837Z |
8493 | 2024-12-02T16:42:39.921Z | [ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23046:20241128T143838Z |
8494 | 2024-12-02T16:42:39.921Z | [ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23046:20241128T143838Z |
8495 | 2024-12-02T16:42:39.921Z | [ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23046:20241128T143839Z |
8496 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.136 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23046:20241128T143839Z |
8497 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23046:20241128T143840Z |
8498 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23046:20241128T143840Z |
8499 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23046:20241128T143841Z |
8500 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23046:20241128T143841Z |
8501 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23046:20241128T143842Z |
8502 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23046:20241128T143843Z |
8503 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.301:20241119T212547Z |
8504 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23046:20241128T143844Z |
8505 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.137 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23046:20241128T143846Z |
8506 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.138 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23046:20241128T143847Z |
8507 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.138 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23046:20241128T143848Z |
8508 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.139 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23046:20241128T143849Z |
8509 | 2024-12-02T16:42:39.922Z | [ host-image] Dec 02 16:42:39.139 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23046:20241128T143849Z |
8510 | 2024-12-02T16:42:39.929Z | [ host-image] Dec 02 16:42:39.148 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8511 | 2024-12-02T16:42:39.932Z | [ host-image] Dec 02 16:42:39.148 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23046:20241128T143849Z |
8512 | 2024-12-02T16:42:39.932Z | [ host-image] Dec 02 16:42:39.148 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8513 | 2024-12-02T16:42:39.932Z | [ host-image] Dec 02 16:42:39.149 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8514 | 2024-12-02T16:42:39.932Z | [ host-image] Dec 02 16:42:39.149 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8515 | 2024-12-02T16:42:39.932Z | [ host-image] Dec 02 16:42:39.150 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23046:20241128T143850Z |
8516 | 2024-12-02T16:42:39.932Z | [ host-image] Dec 02 16:42:39.150 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8517 | 2024-12-02T16:42:39.932Z | [ host-image] Dec 02 16:42:39.150 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8518 | 2024-12-02T16:42:39.935Z | [ host-image] Dec 02 16:42:39.151 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8519 | 2024-12-02T16:42:39.935Z | [ host-image] Dec 02 16:42:39.151 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8520 | 2024-12-02T16:42:39.945Z | [ host-image] Dec 02 16:42:39.164 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8521 | 2024-12-02T16:42:39.945Z | [ host-image] Dec 02 16:42:39.164 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8522 | 2024-12-02T16:42:39.949Z | [ host-image] Dec 02 16:42:39.164 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8523 | 2024-12-02T16:42:39.950Z | [ host-image] Dec 02 16:42:39.164 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8524 | 2024-12-02T16:42:39.950Z | [ host-image] Dec 02 16:42:39.165 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8525 | 2024-12-02T16:42:39.950Z | [ host-image] Dec 02 16:42:39.165 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8526 | 2024-12-02T16:42:40.196Z | [ host-image] Dec 02 16:42:39.202 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8527 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.202 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8528 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.202 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8529 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.203 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23046:20241128T143851Z |
8530 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.203 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23046:20241128T143857Z |
8531 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.203 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8532 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23046:20241128T143858Z |
8533 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8534 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8535 | 2024-12-02T16:42:40.201Z | [ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8536 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23046:20241128T143858Z |
8537 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.204 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8538 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8539 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8540 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8541 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23046:20241128T143858Z |
8542 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.209 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8543 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.224 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8544 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.224 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23046:20241128T143859Z |
8545 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.226 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23046:20241128T143859Z |
8546 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.227 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23046:20241128T143859Z |
8547 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.227 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8548 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.228 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23046:20241128T143900Z |
8549 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.228 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23046:20241128T143901Z |
8550 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.228 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23046:20241128T143901Z |
8551 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.229 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23046:20241128T143901Z |
8552 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.232 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8553 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.233 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23046:20241128T143901Z |
8554 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.233 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23046:20241128T143902Z |
8555 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.233 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8556 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.234 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23046:20241128T143903Z |
8557 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.234 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23046:20241128T143903Z |
8558 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.234 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23046:20241128T143903Z |
8559 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.235 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23046:20241128T143903Z |
8560 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.243 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23046:20241128T143903Z |
8561 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.243 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8562 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.245 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23046:20241128T143903Z |
8563 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.246 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23046:20241128T143903Z |
8564 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.246 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23046:20241128T143903Z |
8565 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.247 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23046:20241128T143904Z |
8566 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.247 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23046:20241128T143904Z |
8567 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.247 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23046:20241128T143904Z |
8568 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.258 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23046:20241128T143906Z |
8569 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.258 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23046:20241128T143905Z |
8570 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.258 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23046:20241128T143905Z |
8571 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.259 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23046:20241128T143905Z |
8572 | 2024-12-02T16:42:40.202Z | [ host-image] Dec 02 16:42:39.259 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23046:20241128T143906Z |
8573 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23046:20241128T143908Z |
8574 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23046:20241128T143906Z |
8575 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23046:20241128T143906Z |
8576 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8577 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.282 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8578 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.311 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23046:20241128T143906Z |
8579 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.311 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8580 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.311 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23046:20241128T143906Z |
8581 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.311 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23046:20241128T143906Z |
8582 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.313 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23046:20241128T143907Z |
8583 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.313 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8584 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.314 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8585 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.314 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23046:20241128T143908Z |
8586 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.314 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23046:20241128T143907Z |
8587 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.314 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23046:20241128T143907Z |
8588 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.315 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23046:20241128T143908Z |
8589 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.315 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23046:20241128T143908Z |
8590 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.315 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23046:20241128T143908Z |
8591 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.318 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8592 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.318 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23046:20241128T143909Z |
8593 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.320 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23046:20241128T143909Z |
8594 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.320 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23046:20241128T143909Z |
8595 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.320 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23046:20241128T143910Z |
8596 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23046:20241128T143910Z |
8597 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23046:20241128T143910Z |
8598 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8599 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8600 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.321 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23046:20241128T143912Z |
8601 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23046:20241128T143912Z |
8602 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8603 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8604 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8605 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8606 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.322 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8607 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.323 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8608 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.324 INFO O| install = pkg://helios-dev/web/curl@8.11.0-2.0:20241120T162841Z |
8609 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.324 INFO O| tempdir @ "/tmp/.tmpJdwXOl/tmp" |
8610 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.324 INFO O| image root @ "/tmp/.tmpJdwXOl/tmp/root" |
8611 | 2024-12-02T16:42:40.203Z | [ host-image] Dec 02 16:42:39.324 INFO O| creating image... |
8612 | 2024-12-02T16:42:40.602Z | [ host-image] Dec 02 16:42:39.820 INFO O| copying publishers... |
8613 | 2024-12-02T16:42:49.068Z | [ recovery-image] Dec 02 16:42:48.285 INFO O| ok, image written! |
8614 | 2024-12-02T16:42:49.068Z | [ recovery-image] Dec 02 16:42:48.285 INFO O| ok, boot_image_csum file written! |
8615 | 2024-12-02T16:42:49.072Z | [ recovery-image] Dec 02 16:42:48.290 INFO creating boot archive (CPIO)... |
8616 | 2024-12-02T16:42:49.072Z | [ recovery-image] Dec 02 16:42:48.290 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 |
8617 | 2024-12-02T16:42:49.081Z | [ recovery-image] Dec 02 16:42:48.299 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8618 | 2024-12-02T16:42:49.081Z | [ recovery-image] Dec 02 16:42:48.299 INFO E| + outfile=/work/os-recovery/cpio |
8619 | 2024-12-02T16:42:49.084Z | [ recovery-image] Dec 02 16:42:48.299 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8620 | 2024-12-02T16:42:49.084Z | [ recovery-image] Dec 02 16:42:48.301 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8621 | 2024-12-02T16:42:49.084Z | [ recovery-image] Dec 02 16:42:48.302 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8622 | 2024-12-02T16:42:49.116Z | [ recovery-image] Dec 02 16:42:48.334 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8623 | 2024-12-02T16:42:49.116Z | [ recovery-image] Dec 02 16:42:48.334 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8624 | 2024-12-02T16:42:49.123Z | [ recovery-image] Dec 02 16:42:48.341 INFO creating compressed cpio/unix for nanobl-rs... |
8625 | 2024-12-02T16:42:49.123Z | [ recovery-image] Dec 02 16:42:48.342 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 |
8626 | 2024-12-02T16:42:49.415Z | [ recovery-image] Dec 02 16:42:48.633 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8627 | 2024-12-02T16:42:50.777Z | [ host-image] Dec 02 16:42:49.994 INFO O| adding properties... |
8628 | 2024-12-02T16:42:51.783Z | [ host-image] Dec 02 16:42:51.001 INFO O| installing packages... |
8629 | 2024-12-02T16:42:53.802Z | [ recovery-image] Dec 02 16:42:53.019 INFO creating reset image... |
8630 | 2024-12-02T16:42:53.805Z | [ recovery-image] Dec 02 16:42:53.019 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8631 | 2024-12-02T16:42:54.049Z | [ recovery-image] Dec 02 16:42:53.267 INFO E| Updating crates.io index |
8632 | 2024-12-02T16:42:54.135Z | [ recovery-image] Dec 02 16:42:53.352 INFO E| Downloading crates ... |
8633 | 2024-12-02T16:42:54.230Z | [ recovery-image] Dec 02 16:42:53.447 INFO E| Downloaded duct v0.13.7 |
8634 | 2024-12-02T16:42:54.237Z | [ recovery-image] Dec 02 16:42:53.455 INFO E| Downloaded os_pipe v1.2.1 |
8635 | 2024-12-02T16:42:54.240Z | [ recovery-image] Dec 02 16:42:53.456 INFO E| Downloaded shared_child v1.0.1 |
8636 | 2024-12-02T16:42:54.240Z | [ recovery-image] Dec 02 16:42:53.457 INFO E| Downloaded clap v4.5.17 |
8637 | 2024-12-02T16:42:54.252Z | [ recovery-image] Dec 02 16:42:53.470 INFO E| Downloaded clap_derive v4.5.13 |
8638 | 2024-12-02T16:42:54.274Z | [ recovery-image] Dec 02 16:42:53.492 INFO E| Downloaded clap_builder v4.5.17 |
8639 | 2024-12-02T16:42:54.289Z | [ recovery-image] Dec 02 16:42:53.507 INFO E| Downloaded syn v2.0.77 |
8640 | 2024-12-02T16:42:54.310Z | [ recovery-image] Dec 02 16:42:53.528 INFO E| Downloaded libc v0.2.158 |
8641 | 2024-12-02T16:42:54.382Z | [ recovery-image] Dec 02 16:42:53.599 INFO E| Compiling proc-macro2 v1.0.86 |
8642 | 2024-12-02T16:42:54.382Z | [ recovery-image] Dec 02 16:42:53.599 INFO E| Compiling unicode-ident v1.0.13 |
8643 | 2024-12-02T16:42:54.384Z | [ recovery-image] Dec 02 16:42:53.599 INFO E| Compiling libc v0.2.158 |
8644 | 2024-12-02T16:42:54.384Z | [ recovery-image] Dec 02 16:42:53.599 INFO E| Compiling utf8parse v0.2.2 |
8645 | 2024-12-02T16:42:54.384Z | [ recovery-image] Dec 02 16:42:53.600 INFO E| Compiling colorchoice v1.0.2 |
8646 | 2024-12-02T16:42:54.384Z | [ recovery-image] Dec 02 16:42:53.600 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8647 | 2024-12-02T16:42:54.384Z | [ recovery-image] Dec 02 16:42:53.600 INFO E| Compiling anstyle-query v1.1.1 |
8648 | 2024-12-02T16:42:54.384Z | [ recovery-image] Dec 02 16:42:53.600 INFO E| Compiling anstyle v1.0.8 |
8649 | 2024-12-02T16:42:54.584Z | [ recovery-image] Dec 02 16:42:53.802 INFO E| Compiling anstyle-parse v0.2.5 |
8650 | 2024-12-02T16:42:54.606Z | [ recovery-image] Dec 02 16:42:53.824 INFO E| Compiling heck v0.5.0 |
8651 | 2024-12-02T16:42:54.615Z | [ recovery-image] Dec 02 16:42:53.829 INFO E| Compiling clap_lex v0.7.2 |
8652 | 2024-12-02T16:42:54.615Z | [ recovery-image] Dec 02 16:42:53.829 INFO E| Compiling strsim v0.11.1 |
8653 | 2024-12-02T16:42:54.637Z | [ recovery-image] Dec 02 16:42:53.854 INFO E| Compiling once_cell v1.19.0 |
8654 | 2024-12-02T16:42:54.887Z | [ recovery-image] Dec 02 16:42:54.104 INFO E| Compiling anstream v0.6.15 |
8655 | 2024-12-02T16:42:55.237Z | [ recovery-image] Dec 02 16:42:54.454 INFO E| Compiling clap_builder v4.5.17 |
8656 | 2024-12-02T16:42:55.722Z | [ recovery-image] Dec 02 16:42:54.940 INFO E| Compiling shared_child v1.0.1 |
8657 | 2024-12-02T16:42:55.722Z | [ recovery-image] Dec 02 16:42:54.940 INFO E| Compiling os_pipe v1.2.1 |
8658 | 2024-12-02T16:42:55.843Z | [ recovery-image] Dec 02 16:42:55.061 INFO E| Compiling quote v1.0.37 |
8659 | 2024-12-02T16:42:55.861Z | [ recovery-image] Dec 02 16:42:55.078 INFO E| Compiling duct v0.13.7 |
8660 | 2024-12-02T16:42:56.154Z | [ recovery-image] Dec 02 16:42:55.371 INFO E| Compiling syn v2.0.77 |
8661 | 2024-12-02T16:43:00.024Z | [ recovery-image] Dec 02 16:42:59.241 INFO E| Compiling clap_derive v4.5.13 |
8662 | 2024-12-02T16:43:01.821Z | [ recovery-image] Dec 02 16:43:01.038 INFO E| Compiling clap v4.5.17 |
8663 | 2024-12-02T16:43:01.875Z | [ recovery-image] Dec 02 16:43:01.091 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8664 | 2024-12-02T16:43:02.830Z | [ recovery-image] Dec 02 16:43:02.047 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s |
8665 | 2024-12-02T16:43:02.841Z | [ recovery-image] Dec 02 16:43:02.058 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8666 | 2024-12-02T16:43:02.963Z | [ recovery-image] Dec 02 16:43:02.179 INFO E| Updating crates.io index |
8667 | 2024-12-02T16:43:03.214Z | [ recovery-image] Dec 02 16:43:02.430 INFO E| Downloading crates ... |
8668 | 2024-12-02T16:43:03.270Z | [ recovery-image] Dec 02 16:43:02.486 INFO E| Downloaded bitstruct v0.1.1 |
8669 | 2024-12-02T16:43:03.274Z | [ recovery-image] Dec 02 16:43:02.491 INFO E| Downloaded cpio_reader v0.1.1 |
8670 | 2024-12-02T16:43:03.278Z | [ recovery-image] Dec 02 16:43:02.495 INFO E| Downloaded bit_field v0.10.2 |
8671 | 2024-12-02T16:43:03.280Z | [ recovery-image] Dec 02 16:43:02.496 INFO E| Downloaded bitstruct_derive v0.1.0 |
8672 | 2024-12-02T16:43:03.300Z | [ recovery-image] Dec 02 16:43:02.516 INFO E| Downloaded seq-macro v0.3.5 |
8673 | 2024-12-02T16:43:03.317Z | [ recovery-image] Dec 02 16:43:02.534 INFO E| Downloaded raw-cpuid v10.7.0 |
8674 | 2024-12-02T16:43:03.331Z | [ recovery-image] Dec 02 16:43:02.548 INFO E| Downloaded syn v2.0.85 |
8675 | 2024-12-02T16:43:03.446Z | [ recovery-image] Dec 02 16:43:02.663 INFO E| Downloaded x86 v0.52.0 |
8676 | 2024-12-02T16:43:03.500Z | [ recovery-image] Dec 02 16:43:02.716 INFO E| Updating crates.io index |
8677 | 2024-12-02T16:43:03.565Z | [ recovery-image] Dec 02 16:43:02.781 INFO E| Downloading crates ... |
8678 | 2024-12-02T16:43:03.630Z | [ recovery-image] Dec 02 16:43:02.847 INFO E| Downloaded compiler_builtins v0.1.134 |
8679 | 2024-12-02T16:43:03.707Z | [ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling compiler_builtins v0.1.134 |
8680 | 2024-12-02T16:43:03.707Z | [ recovery-image] Dec 02 16:43:02.924 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) |
8681 | 2024-12-02T16:43:03.710Z | [ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling proc-macro2 v1.0.89 |
8682 | 2024-12-02T16:43:03.710Z | [ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling unicode-ident v1.0.13 |
8683 | 2024-12-02T16:43:03.710Z | [ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling syn v1.0.109 |
8684 | 2024-12-02T16:43:03.710Z | [ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling x86 v0.52.0 |
8685 | 2024-12-02T16:43:03.710Z | [ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8686 | 2024-12-02T16:43:03.710Z | [ recovery-image] Dec 02 16:43:02.924 INFO E| Compiling seq-macro v0.3.5 |
8687 | 2024-12-02T16:43:04.843Z | [ recovery-image] Dec 02 16:43:04.060 INFO E| Compiling quote v1.0.37 |
8688 | 2024-12-02T16:43:05.094Z | [ recovery-image] Dec 02 16:43:04.310 INFO E| Compiling syn v2.0.85 |
8689 | 2024-12-02T16:43:07.534Z | [ recovery-image] Dec 02 16:43:06.750 INFO E| Compiling scroll_derive v0.12.0 |
8690 | 2024-12-02T16:43:09.451Z | [ host-image] Dec 02 16:43:08.667 INFO O| seeding SMF database... |
8691 | 2024-12-02T16:43:09.704Z | [ recovery-image] Dec 02 16:43:08.920 INFO E| Compiling bitstruct_derive v0.1.0 |
8692 | 2024-12-02T16:43:17.107Z | [ host-image] Dec 02 16:43:16.322 INFO O| configuring SMF profile... |
8693 | 2024-12-02T16:43:17.109Z | [ host-image] Dec 02 16:43:16.322 INFO O| modifying shadow(5)... |
8694 | 2024-12-02T16:43:17.109Z | [ host-image] Dec 02 16:43:16.322 INFO O| loading user and group database... |
8695 | 2024-12-02T16:43:17.109Z | [ host-image] Dec 02 16:43:16.322 INFO O| assessing packaged files... |
8696 | 2024-12-02T16:43:19.277Z | [ host-image] Dec 02 16:43:18.492 INFO O| creating archive... |
8697 | 2024-12-02T16:43:19.311Z | [ host-image] Dec 02 16:43:18.526 INFO O| missing from packaging: |
8698 | 2024-12-02T16:43:19.311Z | [ host-image] Dec 02 16:43:18.526 INFO O| "etc/.pwd.lock" |
8699 | 2024-12-02T16:43:19.313Z | [ host-image] Dec 02 16:43:18.526 INFO O| "etc/bash" |
8700 | 2024-12-02T16:43:19.316Z | [ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/generic.xml" |
8701 | 2024-12-02T16:43:19.316Z | [ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/inetd_services.xml" |
8702 | 2024-12-02T16:43:19.316Z | [ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/name_service.xml" |
8703 | 2024-12-02T16:43:19.319Z | [ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/platform.xml" |
8704 | 2024-12-02T16:43:19.319Z | [ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8705 | 2024-12-02T16:43:19.319Z | [ host-image] Dec 02 16:43:18.531 INFO O| "etc/svc/repository.db" |
8706 | 2024-12-02T16:43:19.325Z | [ host-image] Dec 02 16:43:18.540 INFO O| "opt/ooce/share" |
8707 | 2024-12-02T16:43:19.325Z | [ host-image] Dec 02 16:43:18.540 INFO O| "opt/ooce/share/man" |
8708 | 2024-12-02T16:43:19.325Z | [ host-image] Dec 02 16:43:18.540 INFO O| "opt/ooce/share/man/man1" |
8709 | 2024-12-02T16:43:19.334Z | [ host-image] Dec 02 16:43:18.549 INFO O| finishing archive... |
8710 | 2024-12-02T16:43:21.319Z | [ recovery-image] Dec 02 16:43:20.533 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) |
8711 | 2024-12-02T16:43:22.426Z | [ host-image] Dec 02 16:43:21.641 INFO O| creating gzonly manifest... |
8712 | 2024-12-02T16:43:22.438Z | [ host-image] Dec 02 16:43:21.653 INFO O| ok |
8713 | 2024-12-02T16:43:22.556Z | [ host-image] Dec 02 16:43:21.770 INFO image builder template: ramdisk-02-trim... |
8714 | 2024-12-02T16:43:22.556Z | [ host-image] Dec 02 16:43:21.770 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/.tmpcAIMQT/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.301", "-n", "ramdisk-02-trim"], pwd: None |
8715 | 2024-12-02T16:43:22.581Z | [ host-image] Dec 02 16:43:21.796 INFO O| Dec 02 16:43:21.796 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8716 | 2024-12-02T16:43:22.585Z | [ host-image] Dec 02 16:43:21.800 INFO O| Dec 02 16:43:21.800 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8717 | 2024-12-02T16:43:22.705Z | [ host-image] Dec 02 16:43:21.920 INFO O| Dec 02 16:43:21.920 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8718 | 2024-12-02T16:43:22.799Z | [ host-image] Dec 02 16:43:22.013 INFO O| Dec 02 16:43:22.013 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8719 | 2024-12-02T16:43:22.799Z | [ host-image] Dec 02 16:43:22.013 INFO O| Dec 02 16:43:22.013 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8720 | 2024-12-02T16:43:22.805Z | [ host-image] Dec 02 16:43:22.019 INFO O| Dec 02 16:43:22.019 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8721 | 2024-12-02T16:43:22.809Z | [ host-image] Dec 02 16:43:22.024 INFO O| Dec 02 16:43:22.024 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8722 | 2024-12-02T16:43:22.814Z | [ host-image] Dec 02 16:43:22.028 INFO O| Dec 02 16:43:22.028 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8723 | 2024-12-02T16:43:22.994Z | [ recovery-image] Dec 02 16:43:22.209 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) |
8724 | 2024-12-02T16:43:23.137Z | [ host-image] Dec 02 16:43:22.352 INFO O| Dec 02 16:43:22.352 INFO rolled back to input snapshot; work may begin |
8725 | 2024-12-02T16:43:23.138Z | [ host-image] Dec 02 16:43:22.352 INFO O| Dec 02 16:43:22.352 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8726 | 2024-12-02T16:43:23.158Z | [ host-image] Dec 02 16:43:22.372 INFO O| Dec 02 16:43:22.372 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8727 | 2024-12-02T16:43:23.175Z | [ host-image] Dec 02 16:43:22.389 INFO O| Dec 02 16:43:22.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8728 | 2024-12-02T16:43:23.265Z | [ host-image] Dec 02 16:43:22.476 INFO O| Dec 02 16:43:22.476 INFO STEP 0 (remove_files) COMPLETE |
8729 | 2024-12-02T16:43:23.265Z | [ host-image] Dec 02 16:43:22.476 INFO O| Dec 02 16:43:22.476 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8730 | 2024-12-02T16:43:23.274Z | [ host-image] Dec 02 16:43:22.489 INFO O| Dec 02 16:43:22.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8731 | 2024-12-02T16:43:23.277Z | [ host-image] Dec 02 16:43:22.491 INFO O| Dec 02 16:43:22.491 INFO STEP 1 (remove_files) COMPLETE |
8732 | 2024-12-02T16:43:23.277Z | [ host-image] Dec 02 16:43:22.491 INFO O| Dec 02 16:43:22.491 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8733 | 2024-12-02T16:43:23.290Z | [ host-image] Dec 02 16:43:22.503 INFO O| Dec 02 16:43:22.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8734 | 2024-12-02T16:43:23.304Z | [ host-image] Dec 02 16:43:22.519 INFO O| Dec 02 16:43:22.518 INFO STEP 2 (remove_files) COMPLETE |
8735 | 2024-12-02T16:43:23.304Z | [ host-image] Dec 02 16:43:22.519 INFO O| Dec 02 16:43:22.518 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8736 | 2024-12-02T16:43:23.364Z | [ host-image] Dec 02 16:43:22.578 INFO O| Dec 02 16:43:22.578 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8737 | 2024-12-02T16:43:23.367Z | [ host-image] Dec 02 16:43:22.581 INFO O| Dec 02 16:43:22.581 INFO STEP 3 (remove_files) COMPLETE |
8738 | 2024-12-02T16:43:23.367Z | [ host-image] Dec 02 16:43:22.581 INFO O| Dec 02 16:43:22.581 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8739 | 2024-12-02T16:43:23.424Z | [ host-image] Dec 02 16:43:22.639 INFO O| Dec 02 16:43:22.639 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8740 | 2024-12-02T16:43:23.430Z | [ host-image] Dec 02 16:43:22.645 INFO O| Dec 02 16:43:22.645 INFO STEP 4 (remove_files) COMPLETE |
8741 | 2024-12-02T16:43:23.433Z | [ host-image] Dec 02 16:43:22.645 INFO O| Dec 02 16:43:22.645 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8742 | 2024-12-02T16:43:23.448Z | [ host-image] Dec 02 16:43:22.663 INFO O| Dec 02 16:43:22.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8743 | 2024-12-02T16:43:23.452Z | [ host-image] Dec 02 16:43:22.667 INFO O| Dec 02 16:43:22.667 INFO STEP 5 (remove_files) COMPLETE |
8744 | 2024-12-02T16:43:23.452Z | [ host-image] Dec 02 16:43:22.667 INFO O| Dec 02 16:43:22.667 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8745 | 2024-12-02T16:43:23.470Z | [ host-image] Dec 02 16:43:22.684 INFO O| Dec 02 16:43:22.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8746 | 2024-12-02T16:43:23.487Z | [ host-image] Dec 02 16:43:22.701 INFO O| Dec 02 16:43:22.701 INFO STEP 6 (remove_files) COMPLETE |
8747 | 2024-12-02T16:43:23.487Z | [ host-image] Dec 02 16:43:22.701 INFO O| Dec 02 16:43:22.701 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2024-12-02T16:43:23.505Z | [ host-image] Dec 02 16:43:22.718 INFO O| Dec 02 16:43:22.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8749 | 2024-12-02T16:43:23.523Z | [ host-image] Dec 02 16:43:22.738 INFO O| Dec 02 16:43:22.738 INFO STEP 7 (remove_files) COMPLETE |
8750 | 2024-12-02T16:43:23.523Z | [ host-image] Dec 02 16:43:22.738 INFO O| Dec 02 16:43:22.738 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2024-12-02T16:43:23.541Z | [ host-image] Dec 02 16:43:22.755 INFO O| Dec 02 16:43:22.755 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8752 | 2024-12-02T16:43:23.730Z | [ host-image] Dec 02 16:43:22.944 INFO O| Dec 02 16:43:22.944 INFO STEP 8 (remove_files) COMPLETE |
8753 | 2024-12-02T16:43:23.733Z | [ host-image] Dec 02 16:43:22.944 INFO O| Dec 02 16:43:22.944 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2024-12-02T16:43:23.747Z | [ host-image] Dec 02 16:43:22.961 INFO O| Dec 02 16:43:22.961 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8755 | 2024-12-02T16:43:23.870Z | [ host-image] Dec 02 16:43:23.084 INFO O| Dec 02 16:43:23.084 INFO STEP 9 (remove_files) COMPLETE |
8756 | 2024-12-02T16:43:23.870Z | [ host-image] Dec 02 16:43:23.084 INFO O| Dec 02 16:43:23.084 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-12-02T16:43:23.882Z | [ host-image] Dec 02 16:43:23.096 INFO O| Dec 02 16:43:23.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8758 | 2024-12-02T16:43:23.885Z | [ host-image] Dec 02 16:43:23.100 INFO O| Dec 02 16:43:23.100 INFO STEP 10 (remove_files) COMPLETE |
8759 | 2024-12-02T16:43:23.885Z | [ host-image] Dec 02 16:43:23.100 INFO O| Dec 02 16:43:23.100 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-12-02T16:43:23.896Z | [ host-image] Dec 02 16:43:23.111 INFO O| Dec 02 16:43:23.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8761 | 2024-12-02T16:43:23.898Z | [ host-image] Dec 02 16:43:23.111 INFO O| Dec 02 16:43:23.111 INFO STEP 11 (remove_files) COMPLETE |
8762 | 2024-12-02T16:43:23.898Z | [ host-image] Dec 02 16:43:23.111 INFO O| Dec 02 16:43:23.111 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-12-02T16:43:23.907Z | [ host-image] Dec 02 16:43:23.121 INFO O| Dec 02 16:43:23.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8764 | 2024-12-02T16:43:23.910Z | [ host-image] Dec 02 16:43:23.123 INFO O| Dec 02 16:43:23.123 INFO STEP 12 (remove_files) COMPLETE |
8765 | 2024-12-02T16:43:23.910Z | [ host-image] Dec 02 16:43:23.123 INFO O| Dec 02 16:43:23.123 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-12-02T16:43:23.919Z | [ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8767 | 2024-12-02T16:43:23.919Z | [ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8768 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8769 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8770 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8771 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8772 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.134 INFO O| Dec 02 16:43:23.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8773 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.135 INFO O| Dec 02 16:43:23.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8774 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.135 INFO O| Dec 02 16:43:23.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8775 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.135 INFO O| Dec 02 16:43:23.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8776 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.135 INFO O| Dec 02 16:43:23.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8777 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8778 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8779 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8780 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8781 | 2024-12-02T16:43:23.922Z | [ host-image] Dec 02 16:43:23.136 INFO O| Dec 02 16:43:23.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8782 | 2024-12-02T16:43:23.933Z | [ host-image] Dec 02 16:43:23.148 INFO O| Dec 02 16:43:23.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8783 | 2024-12-02T16:43:23.994Z | [ host-image] Dec 02 16:43:23.209 INFO O| Dec 02 16:43:23.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8784 | 2024-12-02T16:43:24.001Z | [ host-image] Dec 02 16:43:23.215 INFO O| Dec 02 16:43:23.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8785 | 2024-12-02T16:43:24.018Z | [ host-image] Dec 02 16:43:23.232 INFO O| Dec 02 16:43:23.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8786 | 2024-12-02T16:43:24.021Z | [ host-image] Dec 02 16:43:23.234 INFO O| Dec 02 16:43:23.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8787 | 2024-12-02T16:43:24.293Z | [ host-image] Dec 02 16:43:23.508 INFO O| Dec 02 16:43:23.508 INFO STEP 13 (remove_files) COMPLETE |
8788 | 2024-12-02T16:43:24.293Z | [ host-image] Dec 02 16:43:23.508 INFO O| Dec 02 16:43:23.508 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8789 | 2024-12-02T16:43:24.304Z | [ host-image] Dec 02 16:43:23.519 INFO O| Dec 02 16:43:23.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8790 | 2024-12-02T16:43:24.307Z | [ host-image] Dec 02 16:43:23.520 INFO O| Dec 02 16:43:23.520 INFO STEP 14 (remove_files) COMPLETE |
8791 | 2024-12-02T16:43:24.307Z | [ host-image] Dec 02 16:43:23.520 INFO O| Dec 02 16:43:23.520 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8792 | 2024-12-02T16:43:24.315Z | [ host-image] Dec 02 16:43:23.530 INFO O| Dec 02 16:43:23.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8793 | 2024-12-02T16:43:24.321Z | [ host-image] Dec 02 16:43:23.536 INFO O| Dec 02 16:43:23.536 INFO STEP 15 (remove_files) COMPLETE |
8794 | 2024-12-02T16:43:24.321Z | [ host-image] Dec 02 16:43:23.536 INFO O| Dec 02 16:43:23.536 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-12-02T16:43:24.331Z | [ host-image] Dec 02 16:43:23.545 INFO O| Dec 02 16:43:23.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8796 | 2024-12-02T16:43:24.333Z | [ host-image] Dec 02 16:43:23.546 INFO O| Dec 02 16:43:23.545 INFO STEP 16 (remove_files) COMPLETE |
8797 | 2024-12-02T16:43:24.333Z | [ host-image] Dec 02 16:43:23.546 INFO O| Dec 02 16:43:23.545 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8798 | 2024-12-02T16:43:24.340Z | [ host-image] Dec 02 16:43:23.555 INFO O| Dec 02 16:43:23.555 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8799 | 2024-12-02T16:43:24.343Z | [ host-image] Dec 02 16:43:23.556 INFO O| Dec 02 16:43:23.556 INFO STEP 17 (remove_files) COMPLETE |
8800 | 2024-12-02T16:43:24.343Z | [ host-image] Dec 02 16:43:23.556 INFO O| Dec 02 16:43:23.556 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8801 | 2024-12-02T16:43:24.351Z | [ host-image] Dec 02 16:43:23.566 INFO O| Dec 02 16:43:23.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8802 | 2024-12-02T16:43:24.353Z | [ host-image] Dec 02 16:43:23.566 INFO O| Dec 02 16:43:23.566 INFO STEP 18 (remove_files) COMPLETE |
8803 | 2024-12-02T16:43:24.354Z | [ host-image] Dec 02 16:43:23.566 INFO O| Dec 02 16:43:23.566 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8804 | 2024-12-02T16:43:24.360Z | [ host-image] Dec 02 16:43:23.575 INFO O| Dec 02 16:43:23.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8805 | 2024-12-02T16:43:24.360Z | [ host-image] Dec 02 16:43:23.575 INFO O| Dec 02 16:43:23.575 INFO STEP 19 (remove_files) COMPLETE |
8806 | 2024-12-02T16:43:24.363Z | [ host-image] Dec 02 16:43:23.575 INFO O| Dec 02 16:43:23.575 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2024-12-02T16:43:24.370Z | [ host-image] Dec 02 16:43:23.584 INFO O| Dec 02 16:43:23.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8808 | 2024-12-02T16:43:24.370Z | [ host-image] Dec 02 16:43:23.584 INFO O| Dec 02 16:43:23.584 INFO STEP 20 (remove_files) COMPLETE |
8809 | 2024-12-02T16:43:24.370Z | [ host-image] Dec 02 16:43:23.584 INFO O| Dec 02 16:43:23.584 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-12-02T16:43:24.379Z | [ host-image] Dec 02 16:43:23.594 INFO O| Dec 02 16:43:23.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8811 | 2024-12-02T16:43:24.379Z | [ host-image] Dec 02 16:43:23.594 INFO O| Dec 02 16:43:23.594 INFO STEP 21 (remove_files) COMPLETE |
8812 | 2024-12-02T16:43:24.382Z | [ host-image] Dec 02 16:43:23.594 INFO O| Dec 02 16:43:23.594 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2024-12-02T16:43:24.389Z | [ host-image] Dec 02 16:43:23.603 INFO O| Dec 02 16:43:23.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8814 | 2024-12-02T16:43:24.389Z | [ host-image] Dec 02 16:43:23.603 INFO O| Dec 02 16:43:23.603 INFO STEP 22 (remove_files) COMPLETE |
8815 | 2024-12-02T16:43:24.389Z | [ host-image] Dec 02 16:43:23.603 INFO O| Dec 02 16:43:23.603 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2024-12-02T16:43:24.398Z | [ host-image] Dec 02 16:43:23.612 INFO O| Dec 02 16:43:23.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8817 | 2024-12-02T16:43:24.398Z | [ host-image] Dec 02 16:43:23.613 INFO O| Dec 02 16:43:23.613 INFO STEP 23 (remove_files) COMPLETE |
8818 | 2024-12-02T16:43:24.398Z | [ host-image] Dec 02 16:43:23.613 INFO O| Dec 02 16:43:23.613 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-12-02T16:43:24.410Z | [ host-image] Dec 02 16:43:23.624 INFO O| Dec 02 16:43:23.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8820 | 2024-12-02T16:43:24.410Z | [ host-image] Dec 02 16:43:23.625 INFO O| Dec 02 16:43:23.625 INFO STEP 24 (remove_files) COMPLETE |
8821 | 2024-12-02T16:43:24.410Z | [ host-image] Dec 02 16:43:23.625 INFO O| Dec 02 16:43:23.625 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-12-02T16:43:24.420Z | [ host-image] Dec 02 16:43:23.634 INFO O| Dec 02 16:43:23.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8823 | 2024-12-02T16:43:24.422Z | [ host-image] Dec 02 16:43:23.634 INFO O| Dec 02 16:43:23.634 INFO STEP 25 (remove_files) COMPLETE |
8824 | 2024-12-02T16:43:24.422Z | [ host-image] Dec 02 16:43:23.634 INFO O| Dec 02 16:43:23.634 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-12-02T16:43:24.430Z | [ host-image] Dec 02 16:43:23.644 INFO O| Dec 02 16:43:23.644 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8826 | 2024-12-02T16:43:24.430Z | [ host-image] Dec 02 16:43:23.644 INFO O| Dec 02 16:43:23.644 INFO STEP 26 (remove_files) COMPLETE |
8827 | 2024-12-02T16:43:24.432Z | [ host-image] Dec 02 16:43:23.644 INFO O| Dec 02 16:43:23.644 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-02T16:43:24.440Z | [ host-image] Dec 02 16:43:23.654 INFO O| Dec 02 16:43:23.654 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8829 | 2024-12-02T16:43:24.440Z | [ host-image] Dec 02 16:43:23.654 INFO O| Dec 02 16:43:23.654 INFO STEP 27 (remove_files) COMPLETE |
8830 | 2024-12-02T16:43:24.440Z | [ host-image] Dec 02 16:43:23.654 INFO O| Dec 02 16:43:23.654 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-02T16:43:24.452Z | [ host-image] Dec 02 16:43:23.666 INFO O| Dec 02 16:43:23.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8832 | 2024-12-02T16:43:24.452Z | [ host-image] Dec 02 16:43:23.666 INFO O| Dec 02 16:43:23.666 INFO STEP 28 (remove_files) COMPLETE |
8833 | 2024-12-02T16:43:24.454Z | [ host-image] Dec 02 16:43:23.666 INFO O| Dec 02 16:43:23.666 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-02T16:43:24.462Z | [ host-image] Dec 02 16:43:23.676 INFO O| Dec 02 16:43:23.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8835 | 2024-12-02T16:43:24.462Z | [ host-image] Dec 02 16:43:23.676 INFO O| Dec 02 16:43:23.676 INFO STEP 29 (remove_files) COMPLETE |
8836 | 2024-12-02T16:43:24.464Z | [ host-image] Dec 02 16:43:23.676 INFO O| Dec 02 16:43:23.676 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-02T16:43:24.471Z | [ host-image] Dec 02 16:43:23.686 INFO O| Dec 02 16:43:23.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8838 | 2024-12-02T16:43:24.471Z | [ host-image] Dec 02 16:43:23.686 INFO O| Dec 02 16:43:23.686 INFO STEP 30 (remove_files) COMPLETE |
8839 | 2024-12-02T16:43:24.471Z | [ host-image] Dec 02 16:43:23.686 INFO O| Dec 02 16:43:23.686 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-02T16:43:24.483Z | [ host-image] Dec 02 16:43:23.698 INFO O| Dec 02 16:43:23.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8841 | 2024-12-02T16:43:24.483Z | [ host-image] Dec 02 16:43:23.698 INFO O| Dec 02 16:43:23.698 INFO STEP 31 (remove_files) COMPLETE |
8842 | 2024-12-02T16:43:24.483Z | [ host-image] Dec 02 16:43:23.698 INFO O| Dec 02 16:43:23.698 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-02T16:43:24.494Z | [ host-image] Dec 02 16:43:23.708 INFO O| Dec 02 16:43:23.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8844 | 2024-12-02T16:43:24.495Z | [ host-image] Dec 02 16:43:23.708 INFO O| Dec 02 16:43:23.708 INFO STEP 32 (remove_files) COMPLETE |
8845 | 2024-12-02T16:43:24.495Z | [ host-image] Dec 02 16:43:23.708 INFO O| Dec 02 16:43:23.708 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-02T16:43:24.505Z | [ host-image] Dec 02 16:43:23.720 INFO O| Dec 02 16:43:23.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8847 | 2024-12-02T16:43:24.505Z | [ host-image] Dec 02 16:43:23.720 INFO O| Dec 02 16:43:23.720 INFO STEP 33 (remove_files) COMPLETE |
8848 | 2024-12-02T16:43:24.505Z | [ host-image] Dec 02 16:43:23.720 INFO O| Dec 02 16:43:23.720 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-02T16:43:24.515Z | [ host-image] Dec 02 16:43:23.730 INFO O| Dec 02 16:43:23.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8850 | 2024-12-02T16:43:24.515Z | [ host-image] Dec 02 16:43:23.730 INFO O| Dec 02 16:43:23.730 INFO STEP 34 (remove_files) COMPLETE |
8851 | 2024-12-02T16:43:24.515Z | [ host-image] Dec 02 16:43:23.730 INFO O| Dec 02 16:43:23.730 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-02T16:43:24.525Z | [ host-image] Dec 02 16:43:23.740 INFO O| Dec 02 16:43:23.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8853 | 2024-12-02T16:43:24.525Z | [ host-image] Dec 02 16:43:23.740 INFO O| Dec 02 16:43:23.740 INFO STEP 35 (remove_files) COMPLETE |
8854 | 2024-12-02T16:43:24.528Z | [ host-image] Dec 02 16:43:23.740 INFO O| Dec 02 16:43:23.740 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-02T16:43:24.534Z | [ host-image] Dec 02 16:43:23.749 INFO O| Dec 02 16:43:23.749 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8856 | 2024-12-02T16:43:24.535Z | [ host-image] Dec 02 16:43:23.749 INFO O| Dec 02 16:43:23.749 INFO STEP 36 (remove_files) COMPLETE |
8857 | 2024-12-02T16:43:24.537Z | [ host-image] Dec 02 16:43:23.749 INFO O| Dec 02 16:43:23.749 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-02T16:43:24.545Z | [ host-image] Dec 02 16:43:23.759 INFO O| Dec 02 16:43:23.759 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8859 | 2024-12-02T16:43:24.545Z | [ host-image] Dec 02 16:43:23.759 INFO O| Dec 02 16:43:23.759 INFO STEP 37 (remove_files) COMPLETE |
8860 | 2024-12-02T16:43:24.545Z | [ host-image] Dec 02 16:43:23.759 INFO O| Dec 02 16:43:23.759 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-02T16:43:24.554Z | [ host-image] Dec 02 16:43:23.769 INFO O| Dec 02 16:43:23.769 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8862 | 2024-12-02T16:43:24.554Z | [ host-image] Dec 02 16:43:23.769 INFO O| Dec 02 16:43:23.769 INFO STEP 38 (remove_files) COMPLETE |
8863 | 2024-12-02T16:43:24.557Z | [ host-image] Dec 02 16:43:23.769 INFO O| Dec 02 16:43:23.769 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-02T16:43:24.563Z | [ host-image] Dec 02 16:43:23.778 INFO O| Dec 02 16:43:23.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8865 | 2024-12-02T16:43:24.564Z | [ host-image] Dec 02 16:43:23.778 INFO O| Dec 02 16:43:23.778 INFO STEP 39 (remove_files) COMPLETE |
8866 | 2024-12-02T16:43:24.564Z | [ host-image] Dec 02 16:43:23.778 INFO O| Dec 02 16:43:23.778 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-02T16:43:24.573Z | [ host-image] Dec 02 16:43:23.787 INFO O| Dec 02 16:43:23.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8868 | 2024-12-02T16:43:24.573Z | [ host-image] Dec 02 16:43:23.788 INFO O| Dec 02 16:43:23.787 INFO STEP 40 (remove_files) COMPLETE |
8869 | 2024-12-02T16:43:24.575Z | [ host-image] Dec 02 16:43:23.788 INFO O| Dec 02 16:43:23.788 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-02T16:43:24.582Z | [ host-image] Dec 02 16:43:23.797 INFO O| Dec 02 16:43:23.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8871 | 2024-12-02T16:43:24.582Z | [ host-image] Dec 02 16:43:23.797 INFO O| Dec 02 16:43:23.797 INFO STEP 41 (remove_files) COMPLETE |
8872 | 2024-12-02T16:43:24.585Z | [ host-image] Dec 02 16:43:23.797 INFO O| Dec 02 16:43:23.797 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-02T16:43:24.592Z | [ host-image] Dec 02 16:43:23.806 INFO O| Dec 02 16:43:23.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8874 | 2024-12-02T16:43:24.592Z | [ host-image] Dec 02 16:43:23.806 INFO O| Dec 02 16:43:23.806 INFO STEP 42 (remove_files) COMPLETE |
8875 | 2024-12-02T16:43:24.594Z | [ host-image] Dec 02 16:43:23.806 INFO O| Dec 02 16:43:23.806 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-02T16:43:24.601Z | [ host-image] Dec 02 16:43:23.816 INFO O| Dec 02 16:43:23.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8877 | 2024-12-02T16:43:24.601Z | [ host-image] Dec 02 16:43:23.816 INFO O| Dec 02 16:43:23.816 INFO STEP 43 (remove_files) COMPLETE |
8878 | 2024-12-02T16:43:24.601Z | [ host-image] Dec 02 16:43:23.816 INFO O| Dec 02 16:43:23.816 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-02T16:43:24.610Z | [ host-image] Dec 02 16:43:23.825 INFO O| Dec 02 16:43:23.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8880 | 2024-12-02T16:43:24.610Z | [ host-image] Dec 02 16:43:23.825 INFO O| Dec 02 16:43:23.825 INFO STEP 44 (remove_files) COMPLETE |
8881 | 2024-12-02T16:43:24.610Z | [ host-image] Dec 02 16:43:23.825 INFO O| Dec 02 16:43:23.825 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-02T16:43:24.620Z | [ host-image] Dec 02 16:43:23.834 INFO O| Dec 02 16:43:23.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8883 | 2024-12-02T16:43:24.620Z | [ host-image] Dec 02 16:43:23.834 INFO O| Dec 02 16:43:23.834 INFO STEP 45 (remove_files) COMPLETE |
8884 | 2024-12-02T16:43:24.623Z | [ host-image] Dec 02 16:43:23.834 INFO O| Dec 02 16:43:23.834 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-02T16:43:24.629Z | [ host-image] Dec 02 16:43:23.844 INFO O| Dec 02 16:43:23.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8886 | 2024-12-02T16:43:24.629Z | [ host-image] Dec 02 16:43:23.844 INFO O| Dec 02 16:43:23.844 INFO STEP 46 (remove_files) COMPLETE |
8887 | 2024-12-02T16:43:24.632Z | [ host-image] Dec 02 16:43:23.844 INFO O| Dec 02 16:43:23.844 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-02T16:43:24.638Z | [ host-image] Dec 02 16:43:23.853 INFO O| Dec 02 16:43:23.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8889 | 2024-12-02T16:43:24.638Z | [ host-image] Dec 02 16:43:23.853 INFO O| Dec 02 16:43:23.853 INFO STEP 47 (remove_files) COMPLETE |
8890 | 2024-12-02T16:43:24.641Z | [ host-image] Dec 02 16:43:23.853 INFO O| Dec 02 16:43:23.853 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-02T16:43:24.648Z | [ host-image] Dec 02 16:43:23.862 INFO O| Dec 02 16:43:23.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8892 | 2024-12-02T16:43:24.648Z | [ host-image] Dec 02 16:43:23.862 INFO O| Dec 02 16:43:23.862 INFO STEP 48 (remove_files) COMPLETE |
8893 | 2024-12-02T16:43:24.648Z | [ host-image] Dec 02 16:43:23.862 INFO O| Dec 02 16:43:23.862 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-02T16:43:24.657Z | [ host-image] Dec 02 16:43:23.872 INFO O| Dec 02 16:43:23.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8895 | 2024-12-02T16:43:24.657Z | [ host-image] Dec 02 16:43:23.872 INFO O| Dec 02 16:43:23.872 INFO STEP 49 (remove_files) COMPLETE |
8896 | 2024-12-02T16:43:24.660Z | [ host-image] Dec 02 16:43:23.872 INFO O| Dec 02 16:43:23.872 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-02T16:43:24.667Z | [ host-image] Dec 02 16:43:23.882 INFO O| Dec 02 16:43:23.881 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8898 | 2024-12-02T16:43:24.667Z | [ host-image] Dec 02 16:43:23.882 INFO O| Dec 02 16:43:23.882 INFO STEP 50 (remove_files) COMPLETE |
8899 | 2024-12-02T16:43:24.669Z | [ host-image] Dec 02 16:43:23.882 INFO O| Dec 02 16:43:23.882 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-02T16:43:24.676Z | [ host-image] Dec 02 16:43:23.891 INFO O| Dec 02 16:43:23.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8901 | 2024-12-02T16:43:24.677Z | [ host-image] Dec 02 16:43:23.891 INFO O| Dec 02 16:43:23.891 INFO STEP 51 (remove_files) COMPLETE |
8902 | 2024-12-02T16:43:24.679Z | [ host-image] Dec 02 16:43:23.891 INFO O| Dec 02 16:43:23.891 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-02T16:43:24.686Z | [ host-image] Dec 02 16:43:23.901 INFO O| Dec 02 16:43:23.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8904 | 2024-12-02T16:43:24.688Z | [ host-image] Dec 02 16:43:23.901 INFO O| Dec 02 16:43:23.901 INFO STEP 52 (remove_files) COMPLETE |
8905 | 2024-12-02T16:43:24.688Z | [ host-image] Dec 02 16:43:23.901 INFO O| Dec 02 16:43:23.901 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-02T16:43:24.695Z | [ host-image] Dec 02 16:43:23.910 INFO O| Dec 02 16:43:23.910 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8907 | 2024-12-02T16:43:24.698Z | [ host-image] Dec 02 16:43:23.910 INFO O| Dec 02 16:43:23.910 INFO STEP 53 (remove_files) COMPLETE |
8908 | 2024-12-02T16:43:24.698Z | [ host-image] Dec 02 16:43:23.910 INFO O| Dec 02 16:43:23.910 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-02T16:43:24.705Z | [ host-image] Dec 02 16:43:23.919 INFO O| Dec 02 16:43:23.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8910 | 2024-12-02T16:43:24.705Z | [ host-image] Dec 02 16:43:23.919 INFO O| Dec 02 16:43:23.919 INFO STEP 54 (remove_files) COMPLETE |
8911 | 2024-12-02T16:43:24.705Z | [ host-image] Dec 02 16:43:23.919 INFO O| Dec 02 16:43:23.919 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-02T16:43:24.714Z | [ host-image] Dec 02 16:43:23.929 INFO O| Dec 02 16:43:23.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8913 | 2024-12-02T16:43:24.714Z | [ host-image] Dec 02 16:43:23.929 INFO O| Dec 02 16:43:23.929 INFO STEP 55 (remove_files) COMPLETE |
8914 | 2024-12-02T16:43:24.717Z | [ host-image] Dec 02 16:43:23.929 INFO O| Dec 02 16:43:23.929 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-02T16:43:24.724Z | [ host-image] Dec 02 16:43:23.938 INFO O| Dec 02 16:43:23.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8916 | 2024-12-02T16:43:24.724Z | [ host-image] Dec 02 16:43:23.938 INFO O| Dec 02 16:43:23.938 INFO STEP 56 (remove_files) COMPLETE |
8917 | 2024-12-02T16:43:24.724Z | [ host-image] Dec 02 16:43:23.938 INFO O| Dec 02 16:43:23.938 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-02T16:43:24.733Z | [ host-image] Dec 02 16:43:23.948 INFO O| Dec 02 16:43:23.948 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8919 | 2024-12-02T16:43:24.733Z | [ host-image] Dec 02 16:43:23.948 INFO O| Dec 02 16:43:23.948 INFO STEP 57 (remove_files) COMPLETE |
8920 | 2024-12-02T16:43:24.733Z | [ host-image] Dec 02 16:43:23.948 INFO O| Dec 02 16:43:23.948 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-02T16:43:24.743Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.957 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8922 | 2024-12-02T16:43:24.743Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8923 | 2024-12-02T16:43:24.745Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8924 | 2024-12-02T16:43:24.745Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8925 | 2024-12-02T16:43:24.746Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8926 | 2024-12-02T16:43:24.746Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8927 | 2024-12-02T16:43:24.746Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO ok! |
8928 | 2024-12-02T16:43:24.746Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO STEP 58 (ensure_file) COMPLETE |
8929 | 2024-12-02T16:43:24.746Z | [ host-image] Dec 02 16:43:23.958 INFO O| Dec 02 16:43:23.958 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-02T16:43:24.753Z | [ host-image] Dec 02 16:43:23.967 INFO O| Dec 02 16:43:23.967 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8931 | 2024-12-02T16:43:24.753Z | [ host-image] Dec 02 16:43:23.967 INFO O| Dec 02 16:43:23.967 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8932 | 2024-12-02T16:43:24.756Z | [ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8933 | 2024-12-02T16:43:24.756Z | [ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8934 | 2024-12-02T16:43:24.756Z | [ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8935 | 2024-12-02T16:43:24.756Z | [ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8936 | 2024-12-02T16:43:24.756Z | [ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO ok! |
8937 | 2024-12-02T16:43:24.756Z | [ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO STEP 59 (ensure_file) COMPLETE |
8938 | 2024-12-02T16:43:24.756Z | [ host-image] Dec 02 16:43:23.968 INFO O| Dec 02 16:43:23.968 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-02T16:43:24.763Z | [ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8940 | 2024-12-02T16:43:24.763Z | [ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8941 | 2024-12-02T16:43:24.765Z | [ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8942 | 2024-12-02T16:43:24.765Z | [ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO ok! |
8943 | 2024-12-02T16:43:24.765Z | [ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO STEP 60 (ensure_file) COMPLETE |
8944 | 2024-12-02T16:43:24.765Z | [ host-image] Dec 02 16:43:23.977 INFO O| Dec 02 16:43:23.977 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-02T16:43:24.772Z | [ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8946 | 2024-12-02T16:43:24.775Z | [ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8947 | 2024-12-02T16:43:24.775Z | [ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8948 | 2024-12-02T16:43:24.775Z | [ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO ok! |
8949 | 2024-12-02T16:43:24.775Z | [ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO STEP 61 (ensure_file) COMPLETE |
8950 | 2024-12-02T16:43:24.775Z | [ host-image] Dec 02 16:43:23.987 INFO O| Dec 02 16:43:23.987 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-02T16:43:24.782Z | [ host-image] Dec 02 16:43:23.996 INFO O| Dec 02 16:43:23.996 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8952 | 2024-12-02T16:43:24.785Z | [ host-image] Dec 02 16:43:23.996 INFO O| Dec 02 16:43:23.996 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8953 | 2024-12-02T16:43:24.785Z | [ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8954 | 2024-12-02T16:43:24.785Z | [ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.997 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8955 | 2024-12-02T16:43:24.785Z | [ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.997 INFO ok! |
8956 | 2024-12-02T16:43:24.785Z | [ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.997 INFO STEP 62 (ensure_file) COMPLETE |
8957 | 2024-12-02T16:43:24.785Z | [ host-image] Dec 02 16:43:23.997 INFO O| Dec 02 16:43:23.997 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8958 | 2024-12-02T16:43:24.793Z | [ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8959 | 2024-12-02T16:43:24.793Z | [ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8960 | 2024-12-02T16:43:24.796Z | [ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8961 | 2024-12-02T16:43:24.796Z | [ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8962 | 2024-12-02T16:43:24.796Z | [ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO ok! |
8963 | 2024-12-02T16:43:24.796Z | [ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO STEP 63 (ensure_file) COMPLETE |
8964 | 2024-12-02T16:43:24.796Z | [ host-image] Dec 02 16:43:24.008 INFO O| Dec 02 16:43:24.008 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2024-12-02T16:43:24.803Z | [ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8966 | 2024-12-02T16:43:24.803Z | [ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8967 | 2024-12-02T16:43:24.805Z | [ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8968 | 2024-12-02T16:43:24.805Z | [ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO ok! |
8969 | 2024-12-02T16:43:24.805Z | [ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO STEP 64 (assemble_files) COMPLETE |
8970 | 2024-12-02T16:43:24.805Z | [ host-image] Dec 02 16:43:24.018 INFO O| Dec 02 16:43:24.018 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2024-12-02T16:43:24.813Z | [ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8972 | 2024-12-02T16:43:24.813Z | [ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8973 | 2024-12-02T16:43:24.816Z | [ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8974 | 2024-12-02T16:43:24.816Z | [ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8975 | 2024-12-02T16:43:24.816Z | [ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO ok! |
8976 | 2024-12-02T16:43:24.816Z | [ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO STEP 65 (ensure_file) COMPLETE |
8977 | 2024-12-02T16:43:24.816Z | [ host-image] Dec 02 16:43:24.027 INFO O| Dec 02 16:43:24.027 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8978 | 2024-12-02T16:43:24.823Z | [ host-image] Dec 02 16:43:24.037 INFO O| Dec 02 16:43:24.037 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8979 | 2024-12-02T16:43:24.825Z | [ host-image] Dec 02 16:43:24.037 INFO O| Dec 02 16:43:24.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8980 | 2024-12-02T16:43:24.825Z | [ host-image] Dec 02 16:43:24.037 INFO O| Dec 02 16:43:24.037 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8981 | 2024-12-02T16:43:24.825Z | [ host-image] Dec 02 16:43:24.037 INFO O| Dec 02 16:43:24.037 INFO STEP 66 (ensure_dir) COMPLETE |
8982 | 2024-12-02T16:43:24.825Z | [ host-image] Dec 02 16:43:24.038 INFO O| Dec 02 16:43:24.037 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-02T16:43:24.832Z | [ host-image] Dec 02 16:43:24.047 INFO O| Dec 02 16:43:24.047 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8984 | 2024-12-02T16:43:24.832Z | [ host-image] Dec 02 16:43:24.047 INFO O| Dec 02 16:43:24.047 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 ... |
8985 | 2024-12-02T16:43:24.839Z | [ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 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 |
8986 | 2024-12-02T16:43:24.839Z | [ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8987 | 2024-12-02T16:43:24.839Z | [ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 INFO ok! |
8988 | 2024-12-02T16:43:24.839Z | [ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 INFO STEP 67 (ensure_file) COMPLETE |
8989 | 2024-12-02T16:43:24.842Z | [ host-image] Dec 02 16:43:24.054 INFO O| Dec 02 16:43:24.054 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-02T16:43:24.849Z | [ host-image] Dec 02 16:43:24.063 INFO O| Dec 02 16:43:24.063 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8991 | 2024-12-02T16:43:24.849Z | [ host-image] Dec 02 16:43:24.063 INFO O| Dec 02 16:43:24.063 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 ... |
8992 | 2024-12-02T16:43:24.852Z | [ host-image] Dec 02 16:43:24.063 INFO O| Dec 02 16:43:24.063 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 |
8993 | 2024-12-02T16:43:24.852Z | [ host-image] Dec 02 16:43:24.063 INFO O| Dec 02 16:43:24.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8994 | 2024-12-02T16:43:24.852Z | [ host-image] Dec 02 16:43:24.064 INFO O| Dec 02 16:43:24.063 INFO ok! |
8995 | 2024-12-02T16:43:24.852Z | [ host-image] Dec 02 16:43:24.064 INFO O| Dec 02 16:43:24.063 INFO STEP 68 (ensure_file) COMPLETE |
8996 | 2024-12-02T16:43:24.852Z | [ host-image] Dec 02 16:43:24.064 INFO O| Dec 02 16:43:24.064 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8997 | 2024-12-02T16:43:24.863Z | [ host-image] Dec 02 16:43:24.077 INFO O| Dec 02 16:43:24.077 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8998 | 2024-12-02T16:43:24.867Z | [ host-image] Dec 02 16:43:24.078 INFO O| Dec 02 16:43:24.077 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8999 | 2024-12-02T16:43:26.320Z | [ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling bitflags v1.3.2 |
9000 | 2024-12-02T16:43:26.320Z | [ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling bit_field v0.10.2 |
9001 | 2024-12-02T16:43:26.320Z | [ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling log v0.4.22 |
9002 | 2024-12-02T16:43:26.320Z | [ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling plain v0.2.3 |
9003 | 2024-12-02T16:43:26.320Z | [ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling adler2 v2.0.0 |
9004 | 2024-12-02T16:43:26.323Z | [ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling scroll v0.12.0 |
9005 | 2024-12-02T16:43:26.323Z | [ recovery-image] Dec 02 16:43:25.534 INFO E| Compiling static_assertions v1.1.0 |
9006 | 2024-12-02T16:43:26.407Z | [ recovery-image] Dec 02 16:43:25.622 INFO E| Compiling raw-cpuid v10.7.0 |
9007 | 2024-12-02T16:43:26.423Z | [ recovery-image] Dec 02 16:43:25.637 INFO E| Compiling cpio_reader v0.1.1 |
9008 | 2024-12-02T16:43:26.511Z | [ recovery-image] Dec 02 16:43:25.725 INFO E| Compiling miniz_oxide v0.8.0 |
9009 | 2024-12-02T16:43:26.571Z | [ recovery-image] Dec 02 16:43:25.785 INFO E| Compiling bitstruct v0.1.1 |
9010 | 2024-12-02T16:43:26.809Z | [ recovery-image] Dec 02 16:43:26.023 INFO E| Compiling goblin v0.8.2 |
9011 | 2024-12-02T16:43:27.428Z | [ host-image] Dec 02 16:43:26.456 INFO O| Dec 02 16:43:26.456 INFO STEP 69 (pack_tar) COMPLETE |
9012 | 2024-12-02T16:43:27.428Z | [ host-image] Dec 02 16:43:26.456 INFO O| Dec 02 16:43:26.456 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9013 | 2024-12-02T16:43:27.432Z | [ host-image] Dec 02 16:43:26.456 INFO O| Dec 02 16:43:26.456 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9014 | 2024-12-02T16:43:27.585Z | [ host-image] Dec 02 16:43:26.799 INFO O| Dec 02 16:43:26.799 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9015 | 2024-12-02T16:43:27.684Z | [ host-image] Dec 02 16:43:26.898 INFO O| Dec 02 16:43:26.898 INFO completed processing gimlet/ramdisk-02-trim |
9016 | 2024-12-02T16:43:27.687Z | [ host-image] Dec 02 16:43:26.901 INFO image builder template: zfs... |
9017 | 2024-12-02T16:43:27.689Z | [ host-image] Dec 02 16:43:26.901 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/.tmpcAIMQT/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.301", "-n", "zfs"], pwd: None |
9018 | 2024-12-02T16:43:27.702Z | [ host-image] Dec 02 16:43:26.916 INFO O| Dec 02 16:43:26.916 INFO skip include "stress" because feature "stress" is not enabled |
9019 | 2024-12-02T16:43:27.740Z | [ host-image] Dec 02 16:43:26.954 INFO O| Dec 02 16:43:26.954 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9020 | 2024-12-02T16:43:27.745Z | [ host-image] Dec 02 16:43:26.959 INFO O| Dec 02 16:43:26.959 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9021 | 2024-12-02T16:43:27.816Z | [ host-image] Dec 02 16:43:27.030 INFO O| Dec 02 16:43:27.030 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9022 | 2024-12-02T16:43:27.892Z | [ host-image] Dec 02 16:43:27.106 INFO O| Dec 02 16:43:27.106 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9023 | 2024-12-02T16:43:27.892Z | [ host-image] Dec 02 16:43:27.106 INFO O| Dec 02 16:43:27.106 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9024 | 2024-12-02T16:43:27.897Z | [ host-image] Dec 02 16:43:27.111 INFO O| Dec 02 16:43:27.111 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9025 | 2024-12-02T16:43:27.979Z | [ host-image] Dec 02 16:43:27.193 INFO O| Dec 02 16:43:27.193 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9026 | 2024-12-02T16:43:28.049Z | [ host-image] Dec 02 16:43:27.262 INFO O| Dec 02 16:43:27.262 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9027 | 2024-12-02T16:43:28.065Z | [ host-image] Dec 02 16:43:27.277 INFO O| Dec 02 16:43:27.277 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9028 | 2024-12-02T16:43:28.072Z | [ host-image] Dec 02 16:43:27.286 INFO O| Dec 02 16:43:27.286 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9029 | 2024-12-02T16:43:28.076Z | [ host-image] Dec 02 16:43:27.286 INFO O| Dec 02 16:43:27.286 INFO no lofi found |
9030 | 2024-12-02T16:43:28.076Z | [ host-image] Dec 02 16:43:27.286 INFO O| Dec 02 16:43:27.286 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9031 | 2024-12-02T16:43:28.076Z | [ host-image] Dec 02 16:43:27.286 INFO O| Dec 02 16:43:27.286 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9032 | 2024-12-02T16:43:29.794Z | [ host-image] Dec 02 16:43:29.008 INFO O| Dec 02 16:43:29.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
9033 | 2024-12-02T16:43:29.794Z | [ host-image] Dec 02 16:43:29.008 INFO O| Dec 02 16:43:29.008 INFO pool device = /dev/dsk/c2t1d0p0 |
9034 | 2024-12-02T16:43:29.797Z | [ host-image] Dec 02 16:43:29.008 INFO O| Dec 02 16:43:29.008 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"] |
9035 | 2024-12-02T16:43:29.869Z | [ host-image] Dec 02 16:43:29.083 INFO O| Dec 02 16:43:29.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9036 | 2024-12-02T16:43:29.869Z | [ host-image] Dec 02 16:43:29.083 INFO O| Dec 02 16:43:29.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9037 | 2024-12-02T16:43:29.892Z | [ host-image] Dec 02 16:43:29.106 INFO O| Dec 02 16:43:29.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9038 | 2024-12-02T16:43:29.951Z | [ host-image] Dec 02 16:43:29.165 INFO O| Dec 02 16:43:29.165 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9039 | 2024-12-02T16:43:29.998Z | [ host-image] Dec 02 16:43:29.212 INFO O| Dec 02 16:43:29.212 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9040 | 2024-12-02T16:43:30.012Z | [ host-image] Dec 02 16:43:29.226 INFO O| Dec 02 16:43:29.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9041 | 2024-12-02T16:43:30.023Z | [ host-image] Dec 02 16:43:29.236 INFO O| Dec 02 16:43:29.236 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9042 | 2024-12-02T16:43:30.068Z | [ host-image] Dec 02 16:43:29.282 INFO O| Dec 02 16:43:29.282 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9043 | 2024-12-02T16:43:30.068Z | [ host-image] Dec 02 16:43:29.282 INFO O| Dec 02 16:43:29.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9044 | 2024-12-02T16:43:30.072Z | [ host-image] Dec 02 16:43:29.282 INFO O| Dec 02 16:43:29.282 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9045 | 2024-12-02T16:43:30.077Z | [ host-image] Dec 02 16:43:29.291 INFO O| Dec 02 16:43:29.291 INFO boot environment UUID: 865a084d-cd88-46e4-b36c-42c4d50f0185 |
9046 | 2024-12-02T16:43:30.079Z | [ host-image] Dec 02 16:43:29.291 INFO O| Dec 02 16:43:29.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 865a084d-cd88-46e4-b36c-42c4d50f0185 |
9047 | 2024-12-02T16:43:30.087Z | [ host-image] Dec 02 16:43:29.301 INFO O| Dec 02 16:43:29.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9048 | 2024-12-02T16:43:30.097Z | [ host-image] Dec 02 16:43:29.311 INFO O| Dec 02 16:43:29.311 INFO STEP 0 (create_be) COMPLETE |
9049 | 2024-12-02T16:43:30.097Z | [ host-image] Dec 02 16:43:29.311 INFO O| Dec 02 16:43:29.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9050 | 2024-12-02T16:43:30.113Z | [ host-image] Dec 02 16:43:29.327 INFO O| Dec 02 16:43:29.326 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9051 | 2024-12-02T16:43:34.011Z | [ recovery-image] Dec 02 16:43:33.223 INFO E| Finished `release` profile [optimized] target(s) in 31.15s |
9052 | 2024-12-02T16:43:34.037Z | [ recovery-image] Dec 02 16:43:33.251 INFO building host image... |
9053 | 2024-12-02T16:43:34.040Z | [ recovery-image] Dec 02 16:43:33.251 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") |
9054 | 2024-12-02T16:43:34.723Z | [ recovery-image] Dec 02 16:43:33.936 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9055 | 2024-12-02T16:43:36.633Z | [ recovery-image] Dec 02 16:43:35.846 INFO image complete! materials are in "/work/os-recovery" |
9056 | 2024-12-02T16:43:36.637Z | [ recovery-image] |
9057 | 2024-12-02T16:43:36.637Z | [ recovery-image] real 8:00.103138539 |
9058 | 2024-12-02T16:43:36.637Z | [ recovery-image] user 5:33.763694886 |
9059 | 2024-12-02T16:43:36.637Z | [ recovery-image] sys 45.757168545 |
9060 | 2024-12-02T16:43:36.637Z | [ recovery-image] trap 0.222088594 |
9061 | 2024-12-02T16:43:36.637Z | [ recovery-image] tflt 0.238428960 |
9062 | 2024-12-02T16:43:36.637Z | [ recovery-image] dflt 1.016816903 |
9063 | 2024-12-02T16:43:36.637Z | [ recovery-image] kflt 0.000066003 |
9064 | 2024-12-02T16:43:36.637Z | [ recovery-image] lock 8:54.571543244 |
9065 | 2024-12-02T16:43:36.637Z | [ recovery-image] slp 48:19.688136610 |
9066 | 2024-12-02T16:43:36.637Z | [ recovery-image] lat 1:27.002843690 |
9067 | 2024-12-02T16:43:36.637Z | [ recovery-image] stop 2.750419797 |
9068 | 2024-12-02T16:43:36.640Z | Dec 02 16:43:35.850 INFO [recovery-image] process exited with exit status: 0 (480.183700759s) |
9069 | 2024-12-02T16:43:47.727Z | [ host-image] Dec 02 16:43:46.939 INFO O| Dec 02 16:43:46.939 INFO STEP 1 (unpack_tar) COMPLETE |
9070 | 2024-12-02T16:43:47.727Z | [ host-image] Dec 02 16:43:46.939 INFO O| Dec 02 16:43:46.939 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9071 | 2024-12-02T16:43:47.737Z | [ host-image] Dec 02 16:43:46.949 INFO O| Dec 02 16:43:46.949 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9072 | 2024-12-02T16:43:48.233Z | [ host-image] Dec 02 16:43:47.445 INFO O| Dec 02 16:43:47.445 INFO STEP 2 (devfsadm) COMPLETE |
9073 | 2024-12-02T16:43:48.235Z | [ host-image] Dec 02 16:43:47.445 INFO O| Dec 02 16:43:47.445 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9074 | 2024-12-02T16:43:48.244Z | [ host-image] Dec 02 16:43:47.456 INFO O| Dec 02 16:43:47.456 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9075 | 2024-12-02T16:43:48.246Z | [ host-image] Dec 02 16:43:47.456 INFO O| Dec 02 16:43:47.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9076 | 2024-12-02T16:43:48.247Z | [ host-image] Dec 02 16:43:47.456 INFO O| Dec 02 16:43:47.456 INFO STEP 3 (ensure_dir) COMPLETE |
9077 | 2024-12-02T16:43:48.247Z | [ host-image] Dec 02 16:43:47.456 INFO O| Dec 02 16:43:47.456 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9078 | 2024-12-02T16:43:48.253Z | [ host-image] Dec 02 16:43:47.465 INFO O| Dec 02 16:43:47.465 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9079 | 2024-12-02T16:43:48.253Z | [ host-image] Dec 02 16:43:47.465 INFO O| Dec 02 16:43:47.465 INFO STEP 4 (ensure_dir) COMPLETE |
9080 | 2024-12-02T16:43:48.256Z | [ host-image] Dec 02 16:43:47.465 INFO O| Dec 02 16:43:47.465 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9081 | 2024-12-02T16:43:48.264Z | [ host-image] Dec 02 16:43:47.476 INFO O| Dec 02 16:43:47.476 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9082 | 2024-12-02T16:43:48.264Z | [ host-image] Dec 02 16:43:47.476 INFO O| Dec 02 16:43:47.476 INFO STEP 5 (ensure_dir) COMPLETE |
9083 | 2024-12-02T16:43:48.264Z | [ host-image] Dec 02 16:43:47.476 INFO O| Dec 02 16:43:47.476 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9084 | 2024-12-02T16:43:48.277Z | [ host-image] Dec 02 16:43:47.488 INFO O| Dec 02 16:43:47.488 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9085 | 2024-12-02T16:43:48.277Z | [ host-image] Dec 02 16:43:47.488 INFO O| Dec 02 16:43:47.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9086 | 2024-12-02T16:43:48.277Z | [ host-image] Dec 02 16:43:47.488 INFO O| Dec 02 16:43:47.488 INFO STEP 6 (ensure_dir) COMPLETE |
9087 | 2024-12-02T16:43:48.280Z | [ host-image] Dec 02 16:43:47.488 INFO O| Dec 02 16:43:47.488 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9088 | 2024-12-02T16:43:48.286Z | [ host-image] Dec 02 16:43:47.498 INFO O| Dec 02 16:43:47.498 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9089 | 2024-12-02T16:43:48.286Z | [ host-image] Dec 02 16:43:47.498 INFO O| Dec 02 16:43:47.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9090 | 2024-12-02T16:43:48.289Z | [ host-image] Dec 02 16:43:47.498 INFO O| Dec 02 16:43:47.498 INFO STEP 7 (ensure_dir) COMPLETE |
9091 | 2024-12-02T16:43:48.289Z | [ host-image] Dec 02 16:43:47.498 INFO O| Dec 02 16:43:47.498 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9092 | 2024-12-02T16:43:48.296Z | [ host-image] Dec 02 16:43:47.508 INFO O| Dec 02 16:43:47.508 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9093 | 2024-12-02T16:43:48.299Z | [ host-image] Dec 02 16:43:47.508 INFO O| Dec 02 16:43:47.508 INFO STEP 8 (remove_files) COMPLETE |
9094 | 2024-12-02T16:43:48.299Z | [ host-image] Dec 02 16:43:47.508 INFO O| Dec 02 16:43:47.508 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9095 | 2024-12-02T16:43:48.305Z | [ host-image] Dec 02 16:43:47.518 INFO O| Dec 02 16:43:47.517 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9096 | 2024-12-02T16:43:48.308Z | [ host-image] Dec 02 16:43:47.518 INFO O| Dec 02 16:43:47.518 INFO STEP 9 (remove_files) COMPLETE |
9097 | 2024-12-02T16:43:48.308Z | [ host-image] Dec 02 16:43:47.518 INFO O| Dec 02 16:43:47.518 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9098 | 2024-12-02T16:43:48.315Z | [ host-image] Dec 02 16:43:47.527 INFO O| Dec 02 16:43:47.527 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9099 | 2024-12-02T16:43:48.318Z | [ host-image] Dec 02 16:43:47.528 INFO O| Dec 02 16:43:47.528 INFO STEP 10 (remove_files) COMPLETE |
9100 | 2024-12-02T16:43:48.318Z | [ host-image] Dec 02 16:43:47.528 INFO O| Dec 02 16:43:47.528 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9101 | 2024-12-02T16:43:48.325Z | [ host-image] Dec 02 16:43:47.537 INFO O| Dec 02 16:43:47.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9102 | 2024-12-02T16:43:48.328Z | [ host-image] Dec 02 16:43:47.537 INFO O| Dec 02 16:43:47.537 INFO STEP 11 (remove_files) COMPLETE |
9103 | 2024-12-02T16:43:48.328Z | [ host-image] Dec 02 16:43:47.537 INFO O| Dec 02 16:43:47.537 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9104 | 2024-12-02T16:43:48.335Z | [ host-image] Dec 02 16:43:47.547 INFO O| Dec 02 16:43:47.547 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9105 | 2024-12-02T16:43:48.338Z | [ host-image] Dec 02 16:43:47.547 INFO O| Dec 02 16:43:47.547 INFO STEP 12 (remove_files) COMPLETE |
9106 | 2024-12-02T16:43:48.338Z | [ host-image] Dec 02 16:43:47.547 INFO O| Dec 02 16:43:47.547 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9107 | 2024-12-02T16:43:48.344Z | [ host-image] Dec 02 16:43:47.557 INFO O| Dec 02 16:43:47.556 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9108 | 2024-12-02T16:43:48.344Z | [ host-image] Dec 02 16:43:47.557 INFO O| Dec 02 16:43:47.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9109 | 2024-12-02T16:43:48.347Z | [ host-image] Dec 02 16:43:47.557 INFO O| Dec 02 16:43:47.557 INFO STEP 13 (ensure_dir) COMPLETE |
9110 | 2024-12-02T16:43:48.347Z | [ host-image] Dec 02 16:43:47.557 INFO O| Dec 02 16:43:47.557 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9111 | 2024-12-02T16:43:48.354Z | [ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9112 | 2024-12-02T16:43:48.356Z | [ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9113 | 2024-12-02T16:43:48.357Z | [ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9114 | 2024-12-02T16:43:48.357Z | [ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO STEP 14 (ensure_dir) COMPLETE |
9115 | 2024-12-02T16:43:48.357Z | [ host-image] Dec 02 16:43:47.566 INFO O| Dec 02 16:43:47.566 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9116 | 2024-12-02T16:43:48.363Z | [ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9117 | 2024-12-02T16:43:48.363Z | [ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9118 | 2024-12-02T16:43:48.365Z | [ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9119 | 2024-12-02T16:43:48.365Z | [ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO STEP 15 (ensure_dir) COMPLETE |
9120 | 2024-12-02T16:43:48.366Z | [ host-image] Dec 02 16:43:47.575 INFO O| Dec 02 16:43:47.575 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9121 | 2024-12-02T16:43:48.372Z | [ host-image] Dec 02 16:43:47.585 INFO O| Dec 02 16:43:47.585 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9122 | 2024-12-02T16:43:48.372Z | [ host-image] Dec 02 16:43:47.585 INFO O| Dec 02 16:43:47.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9123 | 2024-12-02T16:43:48.375Z | [ host-image] Dec 02 16:43:47.585 INFO O| Dec 02 16:43:47.585 INFO STEP 16 (ensure_dir) COMPLETE |
9124 | 2024-12-02T16:43:48.375Z | [ host-image] Dec 02 16:43:47.585 INFO O| Dec 02 16:43:47.585 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9125 | 2024-12-02T16:43:48.382Z | [ host-image] Dec 02 16:43:47.594 INFO O| Dec 02 16:43:47.594 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9126 | 2024-12-02T16:43:48.382Z | [ host-image] Dec 02 16:43:47.594 INFO O| Dec 02 16:43:47.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9127 | 2024-12-02T16:43:48.382Z | [ host-image] Dec 02 16:43:47.594 INFO O| Dec 02 16:43:47.594 INFO STEP 17 (ensure_dir) COMPLETE |
9128 | 2024-12-02T16:43:48.384Z | [ host-image] Dec 02 16:43:47.594 INFO O| Dec 02 16:43:47.594 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9129 | 2024-12-02T16:43:48.392Z | [ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9130 | 2024-12-02T16:43:48.392Z | [ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9131 | 2024-12-02T16:43:48.394Z | [ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO ok! |
9132 | 2024-12-02T16:43:48.394Z | [ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO STEP 18 (ensure_symlink) COMPLETE |
9133 | 2024-12-02T16:43:48.394Z | [ host-image] Dec 02 16:43:47.604 INFO O| Dec 02 16:43:47.604 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9134 | 2024-12-02T16:43:48.401Z | [ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9135 | 2024-12-02T16:43:48.402Z | [ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9136 | 2024-12-02T16:43:48.405Z | [ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO ok! |
9137 | 2024-12-02T16:43:48.405Z | [ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO STEP 19 (ensure_file) COMPLETE |
9138 | 2024-12-02T16:43:48.405Z | [ host-image] Dec 02 16:43:47.614 INFO O| Dec 02 16:43:47.614 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9139 | 2024-12-02T16:43:48.412Z | [ host-image] Dec 02 16:43:47.623 INFO O| Dec 02 16:43:47.623 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9140 | 2024-12-02T16:43:48.415Z | [ host-image] Dec 02 16:43:47.623 INFO O| Dec 02 16:43:47.623 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9141 | 2024-12-02T16:43:48.415Z | [ host-image] Dec 02 16:43:47.624 INFO O| Dec 02 16:43:47.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9142 | 2024-12-02T16:43:48.415Z | [ host-image] Dec 02 16:43:47.624 INFO O| Dec 02 16:43:47.624 INFO ok! |
9143 | 2024-12-02T16:43:48.415Z | [ host-image] Dec 02 16:43:47.624 INFO O| Dec 02 16:43:47.624 INFO STEP 20 (ensure_symlink) COMPLETE |
9144 | 2024-12-02T16:43:48.415Z | [ host-image] Dec 02 16:43:47.624 INFO O| Dec 02 16:43:47.624 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9145 | 2024-12-02T16:43:48.421Z | [ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9146 | 2024-12-02T16:43:48.421Z | [ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9147 | 2024-12-02T16:43:48.421Z | [ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9148 | 2024-12-02T16:43:48.424Z | [ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO ok! |
9149 | 2024-12-02T16:43:48.424Z | [ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO STEP 21 (ensure_symlink) COMPLETE |
9150 | 2024-12-02T16:43:48.424Z | [ host-image] Dec 02 16:43:47.634 INFO O| Dec 02 16:43:47.634 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9151 | 2024-12-02T16:43:48.431Z | [ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9152 | 2024-12-02T16:43:48.433Z | [ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9153 | 2024-12-02T16:43:48.433Z | [ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9154 | 2024-12-02T16:43:48.433Z | [ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO ok! |
9155 | 2024-12-02T16:43:48.433Z | [ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO STEP 22 (ensure_symlink) COMPLETE |
9156 | 2024-12-02T16:43:48.433Z | [ host-image] Dec 02 16:43:47.643 INFO O| Dec 02 16:43:47.643 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9157 | 2024-12-02T16:43:48.440Z | [ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9158 | 2024-12-02T16:43:48.442Z | [ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9159 | 2024-12-02T16:43:48.443Z | [ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9160 | 2024-12-02T16:43:48.443Z | [ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO ok! |
9161 | 2024-12-02T16:43:48.443Z | [ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO STEP 23 (ensure_symlink) COMPLETE |
9162 | 2024-12-02T16:43:48.443Z | [ host-image] Dec 02 16:43:47.652 INFO O| Dec 02 16:43:47.652 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9163 | 2024-12-02T16:43:48.450Z | [ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9164 | 2024-12-02T16:43:48.453Z | [ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9165 | 2024-12-02T16:43:48.453Z | [ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9166 | 2024-12-02T16:43:48.453Z | [ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO ok! |
9167 | 2024-12-02T16:43:48.453Z | [ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO STEP 24 (ensure_file) COMPLETE |
9168 | 2024-12-02T16:43:48.453Z | [ host-image] Dec 02 16:43:47.662 INFO O| Dec 02 16:43:47.662 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9169 | 2024-12-02T16:43:48.460Z | [ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO updating shadow file |
9170 | 2024-12-02T16:43:48.462Z | [ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9171 | 2024-12-02T16:43:48.462Z | [ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9172 | 2024-12-02T16:43:48.462Z | [ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO STEP 25 (shadow) COMPLETE |
9173 | 2024-12-02T16:43:48.463Z | [ host-image] Dec 02 16:43:47.672 INFO O| Dec 02 16:43:47.672 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9174 | 2024-12-02T16:43:48.469Z | [ host-image] Dec 02 16:43:47.681 INFO O| Dec 02 16:43:47.681 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9175 | 2024-12-02T16:43:48.472Z | [ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9176 | 2024-12-02T16:43:48.472Z | [ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9177 | 2024-12-02T16:43:48.472Z | [ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO ok! |
9178 | 2024-12-02T16:43:48.472Z | [ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO STEP 26 (ensure_file) COMPLETE |
9179 | 2024-12-02T16:43:48.472Z | [ host-image] Dec 02 16:43:47.682 INFO O| Dec 02 16:43:47.682 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9180 | 2024-12-02T16:43:48.479Z | [ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9181 | 2024-12-02T16:43:48.479Z | [ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9182 | 2024-12-02T16:43:48.481Z | [ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9183 | 2024-12-02T16:43:48.481Z | [ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO ok! |
9184 | 2024-12-02T16:43:48.481Z | [ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO STEP 27 (ensure_file) COMPLETE |
9185 | 2024-12-02T16:43:48.481Z | [ host-image] Dec 02 16:43:47.691 INFO O| Dec 02 16:43:47.691 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9186 | 2024-12-02T16:43:48.489Z | [ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9187 | 2024-12-02T16:43:48.489Z | [ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9188 | 2024-12-02T16:43:48.492Z | [ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9189 | 2024-12-02T16:43:48.492Z | [ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9190 | 2024-12-02T16:43:48.492Z | [ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO ok! |
9191 | 2024-12-02T16:43:48.492Z | [ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO STEP 28 (ensure_file) COMPLETE |
9192 | 2024-12-02T16:43:48.492Z | [ host-image] Dec 02 16:43:47.701 INFO O| Dec 02 16:43:47.701 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9193 | 2024-12-02T16:43:48.499Z | [ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9194 | 2024-12-02T16:43:48.502Z | [ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9195 | 2024-12-02T16:43:48.502Z | [ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9196 | 2024-12-02T16:43:48.502Z | [ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO ok! |
9197 | 2024-12-02T16:43:48.502Z | [ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO STEP 29 (ensure_file) COMPLETE |
9198 | 2024-12-02T16:43:48.502Z | [ host-image] Dec 02 16:43:47.711 INFO O| Dec 02 16:43:47.711 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9199 | 2024-12-02T16:43:48.509Z | [ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9200 | 2024-12-02T16:43:48.511Z | [ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9201 | 2024-12-02T16:43:48.511Z | [ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9202 | 2024-12-02T16:43:48.511Z | [ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO ok! |
9203 | 2024-12-02T16:43:48.511Z | [ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO STEP 30 (ensure_file) COMPLETE |
9204 | 2024-12-02T16:43:48.511Z | [ host-image] Dec 02 16:43:47.721 INFO O| Dec 02 16:43:47.721 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9205 | 2024-12-02T16:43:48.519Z | [ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9206 | 2024-12-02T16:43:48.521Z | [ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9207 | 2024-12-02T16:43:48.521Z | [ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9208 | 2024-12-02T16:43:48.521Z | [ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9209 | 2024-12-02T16:43:48.521Z | [ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO ok! |
9210 | 2024-12-02T16:43:48.521Z | [ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO STEP 31 (ensure_file) COMPLETE |
9211 | 2024-12-02T16:43:48.521Z | [ host-image] Dec 02 16:43:47.731 INFO O| Dec 02 16:43:47.731 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9212 | 2024-12-02T16:43:48.528Z | [ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9213 | 2024-12-02T16:43:48.529Z | [ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9214 | 2024-12-02T16:43:48.531Z | [ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9215 | 2024-12-02T16:43:48.531Z | [ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO ok! |
9216 | 2024-12-02T16:43:48.531Z | [ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO STEP 32 (ensure_file) COMPLETE |
9217 | 2024-12-02T16:43:48.531Z | [ host-image] Dec 02 16:43:47.741 INFO O| Dec 02 16:43:47.741 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9218 | 2024-12-02T16:43:48.538Z | [ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9219 | 2024-12-02T16:43:48.538Z | [ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9220 | 2024-12-02T16:43:48.541Z | [ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9221 | 2024-12-02T16:43:48.541Z | [ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO ok! |
9222 | 2024-12-02T16:43:48.541Z | [ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO STEP 33 (ensure_file) COMPLETE |
9223 | 2024-12-02T16:43:48.541Z | [ host-image] Dec 02 16:43:47.750 INFO O| Dec 02 16:43:47.750 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9224 | 2024-12-02T16:43:48.547Z | [ host-image] Dec 02 16:43:47.759 INFO O| Dec 02 16:43:47.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9225 | 2024-12-02T16:43:48.547Z | [ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9226 | 2024-12-02T16:43:48.551Z | [ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9227 | 2024-12-02T16:43:48.551Z | [ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9228 | 2024-12-02T16:43:48.551Z | [ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9229 | 2024-12-02T16:43:48.551Z | [ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9230 | 2024-12-02T16:43:48.551Z | [ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO ok! |
9231 | 2024-12-02T16:43:48.551Z | [ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO STEP 34 (ensure_file) COMPLETE |
9232 | 2024-12-02T16:43:48.551Z | [ host-image] Dec 02 16:43:47.760 INFO O| Dec 02 16:43:47.760 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9233 | 2024-12-02T16:43:48.557Z | [ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9234 | 2024-12-02T16:43:48.560Z | [ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9235 | 2024-12-02T16:43:48.560Z | [ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9236 | 2024-12-02T16:43:48.560Z | [ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO STEP 35 (ensure_dir) COMPLETE |
9237 | 2024-12-02T16:43:48.560Z | [ host-image] Dec 02 16:43:47.769 INFO O| Dec 02 16:43:47.769 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9238 | 2024-12-02T16:43:48.567Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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 |
9239 | 2024-12-02T16:43:48.567Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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 ... |
9240 | 2024-12-02T16:43:48.571Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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 |
9241 | 2024-12-02T16:43:48.571Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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 |
9242 | 2024-12-02T16:43:48.571Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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 |
9243 | 2024-12-02T16:43:48.571Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 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 |
9244 | 2024-12-02T16:43:48.571Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 INFO ok! |
9245 | 2024-12-02T16:43:48.571Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 INFO STEP 36 (ensure_file) COMPLETE |
9246 | 2024-12-02T16:43:48.571Z | [ host-image] Dec 02 16:43:47.779 INFO O| Dec 02 16:43:47.779 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9247 | 2024-12-02T16:43:48.576Z | [ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9248 | 2024-12-02T16:43:48.576Z | [ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 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 ... |
9249 | 2024-12-02T16:43:48.580Z | [ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9250 | 2024-12-02T16:43:48.580Z | [ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO ok! |
9251 | 2024-12-02T16:43:48.580Z | [ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO STEP 37 (ensure_symlink) COMPLETE |
9252 | 2024-12-02T16:43:48.580Z | [ host-image] Dec 02 16:43:47.789 INFO O| Dec 02 16:43:47.789 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9253 | 2024-12-02T16:43:48.586Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9254 | 2024-12-02T16:43:48.586Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9255 | 2024-12-02T16:43:48.590Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9256 | 2024-12-02T16:43:48.590Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9257 | 2024-12-02T16:43:48.590Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9258 | 2024-12-02T16:43:48.590Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9259 | 2024-12-02T16:43:48.590Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO ok! |
9260 | 2024-12-02T16:43:48.590Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO STEP 38 (ensure_file) COMPLETE |
9261 | 2024-12-02T16:43:48.590Z | [ host-image] Dec 02 16:43:47.798 INFO O| Dec 02 16:43:47.798 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9262 | 2024-12-02T16:43:48.595Z | [ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9263 | 2024-12-02T16:43:48.595Z | [ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 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 ... |
9264 | 2024-12-02T16:43:48.598Z | [ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 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 |
9265 | 2024-12-02T16:43:48.598Z | [ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9266 | 2024-12-02T16:43:48.598Z | [ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO ok! |
9267 | 2024-12-02T16:43:48.598Z | [ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO STEP 39 (ensure_file) COMPLETE |
9268 | 2024-12-02T16:43:48.598Z | [ host-image] Dec 02 16:43:47.807 INFO O| Dec 02 16:43:47.807 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9269 | 2024-12-02T16:43:48.604Z | [ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9270 | 2024-12-02T16:43:48.604Z | [ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9271 | 2024-12-02T16:43:48.608Z | [ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9272 | 2024-12-02T16:43:48.608Z | [ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO ok! |
9273 | 2024-12-02T16:43:48.608Z | [ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO STEP 40 (ensure_file) COMPLETE |
9274 | 2024-12-02T16:43:48.608Z | [ host-image] Dec 02 16:43:47.817 INFO O| Dec 02 16:43:47.817 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9275 | 2024-12-02T16:43:48.614Z | [ host-image] Dec 02 16:43:47.826 INFO O| Dec 02 16:43:47.826 INFO updating shadow file |
9276 | 2024-12-02T16:43:48.616Z | [ host-image] Dec 02 16:43:47.826 INFO O| Dec 02 16:43:47.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9277 | 2024-12-02T16:43:48.616Z | [ host-image] Dec 02 16:43:47.826 INFO O| Dec 02 16:43:47.826 INFO STEP 41 (shadow) COMPLETE |
9278 | 2024-12-02T16:43:48.616Z | [ host-image] Dec 02 16:43:47.826 INFO O| Dec 02 16:43:47.826 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9279 | 2024-12-02T16:43:48.623Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9280 | 2024-12-02T16:43:48.623Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9281 | 2024-12-02T16:43:48.626Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9282 | 2024-12-02T16:43:48.626Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9283 | 2024-12-02T16:43:48.626Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO ok! |
9284 | 2024-12-02T16:43:48.626Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO STEP 42 (ensure_file) COMPLETE |
9285 | 2024-12-02T16:43:48.627Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9286 | 2024-12-02T16:43:48.627Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO skip step because feature "mfg" is not enabled |
9287 | 2024-12-02T16:43:48.627Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9288 | 2024-12-02T16:43:48.627Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO skip step because feature "mfg" is not enabled |
9289 | 2024-12-02T16:43:48.627Z | [ host-image] Dec 02 16:43:47.836 INFO O| Dec 02 16:43:47.836 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9290 | 2024-12-02T16:43:48.633Z | [ host-image] Dec 02 16:43:47.845 INFO O| Dec 02 16:43:47.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9291 | 2024-12-02T16:43:48.633Z | [ host-image] Dec 02 16:43:47.845 INFO O| Dec 02 16:43:47.845 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9292 | 2024-12-02T16:43:49.274Z | [ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9293 | 2024-12-02T16:43:49.274Z | [ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9294 | 2024-12-02T16:43:49.275Z | [ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO ok! |
9295 | 2024-12-02T16:43:49.275Z | [ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO STEP 45 (ensure_file) COMPLETE |
9296 | 2024-12-02T16:43:49.278Z | [ host-image] Dec 02 16:43:48.486 INFO O| Dec 02 16:43:48.486 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9297 | 2024-12-02T16:43:49.285Z | [ host-image] Dec 02 16:43:48.497 INFO O| Dec 02 16:43:48.497 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9298 | 2024-12-02T16:43:49.288Z | [ host-image] Dec 02 16:43:48.497 INFO O| Dec 02 16:43:48.497 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9299 | 2024-12-02T16:43:49.288Z | [ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9300 | 2024-12-02T16:43:49.288Z | [ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9301 | 2024-12-02T16:43:49.289Z | [ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9302 | 2024-12-02T16:43:49.289Z | [ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9303 | 2024-12-02T16:43:49.289Z | [ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO ok! |
9304 | 2024-12-02T16:43:49.289Z | [ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO STEP 46 (ensure_file) COMPLETE |
9305 | 2024-12-02T16:43:49.289Z | [ host-image] Dec 02 16:43:48.498 INFO O| Dec 02 16:43:48.498 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9306 | 2024-12-02T16:43:49.295Z | [ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9307 | 2024-12-02T16:43:49.298Z | [ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 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 ... |
9308 | 2024-12-02T16:43:49.298Z | [ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 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 |
9309 | 2024-12-02T16:43:49.298Z | [ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9310 | 2024-12-02T16:43:49.298Z | [ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 INFO ok! |
9311 | 2024-12-02T16:43:49.298Z | [ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 INFO STEP 47 (ensure_file) COMPLETE |
9312 | 2024-12-02T16:43:49.298Z | [ host-image] Dec 02 16:43:48.507 INFO O| Dec 02 16:43:48.507 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9313 | 2024-12-02T16:43:49.304Z | [ host-image] Dec 02 16:43:48.516 INFO O| Dec 02 16:43:48.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9314 | 2024-12-02T16:43:49.304Z | [ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.516 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9315 | 2024-12-02T16:43:49.307Z | [ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9316 | 2024-12-02T16:43:49.307Z | [ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9317 | 2024-12-02T16:43:49.307Z | [ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9318 | 2024-12-02T16:43:49.307Z | [ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9319 | 2024-12-02T16:43:49.307Z | [ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO ok! |
9320 | 2024-12-02T16:43:49.307Z | [ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO STEP 48 (ensure_file) COMPLETE |
9321 | 2024-12-02T16:43:49.307Z | [ host-image] Dec 02 16:43:48.517 INFO O| Dec 02 16:43:48.517 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9322 | 2024-12-02T16:43:49.314Z | [ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9323 | 2024-12-02T16:43:49.314Z | [ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 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 ... |
9324 | 2024-12-02T16:43:49.317Z | [ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 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 |
9325 | 2024-12-02T16:43:49.317Z | [ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9326 | 2024-12-02T16:43:49.317Z | [ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO ok! |
9327 | 2024-12-02T16:43:49.317Z | [ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO STEP 49 (ensure_file) COMPLETE |
9328 | 2024-12-02T16:43:49.317Z | [ host-image] Dec 02 16:43:48.526 INFO O| Dec 02 16:43:48.526 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9329 | 2024-12-02T16:43:49.323Z | [ host-image] Dec 02 16:43:48.535 INFO O| Dec 02 16:43:48.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9330 | 2024-12-02T16:43:49.323Z | [ host-image] Dec 02 16:43:48.535 INFO O| Dec 02 16:43:48.535 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9331 | 2024-12-02T16:43:49.326Z | [ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9332 | 2024-12-02T16:43:49.326Z | [ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9333 | 2024-12-02T16:43:49.326Z | [ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9334 | 2024-12-02T16:43:49.326Z | [ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9335 | 2024-12-02T16:43:49.326Z | [ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO ok! |
9336 | 2024-12-02T16:43:49.326Z | [ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO STEP 50 (ensure_file) COMPLETE |
9337 | 2024-12-02T16:43:49.326Z | [ host-image] Dec 02 16:43:48.536 INFO O| Dec 02 16:43:48.536 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9338 | 2024-12-02T16:43:49.333Z | [ host-image] Dec 02 16:43:48.545 INFO O| Dec 02 16:43:48.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9339 | 2024-12-02T16:43:49.336Z | [ host-image] Dec 02 16:43:48.545 INFO O| Dec 02 16:43:48.545 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 ... |
9340 | 2024-12-02T16:43:49.336Z | [ host-image] Dec 02 16:43:48.545 INFO O| Dec 02 16:43:48.545 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 |
9341 | 2024-12-02T16:43:49.336Z | [ host-image] Dec 02 16:43:48.545 INFO O| Dec 02 16:43:48.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9342 | 2024-12-02T16:43:49.336Z | [ host-image] Dec 02 16:43:48.546 INFO O| Dec 02 16:43:48.545 INFO ok! |
9343 | 2024-12-02T16:43:49.336Z | [ host-image] Dec 02 16:43:48.546 INFO O| Dec 02 16:43:48.546 INFO STEP 51 (ensure_file) COMPLETE |
9344 | 2024-12-02T16:43:49.336Z | [ host-image] Dec 02 16:43:48.546 INFO O| Dec 02 16:43:48.546 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9345 | 2024-12-02T16:43:49.343Z | [ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9346 | 2024-12-02T16:43:49.343Z | [ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 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 ... |
9347 | 2024-12-02T16:43:49.345Z | [ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 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 |
9348 | 2024-12-02T16:43:49.345Z | [ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9349 | 2024-12-02T16:43:49.345Z | [ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO ok! |
9350 | 2024-12-02T16:43:49.345Z | [ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO STEP 52 (ensure_file) COMPLETE |
9351 | 2024-12-02T16:43:49.346Z | [ host-image] Dec 02 16:43:48.555 INFO O| Dec 02 16:43:48.555 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9352 | 2024-12-02T16:43:49.352Z | [ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9353 | 2024-12-02T16:43:49.352Z | [ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 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 ... |
9354 | 2024-12-02T16:43:49.355Z | [ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 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 |
9355 | 2024-12-02T16:43:49.355Z | [ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9356 | 2024-12-02T16:43:49.355Z | [ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO ok! |
9357 | 2024-12-02T16:43:49.355Z | [ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO STEP 53 (ensure_file) COMPLETE |
9358 | 2024-12-02T16:43:49.355Z | [ host-image] Dec 02 16:43:48.564 INFO O| Dec 02 16:43:48.564 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9359 | 2024-12-02T16:43:49.361Z | [ host-image] Dec 02 16:43:48.573 INFO O| Dec 02 16:43:48.573 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9360 | 2024-12-02T16:43:49.364Z | [ host-image] Dec 02 16:43:48.573 INFO O| Dec 02 16:43:48.573 INFO STEP 54 (ensure_dir) COMPLETE |
9361 | 2024-12-02T16:43:49.364Z | [ host-image] Dec 02 16:43:48.573 INFO O| Dec 02 16:43:48.573 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-12-02T16:43:49.370Z | [ host-image] Dec 02 16:43:48.582 INFO O| Dec 02 16:43:48.582 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9363 | 2024-12-02T16:43:49.370Z | [ host-image] Dec 02 16:43:48.583 INFO O| Dec 02 16:43:48.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9364 | 2024-12-02T16:43:49.373Z | [ host-image] Dec 02 16:43:48.583 INFO O| Dec 02 16:43:48.583 INFO STEP 55 (ensure_dir) COMPLETE |
9365 | 2024-12-02T16:43:49.373Z | [ host-image] Dec 02 16:43:48.583 INFO O| Dec 02 16:43:48.583 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9366 | 2024-12-02T16:43:49.380Z | [ host-image] Dec 02 16:43:48.592 INFO O| Dec 02 16:43:48.592 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9367 | 2024-12-02T16:43:49.382Z | [ host-image] Dec 02 16:43:48.592 INFO O| Dec 02 16:43:48.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9368 | 2024-12-02T16:43:49.382Z | [ host-image] Dec 02 16:43:48.592 INFO O| Dec 02 16:43:48.592 INFO STEP 56 (ensure_dir) COMPLETE |
9369 | 2024-12-02T16:43:49.382Z | [ host-image] Dec 02 16:43:48.592 INFO O| Dec 02 16:43:48.592 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9370 | 2024-12-02T16:43:49.389Z | [ host-image] Dec 02 16:43:48.601 INFO O| Dec 02 16:43:48.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9371 | 2024-12-02T16:43:49.389Z | [ host-image] Dec 02 16:43:48.601 INFO O| Dec 02 16:43:48.601 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9372 | 2024-12-02T16:43:49.405Z | [ host-image] Dec 02 16:43:48.617 INFO O| Dec 02 16:43:48.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9373 | 2024-12-02T16:43:49.405Z | [ host-image] Dec 02 16:43:48.617 INFO O| Dec 02 16:43:48.617 INFO ok! |
9374 | 2024-12-02T16:43:49.407Z | [ host-image] Dec 02 16:43:48.617 INFO O| Dec 02 16:43:48.617 INFO STEP 57 (ensure_file) COMPLETE |
9375 | 2024-12-02T16:43:49.407Z | [ host-image] Dec 02 16:43:48.617 INFO O| Dec 02 16:43:48.617 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9376 | 2024-12-02T16:43:49.414Z | [ host-image] Dec 02 16:43:48.626 INFO O| Dec 02 16:43:48.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9377 | 2024-12-02T16:43:49.414Z | [ host-image] Dec 02 16:43:48.626 INFO O| Dec 02 16:43:48.626 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9378 | 2024-12-02T16:43:50.488Z | [ host-image] Dec 02 16:43:49.700 INFO O| Dec 02 16:43:49.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9379 | 2024-12-02T16:43:50.489Z | [ host-image] Dec 02 16:43:49.700 INFO O| Dec 02 16:43:49.700 INFO ok! |
9380 | 2024-12-02T16:43:50.491Z | [ host-image] Dec 02 16:43:49.700 INFO O| Dec 02 16:43:49.700 INFO STEP 58 (ensure_file) COMPLETE |
9381 | 2024-12-02T16:43:50.492Z | [ host-image] Dec 02 16:43:49.700 INFO O| Dec 02 16:43:49.700 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9382 | 2024-12-02T16:43:50.499Z | [ host-image] Dec 02 16:43:49.711 INFO O| Dec 02 16:43:49.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9383 | 2024-12-02T16:43:50.499Z | [ host-image] Dec 02 16:43:49.711 INFO O| Dec 02 16:43:49.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9384 | 2024-12-02T16:43:50.501Z | [ host-image] Dec 02 16:43:49.711 INFO O| Dec 02 16:43:49.711 INFO STEP 59 (ensure_dir) COMPLETE |
9385 | 2024-12-02T16:43:50.501Z | [ host-image] Dec 02 16:43:49.711 INFO O| Dec 02 16:43:49.711 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2024-12-02T16:43:50.508Z | [ host-image] Dec 02 16:43:49.720 INFO O| Dec 02 16:43:49.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9387 | 2024-12-02T16:43:50.508Z | [ host-image] Dec 02 16:43:49.720 INFO O| Dec 02 16:43:49.720 INFO copying /tmp/.tmpcAIMQT/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 ... |
9388 | 2024-12-02T16:43:50.509Z | [ host-image] Dec 02 16:43:49.721 INFO O| Dec 02 16:43:49.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9389 | 2024-12-02T16:43:50.509Z | [ host-image] Dec 02 16:43:49.721 INFO O| Dec 02 16:43:49.720 INFO ok! |
9390 | 2024-12-02T16:43:50.511Z | [ host-image] Dec 02 16:43:49.721 INFO O| Dec 02 16:43:49.721 INFO STEP 60 (ensure_file) COMPLETE |
9391 | 2024-12-02T16:43:50.511Z | [ host-image] Dec 02 16:43:49.721 INFO O| Dec 02 16:43:49.721 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9392 | 2024-12-02T16:43:50.518Z | [ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9393 | 2024-12-02T16:43:50.518Z | [ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO copying /tmp/.tmpcAIMQT/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 ... |
9394 | 2024-12-02T16:43:50.521Z | [ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9395 | 2024-12-02T16:43:50.521Z | [ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO ok! |
9396 | 2024-12-02T16:43:50.521Z | [ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO STEP 61 (ensure_file) COMPLETE |
9397 | 2024-12-02T16:43:50.521Z | [ host-image] Dec 02 16:43:49.730 INFO O| Dec 02 16:43:49.730 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9398 | 2024-12-02T16:43:50.527Z | [ host-image] Dec 02 16:43:49.739 INFO O| Dec 02 16:43:49.739 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9399 | 2024-12-02T16:43:50.530Z | [ host-image] Dec 02 16:43:49.739 INFO O| Dec 02 16:43:49.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9400 | 2024-12-02T16:43:50.530Z | [ host-image] Dec 02 16:43:49.739 INFO O| Dec 02 16:43:49.739 INFO STEP 62 (ensure_dir) COMPLETE |
9401 | 2024-12-02T16:43:50.530Z | [ host-image] Dec 02 16:43:49.739 INFO O| Dec 02 16:43:49.739 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9402 | 2024-12-02T16:43:50.536Z | [ host-image] Dec 02 16:43:49.748 INFO O| Dec 02 16:43:49.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9403 | 2024-12-02T16:43:50.536Z | [ host-image] Dec 02 16:43:49.748 INFO O| Dec 02 16:43:49.748 INFO copying /tmp/.tmpcAIMQT/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 ... |
9404 | 2024-12-02T16:43:50.539Z | [ host-image] Dec 02 16:43:49.749 INFO O| Dec 02 16:43:49.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9405 | 2024-12-02T16:43:50.539Z | [ host-image] Dec 02 16:43:49.749 INFO O| Dec 02 16:43:49.749 INFO ok! |
9406 | 2024-12-02T16:43:50.539Z | [ host-image] Dec 02 16:43:49.749 INFO O| Dec 02 16:43:49.749 INFO STEP 63 (ensure_file) COMPLETE |
9407 | 2024-12-02T16:43:50.539Z | [ host-image] Dec 02 16:43:49.749 INFO O| Dec 02 16:43:49.749 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9408 | 2024-12-02T16:43:50.546Z | [ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9409 | 2024-12-02T16:43:50.546Z | [ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO copying /tmp/.tmpcAIMQT/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 ... |
9410 | 2024-12-02T16:43:50.548Z | [ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9411 | 2024-12-02T16:43:50.548Z | [ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO ok! |
9412 | 2024-12-02T16:43:50.549Z | [ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO STEP 64 (ensure_file) COMPLETE |
9413 | 2024-12-02T16:43:50.549Z | [ host-image] Dec 02 16:43:49.758 INFO O| Dec 02 16:43:49.758 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9414 | 2024-12-02T16:43:50.555Z | [ host-image] Dec 02 16:43:49.767 INFO O| Dec 02 16:43:49.767 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9415 | 2024-12-02T16:43:50.555Z | [ host-image] Dec 02 16:43:49.767 INFO O| Dec 02 16:43:49.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9416 | 2024-12-02T16:43:50.555Z | [ host-image] Dec 02 16:43:49.767 INFO O| Dec 02 16:43:49.767 INFO STEP 65 (ensure_dir) COMPLETE |
9417 | 2024-12-02T16:43:50.557Z | [ host-image] Dec 02 16:43:49.767 INFO O| Dec 02 16:43:49.767 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9418 | 2024-12-02T16:43:50.564Z | [ host-image] Dec 02 16:43:49.776 INFO O| Dec 02 16:43:49.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9419 | 2024-12-02T16:43:50.564Z | [ host-image] Dec 02 16:43:49.776 INFO O| Dec 02 16:43:49.776 INFO copying /tmp/.tmpcAIMQT/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 ... |
9420 | 2024-12-02T16:43:50.567Z | [ host-image] Dec 02 16:43:49.777 INFO O| Dec 02 16:43:49.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9421 | 2024-12-02T16:43:50.567Z | [ host-image] Dec 02 16:43:49.777 INFO O| Dec 02 16:43:49.777 INFO ok! |
9422 | 2024-12-02T16:43:50.567Z | [ host-image] Dec 02 16:43:49.777 INFO O| Dec 02 16:43:49.777 INFO STEP 66 (ensure_file) COMPLETE |
9423 | 2024-12-02T16:43:50.567Z | [ host-image] Dec 02 16:43:49.777 INFO O| Dec 02 16:43:49.777 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9424 | 2024-12-02T16:43:50.574Z | [ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9425 | 2024-12-02T16:43:50.579Z | [ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9426 | 2024-12-02T16:43:50.579Z | [ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9427 | 2024-12-02T16:43:50.579Z | [ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO ok! |
9428 | 2024-12-02T16:43:50.579Z | [ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO STEP 67 (ensure_file) COMPLETE |
9429 | 2024-12-02T16:43:50.579Z | [ host-image] Dec 02 16:43:49.786 INFO O| Dec 02 16:43:49.786 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9430 | 2024-12-02T16:43:50.583Z | [ host-image] Dec 02 16:43:49.795 INFO O| Dec 02 16:43:49.795 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9431 | 2024-12-02T16:43:50.586Z | [ host-image] Dec 02 16:43:49.795 INFO O| Dec 02 16:43:49.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9432 | 2024-12-02T16:43:50.586Z | [ host-image] Dec 02 16:43:49.795 INFO O| Dec 02 16:43:49.795 INFO STEP 68 (ensure_dir) COMPLETE |
9433 | 2024-12-02T16:43:50.586Z | [ host-image] Dec 02 16:43:49.795 INFO O| Dec 02 16:43:49.795 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9434 | 2024-12-02T16:43:50.592Z | [ host-image] Dec 02 16:43:49.804 INFO O| Dec 02 16:43:49.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9435 | 2024-12-02T16:43:50.592Z | [ host-image] Dec 02 16:43:49.804 INFO O| Dec 02 16:43:49.804 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9436 | 2024-12-02T16:43:51.655Z | [ host-image] Dec 02 16:43:50.867 INFO O| Dec 02 16:43:50.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9437 | 2024-12-02T16:43:51.656Z | [ host-image] Dec 02 16:43:50.867 INFO O| Dec 02 16:43:50.867 INFO ok! |
9438 | 2024-12-02T16:43:51.656Z | [ host-image] Dec 02 16:43:50.867 INFO O| Dec 02 16:43:50.867 INFO STEP 69 (ensure_file) COMPLETE |
9439 | 2024-12-02T16:43:51.659Z | [ host-image] Dec 02 16:43:50.867 INFO O| Dec 02 16:43:50.867 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9440 | 2024-12-02T16:43:51.666Z | [ host-image] Dec 02 16:43:50.878 INFO O| Dec 02 16:43:50.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9441 | 2024-12-02T16:43:51.666Z | [ host-image] Dec 02 16:43:50.878 INFO O| Dec 02 16:43:50.878 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9442 | 2024-12-02T16:43:53.198Z | [ host-image] Dec 02 16:43:52.410 INFO O| Dec 02 16:43:52.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9443 | 2024-12-02T16:43:53.199Z | [ host-image] Dec 02 16:43:52.410 INFO O| Dec 02 16:43:52.410 INFO ok! |
9444 | 2024-12-02T16:43:53.199Z | [ host-image] Dec 02 16:43:52.410 INFO O| Dec 02 16:43:52.410 INFO STEP 70 (ensure_file) COMPLETE |
9445 | 2024-12-02T16:43:53.201Z | [ host-image] Dec 02 16:43:52.410 INFO O| Dec 02 16:43:52.410 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9446 | 2024-12-02T16:43:53.209Z | [ host-image] Dec 02 16:43:52.421 INFO O| Dec 02 16:43:52.421 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9447 | 2024-12-02T16:43:53.212Z | [ host-image] Dec 02 16:43:52.421 INFO O| Dec 02 16:43:52.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9448 | 2024-12-02T16:43:53.212Z | [ host-image] Dec 02 16:43:52.421 INFO O| Dec 02 16:43:52.421 INFO STEP 71 (ensure_dir) COMPLETE |
9449 | 2024-12-02T16:43:53.212Z | [ host-image] Dec 02 16:43:52.421 INFO O| Dec 02 16:43:52.421 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9450 | 2024-12-02T16:43:53.219Z | [ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9451 | 2024-12-02T16:43:53.219Z | [ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO copying /tmp/.tmpcAIMQT/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 ... |
9452 | 2024-12-02T16:43:53.219Z | [ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9453 | 2024-12-02T16:43:53.222Z | [ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO ok! |
9454 | 2024-12-02T16:43:53.222Z | [ host-image] Dec 02 16:43:52.430 INFO O| Dec 02 16:43:52.430 INFO STEP 72 (ensure_file) COMPLETE |
9455 | 2024-12-02T16:43:53.222Z | [ host-image] Dec 02 16:43:52.431 INFO O| Dec 02 16:43:52.430 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9456 | 2024-12-02T16:43:53.228Z | [ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9457 | 2024-12-02T16:43:53.228Z | [ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO copying /tmp/.tmpcAIMQT/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 ... |
9458 | 2024-12-02T16:43:53.230Z | [ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9459 | 2024-12-02T16:43:53.230Z | [ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO ok! |
9460 | 2024-12-02T16:43:53.230Z | [ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO STEP 73 (ensure_file) COMPLETE |
9461 | 2024-12-02T16:43:53.230Z | [ host-image] Dec 02 16:43:52.440 INFO O| Dec 02 16:43:52.440 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9462 | 2024-12-02T16:43:53.237Z | [ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9463 | 2024-12-02T16:43:53.237Z | [ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9464 | 2024-12-02T16:43:53.240Z | [ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9465 | 2024-12-02T16:43:53.240Z | [ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO ok! |
9466 | 2024-12-02T16:43:53.240Z | [ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO STEP 74 (ensure_file) COMPLETE |
9467 | 2024-12-02T16:43:53.240Z | [ host-image] Dec 02 16:43:52.449 INFO O| Dec 02 16:43:52.449 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2024-12-02T16:43:53.246Z | [ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9469 | 2024-12-02T16:43:53.246Z | [ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9470 | 2024-12-02T16:43:53.249Z | [ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9471 | 2024-12-02T16:43:53.249Z | [ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO ok! |
9472 | 2024-12-02T16:43:53.249Z | [ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO STEP 75 (ensure_file) COMPLETE |
9473 | 2024-12-02T16:43:53.249Z | [ host-image] Dec 02 16:43:52.458 INFO O| Dec 02 16:43:52.458 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2024-12-02T16:43:53.256Z | [ host-image] Dec 02 16:43:52.467 INFO O| Dec 02 16:43:52.467 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9475 | 2024-12-02T16:43:53.256Z | [ host-image] Dec 02 16:43:52.467 INFO O| Dec 02 16:43:52.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9476 | 2024-12-02T16:43:53.258Z | [ host-image] Dec 02 16:43:52.467 INFO O| Dec 02 16:43:52.467 INFO STEP 76 (ensure_dir) COMPLETE |
9477 | 2024-12-02T16:43:53.258Z | [ host-image] Dec 02 16:43:52.467 INFO O| Dec 02 16:43:52.467 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9478 | 2024-12-02T16:43:53.268Z | [ host-image] Dec 02 16:43:52.480 INFO O| Dec 02 16:43:52.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9479 | 2024-12-02T16:43:53.268Z | [ host-image] Dec 02 16:43:52.480 INFO O| Dec 02 16:43:52.480 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9480 | 2024-12-02T16:43:53.271Z | [ host-image] Dec 02 16:43:52.482 INFO O| Dec 02 16:43:52.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9481 | 2024-12-02T16:43:53.273Z | [ host-image] Dec 02 16:43:52.482 INFO O| Dec 02 16:43:52.482 INFO ok! |
9482 | 2024-12-02T16:43:53.273Z | [ host-image] Dec 02 16:43:52.482 INFO O| Dec 02 16:43:52.482 INFO STEP 77 (ensure_file) COMPLETE |
9483 | 2024-12-02T16:43:53.273Z | [ host-image] Dec 02 16:43:52.482 INFO O| Dec 02 16:43:52.482 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9484 | 2024-12-02T16:43:53.281Z | [ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9485 | 2024-12-02T16:43:53.281Z | [ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9486 | 2024-12-02T16:43:53.284Z | [ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9487 | 2024-12-02T16:43:53.284Z | [ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO ok! |
9488 | 2024-12-02T16:43:53.284Z | [ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO STEP 78 (ensure_file) COMPLETE |
9489 | 2024-12-02T16:43:53.284Z | [ host-image] Dec 02 16:43:52.493 INFO O| Dec 02 16:43:52.493 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9490 | 2024-12-02T16:43:53.291Z | [ host-image] Dec 02 16:43:52.503 INFO O| Dec 02 16:43:52.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9491 | 2024-12-02T16:43:53.293Z | [ host-image] Dec 02 16:43:52.503 INFO O| Dec 02 16:43:52.503 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9492 | 2024-12-02T16:43:53.913Z | [ host-image] Dec 02 16:43:53.124 INFO O| Dec 02 16:43:53.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9493 | 2024-12-02T16:43:53.913Z | [ host-image] Dec 02 16:43:53.124 INFO O| Dec 02 16:43:53.124 INFO ok! |
9494 | 2024-12-02T16:43:53.913Z | [ host-image] Dec 02 16:43:53.124 INFO O| Dec 02 16:43:53.124 INFO STEP 79 (ensure_file) COMPLETE |
9495 | 2024-12-02T16:43:53.916Z | [ host-image] Dec 02 16:43:53.124 INFO O| Dec 02 16:43:53.124 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9496 | 2024-12-02T16:43:53.924Z | [ host-image] Dec 02 16:43:53.135 INFO O| Dec 02 16:43:53.135 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9497 | 2024-12-02T16:43:53.926Z | [ host-image] Dec 02 16:43:53.135 INFO O| Dec 02 16:43:53.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9498 | 2024-12-02T16:43:53.926Z | [ host-image] Dec 02 16:43:53.135 INFO O| Dec 02 16:43:53.135 INFO STEP 80 (ensure_dir) COMPLETE |
9499 | 2024-12-02T16:43:53.926Z | [ host-image] Dec 02 16:43:53.135 INFO O| Dec 02 16:43:53.135 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9500 | 2024-12-02T16:43:53.933Z | [ host-image] Dec 02 16:43:53.145 INFO O| Dec 02 16:43:53.145 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9501 | 2024-12-02T16:43:53.936Z | [ host-image] Dec 02 16:43:53.145 INFO O| Dec 02 16:43:53.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9502 | 2024-12-02T16:43:53.936Z | [ host-image] Dec 02 16:43:53.145 INFO O| Dec 02 16:43:53.145 INFO STEP 81 (ensure_dir) COMPLETE |
9503 | 2024-12-02T16:43:53.936Z | [ host-image] Dec 02 16:43:53.145 INFO O| Dec 02 16:43:53.145 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2024-12-02T16:43:53.943Z | [ host-image] Dec 02 16:43:53.155 INFO O| Dec 02 16:43:53.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9505 | 2024-12-02T16:43:53.943Z | [ host-image] Dec 02 16:43:53.155 INFO O| Dec 02 16:43:53.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9506 | 2024-12-02T16:43:53.945Z | [ host-image] Dec 02 16:43:53.155 INFO O| Dec 02 16:43:53.155 INFO STEP 82 (ensure_dir) COMPLETE |
9507 | 2024-12-02T16:43:53.946Z | [ host-image] Dec 02 16:43:53.155 INFO O| Dec 02 16:43:53.155 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9508 | 2024-12-02T16:43:53.952Z | [ host-image] Dec 02 16:43:53.164 INFO O| Dec 02 16:43:53.164 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9509 | 2024-12-02T16:43:53.952Z | [ host-image] Dec 02 16:43:53.164 INFO O| Dec 02 16:43:53.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9510 | 2024-12-02T16:43:53.955Z | [ host-image] Dec 02 16:43:53.164 INFO O| Dec 02 16:43:53.164 INFO STEP 83 (ensure_dir) COMPLETE |
9511 | 2024-12-02T16:43:53.955Z | [ host-image] Dec 02 16:43:53.164 INFO O| Dec 02 16:43:53.164 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9512 | 2024-12-02T16:43:53.963Z | [ host-image] Dec 02 16:43:53.173 INFO O| Dec 02 16:43:53.173 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9513 | 2024-12-02T16:43:53.963Z | [ host-image] Dec 02 16:43:53.173 INFO O| Dec 02 16:43:53.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9514 | 2024-12-02T16:43:53.963Z | [ host-image] Dec 02 16:43:53.173 INFO O| Dec 02 16:43:53.173 INFO STEP 84 (ensure_dir) COMPLETE |
9515 | 2024-12-02T16:43:53.963Z | [ host-image] Dec 02 16:43:53.173 INFO O| Dec 02 16:43:53.173 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9516 | 2024-12-02T16:43:53.971Z | [ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9517 | 2024-12-02T16:43:53.971Z | [ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO copying /tmp/.tmpcAIMQT/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 ... |
9518 | 2024-12-02T16:43:53.974Z | [ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9519 | 2024-12-02T16:43:53.974Z | [ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO ok! |
9520 | 2024-12-02T16:43:53.974Z | [ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO STEP 85 (ensure_file) COMPLETE |
9521 | 2024-12-02T16:43:53.974Z | [ host-image] Dec 02 16:43:53.183 INFO O| Dec 02 16:43:53.183 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-12-02T16:43:53.981Z | [ host-image] Dec 02 16:43:53.193 INFO O| Dec 02 16:43:53.193 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9523 | 2024-12-02T16:43:53.981Z | [ host-image] Dec 02 16:43:53.193 INFO O| Dec 02 16:43:53.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9524 | 2024-12-02T16:43:53.984Z | [ host-image] Dec 02 16:43:53.193 INFO O| Dec 02 16:43:53.193 INFO STEP 86 (ensure_dir) COMPLETE |
9525 | 2024-12-02T16:43:53.984Z | [ host-image] Dec 02 16:43:53.193 INFO O| Dec 02 16:43:53.193 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9526 | 2024-12-02T16:43:53.991Z | [ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9527 | 2024-12-02T16:43:53.991Z | [ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9528 | 2024-12-02T16:43:53.994Z | [ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9529 | 2024-12-02T16:43:53.994Z | [ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO ok! |
9530 | 2024-12-02T16:43:53.994Z | [ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO STEP 87 (ensure_file) COMPLETE |
9531 | 2024-12-02T16:43:53.994Z | [ host-image] Dec 02 16:43:53.202 INFO O| Dec 02 16:43:53.202 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9532 | 2024-12-02T16:43:54.000Z | [ host-image] Dec 02 16:43:53.212 INFO O| Dec 02 16:43:53.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9533 | 2024-12-02T16:43:54.000Z | [ host-image] Dec 02 16:43:53.212 INFO O| Dec 02 16:43:53.212 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9534 | 2024-12-02T16:43:54.240Z | [ host-image] Dec 02 16:43:53.451 INFO O| Dec 02 16:43:53.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9535 | 2024-12-02T16:43:54.240Z | [ host-image] Dec 02 16:43:53.451 INFO O| Dec 02 16:43:53.451 INFO ok! |
9536 | 2024-12-02T16:43:54.243Z | [ host-image] Dec 02 16:43:53.451 INFO O| Dec 02 16:43:53.451 INFO STEP 88 (ensure_file) COMPLETE |
9537 | 2024-12-02T16:43:54.243Z | [ host-image] Dec 02 16:43:53.451 INFO O| Dec 02 16:43:53.451 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9538 | 2024-12-02T16:43:54.251Z | [ host-image] Dec 02 16:43:53.462 INFO O| Dec 02 16:43:53.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9539 | 2024-12-02T16:43:54.251Z | [ host-image] Dec 02 16:43:53.462 INFO O| Dec 02 16:43:53.462 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9540 | 2024-12-02T16:43:54.781Z | [ host-image] Dec 02 16:43:53.992 INFO O| Dec 02 16:43:53.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9541 | 2024-12-02T16:43:54.781Z | [ host-image] Dec 02 16:43:53.992 INFO O| Dec 02 16:43:53.992 INFO ok! |
9542 | 2024-12-02T16:43:54.781Z | [ host-image] Dec 02 16:43:53.992 INFO O| Dec 02 16:43:53.992 INFO STEP 89 (ensure_file) COMPLETE |
9543 | 2024-12-02T16:43:54.781Z | [ host-image] Dec 02 16:43:53.992 INFO O| Dec 02 16:43:53.992 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9544 | 2024-12-02T16:43:54.792Z | [ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9545 | 2024-12-02T16:43:54.792Z | [ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9546 | 2024-12-02T16:43:54.793Z | [ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9547 | 2024-12-02T16:43:54.793Z | [ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO ok! |
9548 | 2024-12-02T16:43:54.795Z | [ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO STEP 90 (ensure_file) COMPLETE |
9549 | 2024-12-02T16:43:54.795Z | [ host-image] Dec 02 16:43:54.004 INFO O| Dec 02 16:43:54.004 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2024-12-02T16:43:54.802Z | [ host-image] Dec 02 16:43:54.014 INFO O| Dec 02 16:43:54.014 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9551 | 2024-12-02T16:43:54.802Z | [ host-image] Dec 02 16:43:54.014 INFO O| Dec 02 16:43:54.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9552 | 2024-12-02T16:43:54.802Z | [ host-image] Dec 02 16:43:54.014 INFO O| Dec 02 16:43:54.014 INFO STEP 91 (ensure_dir) COMPLETE |
9553 | 2024-12-02T16:43:54.804Z | [ host-image] Dec 02 16:43:54.014 INFO O| Dec 02 16:43:54.014 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9554 | 2024-12-02T16:43:54.811Z | [ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9555 | 2024-12-02T16:43:54.811Z | [ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO copying /tmp/.tmpcAIMQT/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 ... |
9556 | 2024-12-02T16:43:54.814Z | [ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9557 | 2024-12-02T16:43:54.814Z | [ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO ok! |
9558 | 2024-12-02T16:43:54.814Z | [ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO STEP 92 (ensure_file) COMPLETE |
9559 | 2024-12-02T16:43:54.814Z | [ host-image] Dec 02 16:43:54.023 INFO O| Dec 02 16:43:54.023 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9560 | 2024-12-02T16:43:54.821Z | [ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9561 | 2024-12-02T16:43:54.821Z | [ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO copying /tmp/.tmpcAIMQT/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 ... |
9562 | 2024-12-02T16:43:54.826Z | [ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9563 | 2024-12-02T16:43:54.826Z | [ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO ok! |
9564 | 2024-12-02T16:43:54.826Z | [ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO STEP 93 (ensure_file) COMPLETE |
9565 | 2024-12-02T16:43:54.826Z | [ host-image] Dec 02 16:43:54.033 INFO O| Dec 02 16:43:54.033 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-12-02T16:43:54.831Z | [ host-image] Dec 02 16:43:54.042 INFO O| Dec 02 16:43:54.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9567 | 2024-12-02T16:43:54.834Z | [ host-image] Dec 02 16:43:54.042 INFO O| Dec 02 16:43:54.042 INFO copying /tmp/.tmpcAIMQT/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 ... |
9568 | 2024-12-02T16:43:54.834Z | [ host-image] Dec 02 16:43:54.043 INFO O| Dec 02 16:43:54.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9569 | 2024-12-02T16:43:54.834Z | [ host-image] Dec 02 16:43:54.043 INFO O| Dec 02 16:43:54.043 INFO ok! |
9570 | 2024-12-02T16:43:54.834Z | [ host-image] Dec 02 16:43:54.043 INFO O| Dec 02 16:43:54.043 INFO STEP 94 (ensure_file) COMPLETE |
9571 | 2024-12-02T16:43:54.834Z | [ host-image] Dec 02 16:43:54.043 INFO O| Dec 02 16:43:54.043 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-12-02T16:43:54.840Z | [ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9573 | 2024-12-02T16:43:54.840Z | [ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO copying /tmp/.tmpcAIMQT/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 ... |
9574 | 2024-12-02T16:43:54.843Z | [ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9575 | 2024-12-02T16:43:54.843Z | [ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO ok! |
9576 | 2024-12-02T16:43:54.843Z | [ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO STEP 95 (ensure_file) COMPLETE |
9577 | 2024-12-02T16:43:54.843Z | [ host-image] Dec 02 16:43:54.052 INFO O| Dec 02 16:43:54.052 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2024-12-02T16:43:54.850Z | [ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9579 | 2024-12-02T16:43:54.852Z | [ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO copying /tmp/.tmpcAIMQT/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 ... |
9580 | 2024-12-02T16:43:54.852Z | [ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9581 | 2024-12-02T16:43:54.852Z | [ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO ok! |
9582 | 2024-12-02T16:43:54.852Z | [ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO STEP 96 (ensure_file) COMPLETE |
9583 | 2024-12-02T16:43:54.852Z | [ host-image] Dec 02 16:43:54.061 INFO O| Dec 02 16:43:54.061 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2024-12-02T16:43:54.859Z | [ host-image] Dec 02 16:43:54.070 INFO O| Dec 02 16:43:54.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9585 | 2024-12-02T16:43:54.859Z | [ host-image] Dec 02 16:43:54.070 INFO O| Dec 02 16:43:54.070 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9586 | 2024-12-02T16:43:54.862Z | [ host-image] Dec 02 16:43:54.071 INFO O| Dec 02 16:43:54.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9587 | 2024-12-02T16:43:54.862Z | [ host-image] Dec 02 16:43:54.071 INFO O| Dec 02 16:43:54.071 INFO ok! |
9588 | 2024-12-02T16:43:54.862Z | [ host-image] Dec 02 16:43:54.071 INFO O| Dec 02 16:43:54.071 INFO STEP 97 (ensure_file) COMPLETE |
9589 | 2024-12-02T16:43:54.862Z | [ host-image] Dec 02 16:43:54.071 INFO O| Dec 02 16:43:54.071 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2024-12-02T16:43:54.868Z | [ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9591 | 2024-12-02T16:43:54.868Z | [ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO copying /tmp/.tmpcAIMQT/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 ... |
9592 | 2024-12-02T16:43:54.871Z | [ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9593 | 2024-12-02T16:43:54.871Z | [ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO ok! |
9594 | 2024-12-02T16:43:54.871Z | [ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO STEP 98 (ensure_file) COMPLETE |
9595 | 2024-12-02T16:43:54.871Z | [ host-image] Dec 02 16:43:54.080 INFO O| Dec 02 16:43:54.080 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-12-02T16:43:54.877Z | [ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9597 | 2024-12-02T16:43:54.880Z | [ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO copying /tmp/.tmpcAIMQT/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 ... |
9598 | 2024-12-02T16:43:54.880Z | [ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9599 | 2024-12-02T16:43:54.880Z | [ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO ok! |
9600 | 2024-12-02T16:43:54.880Z | [ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO STEP 99 (ensure_file) COMPLETE |
9601 | 2024-12-02T16:43:54.880Z | [ host-image] Dec 02 16:43:54.089 INFO O| Dec 02 16:43:54.089 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9602 | 2024-12-02T16:43:54.887Z | [ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9603 | 2024-12-02T16:43:54.887Z | [ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO copying /tmp/.tmpcAIMQT/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 ... |
9604 | 2024-12-02T16:43:54.889Z | [ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9605 | 2024-12-02T16:43:54.889Z | [ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO ok! |
9606 | 2024-12-02T16:43:54.889Z | [ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO STEP 100 (ensure_file) COMPLETE |
9607 | 2024-12-02T16:43:54.889Z | [ host-image] Dec 02 16:43:54.098 INFO O| Dec 02 16:43:54.098 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9608 | 2024-12-02T16:43:54.896Z | [ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9609 | 2024-12-02T16:43:54.896Z | [ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9610 | 2024-12-02T16:43:54.896Z | [ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9611 | 2024-12-02T16:43:54.898Z | [ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO ok! |
9612 | 2024-12-02T16:43:54.898Z | [ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO STEP 101 (ensure_file) COMPLETE |
9613 | 2024-12-02T16:43:54.898Z | [ host-image] Dec 02 16:43:54.108 INFO O| Dec 02 16:43:54.108 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9614 | 2024-12-02T16:43:54.905Z | [ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9615 | 2024-12-02T16:43:54.905Z | [ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO copying /tmp/.tmpcAIMQT/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 ... |
9616 | 2024-12-02T16:43:54.908Z | [ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9617 | 2024-12-02T16:43:54.908Z | [ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO ok! |
9618 | 2024-12-02T16:43:54.908Z | [ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO STEP 102 (ensure_file) COMPLETE |
9619 | 2024-12-02T16:43:54.908Z | [ host-image] Dec 02 16:43:54.117 INFO O| Dec 02 16:43:54.117 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9620 | 2024-12-02T16:43:54.915Z | [ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9621 | 2024-12-02T16:43:54.918Z | [ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO copying /tmp/.tmpcAIMQT/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 ... |
9622 | 2024-12-02T16:43:54.918Z | [ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9623 | 2024-12-02T16:43:54.918Z | [ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO ok! |
9624 | 2024-12-02T16:43:54.918Z | [ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO STEP 103 (ensure_file) COMPLETE |
9625 | 2024-12-02T16:43:54.918Z | [ host-image] Dec 02 16:43:54.126 INFO O| Dec 02 16:43:54.126 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2024-12-02T16:43:54.924Z | [ host-image] Dec 02 16:43:54.135 INFO O| Dec 02 16:43:54.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9627 | 2024-12-02T16:43:54.924Z | [ host-image] Dec 02 16:43:54.135 INFO O| Dec 02 16:43:54.135 INFO copying /tmp/.tmpcAIMQT/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 ... |
9628 | 2024-12-02T16:43:54.926Z | [ host-image] Dec 02 16:43:54.136 INFO O| Dec 02 16:43:54.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9629 | 2024-12-02T16:43:54.926Z | [ host-image] Dec 02 16:43:54.136 INFO O| Dec 02 16:43:54.136 INFO ok! |
9630 | 2024-12-02T16:43:54.926Z | [ host-image] Dec 02 16:43:54.136 INFO O| Dec 02 16:43:54.136 INFO STEP 104 (ensure_file) COMPLETE |
9631 | 2024-12-02T16:43:54.926Z | [ host-image] Dec 02 16:43:54.136 INFO O| Dec 02 16:43:54.136 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2024-12-02T16:43:54.933Z | [ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9633 | 2024-12-02T16:43:54.933Z | [ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO copying /tmp/.tmpcAIMQT/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 ... |
9634 | 2024-12-02T16:43:54.936Z | [ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9635 | 2024-12-02T16:43:54.936Z | [ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO ok! |
9636 | 2024-12-02T16:43:54.936Z | [ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO STEP 105 (ensure_file) COMPLETE |
9637 | 2024-12-02T16:43:54.936Z | [ host-image] Dec 02 16:43:54.145 INFO O| Dec 02 16:43:54.145 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9638 | 2024-12-02T16:43:54.942Z | [ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9639 | 2024-12-02T16:43:54.942Z | [ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO copying /tmp/.tmpcAIMQT/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 ... |
9640 | 2024-12-02T16:43:54.945Z | [ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9641 | 2024-12-02T16:43:54.945Z | [ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO ok! |
9642 | 2024-12-02T16:43:54.945Z | [ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO STEP 106 (ensure_file) COMPLETE |
9643 | 2024-12-02T16:43:54.945Z | [ host-image] Dec 02 16:43:54.154 INFO O| Dec 02 16:43:54.154 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9644 | 2024-12-02T16:43:54.952Z | [ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9645 | 2024-12-02T16:43:54.952Z | [ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO copying /tmp/.tmpcAIMQT/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 ... |
9646 | 2024-12-02T16:43:54.954Z | [ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9647 | 2024-12-02T16:43:54.954Z | [ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO ok! |
9648 | 2024-12-02T16:43:54.954Z | [ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO STEP 107 (ensure_file) COMPLETE |
9649 | 2024-12-02T16:43:54.954Z | [ host-image] Dec 02 16:43:54.163 INFO O| Dec 02 16:43:54.163 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9650 | 2024-12-02T16:43:54.961Z | [ host-image] Dec 02 16:43:54.172 INFO O| Dec 02 16:43:54.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9651 | 2024-12-02T16:43:54.961Z | [ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.172 INFO copying /tmp/.tmpcAIMQT/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 ... |
9652 | 2024-12-02T16:43:54.963Z | [ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9653 | 2024-12-02T16:43:54.963Z | [ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.173 INFO ok! |
9654 | 2024-12-02T16:43:54.963Z | [ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.173 INFO STEP 108 (ensure_file) COMPLETE |
9655 | 2024-12-02T16:43:54.964Z | [ host-image] Dec 02 16:43:54.173 INFO O| Dec 02 16:43:54.173 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9656 | 2024-12-02T16:43:54.970Z | [ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9657 | 2024-12-02T16:43:54.970Z | [ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO copying /tmp/.tmpcAIMQT/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 ... |
9658 | 2024-12-02T16:43:54.973Z | [ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9659 | 2024-12-02T16:43:54.973Z | [ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO ok! |
9660 | 2024-12-02T16:43:54.973Z | [ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO STEP 109 (ensure_file) COMPLETE |
9661 | 2024-12-02T16:43:54.973Z | [ host-image] Dec 02 16:43:54.182 INFO O| Dec 02 16:43:54.182 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9662 | 2024-12-02T16:43:54.980Z | [ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9663 | 2024-12-02T16:43:54.982Z | [ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO copying /tmp/.tmpcAIMQT/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 ... |
9664 | 2024-12-02T16:43:54.982Z | [ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9665 | 2024-12-02T16:43:54.982Z | [ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO ok! |
9666 | 2024-12-02T16:43:54.982Z | [ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO STEP 110 (ensure_file) COMPLETE |
9667 | 2024-12-02T16:43:54.982Z | [ host-image] Dec 02 16:43:54.191 INFO O| Dec 02 16:43:54.191 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2024-12-02T16:43:54.989Z | [ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9669 | 2024-12-02T16:43:54.989Z | [ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO copying /tmp/.tmpcAIMQT/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 ... |
9670 | 2024-12-02T16:43:54.992Z | [ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9671 | 2024-12-02T16:43:54.992Z | [ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO ok! |
9672 | 2024-12-02T16:43:54.992Z | [ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO STEP 111 (ensure_file) COMPLETE |
9673 | 2024-12-02T16:43:54.992Z | [ host-image] Dec 02 16:43:54.200 INFO O| Dec 02 16:43:54.200 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2024-12-02T16:43:54.998Z | [ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9675 | 2024-12-02T16:43:54.998Z | [ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO copying /tmp/.tmpcAIMQT/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 ... |
9676 | 2024-12-02T16:43:55.001Z | [ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9677 | 2024-12-02T16:43:55.001Z | [ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO ok! |
9678 | 2024-12-02T16:43:55.001Z | [ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO STEP 112 (ensure_file) COMPLETE |
9679 | 2024-12-02T16:43:55.001Z | [ host-image] Dec 02 16:43:54.210 INFO O| Dec 02 16:43:54.210 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2024-12-02T16:43:55.007Z | [ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9681 | 2024-12-02T16:43:55.007Z | [ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO copying /tmp/.tmpcAIMQT/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 ... |
9682 | 2024-12-02T16:43:55.010Z | [ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9683 | 2024-12-02T16:43:55.010Z | [ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO ok! |
9684 | 2024-12-02T16:43:55.010Z | [ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO STEP 113 (ensure_file) COMPLETE |
9685 | 2024-12-02T16:43:55.010Z | [ host-image] Dec 02 16:43:54.219 INFO O| Dec 02 16:43:54.219 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9686 | 2024-12-02T16:43:55.017Z | [ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9687 | 2024-12-02T16:43:55.017Z | [ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO copying /tmp/.tmpcAIMQT/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 ... |
9688 | 2024-12-02T16:43:55.019Z | [ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9689 | 2024-12-02T16:43:55.019Z | [ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO ok! |
9690 | 2024-12-02T16:43:55.019Z | [ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO STEP 114 (ensure_file) COMPLETE |
9691 | 2024-12-02T16:43:55.019Z | [ host-image] Dec 02 16:43:54.228 INFO O| Dec 02 16:43:54.228 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9692 | 2024-12-02T16:43:55.026Z | [ host-image] Dec 02 16:43:54.237 INFO O| Dec 02 16:43:54.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9693 | 2024-12-02T16:43:55.026Z | [ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.237 INFO copying /tmp/.tmpcAIMQT/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 ... |
9694 | 2024-12-02T16:43:55.028Z | [ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9695 | 2024-12-02T16:43:55.028Z | [ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.238 INFO ok! |
9696 | 2024-12-02T16:43:55.028Z | [ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.238 INFO STEP 115 (ensure_file) COMPLETE |
9697 | 2024-12-02T16:43:55.028Z | [ host-image] Dec 02 16:43:54.238 INFO O| Dec 02 16:43:54.238 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9698 | 2024-12-02T16:43:55.035Z | [ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9699 | 2024-12-02T16:43:55.038Z | [ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO copying /tmp/.tmpcAIMQT/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 ... |
9700 | 2024-12-02T16:43:55.038Z | [ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9701 | 2024-12-02T16:43:55.038Z | [ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO ok! |
9702 | 2024-12-02T16:43:55.038Z | [ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO STEP 116 (ensure_file) COMPLETE |
9703 | 2024-12-02T16:43:55.038Z | [ host-image] Dec 02 16:43:54.247 INFO O| Dec 02 16:43:54.247 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9704 | 2024-12-02T16:43:55.044Z | [ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9705 | 2024-12-02T16:43:55.048Z | [ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO copying /tmp/.tmpcAIMQT/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 ... |
9706 | 2024-12-02T16:43:55.048Z | [ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9707 | 2024-12-02T16:43:55.048Z | [ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO ok! |
9708 | 2024-12-02T16:43:55.048Z | [ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO STEP 117 (ensure_file) COMPLETE |
9709 | 2024-12-02T16:43:55.048Z | [ host-image] Dec 02 16:43:54.256 INFO O| Dec 02 16:43:54.256 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2024-12-02T16:43:55.056Z | [ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9711 | 2024-12-02T16:43:55.057Z | [ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9712 | 2024-12-02T16:43:55.057Z | [ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9713 | 2024-12-02T16:43:55.057Z | [ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO ok! |
9714 | 2024-12-02T16:43:55.057Z | [ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO STEP 118 (ensure_file) COMPLETE |
9715 | 2024-12-02T16:43:55.057Z | [ host-image] Dec 02 16:43:54.265 INFO O| Dec 02 16:43:54.265 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9716 | 2024-12-02T16:43:55.063Z | [ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9717 | 2024-12-02T16:43:55.066Z | [ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO copying /tmp/.tmpcAIMQT/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 ... |
9718 | 2024-12-02T16:43:55.066Z | [ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9719 | 2024-12-02T16:43:55.066Z | [ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO ok! |
9720 | 2024-12-02T16:43:55.066Z | [ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO STEP 119 (ensure_file) COMPLETE |
9721 | 2024-12-02T16:43:55.066Z | [ host-image] Dec 02 16:43:54.275 INFO O| Dec 02 16:43:54.275 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2024-12-02T16:43:55.072Z | [ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9723 | 2024-12-02T16:43:55.075Z | [ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9724 | 2024-12-02T16:43:55.075Z | [ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9725 | 2024-12-02T16:43:55.075Z | [ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO ok! |
9726 | 2024-12-02T16:43:55.075Z | [ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO STEP 120 (ensure_file) COMPLETE |
9727 | 2024-12-02T16:43:55.075Z | [ host-image] Dec 02 16:43:54.284 INFO O| Dec 02 16:43:54.284 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9728 | 2024-12-02T16:43:55.082Z | [ host-image] Dec 02 16:43:54.293 INFO O| Dec 02 16:43:54.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9729 | 2024-12-02T16:43:55.082Z | [ host-image] Dec 02 16:43:54.293 INFO O| Dec 02 16:43:54.293 INFO copying /tmp/.tmpcAIMQT/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9730 | 2024-12-02T16:43:58.359Z | [ host-image] Dec 02 16:43:57.570 INFO O| Dec 02 16:43:57.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9731 | 2024-12-02T16:43:58.360Z | [ host-image] Dec 02 16:43:57.570 INFO O| Dec 02 16:43:57.570 INFO ok! |
9732 | 2024-12-02T16:43:58.362Z | [ host-image] Dec 02 16:43:57.570 INFO O| Dec 02 16:43:57.570 INFO STEP 121 (ensure_file) COMPLETE |
9733 | 2024-12-02T16:43:58.362Z | [ host-image] Dec 02 16:43:57.570 INFO O| Dec 02 16:43:57.570 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2024-12-02T16:43:58.370Z | [ host-image] Dec 02 16:43:57.581 INFO O| Dec 02 16:43:57.581 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9735 | 2024-12-02T16:43:58.370Z | [ host-image] Dec 02 16:43:57.581 INFO O| Dec 02 16:43:57.581 INFO STEP 122 (ensure_dir) COMPLETE |
9736 | 2024-12-02T16:43:58.373Z | [ host-image] Dec 02 16:43:57.581 INFO O| Dec 02 16:43:57.581 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9737 | 2024-12-02T16:43:58.380Z | [ host-image] Dec 02 16:43:57.591 INFO O| Dec 02 16:43:57.591 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9738 | 2024-12-02T16:43:58.380Z | [ host-image] Dec 02 16:43:57.591 INFO O| Dec 02 16:43:57.591 INFO STEP 123 (ensure_dir) COMPLETE |
9739 | 2024-12-02T16:43:58.380Z | [ host-image] Dec 02 16:43:57.591 INFO O| Dec 02 16:43:57.591 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2024-12-02T16:43:58.389Z | [ host-image] Dec 02 16:43:57.601 INFO O| Dec 02 16:43:57.601 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9741 | 2024-12-02T16:43:58.392Z | [ host-image] Dec 02 16:43:57.601 INFO O| Dec 02 16:43:57.601 INFO STEP 124 (ensure_dir) COMPLETE |
9742 | 2024-12-02T16:43:58.392Z | [ host-image] Dec 02 16:43:57.601 INFO O| Dec 02 16:43:57.601 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9743 | 2024-12-02T16:43:58.399Z | [ host-image] Dec 02 16:43:57.610 INFO O| Dec 02 16:43:57.610 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9744 | 2024-12-02T16:43:58.399Z | [ host-image] Dec 02 16:43:57.610 INFO O| Dec 02 16:43:57.610 INFO STEP 125 (ensure_dir) COMPLETE |
9745 | 2024-12-02T16:43:58.402Z | [ host-image] Dec 02 16:43:57.610 INFO O| Dec 02 16:43:57.610 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9746 | 2024-12-02T16:43:58.409Z | [ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9747 | 2024-12-02T16:43:58.409Z | [ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO copying /tmp/.tmpcAIMQT/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 ... |
9748 | 2024-12-02T16:43:58.409Z | [ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9749 | 2024-12-02T16:43:58.409Z | [ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO ok! |
9750 | 2024-12-02T16:43:58.409Z | [ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO STEP 126 (ensure_file) COMPLETE |
9751 | 2024-12-02T16:43:58.409Z | [ host-image] Dec 02 16:43:57.619 INFO O| Dec 02 16:43:57.619 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2024-12-02T16:43:58.417Z | [ host-image] Dec 02 16:43:57.628 INFO O| Dec 02 16:43:57.628 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9753 | 2024-12-02T16:43:58.417Z | [ host-image] Dec 02 16:43:57.629 INFO O| Dec 02 16:43:57.628 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9754 | 2024-12-02T16:43:58.417Z | [ host-image] Dec 02 16:43:57.629 INFO O| Dec 02 16:43:57.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9755 | 2024-12-02T16:43:58.420Z | [ host-image] Dec 02 16:43:57.629 INFO O| Dec 02 16:43:57.629 INFO STEP 127 (ensure_dir) COMPLETE |
9756 | 2024-12-02T16:43:58.420Z | [ host-image] Dec 02 16:43:57.629 INFO O| Dec 02 16:43:57.629 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9757 | 2024-12-02T16:43:58.427Z | [ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9758 | 2024-12-02T16:43:58.429Z | [ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO copying /tmp/.tmpcAIMQT/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9759 | 2024-12-02T16:43:58.429Z | [ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9760 | 2024-12-02T16:43:58.429Z | [ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO ok! |
9761 | 2024-12-02T16:43:58.429Z | [ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO STEP 128 (ensure_file) COMPLETE |
9762 | 2024-12-02T16:43:58.429Z | [ host-image] Dec 02 16:43:57.638 INFO O| Dec 02 16:43:57.638 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9763 | 2024-12-02T16:43:58.436Z | [ host-image] Dec 02 16:43:57.647 INFO O| Dec 02 16:43:57.647 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9764 | 2024-12-02T16:43:58.439Z | [ host-image] Dec 02 16:43:57.647 INFO O| Dec 02 16:43:57.647 INFO STEP 129 (remove_files) COMPLETE |
9765 | 2024-12-02T16:43:58.439Z | [ host-image] Dec 02 16:43:57.648 INFO O| Dec 02 16:43:57.647 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9766 | 2024-12-02T16:43:58.446Z | [ host-image] Dec 02 16:43:57.657 INFO O| Dec 02 16:43:57.657 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9767 | 2024-12-02T16:43:58.448Z | [ host-image] Dec 02 16:43:57.657 INFO O| Dec 02 16:43:57.657 INFO STEP 130 (remove_files) COMPLETE |
9768 | 2024-12-02T16:43:58.448Z | [ host-image] Dec 02 16:43:57.657 INFO O| Dec 02 16:43:57.657 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9769 | 2024-12-02T16:43:58.455Z | [ host-image] Dec 02 16:43:57.667 INFO O| Dec 02 16:43:57.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9770 | 2024-12-02T16:43:58.459Z | [ host-image] Dec 02 16:43:57.667 INFO O| Dec 02 16:43:57.667 INFO STEP 131 (remove_files) COMPLETE |
9771 | 2024-12-02T16:43:58.459Z | [ host-image] Dec 02 16:43:57.667 INFO O| Dec 02 16:43:57.667 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9772 | 2024-12-02T16:43:58.466Z | [ host-image] Dec 02 16:43:57.677 INFO O| Dec 02 16:43:57.677 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9773 | 2024-12-02T16:43:58.468Z | [ host-image] Dec 02 16:43:57.677 INFO O| Dec 02 16:43:57.677 INFO STEP 132 (remove_files) COMPLETE |
9774 | 2024-12-02T16:43:58.468Z | [ host-image] Dec 02 16:43:57.677 INFO O| Dec 02 16:43:57.677 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9775 | 2024-12-02T16:43:58.475Z | [ host-image] Dec 02 16:43:57.686 INFO O| Dec 02 16:43:57.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9776 | 2024-12-02T16:43:58.478Z | [ host-image] Dec 02 16:43:57.687 INFO O| Dec 02 16:43:57.686 INFO STEP 133 (remove_files) COMPLETE |
9777 | 2024-12-02T16:43:58.478Z | [ host-image] Dec 02 16:43:57.687 INFO O| Dec 02 16:43:57.687 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9778 | 2024-12-02T16:43:58.485Z | [ host-image] Dec 02 16:43:57.696 INFO O| Dec 02 16:43:57.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9779 | 2024-12-02T16:43:58.487Z | [ host-image] Dec 02 16:43:57.696 INFO O| Dec 02 16:43:57.696 INFO STEP 134 (remove_files) COMPLETE |
9780 | 2024-12-02T16:43:58.487Z | [ host-image] Dec 02 16:43:57.696 INFO O| Dec 02 16:43:57.696 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9781 | 2024-12-02T16:43:58.494Z | [ host-image] Dec 02 16:43:57.705 INFO O| Dec 02 16:43:57.705 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9782 | 2024-12-02T16:43:58.497Z | [ host-image] Dec 02 16:43:57.705 INFO O| Dec 02 16:43:57.705 INFO STEP 135 (remove_files) COMPLETE |
9783 | 2024-12-02T16:43:58.497Z | [ host-image] Dec 02 16:43:57.705 INFO O| Dec 02 16:43:57.705 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9784 | 2024-12-02T16:43:58.504Z | [ host-image] Dec 02 16:43:57.715 INFO O| Dec 02 16:43:57.715 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9785 | 2024-12-02T16:43:58.504Z | [ host-image] Dec 02 16:43:57.715 INFO O| Dec 02 16:43:57.715 INFO STEP 136 (remove_files) COMPLETE |
9786 | 2024-12-02T16:43:58.504Z | [ host-image] Dec 02 16:43:57.715 INFO O| Dec 02 16:43:57.715 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9787 | 2024-12-02T16:43:58.513Z | [ host-image] Dec 02 16:43:57.724 INFO O| Dec 02 16:43:57.724 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9788 | 2024-12-02T16:43:58.513Z | [ host-image] Dec 02 16:43:57.724 INFO O| Dec 02 16:43:57.724 INFO STEP 137 (remove_files) COMPLETE |
9789 | 2024-12-02T16:43:58.516Z | [ host-image] Dec 02 16:43:57.724 INFO O| Dec 02 16:43:57.724 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9790 | 2024-12-02T16:43:58.522Z | [ host-image] Dec 02 16:43:57.734 INFO O| Dec 02 16:43:57.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9791 | 2024-12-02T16:43:58.524Z | [ host-image] Dec 02 16:43:57.734 INFO O| Dec 02 16:43:57.734 INFO STEP 138 (remove_files) COMPLETE |
9792 | 2024-12-02T16:43:58.525Z | [ host-image] Dec 02 16:43:57.734 INFO O| Dec 02 16:43:57.734 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9793 | 2024-12-02T16:43:58.532Z | [ host-image] Dec 02 16:43:57.743 INFO O| Dec 02 16:43:57.743 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9794 | 2024-12-02T16:43:58.534Z | [ host-image] Dec 02 16:43:57.743 INFO O| Dec 02 16:43:57.743 INFO STEP 139 (remove_files) COMPLETE |
9795 | 2024-12-02T16:43:58.534Z | [ host-image] Dec 02 16:43:57.743 INFO O| Dec 02 16:43:57.743 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9796 | 2024-12-02T16:43:58.541Z | [ host-image] Dec 02 16:43:57.752 INFO O| Dec 02 16:43:57.752 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9797 | 2024-12-02T16:43:58.541Z | [ host-image] Dec 02 16:43:57.752 INFO O| Dec 02 16:43:57.752 INFO STEP 140 (remove_files) COMPLETE |
9798 | 2024-12-02T16:43:58.543Z | [ host-image] Dec 02 16:43:57.752 INFO O| Dec 02 16:43:57.752 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9799 | 2024-12-02T16:43:58.551Z | [ host-image] Dec 02 16:43:57.762 INFO O| Dec 02 16:43:57.762 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9800 | 2024-12-02T16:43:58.551Z | [ host-image] Dec 02 16:43:57.762 INFO O| Dec 02 16:43:57.762 INFO STEP 141 (remove_files) COMPLETE |
9801 | 2024-12-02T16:43:58.551Z | [ host-image] Dec 02 16:43:57.762 INFO O| Dec 02 16:43:57.762 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9802 | 2024-12-02T16:43:58.560Z | [ host-image] Dec 02 16:43:57.771 INFO O| Dec 02 16:43:57.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9803 | 2024-12-02T16:43:58.560Z | [ host-image] Dec 02 16:43:57.771 INFO O| Dec 02 16:43:57.771 INFO STEP 142 (remove_files) COMPLETE |
9804 | 2024-12-02T16:43:58.560Z | [ host-image] Dec 02 16:43:57.771 INFO O| Dec 02 16:43:57.771 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9805 | 2024-12-02T16:43:58.569Z | [ host-image] Dec 02 16:43:57.781 INFO O| Dec 02 16:43:57.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9806 | 2024-12-02T16:43:58.569Z | [ host-image] Dec 02 16:43:57.781 INFO O| Dec 02 16:43:57.781 INFO STEP 143 (remove_files) COMPLETE |
9807 | 2024-12-02T16:43:58.569Z | [ host-image] Dec 02 16:43:57.781 INFO O| Dec 02 16:43:57.781 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9808 | 2024-12-02T16:43:58.579Z | [ host-image] Dec 02 16:43:57.790 INFO O| Dec 02 16:43:57.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9809 | 2024-12-02T16:43:58.582Z | [ host-image] Dec 02 16:43:57.790 INFO O| Dec 02 16:43:57.790 INFO STEP 144 (remove_files) COMPLETE |
9810 | 2024-12-02T16:43:58.582Z | [ host-image] Dec 02 16:43:57.790 INFO O| Dec 02 16:43:57.790 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9811 | 2024-12-02T16:43:58.588Z | [ host-image] Dec 02 16:43:57.799 INFO O| Dec 02 16:43:57.799 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9812 | 2024-12-02T16:43:58.592Z | [ host-image] Dec 02 16:43:57.799 INFO O| Dec 02 16:43:57.799 INFO STEP 145 (remove_files) COMPLETE |
9813 | 2024-12-02T16:43:58.592Z | [ host-image] Dec 02 16:43:57.799 INFO O| Dec 02 16:43:57.799 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9814 | 2024-12-02T16:43:58.597Z | [ host-image] Dec 02 16:43:57.808 INFO O| Dec 02 16:43:57.808 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9815 | 2024-12-02T16:43:58.597Z | [ host-image] Dec 02 16:43:57.808 INFO O| Dec 02 16:43:57.808 INFO STEP 146 (remove_files) COMPLETE |
9816 | 2024-12-02T16:43:58.597Z | [ host-image] Dec 02 16:43:57.808 INFO O| Dec 02 16:43:57.808 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9817 | 2024-12-02T16:43:58.610Z | [ host-image] Dec 02 16:43:57.817 INFO O| Dec 02 16:43:57.817 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9818 | 2024-12-02T16:43:58.610Z | [ host-image] Dec 02 16:43:57.817 INFO O| Dec 02 16:43:57.817 INFO STEP 147 (remove_files) COMPLETE |
9819 | 2024-12-02T16:43:58.612Z | [ host-image] Dec 02 16:43:57.817 INFO O| Dec 02 16:43:57.817 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9820 | 2024-12-02T16:43:58.616Z | [ host-image] Dec 02 16:43:57.827 INFO O| Dec 02 16:43:57.827 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9821 | 2024-12-02T16:43:58.616Z | [ host-image] Dec 02 16:43:57.827 INFO O| Dec 02 16:43:57.827 INFO STEP 148 (remove_files) COMPLETE |
9822 | 2024-12-02T16:43:58.618Z | [ host-image] Dec 02 16:43:57.827 INFO O| Dec 02 16:43:57.827 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9823 | 2024-12-02T16:43:58.626Z | [ host-image] Dec 02 16:43:57.836 INFO O| Dec 02 16:43:57.836 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9824 | 2024-12-02T16:43:58.629Z | [ host-image] Dec 02 16:43:57.836 INFO O| Dec 02 16:43:57.836 INFO STEP 149 (remove_files) COMPLETE |
9825 | 2024-12-02T16:43:58.629Z | [ host-image] Dec 02 16:43:57.836 INFO O| Dec 02 16:43:57.836 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9826 | 2024-12-02T16:43:58.634Z | [ host-image] Dec 02 16:43:57.845 INFO O| Dec 02 16:43:57.845 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9827 | 2024-12-02T16:43:58.638Z | [ host-image] Dec 02 16:43:57.845 INFO O| Dec 02 16:43:57.845 INFO STEP 150 (remove_files) COMPLETE |
9828 | 2024-12-02T16:43:58.638Z | [ host-image] Dec 02 16:43:57.845 INFO O| Dec 02 16:43:57.845 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9829 | 2024-12-02T16:43:58.643Z | [ host-image] Dec 02 16:43:57.854 INFO O| Dec 02 16:43:57.854 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9830 | 2024-12-02T16:43:58.643Z | [ host-image] Dec 02 16:43:57.855 INFO O| Dec 02 16:43:57.854 INFO STEP 151 (remove_files) COMPLETE |
9831 | 2024-12-02T16:43:58.643Z | [ host-image] Dec 02 16:43:57.855 INFO O| Dec 02 16:43:57.854 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9832 | 2024-12-02T16:43:58.653Z | [ host-image] Dec 02 16:43:57.864 INFO O| Dec 02 16:43:57.863 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9833 | 2024-12-02T16:43:58.653Z | [ host-image] Dec 02 16:43:57.864 INFO O| Dec 02 16:43:57.864 INFO STEP 152 (remove_files) COMPLETE |
9834 | 2024-12-02T16:43:58.653Z | [ host-image] Dec 02 16:43:57.864 INFO O| Dec 02 16:43:57.864 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2024-12-02T16:43:58.662Z | [ host-image] Dec 02 16:43:57.873 INFO O| Dec 02 16:43:57.873 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9836 | 2024-12-02T16:43:58.662Z | [ host-image] Dec 02 16:43:57.873 INFO O| Dec 02 16:43:57.873 INFO STEP 153 (remove_files) COMPLETE |
9837 | 2024-12-02T16:43:58.665Z | [ host-image] Dec 02 16:43:57.873 INFO O| Dec 02 16:43:57.873 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2024-12-02T16:43:58.671Z | [ host-image] Dec 02 16:43:57.882 INFO O| Dec 02 16:43:57.882 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9839 | 2024-12-02T16:43:58.671Z | [ host-image] Dec 02 16:43:57.882 INFO O| Dec 02 16:43:57.882 INFO STEP 154 (remove_files) COMPLETE |
9840 | 2024-12-02T16:43:58.674Z | [ host-image] Dec 02 16:43:57.882 INFO O| Dec 02 16:43:57.882 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2024-12-02T16:43:58.681Z | [ host-image] Dec 02 16:43:57.892 INFO O| Dec 02 16:43:57.892 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9842 | 2024-12-02T16:43:58.681Z | [ host-image] Dec 02 16:43:57.892 INFO O| Dec 02 16:43:57.892 INFO STEP 155 (remove_files) COMPLETE |
9843 | 2024-12-02T16:43:58.681Z | [ host-image] Dec 02 16:43:57.892 INFO O| Dec 02 16:43:57.892 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2024-12-02T16:43:58.690Z | [ host-image] Dec 02 16:43:57.902 INFO O| Dec 02 16:43:57.902 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9845 | 2024-12-02T16:43:58.691Z | [ host-image] Dec 02 16:43:57.902 INFO O| Dec 02 16:43:57.902 INFO STEP 156 (remove_files) COMPLETE |
9846 | 2024-12-02T16:43:58.691Z | [ host-image] Dec 02 16:43:57.902 INFO O| Dec 02 16:43:57.902 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2024-12-02T16:43:58.700Z | [ host-image] Dec 02 16:43:57.911 INFO O| Dec 02 16:43:57.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9848 | 2024-12-02T16:43:58.700Z | [ host-image] Dec 02 16:43:57.911 INFO O| Dec 02 16:43:57.911 INFO STEP 157 (remove_files) COMPLETE |
9849 | 2024-12-02T16:43:58.700Z | [ host-image] Dec 02 16:43:57.911 INFO O| Dec 02 16:43:57.911 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9850 | 2024-12-02T16:43:58.714Z | [ host-image] Dec 02 16:43:57.925 INFO O| Dec 02 16:43:57.925 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9851 | 2024-12-02T16:43:58.717Z | [ host-image] Dec 02 16:43:57.926 INFO O| Dec 02 16:43:57.926 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9852 | 2024-12-02T16:44:03.629Z | [ host-image] Dec 02 16:44:02.836 INFO O| Dec 02 16:44:02.836 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 |
9853 | 2024-12-02T16:44:03.629Z | [ host-image] Dec 02 16:44:02.836 INFO O| Dec 02 16:44:02.836 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9854 | 2024-12-02T16:44:03.640Z | [ host-image] Dec 02 16:44:02.850 INFO O| Dec 02 16:44:02.850 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9855 | 2024-12-02T16:44:03.720Z | [ host-image] Dec 02 16:44:02.930 INFO O| Dec 02 16:44:02.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9856 | 2024-12-02T16:44:03.720Z | [ host-image] Dec 02 16:44:02.930 INFO O| Dec 02 16:44:02.930 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9857 | 2024-12-02T16:44:03.723Z | [ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9858 | 2024-12-02T16:44:03.723Z | [ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO ok! |
9859 | 2024-12-02T16:44:03.723Z | [ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9860 | 2024-12-02T16:44:03.723Z | [ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO STEP 158 (seed_smf) COMPLETE |
9861 | 2024-12-02T16:44:03.723Z | [ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO steps complete; finalising image! |
9862 | 2024-12-02T16:44:03.723Z | [ host-image] Dec 02 16:44:02.932 INFO O| Dec 02 16:44:02.932 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9863 | 2024-12-02T16:44:03.857Z | [ host-image] Dec 02 16:44:03.067 INFO O| Dec 02 16:44:03.067 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Dec 2 16:44:02 2024) |
9864 | 2024-12-02T16:44:04.077Z | [ host-image] Dec 02 16:44:03.287 INFO O| Dec 02 16:44:03.287 INFO temporary pool has 690M used, 142M avail, 1.81x compressratio |
9865 | 2024-12-02T16:44:04.077Z | [ host-image] Dec 02 16:44:03.287 INFO O| Dec 02 16:44:03.287 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9866 | 2024-12-02T16:44:04.352Z | [ host-image] Dec 02 16:44:03.562 INFO O| Dec 02 16:44:03.562 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9867 | 2024-12-02T16:44:04.352Z | [ host-image] Dec 02 16:44:03.562 INFO O| Dec 02 16:44:03.562 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9868 | 2024-12-02T16:44:05.389Z | [ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9869 | 2024-12-02T16:44:05.389Z | [ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9870 | 2024-12-02T16:44:05.392Z | [ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9871 | 2024-12-02T16:44:05.392Z | [ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO completed processing gimlet/zfs |
9872 | 2024-12-02T16:44:05.392Z | [ host-image] Dec 02 16:44:04.599 INFO O| Dec 02 16:44:04.599 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9873 | 2024-12-02T16:44:13.966Z | [ host-image] Dec 02 16:44:13.176 INFO O| Dec 02 16:44:13.175 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9874 | 2024-12-02T16:44:14.049Z | [ host-image] Dec 02 16:44:13.258 INFO BUILD STRING "heads/stlouis-0-g4ebadf7190\n" |
9875 | 2024-12-02T16:44:14.049Z | [ host-image] Dec 02 16:44:13.258 INFO expanded image name: "ci 86522dc/${os_short_commit} 2024-12-02 16:12" -> "ci 86522dc/4ebadf7 2024-12-02 16:12" |
9876 | 2024-12-02T16:44:14.051Z | [ host-image] Dec 02 16:44:13.258 INFO output artefacts stored in: "/work/os-host" |
9877 | 2024-12-02T16:44:14.051Z | [ host-image] Dec 02 16:44:13.258 INFO collecting git info from project "phbl"... |
9878 | 2024-12-02T16:44:14.054Z | [ host-image] Dec 02 16:44:13.264 INFO collecting git info from project "image-builder"... |
9879 | 2024-12-02T16:44:14.058Z | [ host-image] Dec 02 16:44:13.268 INFO collecting git info from project "bootserver"... |
9880 | 2024-12-02T16:44:14.062Z | [ host-image] Dec 02 16:44:13.272 INFO collecting git info from project "pinprick"... |
9881 | 2024-12-02T16:44:14.066Z | [ host-image] Dec 02 16:44:13.276 INFO collecting git info from project "pilot"... |
9882 | 2024-12-02T16:44:14.072Z | [ host-image] Dec 02 16:44:13.281 INFO collecting git info from project "amd-host-image-builder"... |
9883 | 2024-12-02T16:44:14.085Z | [ host-image] Dec 02 16:44:13.294 INFO collecting git info from project "chelsio-t6-roms"... |
9884 | 2024-12-02T16:44:14.089Z | [ host-image] Dec 02 16:44:13.299 INFO collecting git info from project "amd-firmware"... |
9885 | 2024-12-02T16:44:14.097Z | [ host-image] Dec 02 16:44:13.307 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9886 | 2024-12-02T16:44:14.466Z | [ host-image] Dec 02 16:44:13.661 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9887 | 2024-12-02T16:44:14.796Z | [ host-image] Dec 02 16:44:14.005 INFO creating Oxide boot image... |
9888 | 2024-12-02T16:44:14.796Z | [ host-image] Dec 02 16:44:14.005 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 86522dc/4ebadf7 2024-12-02 16:12", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9889 | 2024-12-02T16:44:15.731Z | [ host-image] Dec 02 16:44:14.939 INFO O| ok, image written! |
9890 | 2024-12-02T16:44:15.731Z | [ host-image] Dec 02 16:44:14.939 INFO O| ok, boot_image_csum file written! |
9891 | 2024-12-02T16:44:15.734Z | [ host-image] Dec 02 16:44:14.942 INFO creating boot archive (CPIO)... |
9892 | 2024-12-02T16:44:15.734Z | [ host-image] Dec 02 16:44:14.942 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 |
9893 | 2024-12-02T16:44:15.741Z | [ host-image] Dec 02 16:44:14.950 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9894 | 2024-12-02T16:44:15.741Z | [ host-image] Dec 02 16:44:14.950 INFO E| + outfile=/work/os-host/cpio |
9895 | 2024-12-02T16:44:15.743Z | [ host-image] Dec 02 16:44:14.950 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9896 | 2024-12-02T16:44:15.743Z | [ host-image] Dec 02 16:44:14.952 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9897 | 2024-12-02T16:44:15.743Z | [ host-image] Dec 02 16:44:14.952 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9898 | 2024-12-02T16:44:15.777Z | [ host-image] Dec 02 16:44:14.986 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9899 | 2024-12-02T16:44:15.777Z | [ host-image] Dec 02 16:44:14.986 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9900 | 2024-12-02T16:44:15.785Z | [ host-image] Dec 02 16:44:14.994 INFO creating compressed cpio/unix for nanobl-rs... |
9901 | 2024-12-02T16:44:15.785Z | [ host-image] Dec 02 16:44:14.994 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 |
9902 | 2024-12-02T16:44:16.078Z | [ host-image] Dec 02 16:44:15.288 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9903 | 2024-12-02T16:44:20.419Z | [ host-image] Dec 02 16:44:19.628 INFO creating reset image... |
9904 | 2024-12-02T16:44:20.421Z | [ host-image] Dec 02 16:44:19.628 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9905 | 2024-12-02T16:44:20.509Z | [ host-image] Dec 02 16:44:19.718 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9906 | 2024-12-02T16:44:20.512Z | [ host-image] Dec 02 16:44:19.719 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9907 | 2024-12-02T16:44:20.562Z | [ host-image] Dec 02 16:44:19.771 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9908 | 2024-12-02T16:44:22.340Z | [ host-image] Dec 02 16:44:21.549 INFO E| Finished `release` profile [optimized] target(s) in 1.81s |
9909 | 2024-12-02T16:44:22.351Z | [ host-image] Dec 02 16:44:21.560 INFO building host image... |
9910 | 2024-12-02T16:44:22.353Z | [ host-image] Dec 02 16:44:21.560 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") |
9911 | 2024-12-02T16:44:22.831Z | [ host-image] Dec 02 16:44:22.039 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9912 | 2024-12-02T16:45:10.554Z | [ host-image] Dec 02 16:45:09.758 INFO image complete! materials are in "/work/os-host" |
9913 | 2024-12-02T16:45:10.557Z | [ host-image] |
9914 | 2024-12-02T16:45:10.559Z | [ host-image] real 9:48.925861060 |
9915 | 2024-12-02T16:45:10.559Z | [ host-image] user 5:14.107905817 |
9916 | 2024-12-02T16:45:10.559Z | [ host-image] sys 49.166093218 |
9917 | 2024-12-02T16:45:10.559Z | [ host-image] trap 0.188245490 |
9918 | 2024-12-02T16:45:10.559Z | [ host-image] tflt 0.009224447 |
9919 | 2024-12-02T16:45:10.559Z | [ host-image] dflt 0.043163742 |
9920 | 2024-12-02T16:45:10.559Z | [ host-image] kflt 0.000000000 |
9921 | 2024-12-02T16:45:10.559Z | [ host-image] lock 6:59.189297075 |
9922 | 2024-12-02T16:45:10.559Z | [ host-image] slp 53:30.795749017 |
9923 | 2024-12-02T16:45:10.559Z | [ host-image] lat 1:32.369668368 |
9924 | 2024-12-02T16:45:10.560Z | [ host-image] stop 0.414100875 |
9925 | 2024-12-02T16:45:10.560Z | Dec 02 16:45:09.762 INFO [host-image] process exited with exit status: 0 (588.943353471s) |
9926 | 2024-12-02T16:45:10.560Z | Dec 02 16:45:09.762 INFO [tuf-repo] running task |
9927 | 2024-12-02T16:45:18.625Z | Dec 02 16:45:17.828 INFO assembling repository in `/tmp/tufaceouseFWbQu`, component: OmicronRepoAssembler |
9928 | 2024-12-02T16:45:40.371Z | Dec 02 16:45:39.568 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9929 | 2024-12-02T16:45:40.590Z | Dec 02 16:45:39.790 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9930 | 2024-12-02T16:45:53.385Z | Dec 02 16:45:52.585 INFO [tuf-repo] task succeeded (42.822921874s) |
9931 | 2024-12-02T16:45:53.385Z | Dec 02 16:45:52.585 INFO all jobs completed in 1978.569677989s |
9932 | 2024-12-02T16:45:54.020Z | process exited: duration 2684347 ms, exit code 0 |
|
9933 | 2024-12-02T16:45:54.033Z | found 33 output files |
9934 | 2024-12-02T16:45:54.033Z | uploading: /work/manifest.toml (13429 bytes) |
9935 | 2024-12-02T16:45:55.045Z | uploaded: /work/manifest.toml |
9936 | 2024-12-02T16:45:55.047Z | uploading: /work/repo.zip (2028199778 bytes) |
9937 | 2024-12-02T16:46:34.402Z | uploaded: /work/repo.zip |
9938 | 2024-12-02T16:46:34.402Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9939 | 2024-12-02T16:46:35.425Z | uploaded: /work/repo.zip.sha256.txt |
9940 | 2024-12-02T16:46:35.430Z | uploading: /work/helios-setup.log (66187 bytes) |
9941 | 2024-12-02T16:46:36.465Z | uploaded: /work/helios-setup.log |
9942 | 2024-12-02T16:46:36.465Z | uploading: /work/host-image.log (196249 bytes) |
9943 | 2024-12-02T16:46:37.479Z | uploaded: /work/host-image.log |
9944 | 2024-12-02T16:46:37.481Z | uploading: /work/host-package.log (22562 bytes) |
9945 | 2024-12-02T16:46:38.489Z | uploaded: /work/host-package.log |
9946 | 2024-12-02T16:46:38.489Z | uploading: /work/host-target.log (101 bytes) |
9947 | 2024-12-02T16:46:39.497Z | uploaded: /work/host-target.log |
9948 | 2024-12-02T16:46:39.497Z | uploading: /work/omicron-package.log (5510 bytes) |
9949 | 2024-12-02T16:46:40.505Z | uploaded: /work/omicron-package.log |
9950 | 2024-12-02T16:46:40.505Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9951 | 2024-12-02T16:46:41.513Z | uploaded: /work/phbl-toolchain.log |
9952 | 2024-12-02T16:46:41.513Z | uploading: /work/recovery-image.log (591467 bytes) |
9953 | 2024-12-02T16:46:42.536Z | uploaded: /work/recovery-image.log |
9954 | 2024-12-02T16:46:42.539Z | uploading: /work/recovery-package.log (321 bytes) |
9955 | 2024-12-02T16:46:43.545Z | uploaded: /work/recovery-package.log |
9956 | 2024-12-02T16:46:43.545Z | uploading: /work/recovery-target.log (98 bytes) |
9957 | 2024-12-02T16:46:44.553Z | uploaded: /work/recovery-target.log |
9958 | 2024-12-02T16:46:44.553Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9959 | 2024-12-02T16:46:45.561Z | uploaded: /work/stamp-clickhouse.log |
9960 | 2024-12-02T16:46:45.561Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9961 | 2024-12-02T16:46:46.569Z | uploaded: /work/stamp-clickhouse_keeper.log |
9962 | 2024-12-02T16:46:46.569Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9963 | 2024-12-02T16:46:47.576Z | uploaded: /work/stamp-cockroachdb.log |
9964 | 2024-12-02T16:46:47.576Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9965 | 2024-12-02T16:46:48.584Z | uploaded: /work/stamp-crucible-dtrace.log |
9966 | 2024-12-02T16:46:48.584Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9967 | 2024-12-02T16:46:49.592Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9968 | 2024-12-02T16:46:49.594Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9969 | 2024-12-02T16:46:50.601Z | uploaded: /work/stamp-crucible-zone.log |
9970 | 2024-12-02T16:46:50.601Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9971 | 2024-12-02T16:46:51.610Z | uploaded: /work/stamp-external-dns.log |
9972 | 2024-12-02T16:46:51.610Z | uploading: /work/stamp-installinator.log (103 bytes) |
9973 | 2024-12-02T16:46:52.618Z | uploaded: /work/stamp-installinator.log |
9974 | 2024-12-02T16:46:52.621Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9975 | 2024-12-02T16:46:53.628Z | uploaded: /work/stamp-internal-dns.log |
9976 | 2024-12-02T16:46:53.628Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9977 | 2024-12-02T16:46:54.636Z | uploaded: /work/stamp-mg-ddm-gz.log |
9978 | 2024-12-02T16:46:54.636Z | uploading: /work/stamp-nexus.log (112 bytes) |
9979 | 2024-12-02T16:46:55.644Z | uploaded: /work/stamp-nexus.log |
9980 | 2024-12-02T16:46:55.647Z | uploading: /work/stamp-ntp.log (110 bytes) |
9981 | 2024-12-02T16:46:56.654Z | uploaded: /work/stamp-ntp.log |
9982 | 2024-12-02T16:46:56.654Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9983 | 2024-12-02T16:46:57.661Z | uploaded: /work/stamp-omicron-sled-agent.log |
9984 | 2024-12-02T16:46:57.661Z | uploading: /work/stamp-overlay.log (114 bytes) |
9985 | 2024-12-02T16:46:58.668Z | uploaded: /work/stamp-overlay.log |
9986 | 2024-12-02T16:46:58.670Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9987 | 2024-12-02T16:46:59.676Z | uploaded: /work/stamp-oximeter.log |
9988 | 2024-12-02T16:46:59.676Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9989 | 2024-12-02T16:47:00.684Z | uploaded: /work/stamp-oxlog.log |
9990 | 2024-12-02T16:47:00.684Z | uploading: /work/stamp-probe.log (112 bytes) |
9991 | 2024-12-02T16:47:01.692Z | uploaded: /work/stamp-probe.log |
9992 | 2024-12-02T16:47:01.692Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9993 | 2024-12-02T16:47:02.699Z | uploaded: /work/stamp-propolis-server.log |
9994 | 2024-12-02T16:47:02.700Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9995 | 2024-12-02T16:47:03.708Z | uploaded: /work/stamp-pumpkind-gz.log |
9996 | 2024-12-02T16:47:03.708Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9997 | 2024-12-02T16:47:04.715Z | uploaded: /work/stamp-switch-asic.log |
9998 | 2024-12-02T16:47:04.715Z | uploading: /work/verify-libraries.log (4271 bytes) |
9999 | 2024-12-02T16:47:05.724Z | uploaded: /work/verify-libraries.log |